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 OperationClusterManagerClient. 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 SetLegacyAbacRequestSetLegacyAbacRequest.Builder. build()SetLegacyAbacRequestSetLegacyAbacRequest.Builder. buildPartial()static SetLegacyAbacRequestSetLegacyAbacRequest. getDefaultInstance()SetLegacyAbacRequestSetLegacyAbacRequest.Builder. getDefaultInstanceForType()SetLegacyAbacRequestSetLegacyAbacRequest. getDefaultInstanceForType()static SetLegacyAbacRequestSetLegacyAbacRequest. parseDelimitedFrom(InputStream input)static SetLegacyAbacRequestSetLegacyAbacRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetLegacyAbacRequestSetLegacyAbacRequest. parseFrom(byte[] data)static SetLegacyAbacRequestSetLegacyAbacRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetLegacyAbacRequestSetLegacyAbacRequest. parseFrom(com.google.protobuf.ByteString data)static SetLegacyAbacRequestSetLegacyAbacRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetLegacyAbacRequestSetLegacyAbacRequest. parseFrom(com.google.protobuf.CodedInputStream input)static SetLegacyAbacRequestSetLegacyAbacRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetLegacyAbacRequestSetLegacyAbacRequest. parseFrom(InputStream input)static SetLegacyAbacRequestSetLegacyAbacRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetLegacyAbacRequestSetLegacyAbacRequest. parseFrom(ByteBuffer data)static SetLegacyAbacRequestSetLegacyAbacRequest. 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.BuilderSetLegacyAbacRequest.Builder. mergeFrom(SetLegacyAbacRequest other)static SetLegacyAbacRequest.BuilderSetLegacyAbacRequest. newBuilder(SetLegacyAbacRequest prototype)default voidClusterManagerGrpc.AsyncService. setLegacyAbac(SetLegacyAbacRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Enables or disables the ABAC authorization mechanism on a cluster.OperationClusterManagerGrpc.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.voidClusterManagerGrpc.ClusterManagerStub. setLegacyAbac(SetLegacyAbacRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Enables or disables the ABAC authorization mechanism on a cluster.
-