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