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 ServiceAccountIAMClient. 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 PatchServiceAccountRequestPatchServiceAccountRequest.Builder. build()PatchServiceAccountRequestPatchServiceAccountRequest.Builder. buildPartial()static PatchServiceAccountRequestPatchServiceAccountRequest. getDefaultInstance()PatchServiceAccountRequestPatchServiceAccountRequest.Builder. getDefaultInstanceForType()PatchServiceAccountRequestPatchServiceAccountRequest. getDefaultInstanceForType()static PatchServiceAccountRequestPatchServiceAccountRequest. parseDelimitedFrom(InputStream input)static PatchServiceAccountRequestPatchServiceAccountRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PatchServiceAccountRequestPatchServiceAccountRequest. parseFrom(byte[] data)static PatchServiceAccountRequestPatchServiceAccountRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PatchServiceAccountRequestPatchServiceAccountRequest. parseFrom(com.google.protobuf.ByteString data)static PatchServiceAccountRequestPatchServiceAccountRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PatchServiceAccountRequestPatchServiceAccountRequest. parseFrom(com.google.protobuf.CodedInputStream input)static PatchServiceAccountRequestPatchServiceAccountRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PatchServiceAccountRequestPatchServiceAccountRequest. parseFrom(InputStream input)static PatchServiceAccountRequestPatchServiceAccountRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PatchServiceAccountRequestPatchServiceAccountRequest. parseFrom(ByteBuffer data)static PatchServiceAccountRequestPatchServiceAccountRequest. 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.BuilderPatchServiceAccountRequest.Builder. mergeFrom(PatchServiceAccountRequest other)static PatchServiceAccountRequest.BuilderPatchServiceAccountRequest. newBuilder(PatchServiceAccountRequest prototype)default voidIAMGrpc.AsyncService. patchServiceAccount(PatchServiceAccountRequest request, io.grpc.stub.StreamObserver<ServiceAccount> responseObserver)Patches a [ServiceAccount][google.iam.admin.v1.ServiceAccount].ServiceAccountIAMGrpc.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].voidIAMGrpc.IAMStub. patchServiceAccount(PatchServiceAccountRequest request, io.grpc.stub.StreamObserver<ServiceAccount> responseObserver)Patches a [ServiceAccount][google.iam.admin.v1.ServiceAccount].
-