Class Meta.MetaEventTenant.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<Meta.MetaEventTenant.Builder>
io.dingodb.meta.Meta.MetaEventTenant.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Meta.MetaEventTenantOrBuilder, Cloneable
Enclosing class:
Meta.MetaEventTenant

public static final class Meta.MetaEventTenant.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Meta.MetaEventTenant.Builder> implements Meta.MetaEventTenantOrBuilder
Protobuf type dingodb.pb.meta.MetaEventTenant
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Meta.MetaEventTenant.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.GeneratedMessageV3.Builder<Meta.MetaEventTenant.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.GeneratedMessageV3.Builder<Meta.MetaEventTenant.Builder>
    • getDefaultInstanceForType

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

      public Meta.MetaEventTenant build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Meta.MetaEventTenant buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<Meta.MetaEventTenant.Builder>
    • setField

      public Meta.MetaEventTenant.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<Meta.MetaEventTenant.Builder>
    • clearField

      public Meta.MetaEventTenant.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Meta.MetaEventTenant.Builder>
    • clearOneof

      public Meta.MetaEventTenant.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Meta.MetaEventTenant.Builder>
    • setRepeatedField

      public Meta.MetaEventTenant.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Meta.MetaEventTenant.Builder>
    • addRepeatedField

      public Meta.MetaEventTenant.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Meta.MetaEventTenant.Builder>
    • mergeFrom

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

    • isInitialized

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

      public Meta.MetaEventTenant.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<Meta.MetaEventTenant.Builder>
      Throws:
      IOException
    • getId

      public long getId()
      int64 id = 1;
      Specified by:
      getId in interface Meta.MetaEventTenantOrBuilder
      Returns:
      The id.
    • setId

      public Meta.MetaEventTenant.Builder setId(long value)
      int64 id = 1;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

      public Meta.MetaEventTenant.Builder clearId()
      int64 id = 1;
      Returns:
      This builder for chaining.
    • getName

      public String getName()
      string name = 2;
      Specified by:
      getName in interface Meta.MetaEventTenantOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
      string name = 2;
      Specified by:
      getNameBytes in interface Meta.MetaEventTenantOrBuilder
      Returns:
      The bytes for name.
    • setName

      public Meta.MetaEventTenant.Builder setName(String value)
      string name = 2;
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

      public Meta.MetaEventTenant.Builder clearName()
      string name = 2;
      Returns:
      This builder for chaining.
    • setNameBytes

      public Meta.MetaEventTenant.Builder setNameBytes(com.google.protobuf.ByteString value)
      string name = 2;
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • getComment

      public String getComment()
      string comment = 3;
      Specified by:
      getComment in interface Meta.MetaEventTenantOrBuilder
      Returns:
      The comment.
    • getCommentBytes

      public com.google.protobuf.ByteString getCommentBytes()
      string comment = 3;
      Specified by:
      getCommentBytes in interface Meta.MetaEventTenantOrBuilder
      Returns:
      The bytes for comment.
    • setComment

      public Meta.MetaEventTenant.Builder setComment(String value)
      string comment = 3;
      Parameters:
      value - The comment to set.
      Returns:
      This builder for chaining.
    • clearComment

      public Meta.MetaEventTenant.Builder clearComment()
      string comment = 3;
      Returns:
      This builder for chaining.
    • setCommentBytes

      public Meta.MetaEventTenant.Builder setCommentBytes(com.google.protobuf.ByteString value)
      string comment = 3;
      Parameters:
      value - The bytes for comment to set.
      Returns:
      This builder for chaining.
    • getRevision

      public long getRevision()
       the revision is the version of the schema
       
      int64 revision = 4;
      Specified by:
      getRevision in interface Meta.MetaEventTenantOrBuilder
      Returns:
      The revision.
    • setRevision

      public Meta.MetaEventTenant.Builder setRevision(long value)
       the revision is the version of the schema
       
      int64 revision = 4;
      Parameters:
      value - The revision to set.
      Returns:
      This builder for chaining.
    • clearRevision

      public Meta.MetaEventTenant.Builder clearRevision()
       the revision is the version of the schema
       
      int64 revision = 4;
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final Meta.MetaEventTenant.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Meta.MetaEventTenant.Builder>
    • mergeUnknownFields

      public final Meta.MetaEventTenant.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Meta.MetaEventTenant.Builder>