Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
com.google.cloud.compute.v1.stub |
Modifier and Type | Method and Description |
---|---|
Subnetwork |
Subnetwork.Builder.build() |
Subnetwork |
InsertSubnetworkHttpRequest.getApiMessageRequestBody() |
Subnetwork |
PatchSubnetworkHttpRequest.getApiMessageRequestBody() |
static Subnetwork |
Subnetwork.getDefaultInstance() |
Subnetwork |
SubnetworkClient.getSubnetwork(GetSubnetworkHttpRequest request)
Returns the specified subnetwork.
|
Subnetwork |
SubnetworkClient.getSubnetwork(ProjectRegionSubnetworkName subnetwork)
Returns the specified subnetwork.
|
Subnetwork |
SubnetworkClient.getSubnetwork(String subnetwork)
Returns the specified subnetwork.
|
Subnetwork |
InsertSubnetworkHttpRequest.getSubnetworkResource()
A Subnetwork resource.
|
Subnetwork |
InsertSubnetworkHttpRequest.Builder.getSubnetworkResource()
A Subnetwork resource.
|
Subnetwork |
PatchSubnetworkHttpRequest.getSubnetworkResource()
A Subnetwork resource.
|
Subnetwork |
PatchSubnetworkHttpRequest.Builder.getSubnetworkResource()
A Subnetwork resource.
|
Modifier and Type | Method and Description |
---|---|
List<Subnetwork> |
SubnetworkList.getItemsList()
A list of Subnetwork resources.
|
List<Subnetwork> |
SubnetworkList.Builder.getItemsList()
A list of Subnetwork resources.
|
UnaryCallable<GetSubnetworkHttpRequest,Subnetwork> |
SubnetworkClient.getSubnetworkCallable()
Returns the specified subnetwork.
|
UnaryCallSettings<GetSubnetworkHttpRequest,Subnetwork> |
SubnetworkSettings.getSubnetworkSettings()
Returns the object with the settings used for calls to getSubnetwork.
|
UnaryCallSettings.Builder<GetSubnetworkHttpRequest,Subnetwork> |
SubnetworkSettings.Builder.getSubnetworkSettings()
Returns the builder for the settings used for calls to getSubnetwork.
|
List<Subnetwork> |
SubnetworksScopedList.getSubnetworksList()
A list of subnetworks contained in this scope.
|
List<Subnetwork> |
SubnetworksScopedList.Builder.getSubnetworksList()
A list of subnetworks contained in this scope.
|
Modifier and Type | Method and Description |
---|---|
SubnetworkList.Builder |
SubnetworkList.Builder.addItems(Subnetwork items)
A list of Subnetwork resources.
|
SubnetworksScopedList.Builder |
SubnetworksScopedList.Builder.addSubnetworks(Subnetwork subnetworks)
A list of subnetworks contained in this scope.
|
Operation |
SubnetworkClient.insertSubnetwork(ProjectRegionName region,
Subnetwork subnetworkResource)
Creates a subnetwork in the specified project using the data included in the request.
|
Operation |
SubnetworkClient.insertSubnetwork(String region,
Subnetwork subnetworkResource)
Creates a subnetwork in the specified project using the data included in the request.
|
Subnetwork.Builder |
Subnetwork.Builder.mergeFrom(Subnetwork other) |
static Subnetwork.Builder |
Subnetwork.newBuilder(Subnetwork prototype) |
Operation |
SubnetworkClient.patchSubnetwork(ProjectRegionSubnetworkName subnetwork,
Subnetwork subnetworkResource,
List<String> fieldMask)
Patches the specified subnetwork with the data included in the request.
|
Operation |
SubnetworkClient.patchSubnetwork(String subnetwork,
Subnetwork subnetworkResource,
List<String> fieldMask)
Patches the specified subnetwork with the data included in the request.
|
InsertSubnetworkHttpRequest.Builder |
InsertSubnetworkHttpRequest.Builder.setSubnetworkResource(Subnetwork subnetworkResource)
A Subnetwork resource.
|
PatchSubnetworkHttpRequest.Builder |
PatchSubnetworkHttpRequest.Builder.setSubnetworkResource(Subnetwork subnetworkResource)
A Subnetwork resource.
|
Modifier and Type | Method and Description |
---|---|
SubnetworkList.Builder |
SubnetworkList.Builder.addAllItems(List<Subnetwork> items)
A list of Subnetwork resources.
|
SubnetworksScopedList.Builder |
SubnetworksScopedList.Builder.addAllSubnetworks(List<Subnetwork> subnetworks)
A list of subnetworks contained in this scope.
|
static com.google.api.core.ApiFuture<SubnetworkClient.ListSubnetworksPagedResponse> |
SubnetworkClient.ListSubnetworksPagedResponse.createAsync(PageContext<ListSubnetworksHttpRequest,SubnetworkList,Subnetwork> context,
com.google.api.core.ApiFuture<SubnetworkList> futureResponse) |
protected SubnetworkClient.ListSubnetworksPage |
SubnetworkClient.ListSubnetworksPage.createPage(PageContext<ListSubnetworksHttpRequest,SubnetworkList,Subnetwork> context,
SubnetworkList response) |
com.google.api.core.ApiFuture<SubnetworkClient.ListSubnetworksPage> |
SubnetworkClient.ListSubnetworksPage.createPageAsync(PageContext<ListSubnetworksHttpRequest,SubnetworkList,Subnetwork> context,
com.google.api.core.ApiFuture<SubnetworkList> futureResponse) |
Modifier and Type | Field and Description |
---|---|
static ApiMethodDescriptor<GetSubnetworkHttpRequest,Subnetwork> |
HttpJsonSubnetworkStub.getSubnetworkMethodDescriptor |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<GetSubnetworkHttpRequest,Subnetwork> |
HttpJsonSubnetworkStub.getSubnetworkCallable() |
UnaryCallable<GetSubnetworkHttpRequest,Subnetwork> |
SubnetworkStub.getSubnetworkCallable() |
UnaryCallSettings<GetSubnetworkHttpRequest,Subnetwork> |
SubnetworkStubSettings.getSubnetworkSettings()
Returns the object with the settings used for calls to getSubnetwork.
|
UnaryCallSettings.Builder<GetSubnetworkHttpRequest,Subnetwork> |
SubnetworkStubSettings.Builder.getSubnetworkSettings()
Returns the builder for the settings used for calls to getSubnetwork.
|
Copyright © 2019 Google LLC. All rights reserved.