Uses of Class
com.google.cloud.resourcemanager.v3.GetProjectRequest
-
Packages that use GetProjectRequest Package Description com.google.cloud.resourcemanager.v3 A client to Cloud Resource Manager APIcom.google.cloud.resourcemanager.v3.stub -
-
Uses of GetProjectRequest in com.google.cloud.resourcemanager.v3
Methods in com.google.cloud.resourcemanager.v3 that return GetProjectRequest Modifier and Type Method Description GetProjectRequest
GetProjectRequest.Builder. build()
GetProjectRequest
GetProjectRequest.Builder. buildPartial()
static GetProjectRequest
GetProjectRequest. getDefaultInstance()
GetProjectRequest
GetProjectRequest.Builder. getDefaultInstanceForType()
GetProjectRequest
GetProjectRequest. getDefaultInstanceForType()
static GetProjectRequest
GetProjectRequest. parseDelimitedFrom(InputStream input)
static GetProjectRequest
GetProjectRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetProjectRequest
GetProjectRequest. parseFrom(byte[] data)
static GetProjectRequest
GetProjectRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetProjectRequest
GetProjectRequest. parseFrom(com.google.protobuf.ByteString data)
static GetProjectRequest
GetProjectRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetProjectRequest
GetProjectRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetProjectRequest
GetProjectRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetProjectRequest
GetProjectRequest. parseFrom(InputStream input)
static GetProjectRequest
GetProjectRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetProjectRequest
GetProjectRequest. parseFrom(ByteBuffer data)
static GetProjectRequest
GetProjectRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.resourcemanager.v3 that return types with arguments of type GetProjectRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetProjectRequest,Project>
ProjectsGrpc. getGetProjectMethod()
com.google.protobuf.Parser<GetProjectRequest>
GetProjectRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetProjectRequest,Project>
ProjectsClient. getProjectCallable()
Retrieves the project identified by the specified `name` (for example, `projects/415104041262`).com.google.api.gax.rpc.UnaryCallSettings.Builder<GetProjectRequest,Project>
ProjectsSettings.Builder. getProjectSettings()
Returns the builder for the settings used for calls to getProject.com.google.api.gax.rpc.UnaryCallSettings<GetProjectRequest,Project>
ProjectsSettings. getProjectSettings()
Returns the object with the settings used for calls to getProject.static com.google.protobuf.Parser<GetProjectRequest>
GetProjectRequest. parser()
Methods in com.google.cloud.resourcemanager.v3 with parameters of type GetProjectRequest Modifier and Type Method Description Project
ProjectsClient. getProject(GetProjectRequest request)
Retrieves the project identified by the specified `name` (for example, `projects/415104041262`).default void
ProjectsGrpc.AsyncService. getProject(GetProjectRequest request, io.grpc.stub.StreamObserver<Project> responseObserver)
Retrieves the project identified by the specified `name` (for example, `projects/415104041262`).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`).void
ProjectsGrpc.ProjectsStub. getProject(GetProjectRequest request, io.grpc.stub.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)
-
Uses of GetProjectRequest in com.google.cloud.resourcemanager.v3.stub
Methods in com.google.cloud.resourcemanager.v3.stub that return types with arguments of type GetProjectRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetProjectRequest,Project>
GrpcProjectsStub. getProjectCallable()
com.google.api.gax.rpc.UnaryCallable<GetProjectRequest,Project>
HttpJsonProjectsStub. getProjectCallable()
com.google.api.gax.rpc.UnaryCallable<GetProjectRequest,Project>
ProjectsStub. getProjectCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetProjectRequest,Project>
ProjectsStubSettings.Builder. getProjectSettings()
Returns the builder for the settings used for calls to getProject.com.google.api.gax.rpc.UnaryCallSettings<GetProjectRequest,Project>
ProjectsStubSettings. getProjectSettings()
Returns the object with the settings used for calls to getProject.
-