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 voidIAMClient. 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 EnableServiceAccountRequestEnableServiceAccountRequest.Builder. build()EnableServiceAccountRequestEnableServiceAccountRequest.Builder. buildPartial()static EnableServiceAccountRequestEnableServiceAccountRequest. getDefaultInstance()EnableServiceAccountRequestEnableServiceAccountRequest.Builder. getDefaultInstanceForType()EnableServiceAccountRequestEnableServiceAccountRequest. getDefaultInstanceForType()static EnableServiceAccountRequestEnableServiceAccountRequest. parseDelimitedFrom(InputStream input)static EnableServiceAccountRequestEnableServiceAccountRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnableServiceAccountRequestEnableServiceAccountRequest. parseFrom(byte[] data)static EnableServiceAccountRequestEnableServiceAccountRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnableServiceAccountRequestEnableServiceAccountRequest. parseFrom(com.google.protobuf.ByteString data)static EnableServiceAccountRequestEnableServiceAccountRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnableServiceAccountRequestEnableServiceAccountRequest. parseFrom(com.google.protobuf.CodedInputStream input)static EnableServiceAccountRequestEnableServiceAccountRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnableServiceAccountRequestEnableServiceAccountRequest. parseFrom(InputStream input)static EnableServiceAccountRequestEnableServiceAccountRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnableServiceAccountRequestEnableServiceAccountRequest. parseFrom(ByteBuffer data)static EnableServiceAccountRequestEnableServiceAccountRequest. 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 voidIAMGrpc.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.EmptyIAMGrpc.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].voidIAMGrpc.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.BuilderEnableServiceAccountRequest.Builder. mergeFrom(EnableServiceAccountRequest other)static EnableServiceAccountRequest.BuilderEnableServiceAccountRequest. newBuilder(EnableServiceAccountRequest prototype)
-