Package org.yamcs.protobuf
Interface Yamcs.NamedObjectIdOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Yamcs.NamedObjectId,Yamcs.NamedObjectId.Builder
- Enclosing class:
- Yamcs
public static interface Yamcs.NamedObjectIdOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()required string name = 1;com.google.protobuf.ByteStringgetNameBytes()required string name = 1;StringgetNamespace()optional string namespace = 2;com.google.protobuf.ByteStringgetNamespaceBytes()optional string namespace = 2;booleanhasName()required string name = 1;booleanhasNamespace()optional string namespace = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasName
boolean hasName()
required string name = 1;
-
getName
String getName()
required string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
required string name = 1;
-
hasNamespace
boolean hasNamespace()
optional string namespace = 2;
-
getNamespace
String getNamespace()
optional string namespace = 2;
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()
optional string namespace = 2;
-
-