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 ServiceAccountIAMClient. 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 GetServiceAccountRequestGetServiceAccountRequest.Builder. build()GetServiceAccountRequestGetServiceAccountRequest.Builder. buildPartial()static GetServiceAccountRequestGetServiceAccountRequest. getDefaultInstance()GetServiceAccountRequestGetServiceAccountRequest.Builder. getDefaultInstanceForType()GetServiceAccountRequestGetServiceAccountRequest. getDefaultInstanceForType()static GetServiceAccountRequestGetServiceAccountRequest. parseDelimitedFrom(InputStream input)static GetServiceAccountRequestGetServiceAccountRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceAccountRequestGetServiceAccountRequest. parseFrom(byte[] data)static GetServiceAccountRequestGetServiceAccountRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceAccountRequestGetServiceAccountRequest. parseFrom(com.google.protobuf.ByteString data)static GetServiceAccountRequestGetServiceAccountRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceAccountRequestGetServiceAccountRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetServiceAccountRequestGetServiceAccountRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceAccountRequestGetServiceAccountRequest. parseFrom(InputStream input)static GetServiceAccountRequestGetServiceAccountRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceAccountRequestGetServiceAccountRequest. parseFrom(ByteBuffer data)static GetServiceAccountRequestGetServiceAccountRequest. 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 voidIAMGrpc.AsyncService. getServiceAccount(GetServiceAccountRequest request, io.grpc.stub.StreamObserver<ServiceAccount> responseObserver)Gets a [ServiceAccount][google.iam.admin.v1.ServiceAccount].ServiceAccountIAMGrpc.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].voidIAMGrpc.IAMStub. getServiceAccount(GetServiceAccountRequest request, io.grpc.stub.StreamObserver<ServiceAccount> responseObserver)Gets a [ServiceAccount][google.iam.admin.v1.ServiceAccount].GetServiceAccountRequest.BuilderGetServiceAccountRequest.Builder. mergeFrom(GetServiceAccountRequest other)static GetServiceAccountRequest.BuilderGetServiceAccountRequest. newBuilder(GetServiceAccountRequest prototype)
-