Uses of Class
com.google.iam.admin.v1.EnableServiceAccountRequest
-
Packages that use EnableServiceAccountRequest Package Description com.google.cloud.iam.admin.v1 A client to Identity and Access Management (IAM) APIcom.google.cloud.iam.admin.v1.stub com.google.iam.admin.v1 -
-
Uses of EnableServiceAccountRequest in com.google.cloud.iam.admin.v1
Methods in com.google.cloud.iam.admin.v1 that return types with arguments of type EnableServiceAccountRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<EnableServiceAccountRequest,com.google.protobuf.Empty>
IAMClient. enableServiceAccountCallable()
Enables a [ServiceAccount][google.iam.admin.v1.ServiceAccount] that was disabled by [DisableServiceAccount][google.iam.admin.v1.IAM.DisableServiceAccount].com.google.api.gax.rpc.UnaryCallSettings.Builder<EnableServiceAccountRequest,com.google.protobuf.Empty>
IAMSettings.Builder. enableServiceAccountSettings()
Returns the builder for the settings used for calls to enableServiceAccount.com.google.api.gax.rpc.UnaryCallSettings<EnableServiceAccountRequest,com.google.protobuf.Empty>
IAMSettings. enableServiceAccountSettings()
Returns the object with the settings used for calls to enableServiceAccount.Methods in com.google.cloud.iam.admin.v1 with parameters of type EnableServiceAccountRequest Modifier and Type Method Description void
IAMClient. enableServiceAccount(EnableServiceAccountRequest request)
Enables a [ServiceAccount][google.iam.admin.v1.ServiceAccount] that was disabled by [DisableServiceAccount][google.iam.admin.v1.IAM.DisableServiceAccount]. -
Uses of EnableServiceAccountRequest in com.google.cloud.iam.admin.v1.stub
Methods in com.google.cloud.iam.admin.v1.stub that return types with arguments of type EnableServiceAccountRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<EnableServiceAccountRequest,com.google.protobuf.Empty>
GrpcIAMStub. enableServiceAccountCallable()
com.google.api.gax.rpc.UnaryCallable<EnableServiceAccountRequest,com.google.protobuf.Empty>
IAMStub. enableServiceAccountCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<EnableServiceAccountRequest,com.google.protobuf.Empty>
IAMStubSettings.Builder. enableServiceAccountSettings()
Returns the builder for the settings used for calls to enableServiceAccount.com.google.api.gax.rpc.UnaryCallSettings<EnableServiceAccountRequest,com.google.protobuf.Empty>
IAMStubSettings. enableServiceAccountSettings()
Returns the object with the settings used for calls to enableServiceAccount. -
Uses of EnableServiceAccountRequest in com.google.iam.admin.v1
Methods in com.google.iam.admin.v1 that return EnableServiceAccountRequest Modifier and Type Method Description EnableServiceAccountRequest
EnableServiceAccountRequest.Builder. build()
EnableServiceAccountRequest
EnableServiceAccountRequest.Builder. buildPartial()
static EnableServiceAccountRequest
EnableServiceAccountRequest. getDefaultInstance()
EnableServiceAccountRequest
EnableServiceAccountRequest.Builder. getDefaultInstanceForType()
EnableServiceAccountRequest
EnableServiceAccountRequest. getDefaultInstanceForType()
static EnableServiceAccountRequest
EnableServiceAccountRequest. parseDelimitedFrom(InputStream input)
static EnableServiceAccountRequest
EnableServiceAccountRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnableServiceAccountRequest
EnableServiceAccountRequest. parseFrom(byte[] data)
static EnableServiceAccountRequest
EnableServiceAccountRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnableServiceAccountRequest
EnableServiceAccountRequest. parseFrom(com.google.protobuf.ByteString data)
static EnableServiceAccountRequest
EnableServiceAccountRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnableServiceAccountRequest
EnableServiceAccountRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static EnableServiceAccountRequest
EnableServiceAccountRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnableServiceAccountRequest
EnableServiceAccountRequest. parseFrom(InputStream input)
static EnableServiceAccountRequest
EnableServiceAccountRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnableServiceAccountRequest
EnableServiceAccountRequest. parseFrom(ByteBuffer data)
static EnableServiceAccountRequest
EnableServiceAccountRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.iam.admin.v1 that return types with arguments of type EnableServiceAccountRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<EnableServiceAccountRequest,com.google.protobuf.Empty>
IAMGrpc. getEnableServiceAccountMethod()
com.google.protobuf.Parser<EnableServiceAccountRequest>
EnableServiceAccountRequest. getParserForType()
static com.google.protobuf.Parser<EnableServiceAccountRequest>
EnableServiceAccountRequest. parser()
Methods in com.google.iam.admin.v1 with parameters of type EnableServiceAccountRequest Modifier and Type Method Description default void
IAMGrpc.AsyncService. enableServiceAccount(EnableServiceAccountRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Enables a [ServiceAccount][google.iam.admin.v1.ServiceAccount] that was disabled by [DisableServiceAccount][google.iam.admin.v1.IAM.DisableServiceAccount].com.google.protobuf.Empty
IAMGrpc.IAMBlockingStub. enableServiceAccount(EnableServiceAccountRequest request)
Enables a [ServiceAccount][google.iam.admin.v1.ServiceAccount] that was disabled by [DisableServiceAccount][google.iam.admin.v1.IAM.DisableServiceAccount].com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
IAMGrpc.IAMFutureStub. enableServiceAccount(EnableServiceAccountRequest request)
Enables a [ServiceAccount][google.iam.admin.v1.ServiceAccount] that was disabled by [DisableServiceAccount][google.iam.admin.v1.IAM.DisableServiceAccount].void
IAMGrpc.IAMStub. enableServiceAccount(EnableServiceAccountRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Enables a [ServiceAccount][google.iam.admin.v1.ServiceAccount] that was disabled by [DisableServiceAccount][google.iam.admin.v1.IAM.DisableServiceAccount].EnableServiceAccountRequest.Builder
EnableServiceAccountRequest.Builder. mergeFrom(EnableServiceAccountRequest other)
static EnableServiceAccountRequest.Builder
EnableServiceAccountRequest. newBuilder(EnableServiceAccountRequest prototype)
-