Class ConvertResponse.Builder

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

    public static final class ConvertResponse.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<ConvertResponse.Builder>
    implements ConvertResponseOrBuilder
    Protobuf type com.cognite.beam.proto.ConvertResponse
    • 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<ConvertResponse.Builder>
      • clear

        public ConvertResponse.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<ConvertResponse.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<ConvertResponse.Builder>
      • getDefaultInstanceForType

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

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

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

        public ConvertResponse.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<ConvertResponse.Builder>
      • setField

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

        public ConvertResponse.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<ConvertResponse.Builder>
      • clearOneof

        public ConvertResponse.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<ConvertResponse.Builder>
      • setRepeatedField

        public ConvertResponse.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<ConvertResponse.Builder>
      • addRepeatedField

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

        public ConvertResponse.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ConvertResponse.Builder>
      • isInitialized

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

        public ConvertResponse.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<ConvertResponse.Builder>
        Throws:
        IOException
      • hasFileId

        public boolean hasFileId()
        The id of the source file used for building
        interactive P&ID
         
        .google.protobuf.Int64Value file_id = 1;
        Specified by:
        hasFileId in interface ConvertResponseOrBuilder
        Returns:
        Whether the fileId field is set.
      • getFileId

        public Int64Value getFileId()
        The id of the source file used for building
        interactive P&ID
         
        .google.protobuf.Int64Value file_id = 1;
        Specified by:
        getFileId in interface ConvertResponseOrBuilder
        Returns:
        The fileId.
      • setFileId

        public ConvertResponse.Builder setFileId​(Int64Value value)
        The id of the source file used for building
        interactive P&ID
         
        .google.protobuf.Int64Value file_id = 1;
      • mergeFileId

        public ConvertResponse.Builder mergeFileId​(Int64Value value)
        The id of the source file used for building
        interactive P&ID
         
        .google.protobuf.Int64Value file_id = 1;
      • clearFileId

        public ConvertResponse.Builder clearFileId()
        The id of the source file used for building
        interactive P&ID
         
        .google.protobuf.Int64Value file_id = 1;
      • getFileIdBuilder

        public Int64Value.Builder getFileIdBuilder()
        The id of the source file used for building
        interactive P&ID
         
        .google.protobuf.Int64Value file_id = 1;
      • hasFileExternalId

        public boolean hasFileExternalId()
        The external id of the source file used for building
        interactive P&ID
         
        .google.protobuf.StringValue file_external_id = 2;
        Specified by:
        hasFileExternalId in interface ConvertResponseOrBuilder
        Returns:
        Whether the fileExternalId field is set.
      • getFileExternalId

        public StringValue getFileExternalId()
        The external id of the source file used for building
        interactive P&ID
         
        .google.protobuf.StringValue file_external_id = 2;
        Specified by:
        getFileExternalId in interface ConvertResponseOrBuilder
        Returns:
        The fileExternalId.
      • setFileExternalId

        public ConvertResponse.Builder setFileExternalId​(StringValue value)
        The external id of the source file used for building
        interactive P&ID
         
        .google.protobuf.StringValue file_external_id = 2;
      • setFileExternalId

        public ConvertResponse.Builder setFileExternalId​(StringValue.Builder builderForValue)
        The external id of the source file used for building
        interactive P&ID
         
        .google.protobuf.StringValue file_external_id = 2;
      • mergeFileExternalId

        public ConvertResponse.Builder mergeFileExternalId​(StringValue value)
        The external id of the source file used for building
        interactive P&ID
         
        .google.protobuf.StringValue file_external_id = 2;
      • clearFileExternalId

        public ConvertResponse.Builder clearFileExternalId()
        The external id of the source file used for building
        interactive P&ID
         
        .google.protobuf.StringValue file_external_id = 2;
      • getFileExternalIdBuilder

        public StringValue.Builder getFileExternalIdBuilder()
        The external id of the source file used for building
        interactive P&ID
         
        .google.protobuf.StringValue file_external_id = 2;
      • hasSvgUrl

        public boolean hasSvgUrl()
         The URL for the converted SVG file
         
        .google.protobuf.StringValue svg_url = 4;
        Specified by:
        hasSvgUrl in interface ConvertResponseOrBuilder
        Returns:
        Whether the svgUrl field is set.
      • clearSvgUrl

        public ConvertResponse.Builder clearSvgUrl()
         The URL for the converted SVG file
         
        .google.protobuf.StringValue svg_url = 4;
      • getSvgUrlBuilder

        public StringValue.Builder getSvgUrlBuilder()
         The URL for the converted SVG file
         
        .google.protobuf.StringValue svg_url = 4;
      • hasPngUrl

        public boolean hasPngUrl()
         The URL for the converted PNG file
         
        .google.protobuf.StringValue png_url = 5;
        Specified by:
        hasPngUrl in interface ConvertResponseOrBuilder
        Returns:
        Whether the pngUrl field is set.
      • clearPngUrl

        public ConvertResponse.Builder clearPngUrl()
         The URL for the converted PNG file
         
        .google.protobuf.StringValue png_url = 5;
      • getPngUrlBuilder

        public StringValue.Builder getPngUrlBuilder()
         The URL for the converted PNG file
         
        .google.protobuf.StringValue png_url = 5;
      • setUnknownFields

        public final ConvertResponse.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<ConvertResponse.Builder>
      • mergeUnknownFields

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