Uses of Class
com.google.iam.admin.v1.ServiceAccount
-
Packages that use ServiceAccount 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 ServiceAccount in com.google.cloud.iam.admin.v1
Methods in com.google.cloud.iam.admin.v1 that return ServiceAccount Modifier and Type Method Description ServiceAccount
IAMClient. createServiceAccount(CreateServiceAccountRequest request)
Creates a [ServiceAccount][google.iam.admin.v1.ServiceAccount].ServiceAccount
IAMClient. createServiceAccount(ProjectName name, String accountId, ServiceAccount serviceAccount)
Creates a [ServiceAccount][google.iam.admin.v1.ServiceAccount].ServiceAccount
IAMClient. createServiceAccount(String name, String accountId, ServiceAccount serviceAccount)
Creates a [ServiceAccount][google.iam.admin.v1.ServiceAccount].ServiceAccount
IAMClient. getServiceAccount(GetServiceAccountRequest request)
Gets a [ServiceAccount][google.iam.admin.v1.ServiceAccount].ServiceAccount
IAMClient. getServiceAccount(ServiceAccountName name)
Gets a [ServiceAccount][google.iam.admin.v1.ServiceAccount].ServiceAccount
IAMClient. getServiceAccount(String name)
Gets a [ServiceAccount][google.iam.admin.v1.ServiceAccount].ServiceAccount
IAMClient. patchServiceAccount(PatchServiceAccountRequest request)
Patches a [ServiceAccount][google.iam.admin.v1.ServiceAccount].ServiceAccount
IAMClient. updateServiceAccount(ServiceAccount request)
**Note:** We are in the process of deprecating this method.Methods in com.google.cloud.iam.admin.v1 that return types with arguments of type ServiceAccount Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateServiceAccountRequest,ServiceAccount>
IAMClient. createServiceAccountCallable()
Creates a [ServiceAccount][google.iam.admin.v1.ServiceAccount].com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateServiceAccountRequest,ServiceAccount>
IAMSettings.Builder. createServiceAccountSettings()
Returns the builder for the settings used for calls to createServiceAccount.com.google.api.gax.rpc.UnaryCallSettings<CreateServiceAccountRequest,ServiceAccount>
IAMSettings. createServiceAccountSettings()
Returns the object with the settings used for calls to createServiceAccount.com.google.api.gax.rpc.UnaryCallable<GetServiceAccountRequest,ServiceAccount>
IAMClient. getServiceAccountCallable()
Gets a [ServiceAccount][google.iam.admin.v1.ServiceAccount].com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServiceAccountRequest,ServiceAccount>
IAMSettings.Builder. getServiceAccountSettings()
Returns the builder for the settings used for calls to getServiceAccount.com.google.api.gax.rpc.UnaryCallSettings<GetServiceAccountRequest,ServiceAccount>
IAMSettings. getServiceAccountSettings()
Returns the object with the settings used for calls to getServiceAccount.com.google.api.gax.rpc.UnaryCallable<PatchServiceAccountRequest,ServiceAccount>
IAMClient. patchServiceAccountCallable()
Patches a [ServiceAccount][google.iam.admin.v1.ServiceAccount].com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchServiceAccountRequest,ServiceAccount>
IAMSettings.Builder. patchServiceAccountSettings()
Returns the builder for the settings used for calls to patchServiceAccount.com.google.api.gax.rpc.UnaryCallSettings<PatchServiceAccountRequest,ServiceAccount>
IAMSettings. patchServiceAccountSettings()
Returns the object with the settings used for calls to patchServiceAccount.com.google.api.gax.rpc.UnaryCallable<ServiceAccount,ServiceAccount>
IAMClient. updateServiceAccountCallable()
**Note:** We are in the process of deprecating this method.com.google.api.gax.rpc.UnaryCallable<ServiceAccount,ServiceAccount>
IAMClient. updateServiceAccountCallable()
**Note:** We are in the process of deprecating this method.com.google.api.gax.rpc.UnaryCallSettings.Builder<ServiceAccount,ServiceAccount>
IAMSettings.Builder. updateServiceAccountSettings()
Returns the builder for the settings used for calls to updateServiceAccount.com.google.api.gax.rpc.UnaryCallSettings.Builder<ServiceAccount,ServiceAccount>
IAMSettings.Builder. updateServiceAccountSettings()
Returns the builder for the settings used for calls to updateServiceAccount.com.google.api.gax.rpc.UnaryCallSettings<ServiceAccount,ServiceAccount>
IAMSettings. updateServiceAccountSettings()
Returns the object with the settings used for calls to updateServiceAccount.com.google.api.gax.rpc.UnaryCallSettings<ServiceAccount,ServiceAccount>
IAMSettings. updateServiceAccountSettings()
Returns the object with the settings used for calls to updateServiceAccount.Methods in com.google.cloud.iam.admin.v1 with parameters of type ServiceAccount Modifier and Type Method Description ServiceAccount
IAMClient. createServiceAccount(ProjectName name, String accountId, ServiceAccount serviceAccount)
Creates a [ServiceAccount][google.iam.admin.v1.ServiceAccount].ServiceAccount
IAMClient. createServiceAccount(String name, String accountId, ServiceAccount serviceAccount)
Creates a [ServiceAccount][google.iam.admin.v1.ServiceAccount].ServiceAccount
IAMClient. updateServiceAccount(ServiceAccount request)
**Note:** We are in the process of deprecating this method.Method parameters in com.google.cloud.iam.admin.v1 with type arguments of type ServiceAccount Modifier and Type Method Description static com.google.api.core.ApiFuture<IAMClient.ListServiceAccountsPagedResponse>
IAMClient.ListServiceAccountsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListServiceAccountsRequest,ListServiceAccountsResponse,ServiceAccount> context, com.google.api.core.ApiFuture<ListServiceAccountsResponse> futureResponse)
protected IAMClient.ListServiceAccountsPage
IAMClient.ListServiceAccountsPage. createPage(com.google.api.gax.rpc.PageContext<ListServiceAccountsRequest,ListServiceAccountsResponse,ServiceAccount> context, ListServiceAccountsResponse response)
com.google.api.core.ApiFuture<IAMClient.ListServiceAccountsPage>
IAMClient.ListServiceAccountsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListServiceAccountsRequest,ListServiceAccountsResponse,ServiceAccount> context, com.google.api.core.ApiFuture<ListServiceAccountsResponse> futureResponse)
-
Uses of ServiceAccount in com.google.cloud.iam.admin.v1.stub
Methods in com.google.cloud.iam.admin.v1.stub that return types with arguments of type ServiceAccount Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateServiceAccountRequest,ServiceAccount>
GrpcIAMStub. createServiceAccountCallable()
com.google.api.gax.rpc.UnaryCallable<CreateServiceAccountRequest,ServiceAccount>
IAMStub. createServiceAccountCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateServiceAccountRequest,ServiceAccount>
IAMStubSettings.Builder. createServiceAccountSettings()
Returns the builder for the settings used for calls to createServiceAccount.com.google.api.gax.rpc.UnaryCallSettings<CreateServiceAccountRequest,ServiceAccount>
IAMStubSettings. createServiceAccountSettings()
Returns the object with the settings used for calls to createServiceAccount.com.google.api.gax.rpc.UnaryCallable<GetServiceAccountRequest,ServiceAccount>
GrpcIAMStub. getServiceAccountCallable()
com.google.api.gax.rpc.UnaryCallable<GetServiceAccountRequest,ServiceAccount>
IAMStub. getServiceAccountCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetServiceAccountRequest,ServiceAccount>
IAMStubSettings.Builder. getServiceAccountSettings()
Returns the builder for the settings used for calls to getServiceAccount.com.google.api.gax.rpc.UnaryCallSettings<GetServiceAccountRequest,ServiceAccount>
IAMStubSettings. getServiceAccountSettings()
Returns the object with the settings used for calls to getServiceAccount.com.google.api.gax.rpc.UnaryCallable<PatchServiceAccountRequest,ServiceAccount>
GrpcIAMStub. patchServiceAccountCallable()
com.google.api.gax.rpc.UnaryCallable<PatchServiceAccountRequest,ServiceAccount>
IAMStub. patchServiceAccountCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchServiceAccountRequest,ServiceAccount>
IAMStubSettings.Builder. patchServiceAccountSettings()
Returns the builder for the settings used for calls to patchServiceAccount.com.google.api.gax.rpc.UnaryCallSettings<PatchServiceAccountRequest,ServiceAccount>
IAMStubSettings. patchServiceAccountSettings()
Returns the object with the settings used for calls to patchServiceAccount.com.google.api.gax.rpc.UnaryCallable<ServiceAccount,ServiceAccount>
GrpcIAMStub. updateServiceAccountCallable()
com.google.api.gax.rpc.UnaryCallable<ServiceAccount,ServiceAccount>
GrpcIAMStub. updateServiceAccountCallable()
com.google.api.gax.rpc.UnaryCallable<ServiceAccount,ServiceAccount>
IAMStub. updateServiceAccountCallable()
com.google.api.gax.rpc.UnaryCallable<ServiceAccount,ServiceAccount>
IAMStub. updateServiceAccountCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<ServiceAccount,ServiceAccount>
IAMStubSettings.Builder. updateServiceAccountSettings()
Returns the builder for the settings used for calls to updateServiceAccount.com.google.api.gax.rpc.UnaryCallSettings.Builder<ServiceAccount,ServiceAccount>
IAMStubSettings.Builder. updateServiceAccountSettings()
Returns the builder for the settings used for calls to updateServiceAccount.com.google.api.gax.rpc.UnaryCallSettings<ServiceAccount,ServiceAccount>
IAMStubSettings. updateServiceAccountSettings()
Returns the object with the settings used for calls to updateServiceAccount.com.google.api.gax.rpc.UnaryCallSettings<ServiceAccount,ServiceAccount>
IAMStubSettings. updateServiceAccountSettings()
Returns the object with the settings used for calls to updateServiceAccount. -
Uses of ServiceAccount in com.google.iam.admin.v1
Methods in com.google.iam.admin.v1 that return ServiceAccount Modifier and Type Method Description ServiceAccount
ServiceAccount.Builder. build()
ServiceAccount
ServiceAccount.Builder. buildPartial()
ServiceAccount
IAMGrpc.IAMBlockingStub. createServiceAccount(CreateServiceAccountRequest request)
Creates a [ServiceAccount][google.iam.admin.v1.ServiceAccount].ServiceAccount
ListServiceAccountsResponse.Builder. getAccounts(int index)
The list of matching service accounts.ServiceAccount
ListServiceAccountsResponse. getAccounts(int index)
The list of matching service accounts.ServiceAccount
ListServiceAccountsResponseOrBuilder. getAccounts(int index)
The list of matching service accounts.static ServiceAccount
ServiceAccount. getDefaultInstance()
ServiceAccount
ServiceAccount.Builder. getDefaultInstanceForType()
ServiceAccount
ServiceAccount. getDefaultInstanceForType()
ServiceAccount
UndeleteServiceAccountResponse.Builder. getRestoredAccount()
Metadata for the restored service account.ServiceAccount
UndeleteServiceAccountResponse. getRestoredAccount()
Metadata for the restored service account.ServiceAccount
UndeleteServiceAccountResponseOrBuilder. getRestoredAccount()
Metadata for the restored service account.ServiceAccount
CreateServiceAccountRequest.Builder. getServiceAccount()
The [ServiceAccount][google.iam.admin.v1.ServiceAccount] resource to create.ServiceAccount
CreateServiceAccountRequest. getServiceAccount()
The [ServiceAccount][google.iam.admin.v1.ServiceAccount] resource to create.ServiceAccount
CreateServiceAccountRequestOrBuilder. getServiceAccount()
The [ServiceAccount][google.iam.admin.v1.ServiceAccount] resource to create.ServiceAccount
IAMGrpc.IAMBlockingStub. getServiceAccount(GetServiceAccountRequest request)
Gets a [ServiceAccount][google.iam.admin.v1.ServiceAccount].ServiceAccount
PatchServiceAccountRequest.Builder. getServiceAccount()
.google.iam.admin.v1.ServiceAccount service_account = 1;
ServiceAccount
PatchServiceAccountRequest. getServiceAccount()
.google.iam.admin.v1.ServiceAccount service_account = 1;
ServiceAccount
PatchServiceAccountRequestOrBuilder. getServiceAccount()
.google.iam.admin.v1.ServiceAccount service_account = 1;
static ServiceAccount
ServiceAccount. parseDelimitedFrom(InputStream input)
static ServiceAccount
ServiceAccount. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceAccount
ServiceAccount. parseFrom(byte[] data)
static ServiceAccount
ServiceAccount. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceAccount
ServiceAccount. parseFrom(com.google.protobuf.ByteString data)
static ServiceAccount
ServiceAccount. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceAccount
ServiceAccount. parseFrom(com.google.protobuf.CodedInputStream input)
static ServiceAccount
ServiceAccount. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceAccount
ServiceAccount. parseFrom(InputStream input)
static ServiceAccount
ServiceAccount. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServiceAccount
ServiceAccount. parseFrom(ByteBuffer data)
static ServiceAccount
ServiceAccount. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ServiceAccount
IAMGrpc.IAMBlockingStub. patchServiceAccount(PatchServiceAccountRequest request)
Patches a [ServiceAccount][google.iam.admin.v1.ServiceAccount].ServiceAccount
IAMGrpc.IAMBlockingStub. updateServiceAccount(ServiceAccount request)
**Note:** We are in the process of deprecating this method.Methods in com.google.iam.admin.v1 that return types with arguments of type ServiceAccount Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<ServiceAccount>
IAMGrpc.IAMFutureStub. createServiceAccount(CreateServiceAccountRequest request)
Creates a [ServiceAccount][google.iam.admin.v1.ServiceAccount].List<ServiceAccount>
ListServiceAccountsResponse.Builder. getAccountsList()
The list of matching service accounts.List<ServiceAccount>
ListServiceAccountsResponse. getAccountsList()
The list of matching service accounts.List<ServiceAccount>
ListServiceAccountsResponseOrBuilder. getAccountsList()
The list of matching service accounts.static io.grpc.MethodDescriptor<CreateServiceAccountRequest,ServiceAccount>
IAMGrpc. getCreateServiceAccountMethod()
static io.grpc.MethodDescriptor<GetServiceAccountRequest,ServiceAccount>
IAMGrpc. getGetServiceAccountMethod()
com.google.protobuf.Parser<ServiceAccount>
ServiceAccount. getParserForType()
static io.grpc.MethodDescriptor<PatchServiceAccountRequest,ServiceAccount>
IAMGrpc. getPatchServiceAccountMethod()
com.google.common.util.concurrent.ListenableFuture<ServiceAccount>
IAMGrpc.IAMFutureStub. getServiceAccount(GetServiceAccountRequest request)
Gets a [ServiceAccount][google.iam.admin.v1.ServiceAccount].static io.grpc.MethodDescriptor<ServiceAccount,ServiceAccount>
IAMGrpc. getUpdateServiceAccountMethod()
static io.grpc.MethodDescriptor<ServiceAccount,ServiceAccount>
IAMGrpc. getUpdateServiceAccountMethod()
static com.google.protobuf.Parser<ServiceAccount>
ServiceAccount. parser()
com.google.common.util.concurrent.ListenableFuture<ServiceAccount>
IAMGrpc.IAMFutureStub. patchServiceAccount(PatchServiceAccountRequest request)
Patches a [ServiceAccount][google.iam.admin.v1.ServiceAccount].com.google.common.util.concurrent.ListenableFuture<ServiceAccount>
IAMGrpc.IAMFutureStub. updateServiceAccount(ServiceAccount request)
**Note:** We are in the process of deprecating this method.Methods in com.google.iam.admin.v1 with parameters of type ServiceAccount Modifier and Type Method Description ListServiceAccountsResponse.Builder
ListServiceAccountsResponse.Builder. addAccounts(int index, ServiceAccount value)
The list of matching service accounts.ListServiceAccountsResponse.Builder
ListServiceAccountsResponse.Builder. addAccounts(ServiceAccount value)
The list of matching service accounts.ServiceAccount.Builder
ServiceAccount.Builder. mergeFrom(ServiceAccount other)
UndeleteServiceAccountResponse.Builder
UndeleteServiceAccountResponse.Builder. mergeRestoredAccount(ServiceAccount value)
Metadata for the restored service account.CreateServiceAccountRequest.Builder
CreateServiceAccountRequest.Builder. mergeServiceAccount(ServiceAccount value)
The [ServiceAccount][google.iam.admin.v1.ServiceAccount] resource to create.PatchServiceAccountRequest.Builder
PatchServiceAccountRequest.Builder. mergeServiceAccount(ServiceAccount value)
.google.iam.admin.v1.ServiceAccount service_account = 1;
static ServiceAccount.Builder
ServiceAccount. newBuilder(ServiceAccount prototype)
ListServiceAccountsResponse.Builder
ListServiceAccountsResponse.Builder. setAccounts(int index, ServiceAccount value)
The list of matching service accounts.UndeleteServiceAccountResponse.Builder
UndeleteServiceAccountResponse.Builder. setRestoredAccount(ServiceAccount value)
Metadata for the restored service account.CreateServiceAccountRequest.Builder
CreateServiceAccountRequest.Builder. setServiceAccount(ServiceAccount value)
The [ServiceAccount][google.iam.admin.v1.ServiceAccount] resource to create.PatchServiceAccountRequest.Builder
PatchServiceAccountRequest.Builder. setServiceAccount(ServiceAccount value)
.google.iam.admin.v1.ServiceAccount service_account = 1;
default void
IAMGrpc.AsyncService. updateServiceAccount(ServiceAccount request, io.grpc.stub.StreamObserver<ServiceAccount> responseObserver)
**Note:** We are in the process of deprecating this method.ServiceAccount
IAMGrpc.IAMBlockingStub. updateServiceAccount(ServiceAccount request)
**Note:** We are in the process of deprecating this method.com.google.common.util.concurrent.ListenableFuture<ServiceAccount>
IAMGrpc.IAMFutureStub. updateServiceAccount(ServiceAccount request)
**Note:** We are in the process of deprecating this method.void
IAMGrpc.IAMStub. updateServiceAccount(ServiceAccount request, io.grpc.stub.StreamObserver<ServiceAccount> responseObserver)
**Note:** We are in the process of deprecating this method.Method parameters in com.google.iam.admin.v1 with type arguments of type ServiceAccount Modifier and Type Method Description ListServiceAccountsResponse.Builder
ListServiceAccountsResponse.Builder. addAllAccounts(Iterable<? extends ServiceAccount> values)
The list of matching service accounts.default void
IAMGrpc.AsyncService. createServiceAccount(CreateServiceAccountRequest request, io.grpc.stub.StreamObserver<ServiceAccount> responseObserver)
Creates a [ServiceAccount][google.iam.admin.v1.ServiceAccount].void
IAMGrpc.IAMStub. createServiceAccount(CreateServiceAccountRequest request, io.grpc.stub.StreamObserver<ServiceAccount> responseObserver)
Creates a [ServiceAccount][google.iam.admin.v1.ServiceAccount].default void
IAMGrpc.AsyncService. getServiceAccount(GetServiceAccountRequest request, io.grpc.stub.StreamObserver<ServiceAccount> responseObserver)
Gets a [ServiceAccount][google.iam.admin.v1.ServiceAccount].void
IAMGrpc.IAMStub. getServiceAccount(GetServiceAccountRequest request, io.grpc.stub.StreamObserver<ServiceAccount> responseObserver)
Gets a [ServiceAccount][google.iam.admin.v1.ServiceAccount].default void
IAMGrpc.AsyncService. patchServiceAccount(PatchServiceAccountRequest request, io.grpc.stub.StreamObserver<ServiceAccount> responseObserver)
Patches a [ServiceAccount][google.iam.admin.v1.ServiceAccount].void
IAMGrpc.IAMStub. patchServiceAccount(PatchServiceAccountRequest request, io.grpc.stub.StreamObserver<ServiceAccount> responseObserver)
Patches a [ServiceAccount][google.iam.admin.v1.ServiceAccount].default void
IAMGrpc.AsyncService. updateServiceAccount(ServiceAccount request, io.grpc.stub.StreamObserver<ServiceAccount> responseObserver)
**Note:** We are in the process of deprecating this method.void
IAMGrpc.IAMStub. updateServiceAccount(ServiceAccount request, io.grpc.stub.StreamObserver<ServiceAccount> responseObserver)
**Note:** We are in the process of deprecating this method.
-