Package viam.app.v1
Interface App.FragmentRevisionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.FragmentRevision
,App.FragmentRevision.Builder
- Enclosing class:
- App
public static interface App.FragmentRevisionOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.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.
-