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 ClusterClusterManagerClient. getCluster(GetClusterRequest request)Gets the details for a specific cluster.ClusterClusterManagerClient. 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 OperationClusterManagerClient. 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 ClusterCluster.Builder. build()ClusterCluster.Builder. buildPartial()ClusterClusterManagerGrpc.ClusterManagerBlockingStub. getCluster(GetClusterRequest request)Gets the details for a specific cluster.ClusterCreateClusterRequest.Builder. getCluster()Required.ClusterCreateClusterRequest. getCluster()Required.ClusterCreateClusterRequestOrBuilder. getCluster()Required.ClusterListClustersResponse.Builder. getClusters(int index)A list of clusters in the project in the specified zone, or across all ones.ClusterListClustersResponse. getClusters(int index)A list of clusters in the project in the specified zone, or across all ones.ClusterListClustersResponseOrBuilder. getClusters(int index)A list of clusters in the project in the specified zone, or across all ones.static ClusterCluster. getDefaultInstance()ClusterCluster.Builder. getDefaultInstanceForType()ClusterCluster. getDefaultInstanceForType()static ClusterCluster. parseDelimitedFrom(InputStream input)static ClusterCluster. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterCluster. parseFrom(byte[] data)static ClusterCluster. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterCluster. parseFrom(com.google.protobuf.ByteString data)static ClusterCluster. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterCluster. parseFrom(com.google.protobuf.CodedInputStream input)static ClusterCluster. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterCluster. parseFrom(InputStream input)static ClusterCluster. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterCluster. parseFrom(ByteBuffer data)static ClusterCluster. 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.BuilderListClustersResponse.Builder. addClusters(int index, Cluster value)A list of clusters in the project in the specified zone, or across all ones.ListClustersResponse.BuilderListClustersResponse.Builder. addClusters(Cluster value)A list of clusters in the project in the specified zone, or across all ones.CreateClusterRequest.BuilderCreateClusterRequest.Builder. mergeCluster(Cluster value)Required.Cluster.BuilderCluster.Builder. mergeFrom(Cluster other)static Cluster.BuilderCluster. newBuilder(Cluster prototype)CreateClusterRequest.BuilderCreateClusterRequest.Builder. setCluster(Cluster value)Required.ListClustersResponse.BuilderListClustersResponse.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.BuilderListClustersResponse.Builder. addAllClusters(Iterable<? extends Cluster> values)A list of clusters in the project in the specified zone, or across all ones.default voidClusterManagerGrpc.AsyncService. getCluster(GetClusterRequest request, io.grpc.stub.StreamObserver<Cluster> responseObserver)Gets the details for a specific cluster.voidClusterManagerGrpc.ClusterManagerStub. getCluster(GetClusterRequest request, io.grpc.stub.StreamObserver<Cluster> responseObserver)Gets the details for a specific cluster.
-