Class ListInventoriesResponse (2.22.0)

public final class ListInventoriesResponse extends GeneratedMessageV3 implements ListInventoriesResponseOrBuilder

A response message for listing inventory data for all VMs in a specified location.

Protobuf type google.cloud.osconfig.v1.ListInventoriesResponse

Static Fields

INVENTORIES_FIELD_NUMBER

public static final int INVENTORIES_FIELD_NUMBER
Field Value
TypeDescription
int

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListInventoriesResponse getDefaultInstance()
Returns
TypeDescription
ListInventoriesResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ListInventoriesResponse.Builder newBuilder()
Returns
TypeDescription
ListInventoriesResponse.Builder

newBuilder(ListInventoriesResponse prototype)

public static ListInventoriesResponse.Builder newBuilder(ListInventoriesResponse prototype)
Parameter
NameDescription
prototypeListInventoriesResponse
Returns
TypeDescription
ListInventoriesResponse.Builder

parseDelimitedFrom(InputStream input)

public static ListInventoriesResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListInventoriesResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListInventoriesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListInventoriesResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ListInventoriesResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ListInventoriesResponse
Exceptions