Class BigQueryConfig

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

    public final class BigQueryConfig
    extends com.google.protobuf.GeneratedMessageV3
    implements BigQueryConfigOrBuilder
     Configuration for a BigQuery subscription.
     
    Protobuf type google.pubsub.v1.BigQueryConfig
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  BigQueryConfig.Builder
      Configuration for a BigQuery subscription.
      static class  BigQueryConfig.State
      Possible states for a BigQuery subscription.
      • 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

      • USE_TOPIC_SCHEMA_FIELD_NUMBER

        public static final int USE_TOPIC_SCHEMA_FIELD_NUMBER
        See Also:
        Constant Field Values
      • WRITE_METADATA_FIELD_NUMBER

        public static final int WRITE_METADATA_FIELD_NUMBER
        See Also:
        Constant Field Values
      • DROP_UNKNOWN_FIELDS_FIELD_NUMBER

        public static final int DROP_UNKNOWN_FIELDS_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()
      • internalGetFieldAccessorTable

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

        public String getTable()
         The name of the table to which to write data, of the form
         {projectId}.{datasetId}.{tableId}
         
        string table = 1;
        Specified by:
        getTable in interface BigQueryConfigOrBuilder
        Returns:
        The table.
      • getTableBytes

        public com.google.protobuf.ByteString getTableBytes()
         The name of the table to which to write data, of the form
         {projectId}.{datasetId}.{tableId}
         
        string table = 1;
        Specified by:
        getTableBytes in interface BigQueryConfigOrBuilder
        Returns:
        The bytes for table.
      • getUseTopicSchema

        public boolean getUseTopicSchema()
         When true, use the topic's schema as the columns to write to in BigQuery,
         if it exists.
         
        bool use_topic_schema = 2;
        Specified by:
        getUseTopicSchema in interface BigQueryConfigOrBuilder
        Returns:
        The useTopicSchema.
      • getWriteMetadata

        public boolean getWriteMetadata()
         When true, write the subscription name, message_id, publish_time,
         attributes, and ordering_key to additional columns in the table. The
         subscription name, message_id, and publish_time fields are put in their own
         columns while all other message properties (other than data) are written to
         a JSON object in the attributes column.
         
        bool write_metadata = 3;
        Specified by:
        getWriteMetadata in interface BigQueryConfigOrBuilder
        Returns:
        The writeMetadata.
      • getDropUnknownFields

        public boolean getDropUnknownFields()
         When true and use_topic_schema is true, any fields that are a part of the
         topic schema that are not part of the BigQuery table schema are dropped
         when writing to BigQuery. Otherwise, the schemas must be kept in sync and
         any messages with extra fields are not written and remain in the
         subscription's backlog.
         
        bool drop_unknown_fields = 4;
        Specified by:
        getDropUnknownFields in interface BigQueryConfigOrBuilder
        Returns:
        The dropUnknownFields.
      • getStateValue

        public int getStateValue()
         Output only. An output-only field that indicates whether or not the
         subscription can receive messages.
         
        .google.pubsub.v1.BigQueryConfig.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStateValue in interface BigQueryConfigOrBuilder
        Returns:
        The enum numeric value on the wire for state.
      • getState

        public BigQueryConfig.State getState()
         Output only. An output-only field that indicates whether or not the
         subscription can receive messages.
         
        .google.pubsub.v1.BigQueryConfig.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getState in interface BigQueryConfigOrBuilder
        Returns:
        The state.
      • 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 BigQueryConfig parseFrom​(ByteBuffer data)
                                        throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

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

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

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

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

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

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

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

        public static BigQueryConfig getDefaultInstance()
      • parser

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

        public com.google.protobuf.Parser<BigQueryConfig> 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 BigQueryConfig getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder