Class BteqOptions

  • All Implemented Interfaces:
    BteqOptionsOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class BteqOptions
    extends com.google.protobuf.GeneratedMessageV3
    implements BteqOptionsOrBuilder
     BTEQ translation task related settings.
     
    Protobuf type google.cloud.bigquery.migration.v2alpha.BteqOptions
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  BteqOptions.Builder
      BTEQ translation task related settings.
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,​BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,​BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Field Detail

      • PROJECT_DATASET_FIELD_NUMBER

        public static final int PROJECT_DATASET_FIELD_NUMBER
        See Also:
        Constant Field Values
      • DEFAULT_PATH_URI_FIELD_NUMBER

        public static final int DEFAULT_PATH_URI_FIELD_NUMBER
        See Also:
        Constant Field Values
      • FILE_REPLACEMENT_MAP_FIELD_NUMBER

        public static final int FILE_REPLACEMENT_MAP_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

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

        protected com.google.protobuf.MapField internalGetMapField​(int number)
        Overrides:
        internalGetMapField in class com.google.protobuf.GeneratedMessageV3
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • hasProjectDataset

        public boolean hasProjectDataset()
         Specifies the project and dataset in BigQuery that will be used for
         external table creation during the translation.
         
        .google.cloud.bigquery.migration.v2alpha.DatasetReference project_dataset = 1;
        Specified by:
        hasProjectDataset in interface BteqOptionsOrBuilder
        Returns:
        Whether the projectDataset field is set.
      • getProjectDataset

        public DatasetReference getProjectDataset()
         Specifies the project and dataset in BigQuery that will be used for
         external table creation during the translation.
         
        .google.cloud.bigquery.migration.v2alpha.DatasetReference project_dataset = 1;
        Specified by:
        getProjectDataset in interface BteqOptionsOrBuilder
        Returns:
        The projectDataset.
      • getProjectDatasetOrBuilder

        public DatasetReferenceOrBuilder getProjectDatasetOrBuilder()
         Specifies the project and dataset in BigQuery that will be used for
         external table creation during the translation.
         
        .google.cloud.bigquery.migration.v2alpha.DatasetReference project_dataset = 1;
        Specified by:
        getProjectDatasetOrBuilder in interface BteqOptionsOrBuilder
      • getDefaultPathUri

        public String getDefaultPathUri()
         The Cloud Storage location to be used as the default path for files that
         are not otherwise specified in the file replacement map.
         
        string default_path_uri = 2;
        Specified by:
        getDefaultPathUri in interface BteqOptionsOrBuilder
        Returns:
        The defaultPathUri.
      • getDefaultPathUriBytes

        public com.google.protobuf.ByteString getDefaultPathUriBytes()
         The Cloud Storage location to be used as the default path for files that
         are not otherwise specified in the file replacement map.
         
        string default_path_uri = 2;
        Specified by:
        getDefaultPathUriBytes in interface BteqOptionsOrBuilder
        Returns:
        The bytes for defaultPathUri.
      • getFileReplacementMapCount

        public int getFileReplacementMapCount()
        Description copied from interface: BteqOptionsOrBuilder
         Maps the local paths that are used in BTEQ scripts (the keys) to the paths
         in Cloud Storage that should be used in their stead in the translation (the
         value).
         
        map<string, string> file_replacement_map = 3;
        Specified by:
        getFileReplacementMapCount in interface BteqOptionsOrBuilder
      • containsFileReplacementMap

        public boolean containsFileReplacementMap​(String key)
         Maps the local paths that are used in BTEQ scripts (the keys) to the paths
         in Cloud Storage that should be used in their stead in the translation (the
         value).
         
        map<string, string> file_replacement_map = 3;
        Specified by:
        containsFileReplacementMap in interface BteqOptionsOrBuilder
      • getFileReplacementMapMap

        public Map<String,​String> getFileReplacementMapMap()
         Maps the local paths that are used in BTEQ scripts (the keys) to the paths
         in Cloud Storage that should be used in their stead in the translation (the
         value).
         
        map<string, string> file_replacement_map = 3;
        Specified by:
        getFileReplacementMapMap in interface BteqOptionsOrBuilder
      • getFileReplacementMapOrDefault

        public String getFileReplacementMapOrDefault​(String key,
                                                     String defaultValue)
         Maps the local paths that are used in BTEQ scripts (the keys) to the paths
         in Cloud Storage that should be used in their stead in the translation (the
         value).
         
        map<string, string> file_replacement_map = 3;
        Specified by:
        getFileReplacementMapOrDefault in interface BteqOptionsOrBuilder
      • getFileReplacementMapOrThrow

        public String getFileReplacementMapOrThrow​(String key)
         Maps the local paths that are used in BTEQ scripts (the keys) to the paths
         in Cloud Storage that should be used in their stead in the translation (the
         value).
         
        map<string, string> file_replacement_map = 3;
        Specified by:
        getFileReplacementMapOrThrow in interface BteqOptionsOrBuilder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static BteqOptions parseFrom​(ByteBuffer data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static BteqOptions parseFrom​(ByteBuffer data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static BteqOptions parseFrom​(com.google.protobuf.ByteString data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static BteqOptions parseFrom​(com.google.protobuf.ByteString data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static BteqOptions parseFrom​(byte[] data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static BteqOptions parseFrom​(byte[] data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static BteqOptions parseFrom​(com.google.protobuf.CodedInputStream input,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws IOException
        Throws:
        IOException
      • newBuilderForType

        public BteqOptions.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public BteqOptions.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected BteqOptions.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstance

        public static BteqOptions getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<BteqOptions> parser()
      • getParserForType

        public com.google.protobuf.Parser<BteqOptions> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public BteqOptions getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder