public static interface Messages.Meta.ProductOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The product name
|
com.google.protobuf.ByteString |
getNameBytes()
The product name
|
String |
getVersion()
The product version
|
com.google.protobuf.ByteString |
getVersionBytes()
The product version
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The product name
string name = 1;com.google.protobuf.ByteString getNameBytes()
The product name
string name = 1;String getVersion()
The product version
string version = 2;com.google.protobuf.ByteString getVersionBytes()
The product version
string version = 2;Copyright © 2020. All rights reserved.