Package com.google.cloud.datacatalog.v1
Interface BigQueryRoutineSpecOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BigQueryRoutineSpec
,BigQueryRoutineSpec.Builder
public interface BigQueryRoutineSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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.
-
-