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