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
@Generated
public interface BigQueryRoutineSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetImportedLibraries(int index) Paths of the imported libraries.com.google.protobuf.ByteStringgetImportedLibrariesBytes(int index) Paths of the imported libraries.intPaths of the imported libraries.Paths of the imported libraries.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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.
-