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