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 ListClustersResponseClusterManagerClient. listClusters(ListClustersRequest request)Lists all clusters owned by a project in either the specified zone or all zones.ListClustersResponseClusterManagerClient. listClusters(String parent)Lists all clusters owned by a project in either the specified zone or all zones.ListClustersResponseClusterManagerClient. 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 ListClustersResponseListClustersResponse.Builder. build()ListClustersResponseListClustersResponse.Builder. buildPartial()static ListClustersResponseListClustersResponse. getDefaultInstance()ListClustersResponseListClustersResponse.Builder. getDefaultInstanceForType()ListClustersResponseListClustersResponse. getDefaultInstanceForType()ListClustersResponseClusterManagerGrpc.ClusterManagerBlockingStub. listClusters(ListClustersRequest request)Lists all clusters owned by a project in either the specified zone or all zones.static ListClustersResponseListClustersResponse. parseDelimitedFrom(InputStream input)static ListClustersResponseListClustersResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListClustersResponseListClustersResponse. parseFrom(byte[] data)static ListClustersResponseListClustersResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListClustersResponseListClustersResponse. parseFrom(com.google.protobuf.ByteString data)static ListClustersResponseListClustersResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListClustersResponseListClustersResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListClustersResponseListClustersResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListClustersResponseListClustersResponse. parseFrom(InputStream input)static ListClustersResponseListClustersResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListClustersResponseListClustersResponse. parseFrom(ByteBuffer data)static ListClustersResponseListClustersResponse. 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.BuilderListClustersResponse.Builder. mergeFrom(ListClustersResponse other)static ListClustersResponse.BuilderListClustersResponse. newBuilder(ListClustersResponse prototype)Method parameters in com.google.container.v1 with type arguments of type ListClustersResponse Modifier and Type Method Description default voidClusterManagerGrpc.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.voidClusterManagerGrpc.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.
-