Uses of Class
com.google.container.v1beta1.SetLabelsRequest
-
Packages that use SetLabelsRequest Package Description com.google.cloud.container.v1beta1 A client to Kubernetes Engine APIcom.google.cloud.container.v1beta1.stub com.google.container.v1beta1 -
-
Uses of SetLabelsRequest in com.google.cloud.container.v1beta1
Methods in com.google.cloud.container.v1beta1 that return types with arguments of type SetLabelsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SetLabelsRequest,Operation>
ClusterManagerClient. setLabelsCallable()
Sets labels on a cluster.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetLabelsRequest,Operation>
ClusterManagerSettings.Builder. setLabelsSettings()
Returns the builder for the settings used for calls to setLabels.com.google.api.gax.rpc.UnaryCallSettings<SetLabelsRequest,Operation>
ClusterManagerSettings. setLabelsSettings()
Returns the object with the settings used for calls to setLabels.Methods in com.google.cloud.container.v1beta1 with parameters of type SetLabelsRequest Modifier and Type Method Description Operation
ClusterManagerClient. setLabels(SetLabelsRequest request)
Sets labels on a cluster. -
Uses of SetLabelsRequest in com.google.cloud.container.v1beta1.stub
Methods in com.google.cloud.container.v1beta1.stub that return types with arguments of type SetLabelsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SetLabelsRequest,Operation>
ClusterManagerStub. setLabelsCallable()
com.google.api.gax.rpc.UnaryCallable<SetLabelsRequest,Operation>
GrpcClusterManagerStub. setLabelsCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<SetLabelsRequest,Operation>
ClusterManagerStubSettings.Builder. setLabelsSettings()
Returns the builder for the settings used for calls to setLabels.com.google.api.gax.rpc.UnaryCallSettings<SetLabelsRequest,Operation>
ClusterManagerStubSettings. setLabelsSettings()
Returns the object with the settings used for calls to setLabels. -
Uses of SetLabelsRequest in com.google.container.v1beta1
Methods in com.google.container.v1beta1 that return SetLabelsRequest Modifier and Type Method Description SetLabelsRequest
SetLabelsRequest.Builder. build()
SetLabelsRequest
SetLabelsRequest.Builder. buildPartial()
static SetLabelsRequest
SetLabelsRequest. getDefaultInstance()
SetLabelsRequest
SetLabelsRequest.Builder. getDefaultInstanceForType()
SetLabelsRequest
SetLabelsRequest. getDefaultInstanceForType()
static SetLabelsRequest
SetLabelsRequest. parseDelimitedFrom(InputStream input)
static SetLabelsRequest
SetLabelsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetLabelsRequest
SetLabelsRequest. parseFrom(byte[] data)
static SetLabelsRequest
SetLabelsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetLabelsRequest
SetLabelsRequest. parseFrom(com.google.protobuf.ByteString data)
static SetLabelsRequest
SetLabelsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetLabelsRequest
SetLabelsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static SetLabelsRequest
SetLabelsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetLabelsRequest
SetLabelsRequest. parseFrom(InputStream input)
static SetLabelsRequest
SetLabelsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetLabelsRequest
SetLabelsRequest. parseFrom(ByteBuffer data)
static SetLabelsRequest
SetLabelsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.container.v1beta1 that return types with arguments of type SetLabelsRequest Modifier and Type Method Description com.google.protobuf.Parser<SetLabelsRequest>
SetLabelsRequest. getParserForType()
static io.grpc.MethodDescriptor<SetLabelsRequest,Operation>
ClusterManagerGrpc. getSetLabelsMethod()
static com.google.protobuf.Parser<SetLabelsRequest>
SetLabelsRequest. parser()
Methods in com.google.container.v1beta1 with parameters of type SetLabelsRequest Modifier and Type Method Description SetLabelsRequest.Builder
SetLabelsRequest.Builder. mergeFrom(SetLabelsRequest other)
static SetLabelsRequest.Builder
SetLabelsRequest. newBuilder(SetLabelsRequest prototype)
default void
ClusterManagerGrpc.AsyncService. setLabels(SetLabelsRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Sets labels on a cluster.Operation
ClusterManagerGrpc.ClusterManagerBlockingStub. setLabels(SetLabelsRequest request)
Sets labels on a cluster.com.google.common.util.concurrent.ListenableFuture<Operation>
ClusterManagerGrpc.ClusterManagerFutureStub. setLabels(SetLabelsRequest request)
Sets labels on a cluster.void
ClusterManagerGrpc.ClusterManagerStub. setLabels(SetLabelsRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Sets labels on a cluster.
-