Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [workstations] add output field for the control plane IP address #9430

Merged
merged 2 commits into from
May 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion java-workstations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-workstations/java11.html
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-workstations.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-workstations/0.4.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-workstations/0.5.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1485,7 +1485,7 @@ public final ListUsableWorkstationConfigsPagedResponse listUsableWorkstationConf
*
* @param parent Required. Parent resource name.
* @param workstationConfig Required. Config to create.
* @param workstationConfigId Required. ID to use for the config.
* @param workstationConfigId Required. ID to use for the workstation configuration.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final OperationFuture<WorkstationConfig, OperationMetadata> createWorkstationConfigAsync(
Expand Down Expand Up @@ -1527,7 +1527,7 @@ public final OperationFuture<WorkstationConfig, OperationMetadata> createWorksta
*
* @param parent Required. Parent resource name.
* @param workstationConfig Required. Config to create.
* @param workstationConfigId Required. ID to use for the config.
* @param workstationConfigId Required. ID to use for the workstation configuration.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final OperationFuture<WorkstationConfig, OperationMetadata> createWorkstationConfigAsync(
Expand Down Expand Up @@ -1665,7 +1665,8 @@ public final OperationFuture<WorkstationConfig, OperationMetadata> createWorksta
* }</pre>
*
* @param workstationConfig Required. Config to update.
* @param updateMask Required. Mask specifying which fields in the config should be updated.
* @param updateMask Required. Mask specifying which fields in the workstation configuration
* should be updated.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final OperationFuture<WorkstationConfig, OperationMetadata> updateWorkstationConfigAsync(
Expand Down Expand Up @@ -1795,7 +1796,7 @@ public final OperationFuture<WorkstationConfig, OperationMetadata> updateWorksta
* }
* }</pre>
*
* @param name Required. Name of the config to delete.
* @param name Required. Name of the workstation configuration to delete.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final OperationFuture<WorkstationConfig, OperationMetadata> deleteWorkstationConfigAsync(
Expand Down Expand Up @@ -1828,7 +1829,7 @@ public final OperationFuture<WorkstationConfig, OperationMetadata> deleteWorksta
* }
* }</pre>
*
* @param name Required. Name of the config to delete.
* @param name Required. Name of the workstation configuration to delete.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final OperationFuture<WorkstationConfig, OperationMetadata> deleteWorkstationConfigAsync(
Expand Down Expand Up @@ -2091,7 +2092,7 @@ public final UnaryCallable<GetWorkstationRequest, Workstation> getWorkstationCal

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Returns all Workstations using the specified config.
* Returns all Workstations using the specified workstation configuration.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -2124,7 +2125,7 @@ public final ListWorkstationsPagedResponse listWorkstations(WorkstationConfigNam

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Returns all Workstations using the specified config.
* Returns all Workstations using the specified workstation configuration.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -2156,7 +2157,7 @@ public final ListWorkstationsPagedResponse listWorkstations(String parent) {

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Returns all Workstations using the specified config.
* Returns all Workstations using the specified workstation configuration.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -2194,7 +2195,7 @@ public final ListWorkstationsPagedResponse listWorkstations(ListWorkstationsRequ

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Returns all Workstations using the specified config.
* Returns all Workstations using the specified workstation configuration.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -2233,7 +2234,7 @@ public final ListWorkstationsPagedResponse listWorkstations(ListWorkstationsRequ

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Returns all Workstations using the specified config.
* Returns all Workstations using the specified workstation configuration.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -2279,8 +2280,8 @@ public final ListWorkstationsPagedResponse listWorkstations(ListWorkstationsRequ

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Returns all Workstations using the specified config on which the caller has the
* "workstations.workstations.use" permission.
* Returns all workstations using the specified workstation configuration on which the caller has
* the "workstations.workstations.use" permission.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -2314,8 +2315,8 @@ public final ListUsableWorkstationsPagedResponse listUsableWorkstations(

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Returns all Workstations using the specified config on which the caller has the
* "workstations.workstations.use" permission.
* Returns all workstations using the specified workstation configuration on which the caller has
* the "workstations.workstations.use" permission.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -2347,8 +2348,8 @@ public final ListUsableWorkstationsPagedResponse listUsableWorkstations(String p

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Returns all Workstations using the specified config on which the caller has the
* "workstations.workstations.use" permission.
* Returns all workstations using the specified workstation configuration on which the caller has
* the "workstations.workstations.use" permission.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -2387,8 +2388,8 @@ public final ListUsableWorkstationsPagedResponse listUsableWorkstations(

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Returns all Workstations using the specified config on which the caller has the
* "workstations.workstations.use" permission.
* Returns all workstations using the specified workstation configuration on which the caller has
* the "workstations.workstations.use" permission.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -2427,8 +2428,8 @@ public final ListUsableWorkstationsPagedResponse listUsableWorkstations(

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Returns all Workstations using the specified config on which the caller has the
* "workstations.workstations.use" permission.
* Returns all workstations using the specified workstation configuration on which the caller has
* the "workstations.workstations.use" permission.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -2685,7 +2686,8 @@ public final UnaryCallable<CreateWorkstationRequest, Operation> createWorkstatio
* }</pre>
*
* @param workstation Required. Workstation to update.
* @param updateMask Required. Mask specifying which fields in the config should be updated.
* @param updateMask Required. Mask specifying which fields in the workstation configuration
* should be updated.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final OperationFuture<Workstation, OperationMetadata> updateWorkstationAsync(
Expand Down
Loading