Class DatabricksArtifacts.PartEtag.Builder

    • Method Detail

      • 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<DatabricksArtifacts.PartEtag.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<DatabricksArtifacts.PartEtag.Builder>
      • getDefaultInstanceForType

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

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

        public DatabricksArtifacts.PartEtag buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

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

        public DatabricksArtifacts.PartEtag.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                     java.lang.Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DatabricksArtifacts.PartEtag.Builder>
      • isInitialized

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

        public DatabricksArtifacts.PartEtag.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws java.io.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<DatabricksArtifacts.PartEtag.Builder>
        Throws:
        java.io.IOException
      • setPartNumber

        public DatabricksArtifacts.PartEtag.Builder setPartNumber​(long value)
        optional int64 part_number = 1;
        Parameters:
        value - The partNumber to set.
        Returns:
        This builder for chaining.
      • setEtag

        public DatabricksArtifacts.PartEtag.Builder setEtag​(java.lang.String value)
        optional string etag = 2;
        Parameters:
        value - The etag to set.
        Returns:
        This builder for chaining.
      • setEtagBytes

        public DatabricksArtifacts.PartEtag.Builder setEtagBytes​(com.google.protobuf.ByteString value)
        optional string etag = 2;
        Parameters:
        value - The bytes for etag to set.
        Returns:
        This builder for chaining.