Uses of Class
com.google.container.v1beta1.Cluster
-
Packages that use Cluster Package Description com.google.cloud.container.v1beta1 A client to Kubernetes Engine APIcom.google.cloud.container.v1beta1.stub com.google.container.v1beta1 -
-
Uses of Cluster in com.google.cloud.container.v1beta1
Methods in com.google.cloud.container.v1beta1 that return Cluster Modifier and Type Method Description Cluster
ClusterManagerClient. getCluster(GetClusterRequest request)
Gets the details for a specific cluster.Cluster
ClusterManagerClient. getCluster(String projectId, String zone, String clusterId)
Gets the details for a specific cluster.Methods in com.google.cloud.container.v1beta1 that return types with arguments of type Cluster Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetClusterRequest,Cluster>
ClusterManagerClient. getClusterCallable()
Gets the details for a specific cluster.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetClusterRequest,Cluster>
ClusterManagerSettings.Builder. getClusterSettings()
Returns the builder for the settings used for calls to getCluster.com.google.api.gax.rpc.UnaryCallSettings<GetClusterRequest,Cluster>
ClusterManagerSettings. getClusterSettings()
Returns the object with the settings used for calls to getCluster.Methods in com.google.cloud.container.v1beta1 with parameters of type Cluster Modifier and Type Method Description Operation
ClusterManagerClient. createCluster(String projectId, String zone, Cluster cluster)
Creates a cluster, consisting of the specified number and type of Google Compute Engine instances. -
Uses of Cluster in com.google.cloud.container.v1beta1.stub
Methods in com.google.cloud.container.v1beta1.stub that return types with arguments of type Cluster Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetClusterRequest,Cluster>
ClusterManagerStub. getClusterCallable()
com.google.api.gax.rpc.UnaryCallable<GetClusterRequest,Cluster>
GrpcClusterManagerStub. getClusterCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetClusterRequest,Cluster>
ClusterManagerStubSettings.Builder. getClusterSettings()
Returns the builder for the settings used for calls to getCluster.com.google.api.gax.rpc.UnaryCallSettings<GetClusterRequest,Cluster>
ClusterManagerStubSettings. getClusterSettings()
Returns the object with the settings used for calls to getCluster. -
Uses of Cluster in com.google.container.v1beta1
Methods in com.google.container.v1beta1 that return Cluster Modifier and Type Method Description Cluster
Cluster.Builder. build()
Cluster
Cluster.Builder. buildPartial()
Cluster
ClusterManagerGrpc.ClusterManagerBlockingStub. getCluster(GetClusterRequest request)
Gets the details for a specific cluster.Cluster
CreateClusterRequest.Builder. getCluster()
Required.Cluster
CreateClusterRequest. getCluster()
Required.Cluster
CreateClusterRequestOrBuilder. getCluster()
Required.Cluster
ListClustersResponse.Builder. getClusters(int index)
A list of clusters in the project in the specified zone, or across all ones.Cluster
ListClustersResponse. getClusters(int index)
A list of clusters in the project in the specified zone, or across all ones.Cluster
ListClustersResponseOrBuilder. getClusters(int index)
A list of clusters in the project in the specified zone, or across all ones.static Cluster
Cluster. getDefaultInstance()
Cluster
Cluster.Builder. getDefaultInstanceForType()
Cluster
Cluster. getDefaultInstanceForType()
static Cluster
Cluster. parseDelimitedFrom(InputStream input)
static Cluster
Cluster. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster
Cluster. parseFrom(byte[] data)
static Cluster
Cluster. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster
Cluster. parseFrom(com.google.protobuf.ByteString data)
static Cluster
Cluster. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster
Cluster. parseFrom(com.google.protobuf.CodedInputStream input)
static Cluster
Cluster. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster
Cluster. parseFrom(InputStream input)
static Cluster
Cluster. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster
Cluster. parseFrom(ByteBuffer data)
static Cluster
Cluster. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.container.v1beta1 that return types with arguments of type Cluster Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Cluster>
ClusterManagerGrpc.ClusterManagerFutureStub. getCluster(GetClusterRequest request)
Gets the details for a specific cluster.List<Cluster>
ListClustersResponse.Builder. getClustersList()
A list of clusters in the project in the specified zone, or across all ones.List<Cluster>
ListClustersResponse. getClustersList()
A list of clusters in the project in the specified zone, or across all ones.List<Cluster>
ListClustersResponseOrBuilder. getClustersList()
A list of clusters in the project in the specified zone, or across all ones.static io.grpc.MethodDescriptor<GetClusterRequest,Cluster>
ClusterManagerGrpc. getGetClusterMethod()
com.google.protobuf.Parser<Cluster>
Cluster. getParserForType()
static com.google.protobuf.Parser<Cluster>
Cluster. parser()
Methods in com.google.container.v1beta1 with parameters of type Cluster Modifier and Type Method Description ListClustersResponse.Builder
ListClustersResponse.Builder. addClusters(int index, Cluster value)
A list of clusters in the project in the specified zone, or across all ones.ListClustersResponse.Builder
ListClustersResponse.Builder. addClusters(Cluster value)
A list of clusters in the project in the specified zone, or across all ones.CreateClusterRequest.Builder
CreateClusterRequest.Builder. mergeCluster(Cluster value)
Required.Cluster.Builder
Cluster.Builder. mergeFrom(Cluster other)
static Cluster.Builder
Cluster. newBuilder(Cluster prototype)
CreateClusterRequest.Builder
CreateClusterRequest.Builder. setCluster(Cluster value)
Required.ListClustersResponse.Builder
ListClustersResponse.Builder. setClusters(int index, Cluster value)
A list of clusters in the project in the specified zone, or across all ones.Method parameters in com.google.container.v1beta1 with type arguments of type Cluster Modifier and Type Method Description ListClustersResponse.Builder
ListClustersResponse.Builder. addAllClusters(Iterable<? extends Cluster> values)
A list of clusters in the project in the specified zone, or across all ones.default void
ClusterManagerGrpc.AsyncService. getCluster(GetClusterRequest request, io.grpc.stub.StreamObserver<Cluster> responseObserver)
Gets the details for a specific cluster.void
ClusterManagerGrpc.ClusterManagerStub. getCluster(GetClusterRequest request, io.grpc.stub.StreamObserver<Cluster> responseObserver)
Gets the details for a specific cluster.
-