public interface BigQueryRoutineSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getImportedLibraries(int index)
Paths of the imported libraries.
|
com.google.protobuf.ByteString |
getImportedLibrariesBytes(int index)
Paths of the imported libraries.
|
int |
getImportedLibrariesCount()
Paths of the imported libraries.
|
List<String> |
getImportedLibrariesList()
Paths of the imported libraries.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getImportedLibrariesList()
Paths of the imported libraries.
repeated string imported_libraries = 1;int getImportedLibrariesCount()
Paths of the imported libraries.
repeated string imported_libraries = 1;String getImportedLibraries(int index)
Paths of the imported libraries.
repeated string imported_libraries = 1;index - The index of the element to return.com.google.protobuf.ByteString getImportedLibrariesBytes(int index)
Paths of the imported libraries.
repeated string imported_libraries = 1;index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.