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