Interface Gnmi.ModelDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Gnmi.ModelData
,Gnmi.ModelData.Builder
- Enclosing class:
- Gnmi
public static interface Gnmi.ModelDataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
Name of the model.com.google.protobuf.ByteString
getNameBytes()
Name of the model.java.lang.String
getOrganization()
Organization publishing the model.com.google.protobuf.ByteString
getOrganizationBytes()
Organization publishing the model.java.lang.String
getVersion()
Semantic version of the model.com.google.protobuf.ByteString
getVersionBytes()
Semantic version of the model.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
java.lang.String getName()
Name of the model.
string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Name of the model.
string name = 1;
-
getOrganization
java.lang.String getOrganization()
Organization publishing the model.
string organization = 2;
-
getOrganizationBytes
com.google.protobuf.ByteString getOrganizationBytes()
Organization publishing the model.
string organization = 2;
-
getVersion
java.lang.String getVersion()
Semantic version of the model.
string version = 3;
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()
Semantic version of the model.
string version = 3;
-
-