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