Interface EntityProto.EntityMetaOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    EntityProto.EntityMeta, EntityProto.EntityMeta.Builder
    Enclosing class:
    EntityProto

    public static interface EntityProto.EntityMetaOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Timestamp getCreatedTimestamp()
      .google.protobuf.Timestamp created_timestamp = 1;
      com.google.protobuf.TimestampOrBuilder getCreatedTimestampOrBuilder()
      .google.protobuf.Timestamp created_timestamp = 1;
      com.google.protobuf.Timestamp getLastUpdatedTimestamp()
      .google.protobuf.Timestamp last_updated_timestamp = 2;
      com.google.protobuf.TimestampOrBuilder getLastUpdatedTimestampOrBuilder()
      .google.protobuf.Timestamp last_updated_timestamp = 2;
      boolean hasCreatedTimestamp()
      .google.protobuf.Timestamp created_timestamp = 1;
      boolean hasLastUpdatedTimestamp()
      .google.protobuf.Timestamp last_updated_timestamp = 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

      • hasCreatedTimestamp

        boolean hasCreatedTimestamp()
        .google.protobuf.Timestamp created_timestamp = 1;
        Returns:
        Whether the createdTimestamp field is set.
      • getCreatedTimestamp

        com.google.protobuf.Timestamp getCreatedTimestamp()
        .google.protobuf.Timestamp created_timestamp = 1;
        Returns:
        The createdTimestamp.
      • getCreatedTimestampOrBuilder

        com.google.protobuf.TimestampOrBuilder getCreatedTimestampOrBuilder()
        .google.protobuf.Timestamp created_timestamp = 1;
      • hasLastUpdatedTimestamp

        boolean hasLastUpdatedTimestamp()
        .google.protobuf.Timestamp last_updated_timestamp = 2;
        Returns:
        Whether the lastUpdatedTimestamp field is set.
      • getLastUpdatedTimestamp

        com.google.protobuf.Timestamp getLastUpdatedTimestamp()
        .google.protobuf.Timestamp last_updated_timestamp = 2;
        Returns:
        The lastUpdatedTimestamp.
      • getLastUpdatedTimestampOrBuilder

        com.google.protobuf.TimestampOrBuilder getLastUpdatedTimestampOrBuilder()
        .google.protobuf.Timestamp last_updated_timestamp = 2;