Class QueryMetadataResponse.Builder

  • All Implemented Interfaces:
    QueryMetadataResponseOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    QueryMetadataResponse

    public static final class QueryMetadataResponse.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<QueryMetadataResponse.Builder>
    implements QueryMetadataResponseOrBuilder
     Response message for
     [DataprocMetastore.QueryMetadata][google.cloud.metastore.v1alpha.DataprocMetastore.QueryMetadata].
     
    Protobuf type google.cloud.metastore.v1alpha.QueryMetadataResponse
    • 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<QueryMetadataResponse.Builder>
      • clear

        public QueryMetadataResponse.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<QueryMetadataResponse.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<QueryMetadataResponse.Builder>
      • getDefaultInstanceForType

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

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

        public QueryMetadataResponse buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public QueryMetadataResponse.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<QueryMetadataResponse.Builder>
      • clearField

        public QueryMetadataResponse.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<QueryMetadataResponse.Builder>
      • clearOneof

        public QueryMetadataResponse.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<QueryMetadataResponse.Builder>
      • setRepeatedField

        public QueryMetadataResponse.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                              int index,
                                                              Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<QueryMetadataResponse.Builder>
      • addRepeatedField

        public QueryMetadataResponse.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                              Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<QueryMetadataResponse.Builder>
      • isInitialized

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

        public QueryMetadataResponse.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<QueryMetadataResponse.Builder>
        Throws:
        IOException
      • getResultManifestUri

        public String getResultManifestUri()
         The manifest URI  is link to a JSON instance in Cloud Storage.
         This instance manifests immediately along with QueryMetadataResponse. The
         content of the URI is not retriable until the long-running operation query
         against the metadata finishes.
         
        string result_manifest_uri = 1;
        Specified by:
        getResultManifestUri in interface QueryMetadataResponseOrBuilder
        Returns:
        The resultManifestUri.
      • getResultManifestUriBytes

        public com.google.protobuf.ByteString getResultManifestUriBytes()
         The manifest URI  is link to a JSON instance in Cloud Storage.
         This instance manifests immediately along with QueryMetadataResponse. The
         content of the URI is not retriable until the long-running operation query
         against the metadata finishes.
         
        string result_manifest_uri = 1;
        Specified by:
        getResultManifestUriBytes in interface QueryMetadataResponseOrBuilder
        Returns:
        The bytes for resultManifestUri.
      • setResultManifestUri

        public QueryMetadataResponse.Builder setResultManifestUri​(String value)
         The manifest URI  is link to a JSON instance in Cloud Storage.
         This instance manifests immediately along with QueryMetadataResponse. The
         content of the URI is not retriable until the long-running operation query
         against the metadata finishes.
         
        string result_manifest_uri = 1;
        Parameters:
        value - The resultManifestUri to set.
        Returns:
        This builder for chaining.
      • clearResultManifestUri

        public QueryMetadataResponse.Builder clearResultManifestUri()
         The manifest URI  is link to a JSON instance in Cloud Storage.
         This instance manifests immediately along with QueryMetadataResponse. The
         content of the URI is not retriable until the long-running operation query
         against the metadata finishes.
         
        string result_manifest_uri = 1;
        Returns:
        This builder for chaining.
      • setResultManifestUriBytes

        public QueryMetadataResponse.Builder setResultManifestUriBytes​(com.google.protobuf.ByteString value)
         The manifest URI  is link to a JSON instance in Cloud Storage.
         This instance manifests immediately along with QueryMetadataResponse. The
         content of the URI is not retriable until the long-running operation query
         against the metadata finishes.
         
        string result_manifest_uri = 1;
        Parameters:
        value - The bytes for resultManifestUri to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final QueryMetadataResponse.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<QueryMetadataResponse.Builder>
      • mergeUnknownFields

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