Uses of Class
com.google.cloud.compute.v1.GetProjectRequest
-
Packages that use GetProjectRequest Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of GetProjectRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 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.compute.v1 that return types with arguments of type GetProjectRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetProjectRequest,Project>ProjectsClient. getCallable()Returns the specified Project resource.com.google.protobuf.Parser<GetProjectRequest>GetProjectRequest. getParserForType()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetProjectRequest,Project>ProjectsSettings.Builder. getSettings()Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetProjectRequest,Project>ProjectsSettings. getSettings()Returns the object with the settings used for calls to get.static com.google.protobuf.Parser<GetProjectRequest>GetProjectRequest. parser()Methods in com.google.cloud.compute.v1 with parameters of type GetProjectRequest Modifier and Type Method Description ProjectProjectsClient. get(GetProjectRequest request)Returns the specified Project resource.GetProjectRequest.BuilderGetProjectRequest.Builder. mergeFrom(GetProjectRequest other)static GetProjectRequest.BuilderGetProjectRequest. newBuilder(GetProjectRequest prototype) -
Uses of GetProjectRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type GetProjectRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetProjectRequest,Project>HttpJsonProjectsStub. getCallable()com.google.api.gax.rpc.UnaryCallable<GetProjectRequest,Project>ProjectsStub. getCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetProjectRequest,Project>ProjectsStubSettings.Builder. getSettings()Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetProjectRequest,Project>ProjectsStubSettings. getSettings()Returns the object with the settings used for calls to get.
-