Uses of Class
com.google.container.v1.SetLoggingServiceRequest
-
Packages that use SetLoggingServiceRequest Package Description com.google.cloud.container.v1 A client to Kubernetes Engine APIcom.google.cloud.container.v1.stub com.google.container.v1 -
-
Uses of SetLoggingServiceRequest in com.google.cloud.container.v1
Methods in com.google.cloud.container.v1 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.v1 with parameters of type SetLoggingServiceRequest Modifier and Type Method Description OperationClusterManagerClient. setLoggingService(SetLoggingServiceRequest request)Sets the logging service for a specific cluster. -
Uses of SetLoggingServiceRequest in com.google.cloud.container.v1.stub
Methods in com.google.cloud.container.v1.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.v1
Methods in com.google.container.v1 that return SetLoggingServiceRequest Modifier and Type Method Description SetLoggingServiceRequestSetLoggingServiceRequest.Builder. build()SetLoggingServiceRequestSetLoggingServiceRequest.Builder. buildPartial()static SetLoggingServiceRequestSetLoggingServiceRequest. getDefaultInstance()SetLoggingServiceRequestSetLoggingServiceRequest.Builder. getDefaultInstanceForType()SetLoggingServiceRequestSetLoggingServiceRequest. getDefaultInstanceForType()static SetLoggingServiceRequestSetLoggingServiceRequest. parseDelimitedFrom(InputStream input)static SetLoggingServiceRequestSetLoggingServiceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetLoggingServiceRequestSetLoggingServiceRequest. parseFrom(byte[] data)static SetLoggingServiceRequestSetLoggingServiceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetLoggingServiceRequestSetLoggingServiceRequest. parseFrom(com.google.protobuf.ByteString data)static SetLoggingServiceRequestSetLoggingServiceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetLoggingServiceRequestSetLoggingServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input)static SetLoggingServiceRequestSetLoggingServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetLoggingServiceRequestSetLoggingServiceRequest. parseFrom(InputStream input)static SetLoggingServiceRequestSetLoggingServiceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetLoggingServiceRequestSetLoggingServiceRequest. parseFrom(ByteBuffer data)static SetLoggingServiceRequestSetLoggingServiceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.container.v1 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.v1 with parameters of type SetLoggingServiceRequest Modifier and Type Method Description SetLoggingServiceRequest.BuilderSetLoggingServiceRequest.Builder. mergeFrom(SetLoggingServiceRequest other)static SetLoggingServiceRequest.BuilderSetLoggingServiceRequest. newBuilder(SetLoggingServiceRequest prototype)default voidClusterManagerGrpc.AsyncService. setLoggingService(SetLoggingServiceRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Sets the logging service for a specific cluster.OperationClusterManagerGrpc.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.voidClusterManagerGrpc.ClusterManagerStub. setLoggingService(SetLoggingServiceRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Sets the logging service for a specific cluster.
-