Uses of Class
com.google.cloud.compute.v1.GetImageFamilyViewRequest
-
Packages that use GetImageFamilyViewRequest 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 GetImageFamilyViewRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return GetImageFamilyViewRequest Modifier and Type Method Description GetImageFamilyViewRequest
GetImageFamilyViewRequest.Builder. build()
GetImageFamilyViewRequest
GetImageFamilyViewRequest.Builder. buildPartial()
static GetImageFamilyViewRequest
GetImageFamilyViewRequest. getDefaultInstance()
GetImageFamilyViewRequest
GetImageFamilyViewRequest.Builder. getDefaultInstanceForType()
GetImageFamilyViewRequest
GetImageFamilyViewRequest. getDefaultInstanceForType()
static GetImageFamilyViewRequest
GetImageFamilyViewRequest. parseDelimitedFrom(InputStream input)
static GetImageFamilyViewRequest
GetImageFamilyViewRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetImageFamilyViewRequest
GetImageFamilyViewRequest. parseFrom(byte[] data)
static GetImageFamilyViewRequest
GetImageFamilyViewRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetImageFamilyViewRequest
GetImageFamilyViewRequest. parseFrom(com.google.protobuf.ByteString data)
static GetImageFamilyViewRequest
GetImageFamilyViewRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetImageFamilyViewRequest
GetImageFamilyViewRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetImageFamilyViewRequest
GetImageFamilyViewRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetImageFamilyViewRequest
GetImageFamilyViewRequest. parseFrom(InputStream input)
static GetImageFamilyViewRequest
GetImageFamilyViewRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetImageFamilyViewRequest
GetImageFamilyViewRequest. parseFrom(ByteBuffer data)
static GetImageFamilyViewRequest
GetImageFamilyViewRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type GetImageFamilyViewRequest 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<GetImageFamilyViewRequest>
GetImageFamilyViewRequest. 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<GetImageFamilyViewRequest>
GetImageFamilyViewRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type GetImageFamilyViewRequest Modifier and Type Method Description 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.GetImageFamilyViewRequest.Builder
GetImageFamilyViewRequest.Builder. mergeFrom(GetImageFamilyViewRequest other)
static GetImageFamilyViewRequest.Builder
GetImageFamilyViewRequest. newBuilder(GetImageFamilyViewRequest prototype)
-
Uses of GetImageFamilyViewRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type GetImageFamilyViewRequest 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.
-