Uses of Class
com.google.cloud.compute.v1.GetImageRequest
-
Packages that use GetImageRequest 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 GetImageRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return GetImageRequest Modifier and Type Method Description GetImageRequest
GetImageRequest.Builder. build()
GetImageRequest
GetImageRequest.Builder. buildPartial()
static GetImageRequest
GetImageRequest. getDefaultInstance()
GetImageRequest
GetImageRequest.Builder. getDefaultInstanceForType()
GetImageRequest
GetImageRequest. getDefaultInstanceForType()
static GetImageRequest
GetImageRequest. parseDelimitedFrom(InputStream input)
static GetImageRequest
GetImageRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetImageRequest
GetImageRequest. parseFrom(byte[] data)
static GetImageRequest
GetImageRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetImageRequest
GetImageRequest. parseFrom(com.google.protobuf.ByteString data)
static GetImageRequest
GetImageRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetImageRequest
GetImageRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetImageRequest
GetImageRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetImageRequest
GetImageRequest. parseFrom(InputStream input)
static GetImageRequest
GetImageRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetImageRequest
GetImageRequest. parseFrom(ByteBuffer data)
static GetImageRequest
GetImageRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type GetImageRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetImageRequest,Image>
ImagesClient. getCallable()
Returns the specified image.com.google.protobuf.Parser<GetImageRequest>
GetImageRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetImageRequest,Image>
ImagesSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetImageRequest,Image>
ImagesSettings. getSettings()
Returns the object with the settings used for calls to get.static com.google.protobuf.Parser<GetImageRequest>
GetImageRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type GetImageRequest Modifier and Type Method Description Image
ImagesClient. get(GetImageRequest request)
Returns the specified image.GetImageRequest.Builder
GetImageRequest.Builder. mergeFrom(GetImageRequest other)
static GetImageRequest.Builder
GetImageRequest. newBuilder(GetImageRequest prototype)
-
Uses of GetImageRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type GetImageRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetImageRequest,Image>
HttpJsonImagesStub. getCallable()
com.google.api.gax.rpc.UnaryCallable<GetImageRequest,Image>
ImagesStub. getCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetImageRequest,Image>
ImagesStubSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetImageRequest,Image>
ImagesStubSettings. getSettings()
Returns the object with the settings used for calls to get.
-