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 Type
    Method
    Description
    required string name = 1;
    com.google.protobuf.ByteString
    required string name = 1;
    optional string namespace = 2;
    com.google.protobuf.ByteString
    optional string namespace = 2;
    boolean
    required string name = 1;
    boolean
    optional string namespace = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.