Package com.google.api
Interface SourceInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SourceInfo,SourceInfo.Builder
public interface SourceInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.AnygetSourceFiles(int index)All files used during config generation.intgetSourceFilesCount()All files used during config generation.List<com.google.protobuf.Any>getSourceFilesList()All files used during config generation.com.google.protobuf.AnyOrBuildergetSourceFilesOrBuilder(int index)All files used during config generation.List<? extends com.google.protobuf.AnyOrBuilder>getSourceFilesOrBuilderList()All files used during config generation.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSourceFilesList
List<com.google.protobuf.Any> getSourceFilesList()
All files used during config generation.
repeated .google.protobuf.Any source_files = 1;
-
getSourceFiles
com.google.protobuf.Any getSourceFiles(int index)
All files used during config generation.
repeated .google.protobuf.Any source_files = 1;
-
getSourceFilesCount
int getSourceFilesCount()
All files used during config generation.
repeated .google.protobuf.Any source_files = 1;
-
getSourceFilesOrBuilderList
List<? extends com.google.protobuf.AnyOrBuilder> getSourceFilesOrBuilderList()
All files used during config generation.
repeated .google.protobuf.Any source_files = 1;
-
getSourceFilesOrBuilder
com.google.protobuf.AnyOrBuilder getSourceFilesOrBuilder(int index)
All files used during config generation.
repeated .google.protobuf.Any source_files = 1;
-
-