Uses of Class
com.google.cloud.compute.v1.SubnetworkList
-
Packages that use SubnetworkList 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 SubnetworkList in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return SubnetworkList Modifier and Type Method Description SubnetworkList
SubnetworkList.Builder. build()
SubnetworkList
SubnetworkList.Builder. buildPartial()
static SubnetworkList
SubnetworkList. getDefaultInstance()
SubnetworkList
SubnetworkList.Builder. getDefaultInstanceForType()
SubnetworkList
SubnetworkList. getDefaultInstanceForType()
static SubnetworkList
SubnetworkList. parseDelimitedFrom(InputStream input)
static SubnetworkList
SubnetworkList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SubnetworkList
SubnetworkList. parseFrom(byte[] data)
static SubnetworkList
SubnetworkList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SubnetworkList
SubnetworkList. parseFrom(com.google.protobuf.ByteString data)
static SubnetworkList
SubnetworkList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SubnetworkList
SubnetworkList. parseFrom(com.google.protobuf.CodedInputStream input)
static SubnetworkList
SubnetworkList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SubnetworkList
SubnetworkList. parseFrom(InputStream input)
static SubnetworkList
SubnetworkList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SubnetworkList
SubnetworkList. parseFrom(ByteBuffer data)
static SubnetworkList
SubnetworkList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type SubnetworkList Modifier and Type Method Description com.google.protobuf.Parser<SubnetworkList>
SubnetworkList. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListSubnetworksRequest,SubnetworkList>
SubnetworksClient. listCallable()
Retrieves a list of subnetworks available to the specified project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSubnetworksRequest,SubnetworkList,SubnetworksClient.ListPagedResponse>
SubnetworksSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListSubnetworksRequest,SubnetworkList,SubnetworksClient.ListPagedResponse>
SubnetworksSettings. listSettings()
Returns the object with the settings used for calls to list.static com.google.protobuf.Parser<SubnetworkList>
SubnetworkList. parser()
Methods in com.google.cloud.compute.v1 with parameters of type SubnetworkList Modifier and Type Method Description protected SubnetworksClient.ListPage
SubnetworksClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListSubnetworksRequest,SubnetworkList,Subnetwork> context, SubnetworkList response)
SubnetworkList.Builder
SubnetworkList.Builder. mergeFrom(SubnetworkList other)
static SubnetworkList.Builder
SubnetworkList. newBuilder(SubnetworkList prototype)
Method parameters in com.google.cloud.compute.v1 with type arguments of type SubnetworkList Modifier and Type Method Description 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)
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)
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 SubnetworkList in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type SubnetworkList Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSubnetworksRequest,SubnetworkList>
HttpJsonSubnetworksStub. listCallable()
com.google.api.gax.rpc.UnaryCallable<ListSubnetworksRequest,SubnetworkList>
SubnetworksStub. listCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListSubnetworksRequest,SubnetworkList,SubnetworksClient.ListPagedResponse>
SubnetworksStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListSubnetworksRequest,SubnetworkList,SubnetworksClient.ListPagedResponse>
SubnetworksStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-