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
Modifier and TypeMethodDescriptiongetName()required string name = 1;com.google.protobuf.ByteStringrequired string name = 1;optional string namespace = 2;com.google.protobuf.ByteStringoptional string namespace = 2;booleanhasName()required string name = 1;booleanoptional string namespace = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasName
boolean hasName()required string name = 1;- Returns:
- Whether the name field is set.
-
getName
String getName()required string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()required string name = 1;- Returns:
- The bytes for name.
-
hasNamespace
boolean hasNamespace()optional string namespace = 2;- Returns:
- Whether the namespace field is set.
-
getNamespace
String getNamespace()optional string namespace = 2;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()optional string namespace = 2;- Returns:
- The bytes for namespace.
-