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