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