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