Uses of Class
com.google.cloud.osconfig.v1.Inventory.OsInfo
-
Packages that use Inventory.OsInfo Package Description com.google.cloud.osconfig.v1 A client to OS Config API -
-
Uses of Inventory.OsInfo in com.google.cloud.osconfig.v1
Methods in com.google.cloud.osconfig.v1 that return Inventory.OsInfo Modifier and Type Method Description Inventory.OsInfo
Inventory.OsInfo.Builder. build()
Inventory.OsInfo
Inventory.OsInfo.Builder. buildPartial()
static Inventory.OsInfo
Inventory.OsInfo. getDefaultInstance()
Inventory.OsInfo
Inventory.OsInfo.Builder. getDefaultInstanceForType()
Inventory.OsInfo
Inventory.OsInfo. getDefaultInstanceForType()
Inventory.OsInfo
Inventory.Builder. getOsInfo()
Base level operating system information for the VM.Inventory.OsInfo
Inventory. getOsInfo()
Base level operating system information for the VM.Inventory.OsInfo
InventoryOrBuilder. getOsInfo()
Base level operating system information for the VM.static Inventory.OsInfo
Inventory.OsInfo. parseDelimitedFrom(InputStream input)
static Inventory.OsInfo
Inventory.OsInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Inventory.OsInfo
Inventory.OsInfo. parseFrom(byte[] data)
static Inventory.OsInfo
Inventory.OsInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Inventory.OsInfo
Inventory.OsInfo. parseFrom(com.google.protobuf.ByteString data)
static Inventory.OsInfo
Inventory.OsInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Inventory.OsInfo
Inventory.OsInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static Inventory.OsInfo
Inventory.OsInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Inventory.OsInfo
Inventory.OsInfo. parseFrom(InputStream input)
static Inventory.OsInfo
Inventory.OsInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Inventory.OsInfo
Inventory.OsInfo. parseFrom(ByteBuffer data)
static Inventory.OsInfo
Inventory.OsInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.osconfig.v1 that return types with arguments of type Inventory.OsInfo Modifier and Type Method Description com.google.protobuf.Parser<Inventory.OsInfo>
Inventory.OsInfo. getParserForType()
static com.google.protobuf.Parser<Inventory.OsInfo>
Inventory.OsInfo. parser()
Methods in com.google.cloud.osconfig.v1 with parameters of type Inventory.OsInfo Modifier and Type Method Description Inventory.OsInfo.Builder
Inventory.OsInfo.Builder. mergeFrom(Inventory.OsInfo other)
Inventory.Builder
Inventory.Builder. mergeOsInfo(Inventory.OsInfo value)
Base level operating system information for the VM.static Inventory.OsInfo.Builder
Inventory.OsInfo. newBuilder(Inventory.OsInfo prototype)
Inventory.Builder
Inventory.Builder. setOsInfo(Inventory.OsInfo value)
Base level operating system information for the VM.
-