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