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 voidIAMClient. 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 DeleteServiceAccountKeyRequestDeleteServiceAccountKeyRequest.Builder. build()DeleteServiceAccountKeyRequestDeleteServiceAccountKeyRequest.Builder. buildPartial()static DeleteServiceAccountKeyRequestDeleteServiceAccountKeyRequest. getDefaultInstance()DeleteServiceAccountKeyRequestDeleteServiceAccountKeyRequest.Builder. getDefaultInstanceForType()DeleteServiceAccountKeyRequestDeleteServiceAccountKeyRequest. getDefaultInstanceForType()static DeleteServiceAccountKeyRequestDeleteServiceAccountKeyRequest. parseDelimitedFrom(InputStream input)static DeleteServiceAccountKeyRequestDeleteServiceAccountKeyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteServiceAccountKeyRequestDeleteServiceAccountKeyRequest. parseFrom(byte[] data)static DeleteServiceAccountKeyRequestDeleteServiceAccountKeyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteServiceAccountKeyRequestDeleteServiceAccountKeyRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteServiceAccountKeyRequestDeleteServiceAccountKeyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteServiceAccountKeyRequestDeleteServiceAccountKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteServiceAccountKeyRequestDeleteServiceAccountKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteServiceAccountKeyRequestDeleteServiceAccountKeyRequest. parseFrom(InputStream input)static DeleteServiceAccountKeyRequestDeleteServiceAccountKeyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteServiceAccountKeyRequestDeleteServiceAccountKeyRequest. parseFrom(ByteBuffer data)static DeleteServiceAccountKeyRequestDeleteServiceAccountKeyRequest. 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 voidIAMGrpc.AsyncService. deleteServiceAccountKey(DeleteServiceAccountKeyRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes a [ServiceAccountKey][google.iam.admin.v1.ServiceAccountKey].com.google.protobuf.EmptyIAMGrpc.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].voidIAMGrpc.IAMStub. deleteServiceAccountKey(DeleteServiceAccountKeyRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes a [ServiceAccountKey][google.iam.admin.v1.ServiceAccountKey].DeleteServiceAccountKeyRequest.BuilderDeleteServiceAccountKeyRequest.Builder. mergeFrom(DeleteServiceAccountKeyRequest other)static DeleteServiceAccountKeyRequest.BuilderDeleteServiceAccountKeyRequest. newBuilder(DeleteServiceAccountKeyRequest prototype)
-