Interface Manifest.MaintenanceOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Manifest.Maintenance, Manifest.Maintenance.Builder
Enclosing class:
Manifest

public static interface Manifest.MaintenanceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string endAt = 2;
    com.google.protobuf.ByteString
    string endAt = 2;
    string message = 3;
    com.google.protobuf.ByteString
    string message = 3;
    string startAt = 1;
    com.google.protobuf.ByteString
    string startAt = 1;

    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

    • getStartAt

      String getStartAt()
      string startAt = 1;
      Returns:
      The startAt.
    • getStartAtBytes

      com.google.protobuf.ByteString getStartAtBytes()
      string startAt = 1;
      Returns:
      The bytes for startAt.
    • getEndAt

      String getEndAt()
      string endAt = 2;
      Returns:
      The endAt.
    • getEndAtBytes

      com.google.protobuf.ByteString getEndAtBytes()
      string endAt = 2;
      Returns:
      The bytes for endAt.
    • getMessage

      String getMessage()
      string message = 3;
      Returns:
      The message.
    • getMessageBytes

      com.google.protobuf.ByteString getMessageBytes()
      string message = 3;
      Returns:
      The bytes for message.