Class ObjectTypes.PDeltaLakeTable.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<ObjectTypes.PDeltaLakeTable.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<ObjectTypes.PDeltaLakeTable.Builder>
      • getDefaultInstanceForType

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

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

        public ObjectTypes.PDeltaLakeTable buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

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

        public ObjectTypes.PDeltaLakeTable.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<ObjectTypes.PDeltaLakeTable.Builder>
        Throws:
        IOException
      • setLastCheckpoint

        public ObjectTypes.PDeltaLakeTable.Builder setLastCheckpoint​(String value)
        string last_checkpoint = 1;
        Parameters:
        value - The lastCheckpoint to set.
        Returns:
        This builder for chaining.
      • setLastCheckpointBytes

        public ObjectTypes.PDeltaLakeTable.Builder setLastCheckpointBytes​(com.google.protobuf.ByteString value)
        string last_checkpoint = 1;
        Parameters:
        value - The bytes for lastCheckpoint to set.
        Returns:
        This builder for chaining.
      • getCheckpointLocationHistoryBytes

        public com.google.protobuf.ByteString getCheckpointLocationHistoryBytes​(int index)
        repeated string checkpoint_location_history = 2;
        Specified by:
        getCheckpointLocationHistoryBytes in interface ObjectTypes.PDeltaLakeTableOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the checkpointLocationHistory at the given index.
      • setCheckpointLocationHistory

        public ObjectTypes.PDeltaLakeTable.Builder setCheckpointLocationHistory​(int index,
                                                                                String value)
        repeated string checkpoint_location_history = 2;
        Parameters:
        index - The index to set the value at.
        value - The checkpointLocationHistory to set.
        Returns:
        This builder for chaining.
      • addCheckpointLocationHistory

        public ObjectTypes.PDeltaLakeTable.Builder addCheckpointLocationHistory​(String value)
        repeated string checkpoint_location_history = 2;
        Parameters:
        value - The checkpointLocationHistory to add.
        Returns:
        This builder for chaining.
      • addAllCheckpointLocationHistory

        public ObjectTypes.PDeltaLakeTable.Builder addAllCheckpointLocationHistory​(Iterable<String> values)
        repeated string checkpoint_location_history = 2;
        Parameters:
        values - The checkpointLocationHistory to add.
        Returns:
        This builder for chaining.
      • clearCheckpointLocationHistory

        public ObjectTypes.PDeltaLakeTable.Builder clearCheckpointLocationHistory()
        repeated string checkpoint_location_history = 2;
        Returns:
        This builder for chaining.
      • addCheckpointLocationHistoryBytes

        public ObjectTypes.PDeltaLakeTable.Builder addCheckpointLocationHistoryBytes​(com.google.protobuf.ByteString value)
        repeated string checkpoint_location_history = 2;
        Parameters:
        value - The bytes of the checkpointLocationHistory to add.
        Returns:
        This builder for chaining.
      • getMetadataLocationHistoryBytes

        public com.google.protobuf.ByteString getMetadataLocationHistoryBytes​(int index)
        repeated string metadata_location_history = 3;
        Specified by:
        getMetadataLocationHistoryBytes in interface ObjectTypes.PDeltaLakeTableOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the metadataLocationHistory at the given index.
      • setMetadataLocationHistory

        public ObjectTypes.PDeltaLakeTable.Builder setMetadataLocationHistory​(int index,
                                                                              String value)
        repeated string metadata_location_history = 3;
        Parameters:
        index - The index to set the value at.
        value - The metadataLocationHistory to set.
        Returns:
        This builder for chaining.
      • addMetadataLocationHistory

        public ObjectTypes.PDeltaLakeTable.Builder addMetadataLocationHistory​(String value)
        repeated string metadata_location_history = 3;
        Parameters:
        value - The metadataLocationHistory to add.
        Returns:
        This builder for chaining.
      • addAllMetadataLocationHistory

        public ObjectTypes.PDeltaLakeTable.Builder addAllMetadataLocationHistory​(Iterable<String> values)
        repeated string metadata_location_history = 3;
        Parameters:
        values - The metadataLocationHistory to add.
        Returns:
        This builder for chaining.
      • clearMetadataLocationHistory

        public ObjectTypes.PDeltaLakeTable.Builder clearMetadataLocationHistory()
        repeated string metadata_location_history = 3;
        Returns:
        This builder for chaining.
      • addMetadataLocationHistoryBytes

        public ObjectTypes.PDeltaLakeTable.Builder addMetadataLocationHistoryBytes​(com.google.protobuf.ByteString value)
        repeated string metadata_location_history = 3;
        Parameters:
        value - The bytes of the metadataLocationHistory to add.
        Returns:
        This builder for chaining.
      • mergeUnknownFields

        public final ObjectTypes.PDeltaLakeTable.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<ObjectTypes.PDeltaLakeTable.Builder>