Class DownloadPermissionSetsRequest.Builder

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

public static final class DownloadPermissionSetsRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<DownloadPermissionSetsRequest.Builder> implements DownloadPermissionSetsRequestOrBuilder
Protobuf type authzed.api.materialize.v0.DownloadPermissionSetsRequest
  • 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<DownloadPermissionSetsRequest.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<DownloadPermissionSetsRequest.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<DownloadPermissionSetsRequest.Builder>
    • getDefaultInstanceForType

      public DownloadPermissionSetsRequest 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 DownloadPermissionSetsRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public DownloadPermissionSetsRequest.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<DownloadPermissionSetsRequest.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<DownloadPermissionSetsRequest.Builder>
    • mergeFrom

      public DownloadPermissionSetsRequest.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<DownloadPermissionSetsRequest.Builder>
      Throws:
      IOException
    • hasOptionalAtRevision

      public boolean hasOptionalAtRevision()
       optional_at_revision is a specific revision to download; for now this will
       just validate that it matches the backing store if provided.
       
      .authzed.api.v1.ZedToken optional_at_revision = 1;
      Specified by:
      hasOptionalAtRevision in interface DownloadPermissionSetsRequestOrBuilder
      Returns:
      Whether the optionalAtRevision field is set.
    • getOptionalAtRevision

      public ZedToken getOptionalAtRevision()
       optional_at_revision is a specific revision to download; for now this will
       just validate that it matches the backing store if provided.
       
      .authzed.api.v1.ZedToken optional_at_revision = 1;
      Specified by:
      getOptionalAtRevision in interface DownloadPermissionSetsRequestOrBuilder
      Returns:
      The optionalAtRevision.
    • setOptionalAtRevision

      public DownloadPermissionSetsRequest.Builder setOptionalAtRevision(ZedToken value)
       optional_at_revision is a specific revision to download; for now this will
       just validate that it matches the backing store if provided.
       
      .authzed.api.v1.ZedToken optional_at_revision = 1;
    • setOptionalAtRevision

      public DownloadPermissionSetsRequest.Builder setOptionalAtRevision(ZedToken.Builder builderForValue)
       optional_at_revision is a specific revision to download; for now this will
       just validate that it matches the backing store if provided.
       
      .authzed.api.v1.ZedToken optional_at_revision = 1;
    • mergeOptionalAtRevision

      public DownloadPermissionSetsRequest.Builder mergeOptionalAtRevision(ZedToken value)
       optional_at_revision is a specific revision to download; for now this will
       just validate that it matches the backing store if provided.
       
      .authzed.api.v1.ZedToken optional_at_revision = 1;
    • clearOptionalAtRevision

      public DownloadPermissionSetsRequest.Builder clearOptionalAtRevision()
       optional_at_revision is a specific revision to download; for now this will
       just validate that it matches the backing store if provided.
       
      .authzed.api.v1.ZedToken optional_at_revision = 1;
    • getOptionalAtRevisionBuilder

      public ZedToken.Builder getOptionalAtRevisionBuilder()
       optional_at_revision is a specific revision to download; for now this will
       just validate that it matches the backing store if provided.
       
      .authzed.api.v1.ZedToken optional_at_revision = 1;
    • getOptionalAtRevisionOrBuilder

      public ZedTokenOrBuilder getOptionalAtRevisionOrBuilder()
       optional_at_revision is a specific revision to download; for now this will
       just validate that it matches the backing store if provided.
       
      .authzed.api.v1.ZedToken optional_at_revision = 1;
      Specified by:
      getOptionalAtRevisionOrBuilder in interface DownloadPermissionSetsRequestOrBuilder