Package com.google.cloud.clouddms.v1
Interface BackgroundJobLogEntry.ImportRulesJobDetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BackgroundJobLogEntry.ImportRulesJobDetails,BackgroundJobLogEntry.ImportRulesJobDetails.Builder
- Enclosing class:
- BackgroundJobLogEntry
public static interface BackgroundJobLogEntry.ImportRulesJobDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImportRulesFileFormatgetFileFormat()Output only.intgetFileFormatValue()Output only.StringgetFiles(int index)Output only.com.google.protobuf.ByteStringgetFilesBytes(int index)Output only.intgetFilesCount()Output only.List<String>getFilesList()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFilesList
List<String> getFilesList()
Output only. File names used for the import rules job.
repeated string files = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- A list containing the files.
-
getFilesCount
int getFilesCount()
Output only. File names used for the import rules job.
repeated string files = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The count of files.
-
getFiles
String getFiles(int index)
Output only. File names used for the import rules job.
repeated string files = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
index- The index of the element to return.- Returns:
- The files at the given index.
-
getFilesBytes
com.google.protobuf.ByteString getFilesBytes(int index)
Output only. File names used for the import rules job.
repeated string files = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the files at the given index.
-
getFileFormatValue
int getFileFormatValue()
Output only. The requested file format.
.google.cloud.clouddms.v1.ImportRulesFileFormat file_format = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for fileFormat.
-
getFileFormat
ImportRulesFileFormat getFileFormat()
Output only. The requested file format.
.google.cloud.clouddms.v1.ImportRulesFileFormat file_format = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The fileFormat.
-
-