Class BigQueryRoutineSpec.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<BigQueryRoutineSpec.Builder>
com.google.cloud.datacatalog.v1.BigQueryRoutineSpec.Builder
All Implemented Interfaces:
BigQueryRoutineSpecOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
BigQueryRoutineSpec

public static final class BigQueryRoutineSpec.Builder extends com.google.protobuf.GeneratedMessage.Builder<BigQueryRoutineSpec.Builder> implements BigQueryRoutineSpecOrBuilder
 Fields specific for BigQuery routines.
 
Protobuf type google.cloud.datacatalog.v1.BigQueryRoutineSpec
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<BigQueryRoutineSpec.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.GeneratedMessage.Builder<BigQueryRoutineSpec.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.GeneratedMessage.Builder<BigQueryRoutineSpec.Builder>
    • getDefaultInstanceForType

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

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

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

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

    • isInitialized

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

      public BigQueryRoutineSpec.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<BigQueryRoutineSpec.Builder>
      Throws:
      IOException
    • getImportedLibrariesList

      public com.google.protobuf.ProtocolStringList getImportedLibrariesList()
       Paths of the imported libraries.
       
      repeated string imported_libraries = 1;
      Specified by:
      getImportedLibrariesList in interface BigQueryRoutineSpecOrBuilder
      Returns:
      A list containing the importedLibraries.
    • getImportedLibrariesCount

      public int getImportedLibrariesCount()
       Paths of the imported libraries.
       
      repeated string imported_libraries = 1;
      Specified by:
      getImportedLibrariesCount in interface BigQueryRoutineSpecOrBuilder
      Returns:
      The count of importedLibraries.
    • getImportedLibraries

      public String getImportedLibraries(int index)
       Paths of the imported libraries.
       
      repeated string imported_libraries = 1;
      Specified by:
      getImportedLibraries in interface BigQueryRoutineSpecOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The importedLibraries at the given index.
    • getImportedLibrariesBytes

      public com.google.protobuf.ByteString getImportedLibrariesBytes(int index)
       Paths of the imported libraries.
       
      repeated string imported_libraries = 1;
      Specified by:
      getImportedLibrariesBytes in interface BigQueryRoutineSpecOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the importedLibraries at the given index.
    • setImportedLibraries

      public BigQueryRoutineSpec.Builder setImportedLibraries(int index, String value)
       Paths of the imported libraries.
       
      repeated string imported_libraries = 1;
      Parameters:
      index - The index to set the value at.
      value - The importedLibraries to set.
      Returns:
      This builder for chaining.
    • addImportedLibraries

      public BigQueryRoutineSpec.Builder addImportedLibraries(String value)
       Paths of the imported libraries.
       
      repeated string imported_libraries = 1;
      Parameters:
      value - The importedLibraries to add.
      Returns:
      This builder for chaining.
    • addAllImportedLibraries

      public BigQueryRoutineSpec.Builder addAllImportedLibraries(Iterable<String> values)
       Paths of the imported libraries.
       
      repeated string imported_libraries = 1;
      Parameters:
      values - The importedLibraries to add.
      Returns:
      This builder for chaining.
    • clearImportedLibraries

      public BigQueryRoutineSpec.Builder clearImportedLibraries()
       Paths of the imported libraries.
       
      repeated string imported_libraries = 1;
      Returns:
      This builder for chaining.
    • addImportedLibrariesBytes

      public BigQueryRoutineSpec.Builder addImportedLibrariesBytes(com.google.protobuf.ByteString value)
       Paths of the imported libraries.
       
      repeated string imported_libraries = 1;
      Parameters:
      value - The bytes of the importedLibraries to add.
      Returns:
      This builder for chaining.