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