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 GetProjectRequestGetProjectRequest.Builder. build()GetProjectRequestGetProjectRequest.Builder. buildPartial()static GetProjectRequestGetProjectRequest. getDefaultInstance()GetProjectRequestGetProjectRequest.Builder. getDefaultInstanceForType()GetProjectRequestGetProjectRequest. getDefaultInstanceForType()static GetProjectRequestGetProjectRequest. parseDelimitedFrom(InputStream input)static GetProjectRequestGetProjectRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetProjectRequestGetProjectRequest. parseFrom(byte[] data)static GetProjectRequestGetProjectRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetProjectRequestGetProjectRequest. parseFrom(com.google.protobuf.ByteString data)static GetProjectRequestGetProjectRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetProjectRequestGetProjectRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetProjectRequestGetProjectRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetProjectRequestGetProjectRequest. parseFrom(InputStream input)static GetProjectRequestGetProjectRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetProjectRequestGetProjectRequest. parseFrom(ByteBuffer data)static GetProjectRequestGetProjectRequest. 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 ProjectProjectsClient. getProject(GetProjectRequest request)Retrieves the project identified by the specified `name` (for example, `projects/415104041262`).default voidProjectsGrpc.AsyncService. getProject(GetProjectRequest request, io.grpc.stub.StreamObserver<Project> responseObserver)Retrieves the project identified by the specified `name` (for example, `projects/415104041262`).ProjectProjectsGrpc.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`).voidProjectsGrpc.ProjectsStub. getProject(GetProjectRequest request, io.grpc.stub.StreamObserver<Project> responseObserver)Retrieves the project identified by the specified `name` (for example, `projects/415104041262`).GetProjectRequest.BuilderGetProjectRequest.Builder. mergeFrom(GetProjectRequest other)static GetProjectRequest.BuilderGetProjectRequest. 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.
-