Uses of Class
com.google.cloud.resourcemanager.v3.UpdateProjectRequest
-
Packages that use UpdateProjectRequest Package Description com.google.cloud.resourcemanager.v3 A client to Cloud Resource Manager APIcom.google.cloud.resourcemanager.v3.stub -
-
Uses of UpdateProjectRequest in com.google.cloud.resourcemanager.v3
Methods in com.google.cloud.resourcemanager.v3 that return UpdateProjectRequest Modifier and Type Method Description UpdateProjectRequestUpdateProjectRequest.Builder. build()UpdateProjectRequestUpdateProjectRequest.Builder. buildPartial()static UpdateProjectRequestUpdateProjectRequest. getDefaultInstance()UpdateProjectRequestUpdateProjectRequest.Builder. getDefaultInstanceForType()UpdateProjectRequestUpdateProjectRequest. getDefaultInstanceForType()static UpdateProjectRequestUpdateProjectRequest. parseDelimitedFrom(InputStream input)static UpdateProjectRequestUpdateProjectRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateProjectRequestUpdateProjectRequest. parseFrom(byte[] data)static UpdateProjectRequestUpdateProjectRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateProjectRequestUpdateProjectRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateProjectRequestUpdateProjectRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateProjectRequestUpdateProjectRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateProjectRequestUpdateProjectRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateProjectRequestUpdateProjectRequest. parseFrom(InputStream input)static UpdateProjectRequestUpdateProjectRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateProjectRequestUpdateProjectRequest. parseFrom(ByteBuffer data)static UpdateProjectRequestUpdateProjectRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.resourcemanager.v3 that return types with arguments of type UpdateProjectRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateProjectRequest>UpdateProjectRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateProjectRequest,com.google.longrunning.Operation>ProjectsGrpc. getUpdateProjectMethod()static com.google.protobuf.Parser<UpdateProjectRequest>UpdateProjectRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdateProjectRequest,com.google.longrunning.Operation>ProjectsClient. updateProjectCallable()Updates the `display_name` and labels of the project identified by the specified `name` (for example, `projects/415104041262`).com.google.api.gax.rpc.OperationCallable<UpdateProjectRequest,Project,UpdateProjectMetadata>ProjectsClient. updateProjectOperationCallable()Updates the `display_name` and labels of the project identified by the specified `name` (for example, `projects/415104041262`).com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateProjectRequest,Project,UpdateProjectMetadata>ProjectsSettings.Builder. updateProjectOperationSettings()Returns the builder for the settings used for calls to updateProject.com.google.api.gax.rpc.OperationCallSettings<UpdateProjectRequest,Project,UpdateProjectMetadata>ProjectsSettings. updateProjectOperationSettings()Returns the object with the settings used for calls to updateProject.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateProjectRequest,com.google.longrunning.Operation>ProjectsSettings.Builder. updateProjectSettings()Returns the builder for the settings used for calls to updateProject.com.google.api.gax.rpc.UnaryCallSettings<UpdateProjectRequest,com.google.longrunning.Operation>ProjectsSettings. updateProjectSettings()Returns the object with the settings used for calls to updateProject.Methods in com.google.cloud.resourcemanager.v3 with parameters of type UpdateProjectRequest Modifier and Type Method Description UpdateProjectRequest.BuilderUpdateProjectRequest.Builder. mergeFrom(UpdateProjectRequest other)static UpdateProjectRequest.BuilderUpdateProjectRequest. newBuilder(UpdateProjectRequest prototype)default voidProjectsGrpc.AsyncService. updateProject(UpdateProjectRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Updates the `display_name` and labels of the project identified by the specified `name` (for example, `projects/415104041262`).com.google.longrunning.OperationProjectsGrpc.ProjectsBlockingStub. updateProject(UpdateProjectRequest request)Updates the `display_name` and labels of the project identified by the specified `name` (for example, `projects/415104041262`).com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>ProjectsGrpc.ProjectsFutureStub. updateProject(UpdateProjectRequest request)Updates the `display_name` and labels of the project identified by the specified `name` (for example, `projects/415104041262`).voidProjectsGrpc.ProjectsStub. updateProject(UpdateProjectRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Updates the `display_name` and labels of the project identified by the specified `name` (for example, `projects/415104041262`).com.google.api.gax.longrunning.OperationFuture<Project,UpdateProjectMetadata>ProjectsClient. updateProjectAsync(UpdateProjectRequest request)Updates the `display_name` and labels of the project identified by the specified `name` (for example, `projects/415104041262`). -
Uses of UpdateProjectRequest in com.google.cloud.resourcemanager.v3.stub
Methods in com.google.cloud.resourcemanager.v3.stub that return types with arguments of type UpdateProjectRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateProjectRequest,com.google.longrunning.Operation>GrpcProjectsStub. updateProjectCallable()com.google.api.gax.rpc.UnaryCallable<UpdateProjectRequest,com.google.longrunning.Operation>HttpJsonProjectsStub. updateProjectCallable()com.google.api.gax.rpc.UnaryCallable<UpdateProjectRequest,com.google.longrunning.Operation>ProjectsStub. updateProjectCallable()com.google.api.gax.rpc.OperationCallable<UpdateProjectRequest,Project,UpdateProjectMetadata>GrpcProjectsStub. updateProjectOperationCallable()com.google.api.gax.rpc.OperationCallable<UpdateProjectRequest,Project,UpdateProjectMetadata>HttpJsonProjectsStub. updateProjectOperationCallable()com.google.api.gax.rpc.OperationCallable<UpdateProjectRequest,Project,UpdateProjectMetadata>ProjectsStub. updateProjectOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateProjectRequest,Project,UpdateProjectMetadata>ProjectsStubSettings.Builder. updateProjectOperationSettings()Returns the builder for the settings used for calls to updateProject.com.google.api.gax.rpc.OperationCallSettings<UpdateProjectRequest,Project,UpdateProjectMetadata>ProjectsStubSettings. updateProjectOperationSettings()Returns the object with the settings used for calls to updateProject.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateProjectRequest,com.google.longrunning.Operation>ProjectsStubSettings.Builder. updateProjectSettings()Returns the builder for the settings used for calls to updateProject.com.google.api.gax.rpc.UnaryCallSettings<UpdateProjectRequest,com.google.longrunning.Operation>ProjectsStubSettings. updateProjectSettings()Returns the object with the settings used for calls to updateProject.
-