| Modifier and Type | Method and Description |
|---|---|
Inventory.SoftwarePackage |
Inventory.SoftwarePackage.Builder.build() |
Inventory.SoftwarePackage |
Inventory.SoftwarePackage.Builder.buildPartial() |
Inventory.SoftwarePackage |
Inventory.ItemOrBuilder.getAvailablePackage()
Software package available to be installed on the VM instance.
|
Inventory.SoftwarePackage |
Inventory.Item.getAvailablePackage()
Software package available to be installed on the VM instance.
|
Inventory.SoftwarePackage |
Inventory.Item.Builder.getAvailablePackage()
Software package available to be installed on the VM instance.
|
static Inventory.SoftwarePackage |
Inventory.SoftwarePackage.getDefaultInstance() |
Inventory.SoftwarePackage |
Inventory.SoftwarePackage.getDefaultInstanceForType() |
Inventory.SoftwarePackage |
Inventory.SoftwarePackage.Builder.getDefaultInstanceForType() |
Inventory.SoftwarePackage |
Inventory.ItemOrBuilder.getInstalledPackage()
Software package present on the VM instance.
|
Inventory.SoftwarePackage |
Inventory.Item.getInstalledPackage()
Software package present on the VM instance.
|
Inventory.SoftwarePackage |
Inventory.Item.Builder.getInstalledPackage()
Software package present on the VM instance.
|
static Inventory.SoftwarePackage |
Inventory.SoftwarePackage.parseDelimitedFrom(InputStream input) |
static Inventory.SoftwarePackage |
Inventory.SoftwarePackage.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Inventory.SoftwarePackage |
Inventory.SoftwarePackage.parseFrom(byte[] data) |
static Inventory.SoftwarePackage |
Inventory.SoftwarePackage.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Inventory.SoftwarePackage |
Inventory.SoftwarePackage.parseFrom(ByteBuffer data) |
static Inventory.SoftwarePackage |
Inventory.SoftwarePackage.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Inventory.SoftwarePackage |
Inventory.SoftwarePackage.parseFrom(com.google.protobuf.ByteString data) |
static Inventory.SoftwarePackage |
Inventory.SoftwarePackage.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Inventory.SoftwarePackage |
Inventory.SoftwarePackage.parseFrom(com.google.protobuf.CodedInputStream input) |
static Inventory.SoftwarePackage |
Inventory.SoftwarePackage.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Inventory.SoftwarePackage |
Inventory.SoftwarePackage.parseFrom(InputStream input) |
static Inventory.SoftwarePackage |
Inventory.SoftwarePackage.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Inventory.SoftwarePackage> |
Inventory.SoftwarePackage.getParserForType() |
static com.google.protobuf.Parser<Inventory.SoftwarePackage> |
Inventory.SoftwarePackage.parser() |
| Modifier and Type | Method and Description |
|---|---|
Inventory.Item.Builder |
Inventory.Item.Builder.mergeAvailablePackage(Inventory.SoftwarePackage value)
Software package available to be installed on the VM instance.
|
Inventory.SoftwarePackage.Builder |
Inventory.SoftwarePackage.Builder.mergeFrom(Inventory.SoftwarePackage other) |
Inventory.Item.Builder |
Inventory.Item.Builder.mergeInstalledPackage(Inventory.SoftwarePackage value)
Software package present on the VM instance.
|
static Inventory.SoftwarePackage.Builder |
Inventory.SoftwarePackage.newBuilder(Inventory.SoftwarePackage prototype) |
Inventory.Item.Builder |
Inventory.Item.Builder.setAvailablePackage(Inventory.SoftwarePackage value)
Software package available to be installed on the VM instance.
|
Inventory.Item.Builder |
Inventory.Item.Builder.setInstalledPackage(Inventory.SoftwarePackage value)
Software package present on the VM instance.
|
Copyright © 2023 Google LLC. All rights reserved.