Interface MetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Metadata,Metadata.Builder
public interface MetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.TimestampCreation time of the element.com.google.protobuf.TimestampOrBuilderCreation time of the element.com.google.protobuf.TimestampUpdate time of the elementcom.google.protobuf.TimestampOrBuilderUpdate time of the elementbooleanCreation time of the element.booleanUpdate time of the elementMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasCreated
boolean hasCreated()Creation time of the element.
.google.protobuf.Timestamp created = 1 [json_name = "created"];- Returns:
- Whether the created field is set.
-
getCreated
com.google.protobuf.Timestamp getCreated()Creation time of the element.
.google.protobuf.Timestamp created = 1 [json_name = "created"];- Returns:
- The created.
-
getCreatedOrBuilder
com.google.protobuf.TimestampOrBuilder getCreatedOrBuilder()Creation time of the element.
.google.protobuf.Timestamp created = 1 [json_name = "created"]; -
hasUpdated
boolean hasUpdated()Update time of the element
.google.protobuf.Timestamp updated = 2 [json_name = "updated"];- Returns:
- Whether the updated field is set.
-
getUpdated
com.google.protobuf.Timestamp getUpdated()Update time of the element
.google.protobuf.Timestamp updated = 2 [json_name = "updated"];- Returns:
- The updated.
-
getUpdatedOrBuilder
com.google.protobuf.TimestampOrBuilder getUpdatedOrBuilder()Update time of the element
.google.protobuf.Timestamp updated = 2 [json_name = "updated"];
-