Class WatchPermissionSetsRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<WatchPermissionSetsRequest.Builder>
com.authzed.api.materialize.v0.WatchPermissionSetsRequest.Builder
All Implemented Interfaces:
WatchPermissionSetsRequestOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
WatchPermissionSetsRequest

public static final class WatchPermissionSetsRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<WatchPermissionSetsRequest.Builder> implements WatchPermissionSetsRequestOrBuilder
Protobuf type authzed.api.materialize.v0.WatchPermissionSetsRequest
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<WatchPermissionSetsRequest.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<WatchPermissionSetsRequest.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<WatchPermissionSetsRequest.Builder>
    • getDefaultInstanceForType

      public WatchPermissionSetsRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public WatchPermissionSetsRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public WatchPermissionSetsRequest.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<WatchPermissionSetsRequest.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<WatchPermissionSetsRequest.Builder>
    • mergeFrom

      public WatchPermissionSetsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<WatchPermissionSetsRequest.Builder>
      Throws:
      IOException
    • hasOptionalStartingAfter

      public boolean hasOptionalStartingAfter()
       optional_starting_after is used to specify the SpiceDB revision to start watching from.
       If not specified, the watch will start from the current SpiceDB revision time of the request ("head revision").
       
      .authzed.api.v1.ZedToken optional_starting_after = 1;
      Specified by:
      hasOptionalStartingAfter in interface WatchPermissionSetsRequestOrBuilder
      Returns:
      Whether the optionalStartingAfter field is set.
    • getOptionalStartingAfter

      public ZedToken getOptionalStartingAfter()
       optional_starting_after is used to specify the SpiceDB revision to start watching from.
       If not specified, the watch will start from the current SpiceDB revision time of the request ("head revision").
       
      .authzed.api.v1.ZedToken optional_starting_after = 1;
      Specified by:
      getOptionalStartingAfter in interface WatchPermissionSetsRequestOrBuilder
      Returns:
      The optionalStartingAfter.
    • setOptionalStartingAfter

      public WatchPermissionSetsRequest.Builder setOptionalStartingAfter(ZedToken value)
       optional_starting_after is used to specify the SpiceDB revision to start watching from.
       If not specified, the watch will start from the current SpiceDB revision time of the request ("head revision").
       
      .authzed.api.v1.ZedToken optional_starting_after = 1;
    • setOptionalStartingAfter

      public WatchPermissionSetsRequest.Builder setOptionalStartingAfter(ZedToken.Builder builderForValue)
       optional_starting_after is used to specify the SpiceDB revision to start watching from.
       If not specified, the watch will start from the current SpiceDB revision time of the request ("head revision").
       
      .authzed.api.v1.ZedToken optional_starting_after = 1;
    • mergeOptionalStartingAfter

      public WatchPermissionSetsRequest.Builder mergeOptionalStartingAfter(ZedToken value)
       optional_starting_after is used to specify the SpiceDB revision to start watching from.
       If not specified, the watch will start from the current SpiceDB revision time of the request ("head revision").
       
      .authzed.api.v1.ZedToken optional_starting_after = 1;
    • clearOptionalStartingAfter

      public WatchPermissionSetsRequest.Builder clearOptionalStartingAfter()
       optional_starting_after is used to specify the SpiceDB revision to start watching from.
       If not specified, the watch will start from the current SpiceDB revision time of the request ("head revision").
       
      .authzed.api.v1.ZedToken optional_starting_after = 1;
    • getOptionalStartingAfterBuilder

      public ZedToken.Builder getOptionalStartingAfterBuilder()
       optional_starting_after is used to specify the SpiceDB revision to start watching from.
       If not specified, the watch will start from the current SpiceDB revision time of the request ("head revision").
       
      .authzed.api.v1.ZedToken optional_starting_after = 1;
    • getOptionalStartingAfterOrBuilder

      public ZedTokenOrBuilder getOptionalStartingAfterOrBuilder()
       optional_starting_after is used to specify the SpiceDB revision to start watching from.
       If not specified, the watch will start from the current SpiceDB revision time of the request ("head revision").
       
      .authzed.api.v1.ZedToken optional_starting_after = 1;
      Specified by:
      getOptionalStartingAfterOrBuilder in interface WatchPermissionSetsRequestOrBuilder