Uses of Class
com.google.cloud.compute.v1.ImageFamilyView
-
Packages that use ImageFamilyView 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 ImageFamilyView in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ImageFamilyView Modifier and Type Method Description ImageFamilyView
ImageFamilyView.Builder. build()
ImageFamilyView
ImageFamilyView.Builder. buildPartial()
ImageFamilyView
ImageFamilyViewsClient. get(GetImageFamilyViewRequest request)
Returns the latest image that is part of an image family, is not deprecated and is rolled out in the specified zone.ImageFamilyView
ImageFamilyViewsClient. get(String project, String zone, String family)
Returns the latest image that is part of an image family, is not deprecated and is rolled out in the specified zone.static ImageFamilyView
ImageFamilyView. getDefaultInstance()
ImageFamilyView
ImageFamilyView.Builder. getDefaultInstanceForType()
ImageFamilyView
ImageFamilyView. getDefaultInstanceForType()
static ImageFamilyView
ImageFamilyView. parseDelimitedFrom(InputStream input)
static ImageFamilyView
ImageFamilyView. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImageFamilyView
ImageFamilyView. parseFrom(byte[] data)
static ImageFamilyView
ImageFamilyView. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImageFamilyView
ImageFamilyView. parseFrom(com.google.protobuf.ByteString data)
static ImageFamilyView
ImageFamilyView. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImageFamilyView
ImageFamilyView. parseFrom(com.google.protobuf.CodedInputStream input)
static ImageFamilyView
ImageFamilyView. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImageFamilyView
ImageFamilyView. parseFrom(InputStream input)
static ImageFamilyView
ImageFamilyView. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImageFamilyView
ImageFamilyView. parseFrom(ByteBuffer data)
static ImageFamilyView
ImageFamilyView. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type ImageFamilyView Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetImageFamilyViewRequest,ImageFamilyView>
ImageFamilyViewsClient. getCallable()
Returns the latest image that is part of an image family, is not deprecated and is rolled out in the specified zone.com.google.protobuf.Parser<ImageFamilyView>
ImageFamilyView. getParserForType()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetImageFamilyViewRequest,ImageFamilyView>
ImageFamilyViewsSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetImageFamilyViewRequest,ImageFamilyView>
ImageFamilyViewsSettings. getSettings()
Returns the object with the settings used for calls to get.static com.google.protobuf.Parser<ImageFamilyView>
ImageFamilyView. parser()
Methods in com.google.cloud.compute.v1 with parameters of type ImageFamilyView Modifier and Type Method Description ImageFamilyView.Builder
ImageFamilyView.Builder. mergeFrom(ImageFamilyView other)
static ImageFamilyView.Builder
ImageFamilyView. newBuilder(ImageFamilyView prototype)
-
Uses of ImageFamilyView in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type ImageFamilyView Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetImageFamilyViewRequest,ImageFamilyView>
HttpJsonImageFamilyViewsStub. getCallable()
com.google.api.gax.rpc.UnaryCallable<GetImageFamilyViewRequest,ImageFamilyView>
ImageFamilyViewsStub. getCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetImageFamilyViewRequest,ImageFamilyView>
ImageFamilyViewsStubSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetImageFamilyViewRequest,ImageFamilyView>
ImageFamilyViewsStubSettings. getSettings()
Returns the object with the settings used for calls to get.
-