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 ServiceAccountKeyIAMClient. 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 GetServiceAccountKeyRequestGetServiceAccountKeyRequest.Builder. build()GetServiceAccountKeyRequestGetServiceAccountKeyRequest.Builder. buildPartial()static GetServiceAccountKeyRequestGetServiceAccountKeyRequest. getDefaultInstance()GetServiceAccountKeyRequestGetServiceAccountKeyRequest.Builder. getDefaultInstanceForType()GetServiceAccountKeyRequestGetServiceAccountKeyRequest. getDefaultInstanceForType()static GetServiceAccountKeyRequestGetServiceAccountKeyRequest. parseDelimitedFrom(InputStream input)static GetServiceAccountKeyRequestGetServiceAccountKeyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceAccountKeyRequestGetServiceAccountKeyRequest. parseFrom(byte[] data)static GetServiceAccountKeyRequestGetServiceAccountKeyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceAccountKeyRequestGetServiceAccountKeyRequest. parseFrom(com.google.protobuf.ByteString data)static GetServiceAccountKeyRequestGetServiceAccountKeyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceAccountKeyRequestGetServiceAccountKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetServiceAccountKeyRequestGetServiceAccountKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceAccountKeyRequestGetServiceAccountKeyRequest. parseFrom(InputStream input)static GetServiceAccountKeyRequestGetServiceAccountKeyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetServiceAccountKeyRequestGetServiceAccountKeyRequest. parseFrom(ByteBuffer data)static GetServiceAccountKeyRequestGetServiceAccountKeyRequest. 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 voidIAMGrpc.AsyncService. getServiceAccountKey(GetServiceAccountKeyRequest request, io.grpc.stub.StreamObserver<ServiceAccountKey> responseObserver)Gets a [ServiceAccountKey][google.iam.admin.v1.ServiceAccountKey].ServiceAccountKeyIAMGrpc.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].voidIAMGrpc.IAMStub. getServiceAccountKey(GetServiceAccountKeyRequest request, io.grpc.stub.StreamObserver<ServiceAccountKey> responseObserver)Gets a [ServiceAccountKey][google.iam.admin.v1.ServiceAccountKey].GetServiceAccountKeyRequest.BuilderGetServiceAccountKeyRequest.Builder. mergeFrom(GetServiceAccountKeyRequest other)static GetServiceAccountKeyRequest.BuilderGetServiceAccountKeyRequest. newBuilder(GetServiceAccountKeyRequest prototype)
-