- 2.55.0 (latest)
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.6
- 2.4.3
- 2.3.2
public static final class Inventory.Item.Builder extends GeneratedMessageV3.Builder<Inventory.Item.Builder> implements Inventory.ItemOrBuilder
A single piece of inventory on a VM.
Protobuf type google.cloud.osconfig.v1alpha.Inventory.Item
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Inventory.Item.BuilderImplements
Inventory.ItemOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Inventory.Item.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Inventory.Item.Builder |
build()
public Inventory.Item build()
Type | Description |
Inventory.Item |
buildPartial()
public Inventory.Item buildPartial()
Type | Description |
Inventory.Item |
clear()
public Inventory.Item.Builder clear()
Type | Description |
Inventory.Item.Builder |
clearAvailablePackage()
public Inventory.Item.Builder clearAvailablePackage()
Software package available to be installed on the VM instance.
.google.cloud.osconfig.v1alpha.Inventory.SoftwarePackage available_package = 7;
Type | Description |
Inventory.Item.Builder |
clearCreateTime()
public Inventory.Item.Builder clearCreateTime()
When this inventory item was first detected.
.google.protobuf.Timestamp create_time = 8;
Type | Description |
Inventory.Item.Builder |
clearDetails()
public Inventory.Item.Builder clearDetails()
Type | Description |
Inventory.Item.Builder |
clearField(Descriptors.FieldDescriptor field)
public Inventory.Item.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Inventory.Item.Builder |
clearId()
public Inventory.Item.Builder clearId()
Identifier for this item, unique across items for this VM.
string id = 1;
Type | Description |
Inventory.Item.Builder | This builder for chaining. |
clearInstalledPackage()
public Inventory.Item.Builder clearInstalledPackage()
Software package present on the VM instance.
.google.cloud.osconfig.v1alpha.Inventory.SoftwarePackage installed_package = 6;
Type | Description |
Inventory.Item.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Inventory.Item.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Inventory.Item.Builder |
clearOriginType()
public Inventory.Item.Builder clearOriginType()
The origin of this inventory item.
.google.cloud.osconfig.v1alpha.Inventory.Item.OriginType origin_type = 2;
Type | Description |
Inventory.Item.Builder | This builder for chaining. |
clearType()
public Inventory.Item.Builder clearType()
The specific type of inventory, correlating to its specific details.
.google.cloud.osconfig.v1alpha.Inventory.Item.Type type = 5;
Type | Description |
Inventory.Item.Builder | This builder for chaining. |
clearUpdateTime()
public Inventory.Item.Builder clearUpdateTime()
When this inventory item was last modified.
.google.protobuf.Timestamp update_time = 9;
Type | Description |
Inventory.Item.Builder |
clone()
public Inventory.Item.Builder clone()
Type | Description |
Inventory.Item.Builder |
getAvailablePackage()
public Inventory.SoftwarePackage getAvailablePackage()
Software package available to be installed on the VM instance.
.google.cloud.osconfig.v1alpha.Inventory.SoftwarePackage available_package = 7;
Type | Description |
Inventory.SoftwarePackage | The availablePackage. |
getAvailablePackageBuilder()
public Inventory.SoftwarePackage.Builder getAvailablePackageBuilder()
Software package available to be installed on the VM instance.
.google.cloud.osconfig.v1alpha.Inventory.SoftwarePackage available_package = 7;
Type | Description |
Inventory.SoftwarePackage.Builder |
getAvailablePackageOrBuilder()
public Inventory.SoftwarePackageOrBuilder getAvailablePackageOrBuilder()
Software package available to be installed on the VM instance.
.google.cloud.osconfig.v1alpha.Inventory.SoftwarePackage available_package = 7;
Type | Description |
Inventory.SoftwarePackageOrBuilder |
getCreateTime()
public Timestamp getCreateTime()
When this inventory item was first detected.
.google.protobuf.Timestamp create_time = 8;
Type | Description |
Timestamp | The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()
When this inventory item was first detected.
.google.protobuf.Timestamp create_time = 8;
Type | Description |
Builder |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
When this inventory item was first detected.
.google.protobuf.Timestamp create_time = 8;
Type | Description |
TimestampOrBuilder |
getDefaultInstanceForType()
public Inventory.Item getDefaultInstanceForType()
Type | Description |
Inventory.Item |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getDetailsCase()
public Inventory.Item.DetailsCase getDetailsCase()
Type | Description |
Inventory.Item.DetailsCase |
getId()
public String getId()
Identifier for this item, unique across items for this VM.
string id = 1;
Type | Description |
String | The id. |
getIdBytes()
public ByteString getIdBytes()
Identifier for this item, unique across items for this VM.
string id = 1;
Type | Description |
ByteString | The bytes for id. |
getInstalledPackage()
public Inventory.SoftwarePackage getInstalledPackage()
Software package present on the VM instance.
.google.cloud.osconfig.v1alpha.Inventory.SoftwarePackage installed_package = 6;
Type | Description |
Inventory.SoftwarePackage | The installedPackage. |
getInstalledPackageBuilder()
public Inventory.SoftwarePackage.Builder getInstalledPackageBuilder()
Software package present on the VM instance.
.google.cloud.osconfig.v1alpha.Inventory.SoftwarePackage installed_package = 6;
Type | Description |
Inventory.SoftwarePackage.Builder |
getInstalledPackageOrBuilder()
public Inventory.SoftwarePackageOrBuilder getInstalledPackageOrBuilder()
Software package present on the VM instance.
.google.cloud.osconfig.v1alpha.Inventory.SoftwarePackage installed_package = 6;
Type | Description |
Inventory.SoftwarePackageOrBuilder |
getOriginType()
public Inventory.Item.OriginType getOriginType()
The origin of this inventory item.
.google.cloud.osconfig.v1alpha.Inventory.Item.OriginType origin_type = 2;
Type | Description |
Inventory.Item.OriginType | The originType. |
getOriginTypeValue()
public int getOriginTypeValue()
The origin of this inventory item.
.google.cloud.osconfig.v1alpha.Inventory.Item.OriginType origin_type = 2;
Type | Description |
int | The enum numeric value on the wire for originType. |
getType()
public Inventory.Item.Type getType()
The specific type of inventory, correlating to its specific details.
.google.cloud.osconfig.v1alpha.Inventory.Item.Type type = 5;
Type | Description |
Inventory.Item.Type | The type. |
getTypeValue()
public int getTypeValue()
The specific type of inventory, correlating to its specific details.
.google.cloud.osconfig.v1alpha.Inventory.Item.Type type = 5;
Type | Description |
int | The enum numeric value on the wire for type. |
getUpdateTime()
public Timestamp getUpdateTime()
When this inventory item was last modified.
.google.protobuf.Timestamp update_time = 9;
Type | Description |
Timestamp | The updateTime. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()
When this inventory item was last modified.
.google.protobuf.Timestamp update_time = 9;
Type | Description |
Builder |
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()
When this inventory item was last modified.
.google.protobuf.Timestamp update_time = 9;
Type | Description |
TimestampOrBuilder |
hasAvailablePackage()
public boolean hasAvailablePackage()
Software package available to be installed on the VM instance.
.google.cloud.osconfig.v1alpha.Inventory.SoftwarePackage available_package = 7;
Type | Description |
boolean | Whether the availablePackage field is set. |
hasCreateTime()
public boolean hasCreateTime()
When this inventory item was first detected.
.google.protobuf.Timestamp create_time = 8;
Type | Description |
boolean | Whether the createTime field is set. |
hasInstalledPackage()
public boolean hasInstalledPackage()
Software package present on the VM instance.
.google.cloud.osconfig.v1alpha.Inventory.SoftwarePackage installed_package = 6;
Type | Description |
boolean | Whether the installedPackage field is set. |
hasUpdateTime()
public boolean hasUpdateTime()
When this inventory item was last modified.
.google.protobuf.Timestamp update_time = 9;
Type | Description |
boolean | Whether the updateTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeAvailablePackage(Inventory.SoftwarePackage value)
public Inventory.Item.Builder mergeAvailablePackage(Inventory.SoftwarePackage value)
Software package available to be installed on the VM instance.
.google.cloud.osconfig.v1alpha.Inventory.SoftwarePackage available_package = 7;
Name | Description |
value | Inventory.SoftwarePackage |
Type | Description |
Inventory.Item.Builder |
mergeCreateTime(Timestamp value)
public Inventory.Item.Builder mergeCreateTime(Timestamp value)
When this inventory item was first detected.
.google.protobuf.Timestamp create_time = 8;
Name | Description |
value | Timestamp |
Type | Description |
Inventory.Item.Builder |
mergeFrom(Inventory.Item other)
public Inventory.Item.Builder mergeFrom(Inventory.Item other)
Name | Description |
other | Inventory.Item |
Type | Description |
Inventory.Item.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Inventory.Item.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Inventory.Item.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Inventory.Item.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
Inventory.Item.Builder |
mergeInstalledPackage(Inventory.SoftwarePackage value)
public Inventory.Item.Builder mergeInstalledPackage(Inventory.SoftwarePackage value)
Software package present on the VM instance.
.google.cloud.osconfig.v1alpha.Inventory.SoftwarePackage installed_package = 6;
Name | Description |
value | Inventory.SoftwarePackage |
Type | Description |
Inventory.Item.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Inventory.Item.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Inventory.Item.Builder |
mergeUpdateTime(Timestamp value)
public Inventory.Item.Builder mergeUpdateTime(Timestamp value)
When this inventory item was last modified.
.google.protobuf.Timestamp update_time = 9;
Name | Description |
value | Timestamp |
Type | Description |
Inventory.Item.Builder |
setAvailablePackage(Inventory.SoftwarePackage value)
public Inventory.Item.Builder setAvailablePackage(Inventory.SoftwarePackage value)
Software package available to be installed on the VM instance.
.google.cloud.osconfig.v1alpha.Inventory.SoftwarePackage available_package = 7;
Name | Description |
value | Inventory.SoftwarePackage |
Type | Description |
Inventory.Item.Builder |
setAvailablePackage(Inventory.SoftwarePackage.Builder builderForValue)
public Inventory.Item.Builder setAvailablePackage(Inventory.SoftwarePackage.Builder builderForValue)
Software package available to be installed on the VM instance.
.google.cloud.osconfig.v1alpha.Inventory.SoftwarePackage available_package = 7;
Name | Description |
builderForValue | Inventory.SoftwarePackage.Builder |
Type | Description |
Inventory.Item.Builder |
setCreateTime(Timestamp value)
public Inventory.Item.Builder setCreateTime(Timestamp value)
When this inventory item was first detected.
.google.protobuf.Timestamp create_time = 8;
Name | Description |
value | Timestamp |
Type | Description |
Inventory.Item.Builder |
setCreateTime(Timestamp.Builder builderForValue)
public Inventory.Item.Builder setCreateTime(Timestamp.Builder builderForValue)
When this inventory item was first detected.
.google.protobuf.Timestamp create_time = 8;
Name | Description |
builderForValue | Builder |
Type | Description |
Inventory.Item.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Inventory.Item.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Inventory.Item.Builder |
setId(String value)
public Inventory.Item.Builder setId(String value)
Identifier for this item, unique across items for this VM.
string id = 1;
Name | Description |
value | String The id to set. |
Type | Description |
Inventory.Item.Builder | This builder for chaining. |
setIdBytes(ByteString value)
public Inventory.Item.Builder setIdBytes(ByteString value)
Identifier for this item, unique across items for this VM.
string id = 1;
Name | Description |
value | ByteString The bytes for id to set. |
Type | Description |
Inventory.Item.Builder | This builder for chaining. |
setInstalledPackage(Inventory.SoftwarePackage value)
public Inventory.Item.Builder setInstalledPackage(Inventory.SoftwarePackage value)
Software package present on the VM instance.
.google.cloud.osconfig.v1alpha.Inventory.SoftwarePackage installed_package = 6;
Name | Description |
value | Inventory.SoftwarePackage |
Type | Description |
Inventory.Item.Builder |
setInstalledPackage(Inventory.SoftwarePackage.Builder builderForValue)
public Inventory.Item.Builder setInstalledPackage(Inventory.SoftwarePackage.Builder builderForValue)
Software package present on the VM instance.
.google.cloud.osconfig.v1alpha.Inventory.SoftwarePackage installed_package = 6;
Name | Description |
builderForValue | Inventory.SoftwarePackage.Builder |
Type | Description |
Inventory.Item.Builder |
setOriginType(Inventory.Item.OriginType value)
public Inventory.Item.Builder setOriginType(Inventory.Item.OriginType value)
The origin of this inventory item.
.google.cloud.osconfig.v1alpha.Inventory.Item.OriginType origin_type = 2;
Name | Description |
value | Inventory.Item.OriginType The originType to set. |
Type | Description |
Inventory.Item.Builder | This builder for chaining. |
setOriginTypeValue(int value)
public Inventory.Item.Builder setOriginTypeValue(int value)
The origin of this inventory item.
.google.cloud.osconfig.v1alpha.Inventory.Item.OriginType origin_type = 2;
Name | Description |
value | int The enum numeric value on the wire for originType to set. |
Type | Description |
Inventory.Item.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Inventory.Item.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
Inventory.Item.Builder |
setType(Inventory.Item.Type value)
public Inventory.Item.Builder setType(Inventory.Item.Type value)
The specific type of inventory, correlating to its specific details.
.google.cloud.osconfig.v1alpha.Inventory.Item.Type type = 5;
Name | Description |
value | Inventory.Item.Type The type to set. |
Type | Description |
Inventory.Item.Builder | This builder for chaining. |
setTypeValue(int value)
public Inventory.Item.Builder setTypeValue(int value)
The specific type of inventory, correlating to its specific details.
.google.cloud.osconfig.v1alpha.Inventory.Item.Type type = 5;
Name | Description |
value | int The enum numeric value on the wire for type to set. |
Type | Description |
Inventory.Item.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Inventory.Item.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Inventory.Item.Builder |
setUpdateTime(Timestamp value)
public Inventory.Item.Builder setUpdateTime(Timestamp value)
When this inventory item was last modified.
.google.protobuf.Timestamp update_time = 9;
Name | Description |
value | Timestamp |
Type | Description |
Inventory.Item.Builder |
setUpdateTime(Timestamp.Builder builderForValue)
public Inventory.Item.Builder setUpdateTime(Timestamp.Builder builderForValue)
When this inventory item was last modified.
.google.protobuf.Timestamp update_time = 9;
Name | Description |
builderForValue | Builder |
Type | Description |
Inventory.Item.Builder |