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