public static interface Gnmi.ModelDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getName()
Name of the model.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the model.
|
String |
getOrganization()
Organization publishing the model.
|
com.google.protobuf.ByteString |
getOrganizationBytes()
Organization publishing the model.
|
String |
getVersion()
Semantic version of the model.
|
com.google.protobuf.ByteString |
getVersionBytes()
Semantic version of the model.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getName()
Name of the model.
string name = 1;
com.google.protobuf.ByteString getNameBytes()
Name of the model.
string name = 1;
String getOrganization()
Organization publishing the model.
string organization = 2;
com.google.protobuf.ByteString getOrganizationBytes()
Organization publishing the model.
string organization = 2;
String getVersion()
Semantic version of the model.
string version = 3;
com.google.protobuf.ByteString getVersionBytes()
Semantic version of the model.
string version = 3;
Copyright © 2021. All rights reserved.