public interface LibraryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The library name.
|
com.google.protobuf.ByteString |
getNameBytes()
The library name.
|
String |
getVersion()
The library version.
|
com.google.protobuf.ByteString |
getVersionBytes()
The library version.
|
boolean |
hasName()
The library name.
|
boolean |
hasVersion()
The library version.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
The library name.
required string name = 1;String getName()
The library name.
required string name = 1;com.google.protobuf.ByteString getNameBytes()
The library name.
required string name = 1;boolean hasVersion()
The library version.
required string version = 2;String getVersion()
The library version.
required string version = 2;com.google.protobuf.ByteString getVersionBytes()
The library version.
required string version = 2;Copyright © 2022. All rights reserved.