Class StorageFormat.IcebergOptions.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<StorageFormat.IcebergOptions.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<StorageFormat.IcebergOptions.Builder>
      • getDefaultInstanceForType

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

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

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

        public StorageFormat.IcebergOptions.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<StorageFormat.IcebergOptions.Builder>
        Throws:
        IOException
      • getMetadataLocation

        public String getMetadataLocation()
         Optional. The location of where the iceberg metadata is present, must be
         within the table path
         
        string metadata_location = 1 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getMetadataLocation in interface StorageFormat.IcebergOptionsOrBuilder
        Returns:
        The metadataLocation.
      • getMetadataLocationBytes

        public com.google.protobuf.ByteString getMetadataLocationBytes()
         Optional. The location of where the iceberg metadata is present, must be
         within the table path
         
        string metadata_location = 1 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getMetadataLocationBytes in interface StorageFormat.IcebergOptionsOrBuilder
        Returns:
        The bytes for metadataLocation.
      • setMetadataLocation

        public StorageFormat.IcebergOptions.Builder setMetadataLocation​(String value)
         Optional. The location of where the iceberg metadata is present, must be
         within the table path
         
        string metadata_location = 1 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The metadataLocation to set.
        Returns:
        This builder for chaining.
      • clearMetadataLocation

        public StorageFormat.IcebergOptions.Builder clearMetadataLocation()
         Optional. The location of where the iceberg metadata is present, must be
         within the table path
         
        string metadata_location = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setMetadataLocationBytes

        public StorageFormat.IcebergOptions.Builder setMetadataLocationBytes​(com.google.protobuf.ByteString value)
         Optional. The location of where the iceberg metadata is present, must be
         within the table path
         
        string metadata_location = 1 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes for metadataLocation to set.
        Returns:
        This builder for chaining.