Interface ConfigMetadataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ConfigMetadata, ConfigMetadata.Builder

@Generated(value="protoc", comments="annotations:ConfigMetadataOrBuilder.java.pb.meta") public interface ConfigMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Reason for why the config was set.
    com.google.protobuf.ByteString
    Reason for why the config was set.
    Identity of the last updater.
    com.google.protobuf.ByteString
    Identity of the last updater.
    com.google.protobuf.Timestamp
    Time of the last update.
    com.google.protobuf.TimestampOrBuilder
    Time of the last update.
    boolean
    Time of the last update.

    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

    • getReason

      String getReason()
       Reason for why the config was set.
       
      string reason = 1;
      Returns:
      The reason.
    • getReasonBytes

      com.google.protobuf.ByteString getReasonBytes()
       Reason for why the config was set.
       
      string reason = 1;
      Returns:
      The bytes for reason.
    • getUpdateIdentity

      String getUpdateIdentity()
       Identity of the last updater.
       Set by the request's identity field.
       
      string update_identity = 2;
      Returns:
      The updateIdentity.
    • getUpdateIdentityBytes

      com.google.protobuf.ByteString getUpdateIdentityBytes()
       Identity of the last updater.
       Set by the request's identity field.
       
      string update_identity = 2;
      Returns:
      The bytes for updateIdentity.
    • hasUpdateTime

      boolean hasUpdateTime()
       Time of the last update.
       
      .google.protobuf.Timestamp update_time = 3;
      Returns:
      Whether the updateTime field is set.
    • getUpdateTime

      com.google.protobuf.Timestamp getUpdateTime()
       Time of the last update.
       
      .google.protobuf.Timestamp update_time = 3;
      Returns:
      The updateTime.
    • getUpdateTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
       Time of the last update.
       
      .google.protobuf.Timestamp update_time = 3;