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 GetFromFamilyImageRequestGetFromFamilyImageRequest.Builder. build()GetFromFamilyImageRequestGetFromFamilyImageRequest.Builder. buildPartial()static GetFromFamilyImageRequestGetFromFamilyImageRequest. getDefaultInstance()GetFromFamilyImageRequestGetFromFamilyImageRequest.Builder. getDefaultInstanceForType()GetFromFamilyImageRequestGetFromFamilyImageRequest. getDefaultInstanceForType()static GetFromFamilyImageRequestGetFromFamilyImageRequest. parseDelimitedFrom(InputStream input)static GetFromFamilyImageRequestGetFromFamilyImageRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFromFamilyImageRequestGetFromFamilyImageRequest. parseFrom(byte[] data)static GetFromFamilyImageRequestGetFromFamilyImageRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFromFamilyImageRequestGetFromFamilyImageRequest. parseFrom(com.google.protobuf.ByteString data)static GetFromFamilyImageRequestGetFromFamilyImageRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFromFamilyImageRequestGetFromFamilyImageRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetFromFamilyImageRequestGetFromFamilyImageRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFromFamilyImageRequestGetFromFamilyImageRequest. parseFrom(InputStream input)static GetFromFamilyImageRequestGetFromFamilyImageRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFromFamilyImageRequestGetFromFamilyImageRequest. parseFrom(ByteBuffer data)static GetFromFamilyImageRequestGetFromFamilyImageRequest. 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 ImageImagesClient. getFromFamily(GetFromFamilyImageRequest request)Returns the latest image that is part of an image family and is not deprecated.GetFromFamilyImageRequest.BuilderGetFromFamilyImageRequest.Builder. mergeFrom(GetFromFamilyImageRequest other)static GetFromFamilyImageRequest.BuilderGetFromFamilyImageRequest. 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.
-