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 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.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 Project
ProjectsClient. get(GetProjectRequest request)
Returns the specified Project resource.GetProjectRequest.Builder
GetProjectRequest.Builder. mergeFrom(GetProjectRequest other)
static GetProjectRequest.Builder
GetProjectRequest. 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.
-