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