Uses of Class
com.google.cloud.compute.v1.Subnetwork
-
Packages that use Subnetwork Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of Subnetwork in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return Subnetwork Modifier and Type Method Description Subnetwork
Subnetwork.Builder. build()
Subnetwork
Subnetwork.Builder. buildPartial()
Subnetwork
SubnetworksClient. get(GetSubnetworkRequest request)
Returns the specified subnetwork.Subnetwork
SubnetworksClient. get(String project, String region, String subnetwork)
Returns the specified subnetwork.static Subnetwork
Subnetwork. getDefaultInstance()
Subnetwork
Subnetwork.Builder. getDefaultInstanceForType()
Subnetwork
Subnetwork. getDefaultInstanceForType()
Subnetwork
SubnetworkList.Builder. getItems(int index)
A list of Subnetwork resources.Subnetwork
SubnetworkList. getItems(int index)
A list of Subnetwork resources.Subnetwork
SubnetworkListOrBuilder. getItems(int index)
A list of Subnetwork resources.Subnetwork
InsertSubnetworkRequest.Builder. getSubnetworkResource()
The body resource for this requestSubnetwork
InsertSubnetworkRequest. getSubnetworkResource()
The body resource for this requestSubnetwork
InsertSubnetworkRequestOrBuilder. getSubnetworkResource()
The body resource for this requestSubnetwork
PatchSubnetworkRequest.Builder. getSubnetworkResource()
The body resource for this requestSubnetwork
PatchSubnetworkRequest. getSubnetworkResource()
The body resource for this requestSubnetwork
PatchSubnetworkRequestOrBuilder. getSubnetworkResource()
The body resource for this requestSubnetwork
SubnetworksScopedList.Builder. getSubnetworks(int index)
A list of subnetworks contained in this scope.Subnetwork
SubnetworksScopedList. getSubnetworks(int index)
A list of subnetworks contained in this scope.Subnetwork
SubnetworksScopedListOrBuilder. getSubnetworks(int index)
A list of subnetworks contained in this scope.static Subnetwork
Subnetwork. parseDelimitedFrom(InputStream input)
static Subnetwork
Subnetwork. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Subnetwork
Subnetwork. parseFrom(byte[] data)
static Subnetwork
Subnetwork. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Subnetwork
Subnetwork. parseFrom(com.google.protobuf.ByteString data)
static Subnetwork
Subnetwork. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Subnetwork
Subnetwork. parseFrom(com.google.protobuf.CodedInputStream input)
static Subnetwork
Subnetwork. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Subnetwork
Subnetwork. parseFrom(InputStream input)
static Subnetwork
Subnetwork. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Subnetwork
Subnetwork. parseFrom(ByteBuffer data)
static Subnetwork
Subnetwork. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type Subnetwork Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetSubnetworkRequest,Subnetwork>
SubnetworksClient. getCallable()
Returns the specified subnetwork.List<Subnetwork>
SubnetworkList.Builder. getItemsList()
A list of Subnetwork resources.List<Subnetwork>
SubnetworkList. getItemsList()
A list of Subnetwork resources.List<Subnetwork>
SubnetworkListOrBuilder. getItemsList()
A list of Subnetwork resources.com.google.protobuf.Parser<Subnetwork>
Subnetwork. getParserForType()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSubnetworkRequest,Subnetwork>
SubnetworksSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetSubnetworkRequest,Subnetwork>
SubnetworksSettings. getSettings()
Returns the object with the settings used for calls to get.List<Subnetwork>
SubnetworksScopedList.Builder. getSubnetworksList()
A list of subnetworks contained in this scope.List<Subnetwork>
SubnetworksScopedList. getSubnetworksList()
A list of subnetworks contained in this scope.List<Subnetwork>
SubnetworksScopedListOrBuilder. getSubnetworksList()
A list of subnetworks contained in this scope.static com.google.protobuf.Parser<Subnetwork>
Subnetwork. parser()
Methods in com.google.cloud.compute.v1 with parameters of type Subnetwork Modifier and Type Method Description SubnetworkList.Builder
SubnetworkList.Builder. addItems(int index, Subnetwork value)
A list of Subnetwork resources.SubnetworkList.Builder
SubnetworkList.Builder. addItems(Subnetwork value)
A list of Subnetwork resources.SubnetworksScopedList.Builder
SubnetworksScopedList.Builder. addSubnetworks(int index, Subnetwork value)
A list of subnetworks contained in this scope.SubnetworksScopedList.Builder
SubnetworksScopedList.Builder. addSubnetworks(Subnetwork value)
A list of subnetworks contained in this scope.com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
SubnetworksClient. insertAsync(String project, 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)
InsertSubnetworkRequest.Builder
InsertSubnetworkRequest.Builder. mergeSubnetworkResource(Subnetwork value)
The body resource for this requestPatchSubnetworkRequest.Builder
PatchSubnetworkRequest.Builder. mergeSubnetworkResource(Subnetwork value)
The body resource for this requeststatic Subnetwork.Builder
Subnetwork. newBuilder(Subnetwork prototype)
com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
SubnetworksClient. patchAsync(String project, String region, String subnetwork, Subnetwork subnetworkResource)
Patches the specified subnetwork with the data included in the request.SubnetworkList.Builder
SubnetworkList.Builder. setItems(int index, Subnetwork value)
A list of Subnetwork resources.InsertSubnetworkRequest.Builder
InsertSubnetworkRequest.Builder. setSubnetworkResource(Subnetwork value)
The body resource for this requestPatchSubnetworkRequest.Builder
PatchSubnetworkRequest.Builder. setSubnetworkResource(Subnetwork value)
The body resource for this requestSubnetworksScopedList.Builder
SubnetworksScopedList.Builder. setSubnetworks(int index, Subnetwork value)
A list of subnetworks contained in this scope.Method parameters in com.google.cloud.compute.v1 with type arguments of type Subnetwork Modifier and Type Method Description SubnetworkList.Builder
SubnetworkList.Builder. addAllItems(Iterable<? extends Subnetwork> values)
A list of Subnetwork resources.SubnetworksScopedList.Builder
SubnetworksScopedList.Builder. addAllSubnetworks(Iterable<? extends Subnetwork> values)
A list of subnetworks contained in this scope.static com.google.api.core.ApiFuture<SubnetworksClient.ListPagedResponse>
SubnetworksClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSubnetworksRequest,SubnetworkList,Subnetwork> context, com.google.api.core.ApiFuture<SubnetworkList> futureResponse)
protected SubnetworksClient.ListPage
SubnetworksClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListSubnetworksRequest,SubnetworkList,Subnetwork> context, SubnetworkList response)
com.google.api.core.ApiFuture<SubnetworksClient.ListPage>
SubnetworksClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSubnetworksRequest,SubnetworkList,Subnetwork> context, com.google.api.core.ApiFuture<SubnetworkList> futureResponse)
-
Uses of Subnetwork in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type Subnetwork Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetSubnetworkRequest,Subnetwork>
HttpJsonSubnetworksStub. getCallable()
com.google.api.gax.rpc.UnaryCallable<GetSubnetworkRequest,Subnetwork>
SubnetworksStub. getCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSubnetworkRequest,Subnetwork>
SubnetworksStubSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetSubnetworkRequest,Subnetwork>
SubnetworksStubSettings. getSettings()
Returns the object with the settings used for calls to get.
-