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: [compute] Update Compute Engine API to revision 20221126 (#757) #8885

Merged
merged 4 commits into from
Dec 8, 2022
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
Original file line number Diff line number Diff line change
Expand Up @@ -5220,6 +5220,7 @@ public final OperationFuture<Operation, Operation> stopAsync(
* try (InstancesClient instancesClient = InstancesClient.create()) {
* StopInstanceRequest request =
* StopInstanceRequest.newBuilder()
* .setDiscardLocalSsd(true)
* .setInstance("instance555127957")
* .setProject("project-309310695")
* .setRequestId("requestId693933066")
Expand Down Expand Up @@ -5256,6 +5257,7 @@ public final OperationFuture<Operation, Operation> stopAsync(StopInstanceRequest
* try (InstancesClient instancesClient = InstancesClient.create()) {
* StopInstanceRequest request =
* StopInstanceRequest.newBuilder()
* .setDiscardLocalSsd(true)
* .setInstance("instance555127957")
* .setProject("project-309310695")
* .setRequestId("requestId693933066")
Expand Down Expand Up @@ -5291,6 +5293,7 @@ public final OperationFuture<Operation, Operation> stopAsync(StopInstanceRequest
* try (InstancesClient instancesClient = InstancesClient.create()) {
* StopInstanceRequest request =
* StopInstanceRequest.newBuilder()
* .setDiscardLocalSsd(true)
* .setInstance("instance555127957")
* .setProject("project-309310695")
* .setRequestId("requestId693933066")
Expand Down Expand Up @@ -5367,6 +5370,7 @@ public final OperationFuture<Operation, Operation> suspendAsync(
* try (InstancesClient instancesClient = InstancesClient.create()) {
* SuspendInstanceRequest request =
* SuspendInstanceRequest.newBuilder()
* .setDiscardLocalSsd(true)
* .setInstance("instance555127957")
* .setProject("project-309310695")
* .setRequestId("requestId693933066")
Expand Down Expand Up @@ -5405,6 +5409,7 @@ public final OperationFuture<Operation, Operation> suspendAsync(SuspendInstanceR
* try (InstancesClient instancesClient = InstancesClient.create()) {
* SuspendInstanceRequest request =
* SuspendInstanceRequest.newBuilder()
* .setDiscardLocalSsd(true)
* .setInstance("instance555127957")
* .setProject("project-309310695")
* .setRequestId("requestId693933066")
Expand Down Expand Up @@ -5442,6 +5447,7 @@ public final OperationFuture<Operation, Operation> suspendAsync(SuspendInstanceR
* try (InstancesClient instancesClient = InstancesClient.create()) {
* SuspendInstanceRequest request =
* SuspendInstanceRequest.newBuilder()
* .setDiscardLocalSsd(true)
* .setInstance("instance555127957")
* .setProject("project-309310695")
* .setRequestId("requestId693933066")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public InterconnectsStub getStub() {

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Deletes the specified interconnect.
* Deletes the specified Interconnect.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -196,7 +196,7 @@ public final OperationFuture<Operation, Operation> deleteAsync(

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Deletes the specified interconnect.
* Deletes the specified Interconnect.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -229,7 +229,7 @@ public final OperationFuture<Operation, Operation> deleteAsync(

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Deletes the specified interconnect.
* Deletes the specified Interconnect.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -260,7 +260,7 @@ public final OperationFuture<Operation, Operation> deleteAsync(

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Deletes the specified interconnect.
* Deletes the specified Interconnect.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -289,7 +289,7 @@ public final UnaryCallable<DeleteInterconnectRequest, Operation> deleteCallable(

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Returns the specified interconnect. Get a list of available interconnects by making a list()
* Returns the specified Interconnect. Get a list of available Interconnects by making a list()
* request.
*
* <p>Sample code:
Expand Down Expand Up @@ -322,7 +322,7 @@ public final Interconnect get(String project, String interconnect) {

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Returns the specified interconnect. Get a list of available interconnects by making a list()
* Returns the specified Interconnect. Get a list of available Interconnects by making a list()
* request.
*
* <p>Sample code:
Expand Down Expand Up @@ -352,7 +352,7 @@ public final Interconnect get(GetInterconnectRequest request) {

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Returns the specified interconnect. Get a list of available interconnects by making a list()
* Returns the specified Interconnect. Get a list of available Interconnects by making a list()
* request.
*
* <p>Sample code:
Expand Down Expand Up @@ -381,7 +381,7 @@ public final UnaryCallable<GetInterconnectRequest, Interconnect> getCallable() {

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Returns the interconnectDiagnostics for the specified interconnect.
* Returns the interconnectDiagnostics for the specified Interconnect.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -415,7 +415,7 @@ public final InterconnectsGetDiagnosticsResponse getDiagnostics(

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Returns the interconnectDiagnostics for the specified interconnect.
* Returns the interconnectDiagnostics for the specified Interconnect.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -445,7 +445,7 @@ public final InterconnectsGetDiagnosticsResponse getDiagnostics(

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Returns the interconnectDiagnostics for the specified interconnect.
* Returns the interconnectDiagnostics for the specified Interconnect.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -475,7 +475,7 @@ public final InterconnectsGetDiagnosticsResponse getDiagnostics(

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Creates a Interconnect in the specified project using the data included in the request.
* Creates an Interconnect in the specified project using the data included in the request.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -508,7 +508,7 @@ public final OperationFuture<Operation, Operation> insertAsync(

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Creates a Interconnect in the specified project using the data included in the request.
* Creates an Interconnect in the specified project using the data included in the request.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -541,7 +541,7 @@ public final OperationFuture<Operation, Operation> insertAsync(

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Creates a Interconnect in the specified project using the data included in the request.
* Creates an Interconnect in the specified project using the data included in the request.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -572,7 +572,7 @@ public final OperationFuture<Operation, Operation> insertAsync(

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Creates a Interconnect in the specified project using the data included in the request.
* Creates an Interconnect in the specified project using the data included in the request.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -601,7 +601,7 @@ public final UnaryCallable<InsertInterconnectRequest, Operation> insertCallable(

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Retrieves the list of interconnect available to the specified project.
* Retrieves the list of Interconnects available to the specified project.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -630,7 +630,7 @@ public final ListPagedResponse list(String project) {

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Retrieves the list of interconnect available to the specified project.
* Retrieves the list of Interconnects available to the specified project.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -665,7 +665,7 @@ public final ListPagedResponse list(ListInterconnectsRequest request) {

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Retrieves the list of interconnect available to the specified project.
* Retrieves the list of Interconnects available to the specified project.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -699,7 +699,7 @@ public final UnaryCallable<ListInterconnectsRequest, ListPagedResponse> listPage

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Retrieves the list of interconnect available to the specified project.
* Retrieves the list of Interconnects available to the specified project.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -740,7 +740,7 @@ public final UnaryCallable<ListInterconnectsRequest, InterconnectList> listCalla

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Updates the specified interconnect with the data included in the request. This method supports
* Updates the specified Interconnect with the data included in the request. This method supports
* PATCH semantics and uses the JSON merge patch format and processing rules.
*
* <p>Sample code:
Expand Down Expand Up @@ -778,7 +778,7 @@ public final OperationFuture<Operation, Operation> patchAsync(

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Updates the specified interconnect with the data included in the request. This method supports
* Updates the specified Interconnect with the data included in the request. This method supports
* PATCH semantics and uses the JSON merge patch format and processing rules.
*
* <p>Sample code:
Expand Down Expand Up @@ -812,7 +812,7 @@ public final OperationFuture<Operation, Operation> patchAsync(PatchInterconnectR

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Updates the specified interconnect with the data included in the request. This method supports
* Updates the specified Interconnect with the data included in the request. This method supports
* PATCH semantics and uses the JSON merge patch format and processing rules.
*
* <p>Sample code:
Expand Down Expand Up @@ -845,7 +845,7 @@ public final OperationFuture<Operation, Operation> patchAsync(PatchInterconnectR

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Updates the specified interconnect with the data included in the request. This method supports
* Updates the specified Interconnect with the data included in the request. This method supports
* PATCH semantics and uses the JSON merge patch format and processing rules.
*
* <p>Sample code:
Expand Down
Loading