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
      String getName()
      required string name = 1;
      com.google.protobuf.ByteString getNameBytes()
      required string name = 1;
      String getNamespace()
      optional string namespace = 2;
      com.google.protobuf.ByteString getNamespaceBytes()
      optional string namespace = 2;
      boolean hasName()
      required string name = 1;
      boolean hasNamespace()
      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 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;