Package viam.app.v1

Interface AppOuterClass.FragmentRevisionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
AppOuterClass.FragmentRevision, AppOuterClass.FragmentRevision.Builder
Enclosing class:
AppOuterClass

public static interface AppOuterClass.FragmentRevisionOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Timestamp
    .google.protobuf.Timestamp created_at = 2 [json_name = "createdAt"];
    string revision = 1 [json_name = "revision"];
    com.google.protobuf.ByteString
    string revision = 1 [json_name = "revision"];
    boolean
    .google.protobuf.Timestamp created_at = 2 [json_name = "createdAt"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getRevision

      String getRevision()
      string revision = 1 [json_name = "revision"];
      Returns:
      The revision.
    • getRevisionBytes

      com.google.protobuf.ByteString getRevisionBytes()
      string revision = 1 [json_name = "revision"];
      Returns:
      The bytes for revision.
    • hasCreatedAt

      boolean hasCreatedAt()
      .google.protobuf.Timestamp created_at = 2 [json_name = "createdAt"];
      Returns:
      Whether the createdAt field is set.
    • getCreatedAt

      com.google.protobuf.Timestamp getCreatedAt()
      .google.protobuf.Timestamp created_at = 2 [json_name = "createdAt"];
      Returns:
      The createdAt.