Uses of Class
com.google.iam.admin.v1.DeleteServiceAccountRequest
-
Packages that use DeleteServiceAccountRequest 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 DeleteServiceAccountRequest in com.google.cloud.iam.admin.v1
Methods in com.google.cloud.iam.admin.v1 that return types with arguments of type DeleteServiceAccountRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteServiceAccountRequest,com.google.protobuf.Empty>
IAMClient. deleteServiceAccountCallable()
Deletes a [ServiceAccount][google.iam.admin.v1.ServiceAccount].com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteServiceAccountRequest,com.google.protobuf.Empty>
IAMSettings.Builder. deleteServiceAccountSettings()
Returns the builder for the settings used for calls to deleteServiceAccount.com.google.api.gax.rpc.UnaryCallSettings<DeleteServiceAccountRequest,com.google.protobuf.Empty>
IAMSettings. deleteServiceAccountSettings()
Returns the object with the settings used for calls to deleteServiceAccount.Methods in com.google.cloud.iam.admin.v1 with parameters of type DeleteServiceAccountRequest Modifier and Type Method Description void
IAMClient. deleteServiceAccount(DeleteServiceAccountRequest request)
Deletes a [ServiceAccount][google.iam.admin.v1.ServiceAccount]. -
Uses of DeleteServiceAccountRequest in com.google.cloud.iam.admin.v1.stub
Methods in com.google.cloud.iam.admin.v1.stub that return types with arguments of type DeleteServiceAccountRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteServiceAccountRequest,com.google.protobuf.Empty>
GrpcIAMStub. deleteServiceAccountCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteServiceAccountRequest,com.google.protobuf.Empty>
IAMStub. deleteServiceAccountCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteServiceAccountRequest,com.google.protobuf.Empty>
IAMStubSettings.Builder. deleteServiceAccountSettings()
Returns the builder for the settings used for calls to deleteServiceAccount.com.google.api.gax.rpc.UnaryCallSettings<DeleteServiceAccountRequest,com.google.protobuf.Empty>
IAMStubSettings. deleteServiceAccountSettings()
Returns the object with the settings used for calls to deleteServiceAccount. -
Uses of DeleteServiceAccountRequest in com.google.iam.admin.v1
Methods in com.google.iam.admin.v1 that return DeleteServiceAccountRequest Modifier and Type Method Description DeleteServiceAccountRequest
DeleteServiceAccountRequest.Builder. build()
DeleteServiceAccountRequest
DeleteServiceAccountRequest.Builder. buildPartial()
static DeleteServiceAccountRequest
DeleteServiceAccountRequest. getDefaultInstance()
DeleteServiceAccountRequest
DeleteServiceAccountRequest.Builder. getDefaultInstanceForType()
DeleteServiceAccountRequest
DeleteServiceAccountRequest. getDefaultInstanceForType()
static DeleteServiceAccountRequest
DeleteServiceAccountRequest. parseDelimitedFrom(InputStream input)
static DeleteServiceAccountRequest
DeleteServiceAccountRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteServiceAccountRequest
DeleteServiceAccountRequest. parseFrom(byte[] data)
static DeleteServiceAccountRequest
DeleteServiceAccountRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteServiceAccountRequest
DeleteServiceAccountRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteServiceAccountRequest
DeleteServiceAccountRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteServiceAccountRequest
DeleteServiceAccountRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteServiceAccountRequest
DeleteServiceAccountRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteServiceAccountRequest
DeleteServiceAccountRequest. parseFrom(InputStream input)
static DeleteServiceAccountRequest
DeleteServiceAccountRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteServiceAccountRequest
DeleteServiceAccountRequest. parseFrom(ByteBuffer data)
static DeleteServiceAccountRequest
DeleteServiceAccountRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.iam.admin.v1 that return types with arguments of type DeleteServiceAccountRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<DeleteServiceAccountRequest,com.google.protobuf.Empty>
IAMGrpc. getDeleteServiceAccountMethod()
com.google.protobuf.Parser<DeleteServiceAccountRequest>
DeleteServiceAccountRequest. getParserForType()
static com.google.protobuf.Parser<DeleteServiceAccountRequest>
DeleteServiceAccountRequest. parser()
Methods in com.google.iam.admin.v1 with parameters of type DeleteServiceAccountRequest Modifier and Type Method Description default void
IAMGrpc.AsyncService. deleteServiceAccount(DeleteServiceAccountRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a [ServiceAccount][google.iam.admin.v1.ServiceAccount].com.google.protobuf.Empty
IAMGrpc.IAMBlockingStub. deleteServiceAccount(DeleteServiceAccountRequest request)
Deletes a [ServiceAccount][google.iam.admin.v1.ServiceAccount].com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
IAMGrpc.IAMFutureStub. deleteServiceAccount(DeleteServiceAccountRequest request)
Deletes a [ServiceAccount][google.iam.admin.v1.ServiceAccount].void
IAMGrpc.IAMStub. deleteServiceAccount(DeleteServiceAccountRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a [ServiceAccount][google.iam.admin.v1.ServiceAccount].DeleteServiceAccountRequest.Builder
DeleteServiceAccountRequest.Builder. mergeFrom(DeleteServiceAccountRequest other)
static DeleteServiceAccountRequest.Builder
DeleteServiceAccountRequest. newBuilder(DeleteServiceAccountRequest prototype)
-