Interface BreakingSchemaChangeOrBuilder

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

public interface BreakingSchemaChangeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    change_at is the revision at which a breaking schema event has happened.
    change_at is the revision at which a breaking schema event has happened.
    boolean
    change_at is the revision at which a breaking schema event has happened.

    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

    • hasChangeAt

      boolean hasChangeAt()
       change_at is the revision at which a breaking schema event has happened.
       
      .authzed.api.v1.ZedToken change_at = 1;
      Returns:
      Whether the changeAt field is set.
    • getChangeAt

      ZedToken getChangeAt()
       change_at is the revision at which a breaking schema event has happened.
       
      .authzed.api.v1.ZedToken change_at = 1;
      Returns:
      The changeAt.
    • getChangeAtOrBuilder

      ZedTokenOrBuilder getChangeAtOrBuilder()
       change_at is the revision at which a breaking schema event has happened.
       
      .authzed.api.v1.ZedToken change_at = 1;