public interface VersionDescriptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Description of the version.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Description of the version.
|
String |
getVersion()
Name of the version
|
com.google.protobuf.ByteString |
getVersionBytes()
Name of the version
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getVersion()
Name of the version
string version = 1;com.google.protobuf.ByteString getVersionBytes()
Name of the version
string version = 1;String getDescription()
Description of the version.
string description = 2;com.google.protobuf.ByteString getDescriptionBytes()
Description of the version.
string description = 2;Copyright © 2022 Google LLC. All rights reserved.