Uses of Class
com.google.container.v1beta1.UsableSubnetwork
-
Packages that use UsableSubnetwork Package Description com.google.cloud.container.v1beta1 A client to Kubernetes Engine APIcom.google.container.v1beta1 -
-
Uses of UsableSubnetwork in com.google.cloud.container.v1beta1
Method parameters in com.google.cloud.container.v1beta1 with type arguments of type UsableSubnetwork Modifier and Type Method Description static com.google.api.core.ApiFuture<ClusterManagerClient.ListUsableSubnetworksPagedResponse>
ClusterManagerClient.ListUsableSubnetworksPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListUsableSubnetworksRequest,ListUsableSubnetworksResponse,UsableSubnetwork> context, com.google.api.core.ApiFuture<ListUsableSubnetworksResponse> futureResponse)
protected ClusterManagerClient.ListUsableSubnetworksPage
ClusterManagerClient.ListUsableSubnetworksPage. createPage(com.google.api.gax.rpc.PageContext<ListUsableSubnetworksRequest,ListUsableSubnetworksResponse,UsableSubnetwork> context, ListUsableSubnetworksResponse response)
com.google.api.core.ApiFuture<ClusterManagerClient.ListUsableSubnetworksPage>
ClusterManagerClient.ListUsableSubnetworksPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListUsableSubnetworksRequest,ListUsableSubnetworksResponse,UsableSubnetwork> context, com.google.api.core.ApiFuture<ListUsableSubnetworksResponse> futureResponse)
-
Uses of UsableSubnetwork in com.google.container.v1beta1
Methods in com.google.container.v1beta1 that return UsableSubnetwork Modifier and Type Method Description UsableSubnetwork
UsableSubnetwork.Builder. build()
UsableSubnetwork
UsableSubnetwork.Builder. buildPartial()
static UsableSubnetwork
UsableSubnetwork. getDefaultInstance()
UsableSubnetwork
UsableSubnetwork.Builder. getDefaultInstanceForType()
UsableSubnetwork
UsableSubnetwork. getDefaultInstanceForType()
UsableSubnetwork
ListUsableSubnetworksResponse.Builder. getSubnetworks(int index)
A list of usable subnetworks in the specified network project.UsableSubnetwork
ListUsableSubnetworksResponse. getSubnetworks(int index)
A list of usable subnetworks in the specified network project.UsableSubnetwork
ListUsableSubnetworksResponseOrBuilder. getSubnetworks(int index)
A list of usable subnetworks in the specified network project.static UsableSubnetwork
UsableSubnetwork. parseDelimitedFrom(InputStream input)
static UsableSubnetwork
UsableSubnetwork. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UsableSubnetwork
UsableSubnetwork. parseFrom(byte[] data)
static UsableSubnetwork
UsableSubnetwork. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UsableSubnetwork
UsableSubnetwork. parseFrom(com.google.protobuf.ByteString data)
static UsableSubnetwork
UsableSubnetwork. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UsableSubnetwork
UsableSubnetwork. parseFrom(com.google.protobuf.CodedInputStream input)
static UsableSubnetwork
UsableSubnetwork. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UsableSubnetwork
UsableSubnetwork. parseFrom(InputStream input)
static UsableSubnetwork
UsableSubnetwork. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UsableSubnetwork
UsableSubnetwork. parseFrom(ByteBuffer data)
static UsableSubnetwork
UsableSubnetwork. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.container.v1beta1 that return types with arguments of type UsableSubnetwork Modifier and Type Method Description com.google.protobuf.Parser<UsableSubnetwork>
UsableSubnetwork. getParserForType()
List<UsableSubnetwork>
ListUsableSubnetworksResponse.Builder. getSubnetworksList()
A list of usable subnetworks in the specified network project.List<UsableSubnetwork>
ListUsableSubnetworksResponse. getSubnetworksList()
A list of usable subnetworks in the specified network project.List<UsableSubnetwork>
ListUsableSubnetworksResponseOrBuilder. getSubnetworksList()
A list of usable subnetworks in the specified network project.static com.google.protobuf.Parser<UsableSubnetwork>
UsableSubnetwork. parser()
Methods in com.google.container.v1beta1 with parameters of type UsableSubnetwork Modifier and Type Method Description ListUsableSubnetworksResponse.Builder
ListUsableSubnetworksResponse.Builder. addSubnetworks(int index, UsableSubnetwork value)
A list of usable subnetworks in the specified network project.ListUsableSubnetworksResponse.Builder
ListUsableSubnetworksResponse.Builder. addSubnetworks(UsableSubnetwork value)
A list of usable subnetworks in the specified network project.UsableSubnetwork.Builder
UsableSubnetwork.Builder. mergeFrom(UsableSubnetwork other)
static UsableSubnetwork.Builder
UsableSubnetwork. newBuilder(UsableSubnetwork prototype)
ListUsableSubnetworksResponse.Builder
ListUsableSubnetworksResponse.Builder. setSubnetworks(int index, UsableSubnetwork value)
A list of usable subnetworks in the specified network project.Method parameters in com.google.container.v1beta1 with type arguments of type UsableSubnetwork Modifier and Type Method Description ListUsableSubnetworksResponse.Builder
ListUsableSubnetworksResponse.Builder. addAllSubnetworks(Iterable<? extends UsableSubnetwork> values)
A list of usable subnetworks in the specified network project.
-