Interface BigQueryRoutineSpecOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BigQueryRoutineSpec, BigQueryRoutineSpec.Builder

@Generated public interface BigQueryRoutineSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Paths of the imported libraries.
    com.google.protobuf.ByteString
    Paths of the imported libraries.
    int
    Paths of the imported libraries.
    Paths of the imported libraries.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getImportedLibrariesList

      List<String> getImportedLibrariesList()
       Paths of the imported libraries.
       
      repeated string imported_libraries = 1;
      Returns:
      A list containing the importedLibraries.
    • getImportedLibrariesCount

      int getImportedLibrariesCount()
       Paths of the imported libraries.
       
      repeated string imported_libraries = 1;
      Returns:
      The count of importedLibraries.
    • getImportedLibraries

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

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