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 ImageFamilyViewImageFamilyView.Builder. build()ImageFamilyViewImageFamilyView.Builder. buildPartial()ImageFamilyViewImageFamilyViewsClient. 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.ImageFamilyViewImageFamilyViewsClient. 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 ImageFamilyViewImageFamilyView. getDefaultInstance()ImageFamilyViewImageFamilyView.Builder. getDefaultInstanceForType()ImageFamilyViewImageFamilyView. getDefaultInstanceForType()static ImageFamilyViewImageFamilyView. parseDelimitedFrom(InputStream input)static ImageFamilyViewImageFamilyView. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImageFamilyViewImageFamilyView. parseFrom(byte[] data)static ImageFamilyViewImageFamilyView. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImageFamilyViewImageFamilyView. parseFrom(com.google.protobuf.ByteString data)static ImageFamilyViewImageFamilyView. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImageFamilyViewImageFamilyView. parseFrom(com.google.protobuf.CodedInputStream input)static ImageFamilyViewImageFamilyView. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImageFamilyViewImageFamilyView. parseFrom(InputStream input)static ImageFamilyViewImageFamilyView. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImageFamilyViewImageFamilyView. parseFrom(ByteBuffer data)static ImageFamilyViewImageFamilyView. 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.BuilderImageFamilyView.Builder. mergeFrom(ImageFamilyView other)static ImageFamilyView.BuilderImageFamilyView. 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.
-