public static interface Inventory.VersionedPackageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getArchitecture()
The system architecture this package is intended for.
|
com.google.protobuf.ByteString |
getArchitectureBytes()
The system architecture this package is intended for.
|
String |
getPackageName()
The name of the package.
|
com.google.protobuf.ByteString |
getPackageNameBytes()
The name of the package.
|
String |
getVersion()
The version of the package.
|
com.google.protobuf.ByteString |
getVersionBytes()
The version of the package.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPackageName()
The name of the package.
string package_name = 4;com.google.protobuf.ByteString getPackageNameBytes()
The name of the package.
string package_name = 4;String getArchitecture()
The system architecture this package is intended for.
string architecture = 2;com.google.protobuf.ByteString getArchitectureBytes()
The system architecture this package is intended for.
string architecture = 2;String getVersion()
The version of the package.
string version = 3;com.google.protobuf.ByteString getVersionBytes()
The version of the package.
string version = 3;Copyright © 2023 Google LLC. All rights reserved.