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