Uses of Class
com.google.iam.admin.v1.GetServiceAccountRequest
-
Packages that use GetServiceAccountRequest 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 GetServiceAccountRequest in com.google.cloud.iam.admin.v1
Methods in com.google.cloud.iam.admin.v1 that return types with arguments of type GetServiceAccountRequest Modifier and Type Method Description 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.Methods in com.google.cloud.iam.admin.v1 with parameters of type GetServiceAccountRequest Modifier and Type Method Description ServiceAccount
IAMClient. getServiceAccount(GetServiceAccountRequest request)
Gets a [ServiceAccount][google.iam.admin.v1.ServiceAccount]. -
Uses of GetServiceAccountRequest in com.google.cloud.iam.admin.v1.stub
Methods in com.google.cloud.iam.admin.v1.stub that return types with arguments of type GetServiceAccountRequest Modifier and Type Method Description 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. -
Uses of GetServiceAccountRequest in com.google.iam.admin.v1
Methods in com.google.iam.admin.v1 that return GetServiceAccountRequest Modifier and Type Method Description GetServiceAccountRequest
GetServiceAccountRequest.Builder. build()
GetServiceAccountRequest
GetServiceAccountRequest.Builder. buildPartial()
static GetServiceAccountRequest
GetServiceAccountRequest. getDefaultInstance()
GetServiceAccountRequest
GetServiceAccountRequest.Builder. getDefaultInstanceForType()
GetServiceAccountRequest
GetServiceAccountRequest. getDefaultInstanceForType()
static GetServiceAccountRequest
GetServiceAccountRequest. parseDelimitedFrom(InputStream input)
static GetServiceAccountRequest
GetServiceAccountRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServiceAccountRequest
GetServiceAccountRequest. parseFrom(byte[] data)
static GetServiceAccountRequest
GetServiceAccountRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServiceAccountRequest
GetServiceAccountRequest. parseFrom(com.google.protobuf.ByteString data)
static GetServiceAccountRequest
GetServiceAccountRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServiceAccountRequest
GetServiceAccountRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetServiceAccountRequest
GetServiceAccountRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServiceAccountRequest
GetServiceAccountRequest. parseFrom(InputStream input)
static GetServiceAccountRequest
GetServiceAccountRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetServiceAccountRequest
GetServiceAccountRequest. parseFrom(ByteBuffer data)
static GetServiceAccountRequest
GetServiceAccountRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.iam.admin.v1 that return types with arguments of type GetServiceAccountRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetServiceAccountRequest,ServiceAccount>
IAMGrpc. getGetServiceAccountMethod()
com.google.protobuf.Parser<GetServiceAccountRequest>
GetServiceAccountRequest. getParserForType()
static com.google.protobuf.Parser<GetServiceAccountRequest>
GetServiceAccountRequest. parser()
Methods in com.google.iam.admin.v1 with parameters of type GetServiceAccountRequest Modifier and Type Method Description default void
IAMGrpc.AsyncService. getServiceAccount(GetServiceAccountRequest request, io.grpc.stub.StreamObserver<ServiceAccount> responseObserver)
Gets a [ServiceAccount][google.iam.admin.v1.ServiceAccount].ServiceAccount
IAMGrpc.IAMBlockingStub. getServiceAccount(GetServiceAccountRequest request)
Gets a [ServiceAccount][google.iam.admin.v1.ServiceAccount].com.google.common.util.concurrent.ListenableFuture<ServiceAccount>
IAMGrpc.IAMFutureStub. getServiceAccount(GetServiceAccountRequest request)
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].GetServiceAccountRequest.Builder
GetServiceAccountRequest.Builder. mergeFrom(GetServiceAccountRequest other)
static GetServiceAccountRequest.Builder
GetServiceAccountRequest. newBuilder(GetServiceAccountRequest prototype)
-