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