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 |
---|---|
static MethodDescriptor<GetProjectRequest,Project> |
ProjectsGrpc.getGetProjectMethod() |
Parser<GetProjectRequest> |
GetProjectRequest.getParserForType() |
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.
|
static Parser<GetProjectRequest> |
GetProjectRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Project |
ProjectsGrpc.ProjectsBlockingStub.getProject(GetProjectRequest request)
Retrieves the project identified by the specified `name` (for example,
`projects/415104041262`).
|
com.google.common.util.concurrent.ListenableFuture<Project> |
ProjectsGrpc.ProjectsFutureStub.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`).
|
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`).
|
GetProjectRequest.Builder |
GetProjectRequest.Builder.mergeFrom(GetProjectRequest other) |
static GetProjectRequest.Builder |
GetProjectRequest.newBuilder(GetProjectRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<GetProjectRequest,Project> |
GrpcProjectsStub.getProjectCallable() |
UnaryCallable<GetProjectRequest,Project> |
ProjectsStub.getProjectCallable() |
UnaryCallable<GetProjectRequest,Project> |
HttpJsonProjectsStub.getProjectCallable() |
UnaryCallSettings<GetProjectRequest,Project> |
ProjectsStubSettings.getProjectSettings()
Returns the object with the settings used for calls to getProject.
|
UnaryCallSettings.Builder<GetProjectRequest,Project> |
ProjectsStubSettings.Builder.getProjectSettings()
Returns the builder for the settings used for calls to getProject.
|
Copyright © 2022 Google LLC. All rights reserved.