Class TranslateQueryResponse

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

    public final class TranslateQueryResponse
    extends com.google.protobuf.GeneratedMessageV3
    implements TranslateQueryResponseOrBuilder
     The response of translating a SQL query to Standard SQL.
     
    Protobuf type google.cloud.bigquery.migration.v2alpha.TranslateQueryResponse
    See Also:
    Serialized Form
    • 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
      • getTranslationJob

        public String getTranslationJob()
         Output only. Immutable. The unique identifier for the SQL translation job.
         Example: `projects/123/locations/us/translation/1234`
         
        string translation_job = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
        Specified by:
        getTranslationJob in interface TranslateQueryResponseOrBuilder
        Returns:
        The translationJob.
      • getTranslationJobBytes

        public com.google.protobuf.ByteString getTranslationJobBytes()
         Output only. Immutable. The unique identifier for the SQL translation job.
         Example: `projects/123/locations/us/translation/1234`
         
        string translation_job = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
        Specified by:
        getTranslationJobBytes in interface TranslateQueryResponseOrBuilder
        Returns:
        The bytes for translationJob.
      • getTranslatedQueryBytes

        public com.google.protobuf.ByteString getTranslatedQueryBytes()
         The translated result. This will be empty if the translation fails.
         
        string translated_query = 1;
        Specified by:
        getTranslatedQueryBytes in interface TranslateQueryResponseOrBuilder
        Returns:
        The bytes for translatedQuery.
      • getErrorsCount

        public int getErrorsCount()
         The list of errors encountered during the translation, if present.
         
        repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationError errors = 2;
        Specified by:
        getErrorsCount in interface TranslateQueryResponseOrBuilder
      • getWarningsCount

        public int getWarningsCount()
         The list of warnings encountered during the translation, if present,
         indicates non-semantically correct translation.
         
        repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationWarning warnings = 3;
        Specified by:
        getWarningsCount in interface TranslateQueryResponseOrBuilder
      • getWarnings

        public SqlTranslationWarning getWarnings​(int index)
         The list of warnings encountered during the translation, if present,
         indicates non-semantically correct translation.
         
        repeated .google.cloud.bigquery.migration.v2alpha.SqlTranslationWarning warnings = 3;
        Specified by:
        getWarnings in interface TranslateQueryResponseOrBuilder
      • 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 TranslateQueryResponse parseFrom​(ByteBuffer data)
                                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

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

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

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

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

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

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

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