Uses of Class
com.google.container.v1.ListClustersResponse
-
Packages that use ListClustersResponse Package Description com.google.cloud.container.v1 A client to Kubernetes Engine APIcom.google.cloud.container.v1.stub com.google.container.v1 -
-
Uses of ListClustersResponse in com.google.cloud.container.v1
Methods in com.google.cloud.container.v1 that return ListClustersResponse Modifier and Type Method Description ListClustersResponse
ClusterManagerClient. listClusters(ListClustersRequest request)
Lists all clusters owned by a project in either the specified zone or all zones.ListClustersResponse
ClusterManagerClient. listClusters(String parent)
Lists all clusters owned by a project in either the specified zone or all zones.ListClustersResponse
ClusterManagerClient. listClusters(String projectId, String zone)
Lists all clusters owned by a project in either the specified zone or all zones.Methods in com.google.cloud.container.v1 that return types with arguments of type ListClustersResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListClustersRequest,ListClustersResponse>
ClusterManagerClient. listClustersCallable()
Lists all clusters owned by a project in either the specified zone or all zones.com.google.api.gax.rpc.UnaryCallSettings.Builder<ListClustersRequest,ListClustersResponse>
ClusterManagerSettings.Builder. listClustersSettings()
Returns the builder for the settings used for calls to listClusters.com.google.api.gax.rpc.UnaryCallSettings<ListClustersRequest,ListClustersResponse>
ClusterManagerSettings. listClustersSettings()
Returns the object with the settings used for calls to listClusters. -
Uses of ListClustersResponse in com.google.cloud.container.v1.stub
Methods in com.google.cloud.container.v1.stub that return types with arguments of type ListClustersResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListClustersRequest,ListClustersResponse>
ClusterManagerStub. listClustersCallable()
com.google.api.gax.rpc.UnaryCallable<ListClustersRequest,ListClustersResponse>
GrpcClusterManagerStub. listClustersCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<ListClustersRequest,ListClustersResponse>
ClusterManagerStubSettings.Builder. listClustersSettings()
Returns the builder for the settings used for calls to listClusters.com.google.api.gax.rpc.UnaryCallSettings<ListClustersRequest,ListClustersResponse>
ClusterManagerStubSettings. listClustersSettings()
Returns the object with the settings used for calls to listClusters. -
Uses of ListClustersResponse in com.google.container.v1
Methods in com.google.container.v1 that return ListClustersResponse Modifier and Type Method Description ListClustersResponse
ListClustersResponse.Builder. build()
ListClustersResponse
ListClustersResponse.Builder. buildPartial()
static ListClustersResponse
ListClustersResponse. getDefaultInstance()
ListClustersResponse
ListClustersResponse.Builder. getDefaultInstanceForType()
ListClustersResponse
ListClustersResponse. getDefaultInstanceForType()
ListClustersResponse
ClusterManagerGrpc.ClusterManagerBlockingStub. listClusters(ListClustersRequest request)
Lists all clusters owned by a project in either the specified zone or all zones.static ListClustersResponse
ListClustersResponse. parseDelimitedFrom(InputStream input)
static ListClustersResponse
ListClustersResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListClustersResponse
ListClustersResponse. parseFrom(byte[] data)
static ListClustersResponse
ListClustersResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListClustersResponse
ListClustersResponse. parseFrom(com.google.protobuf.ByteString data)
static ListClustersResponse
ListClustersResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListClustersResponse
ListClustersResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListClustersResponse
ListClustersResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListClustersResponse
ListClustersResponse. parseFrom(InputStream input)
static ListClustersResponse
ListClustersResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListClustersResponse
ListClustersResponse. parseFrom(ByteBuffer data)
static ListClustersResponse
ListClustersResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.container.v1 that return types with arguments of type ListClustersResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListClustersRequest,ListClustersResponse>
ClusterManagerGrpc. getListClustersMethod()
com.google.protobuf.Parser<ListClustersResponse>
ListClustersResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListClustersResponse>
ClusterManagerGrpc.ClusterManagerFutureStub. listClusters(ListClustersRequest request)
Lists all clusters owned by a project in either the specified zone or all zones.static com.google.protobuf.Parser<ListClustersResponse>
ListClustersResponse. parser()
Methods in com.google.container.v1 with parameters of type ListClustersResponse Modifier and Type Method Description ListClustersResponse.Builder
ListClustersResponse.Builder. mergeFrom(ListClustersResponse other)
static ListClustersResponse.Builder
ListClustersResponse. newBuilder(ListClustersResponse prototype)
Method parameters in com.google.container.v1 with type arguments of type ListClustersResponse Modifier and Type Method Description default void
ClusterManagerGrpc.AsyncService. listClusters(ListClustersRequest request, io.grpc.stub.StreamObserver<ListClustersResponse> responseObserver)
Lists all clusters owned by a project in either the specified zone or all zones.void
ClusterManagerGrpc.ClusterManagerStub. listClusters(ListClustersRequest request, io.grpc.stub.StreamObserver<ListClustersResponse> responseObserver)
Lists all clusters owned by a project in either the specified zone or all zones.
-