Package | Description |
---|---|
com.google.cloud.resourcemanager.v3 |
The interfaces provided are listed below, along with usage samples.
|
com.google.cloud.resourcemanager.v3.stub |
Modifier and Type | Method and Description |
---|---|
Project |
Project.Builder.build() |
Project |
Project.Builder.buildPartial() |
static Project |
Project.getDefaultInstance() |
Project |
Project.getDefaultInstanceForType() |
Project |
Project.Builder.getDefaultInstanceForType() |
Project |
UpdateProjectRequest.getProject()
Required.
|
Project |
UpdateProjectRequest.Builder.getProject()
Required.
|
Project |
CreateProjectRequestOrBuilder.getProject()
Required.
|
Project |
CreateProjectRequest.getProject()
Required.
|
Project |
CreateProjectRequest.Builder.getProject()
Required.
|
Project |
UpdateProjectRequestOrBuilder.getProject()
Required.
|
Project |
ProjectsGrpc.ProjectsBlockingStub.getProject(GetProjectRequest request)
Retrieves the project identified by the specified `name` (for example,
`projects/415104041262`).
|
Project |
ProjectsClient.getProject(GetProjectRequest request)
Retrieves the project identified by the specified `name` (for example,
`projects/415104041262`).
|
Project |
ProjectsClient.getProject(ProjectName name)
Retrieves the project identified by the specified `name` (for example,
`projects/415104041262`).
|
Project |
ProjectsClient.getProject(String name)
Retrieves the project identified by the specified `name` (for example,
`projects/415104041262`).
|
Project |
SearchProjectsResponseOrBuilder.getProjects(int index)
The list of Projects that matched the list filter query.
|
Project |
ListProjectsResponse.getProjects(int index)
The list of Projects under the parent.
|
Project |
ListProjectsResponse.Builder.getProjects(int index)
The list of Projects under the parent.
|
Project |
ListProjectsResponseOrBuilder.getProjects(int index)
The list of Projects under the parent.
|
Project |
SearchProjectsResponse.getProjects(int index)
The list of Projects that matched the list filter query.
|
Project |
SearchProjectsResponse.Builder.getProjects(int index)
The list of Projects that matched the list filter query.
|
static Project |
Project.parseDelimitedFrom(InputStream input) |
static Project |
Project.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Project |
Project.parseFrom(byte[] data) |
static Project |
Project.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Project |
Project.parseFrom(ByteBuffer data) |
static Project |
Project.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Project |
Project.parseFrom(ByteString data) |
static Project |
Project.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Project |
Project.parseFrom(CodedInputStream input) |
static Project |
Project.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Project |
Project.parseFrom(InputStream input) |
static Project |
Project.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
OperationFuture<Project,CreateProjectMetadata> |
ProjectsClient.createProjectAsync(CreateProjectRequest request)
Request that a new project be created.
|
OperationFuture<Project,CreateProjectMetadata> |
ProjectsClient.createProjectAsync(Project project)
Request that a new project be created.
|
OperationCallable<CreateProjectRequest,Project,CreateProjectMetadata> |
ProjectsClient.createProjectOperationCallable()
Request that a new project be created.
|
OperationCallSettings<CreateProjectRequest,Project,CreateProjectMetadata> |
ProjectsSettings.createProjectOperationSettings()
Returns the object with the settings used for calls to createProject.
|
OperationCallSettings.Builder<CreateProjectRequest,Project,CreateProjectMetadata> |
ProjectsSettings.Builder.createProjectOperationSettings()
Returns the builder for the settings used for calls to createProject.
|
OperationFuture<Project,DeleteProjectMetadata> |
ProjectsClient.deleteProjectAsync(DeleteProjectRequest request)
Marks the project identified by the specified `name` (for example, `projects/415104041262`) for
deletion.
|
OperationFuture<Project,DeleteProjectMetadata> |
ProjectsClient.deleteProjectAsync(ProjectName name)
Marks the project identified by the specified `name` (for example, `projects/415104041262`) for
deletion.
|
OperationFuture<Project,DeleteProjectMetadata> |
ProjectsClient.deleteProjectAsync(String name)
Marks the project identified by the specified `name` (for example, `projects/415104041262`) for
deletion.
|
OperationCallable<DeleteProjectRequest,Project,DeleteProjectMetadata> |
ProjectsClient.deleteProjectOperationCallable()
Marks the project identified by the specified `name` (for example, `projects/415104041262`) for
deletion.
|
OperationCallSettings<DeleteProjectRequest,Project,DeleteProjectMetadata> |
ProjectsSettings.deleteProjectOperationSettings()
Returns the object with the settings used for calls to deleteProject.
|
OperationCallSettings.Builder<DeleteProjectRequest,Project,DeleteProjectMetadata> |
ProjectsSettings.Builder.deleteProjectOperationSettings()
Returns the builder for the settings used for calls to deleteProject.
|
static MethodDescriptor<GetProjectRequest,Project> |
ProjectsGrpc.getGetProjectMethod() |
Parser<Project> |
Project.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<Project> |
ProjectsGrpc.ProjectsFutureStub.getProject(GetProjectRequest request)
Retrieves the project identified by the specified `name` (for example,
`projects/415104041262`).
|
UnaryCallable<GetProjectRequest,Project> |
ProjectsClient.getProjectCallable()
Retrieves the project identified by the specified `name` (for example,
`projects/415104041262`).
|
UnaryCallSettings<GetProjectRequest,Project> |
ProjectsSettings.getProjectSettings()
Returns the object with the settings used for calls to getProject.
|
UnaryCallSettings.Builder<GetProjectRequest,Project> |
ProjectsSettings.Builder.getProjectSettings()
Returns the builder for the settings used for calls to getProject.
|
List<Project> |
SearchProjectsResponseOrBuilder.getProjectsList()
The list of Projects that matched the list filter query.
|
List<Project> |
ListProjectsResponse.getProjectsList()
The list of Projects under the parent.
|
List<Project> |
ListProjectsResponse.Builder.getProjectsList()
The list of Projects under the parent.
|
List<Project> |
ListProjectsResponseOrBuilder.getProjectsList()
The list of Projects under the parent.
|
List<Project> |
SearchProjectsResponse.getProjectsList()
The list of Projects that matched the list filter query.
|
List<Project> |
SearchProjectsResponse.Builder.getProjectsList()
The list of Projects that matched the list filter query.
|
OperationFuture<Project,MoveProjectMetadata> |
ProjectsClient.moveProjectAsync(MoveProjectRequest request)
Move a project to another place in your resource hierarchy, under a new resource parent.
|
OperationFuture<Project,MoveProjectMetadata> |
ProjectsClient.moveProjectAsync(ProjectName name,
com.google.api.resourcenames.ResourceName destinationParent)
Move a project to another place in your resource hierarchy, under a new resource parent.
|
OperationFuture<Project,MoveProjectMetadata> |
ProjectsClient.moveProjectAsync(ProjectName name,
String destinationParent)
Move a project to another place in your resource hierarchy, under a new resource parent.
|
OperationFuture<Project,MoveProjectMetadata> |
ProjectsClient.moveProjectAsync(String name,
com.google.api.resourcenames.ResourceName destinationParent)
Move a project to another place in your resource hierarchy, under a new resource parent.
|
OperationFuture<Project,MoveProjectMetadata> |
ProjectsClient.moveProjectAsync(String name,
String destinationParent)
Move a project to another place in your resource hierarchy, under a new resource parent.
|
OperationCallable<MoveProjectRequest,Project,MoveProjectMetadata> |
ProjectsClient.moveProjectOperationCallable()
Move a project to another place in your resource hierarchy, under a new resource parent.
|
OperationCallSettings<MoveProjectRequest,Project,MoveProjectMetadata> |
ProjectsSettings.moveProjectOperationSettings()
Returns the object with the settings used for calls to moveProject.
|
OperationCallSettings.Builder<MoveProjectRequest,Project,MoveProjectMetadata> |
ProjectsSettings.Builder.moveProjectOperationSettings()
Returns the builder for the settings used for calls to moveProject.
|
static Parser<Project> |
Project.parser() |
OperationFuture<Project,UndeleteProjectMetadata> |
ProjectsClient.undeleteProjectAsync(ProjectName name)
Restores the project identified by the specified `name` (for example, `projects/415104041262`).
|
OperationFuture<Project,UndeleteProjectMetadata> |
ProjectsClient.undeleteProjectAsync(String name)
Restores the project identified by the specified `name` (for example, `projects/415104041262`).
|
OperationFuture<Project,UndeleteProjectMetadata> |
ProjectsClient.undeleteProjectAsync(UndeleteProjectRequest request)
Restores the project identified by the specified `name` (for example, `projects/415104041262`).
|
OperationCallable<UndeleteProjectRequest,Project,UndeleteProjectMetadata> |
ProjectsClient.undeleteProjectOperationCallable()
Restores the project identified by the specified `name` (for example, `projects/415104041262`).
|
OperationCallSettings<UndeleteProjectRequest,Project,UndeleteProjectMetadata> |
ProjectsSettings.undeleteProjectOperationSettings()
Returns the object with the settings used for calls to undeleteProject.
|
OperationCallSettings.Builder<UndeleteProjectRequest,Project,UndeleteProjectMetadata> |
ProjectsSettings.Builder.undeleteProjectOperationSettings()
Returns the builder for the settings used for calls to undeleteProject.
|
OperationFuture<Project,UpdateProjectMetadata> |
ProjectsClient.updateProjectAsync(Project project,
FieldMask updateMask)
Updates the `display_name` and labels of the project identified by the specified `name` (for
example, `projects/415104041262`).
|
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`).
|
OperationCallable<UpdateProjectRequest,Project,UpdateProjectMetadata> |
ProjectsClient.updateProjectOperationCallable()
Updates the `display_name` and labels of the project identified by the specified `name` (for
example, `projects/415104041262`).
|
OperationCallSettings<UpdateProjectRequest,Project,UpdateProjectMetadata> |
ProjectsSettings.updateProjectOperationSettings()
Returns the object with the settings used for calls to updateProject.
|
OperationCallSettings.Builder<UpdateProjectRequest,Project,UpdateProjectMetadata> |
ProjectsSettings.Builder.updateProjectOperationSettings()
Returns the builder for the settings used for calls to updateProject.
|
Modifier and Type | Method and Description |
---|---|
ListProjectsResponse.Builder |
ListProjectsResponse.Builder.addProjects(int index,
Project value)
The list of Projects under the parent.
|
SearchProjectsResponse.Builder |
SearchProjectsResponse.Builder.addProjects(int index,
Project value)
The list of Projects that matched the list filter query.
|
ListProjectsResponse.Builder |
ListProjectsResponse.Builder.addProjects(Project value)
The list of Projects under the parent.
|
SearchProjectsResponse.Builder |
SearchProjectsResponse.Builder.addProjects(Project value)
The list of Projects that matched the list filter query.
|
OperationFuture<Project,CreateProjectMetadata> |
ProjectsClient.createProjectAsync(Project project)
Request that a new project be created.
|
Project.Builder |
Project.Builder.mergeFrom(Project other) |
UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.mergeProject(Project value)
Required.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.mergeProject(Project value)
Required.
|
static Project.Builder |
Project.newBuilder(Project prototype) |
UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.setProject(Project value)
Required.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.setProject(Project value)
Required.
|
ListProjectsResponse.Builder |
ListProjectsResponse.Builder.setProjects(int index,
Project value)
The list of Projects under the parent.
|
SearchProjectsResponse.Builder |
SearchProjectsResponse.Builder.setProjects(int index,
Project value)
The list of Projects that matched the list filter query.
|
OperationFuture<Project,UpdateProjectMetadata> |
ProjectsClient.updateProjectAsync(Project project,
FieldMask updateMask)
Updates the `display_name` and labels of the project identified by the specified `name` (for
example, `projects/415104041262`).
|
Modifier and Type | Method and Description |
---|---|
ListProjectsResponse.Builder |
ListProjectsResponse.Builder.addAllProjects(Iterable<? extends Project> values)
The list of Projects under the parent.
|
SearchProjectsResponse.Builder |
SearchProjectsResponse.Builder.addAllProjects(Iterable<? extends Project> values)
The list of Projects that matched the list filter query.
|
static com.google.api.core.ApiFuture<ProjectsClient.ListProjectsPagedResponse> |
ProjectsClient.ListProjectsPagedResponse.createAsync(PageContext<ListProjectsRequest,ListProjectsResponse,Project> context,
com.google.api.core.ApiFuture<ListProjectsResponse> futureResponse) |
static com.google.api.core.ApiFuture<ProjectsClient.SearchProjectsPagedResponse> |
ProjectsClient.SearchProjectsPagedResponse.createAsync(PageContext<SearchProjectsRequest,SearchProjectsResponse,Project> context,
com.google.api.core.ApiFuture<SearchProjectsResponse> futureResponse) |
protected ProjectsClient.ListProjectsPage |
ProjectsClient.ListProjectsPage.createPage(PageContext<ListProjectsRequest,ListProjectsResponse,Project> context,
ListProjectsResponse response) |
protected ProjectsClient.SearchProjectsPage |
ProjectsClient.SearchProjectsPage.createPage(PageContext<SearchProjectsRequest,SearchProjectsResponse,Project> context,
SearchProjectsResponse response) |
com.google.api.core.ApiFuture<ProjectsClient.ListProjectsPage> |
ProjectsClient.ListProjectsPage.createPageAsync(PageContext<ListProjectsRequest,ListProjectsResponse,Project> context,
com.google.api.core.ApiFuture<ListProjectsResponse> futureResponse) |
com.google.api.core.ApiFuture<ProjectsClient.SearchProjectsPage> |
ProjectsClient.SearchProjectsPage.createPageAsync(PageContext<SearchProjectsRequest,SearchProjectsResponse,Project> context,
com.google.api.core.ApiFuture<SearchProjectsResponse> futureResponse) |
void |
ProjectsGrpc.ProjectsImplBase.getProject(GetProjectRequest request,
StreamObserver<Project> responseObserver)
Retrieves the project identified by the specified `name` (for example,
`projects/415104041262`).
|
void |
ProjectsGrpc.ProjectsStub.getProject(GetProjectRequest request,
StreamObserver<Project> responseObserver)
Retrieves the project identified by the specified `name` (for example,
`projects/415104041262`).
|
Copyright © 2022 Google LLC. All rights reserved.