public static interface BackgroundJobLogEntry.ImportRulesJobDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ImportRulesFileFormat |
getFileFormat()
Output only.
|
int |
getFileFormatValue()
Output only.
|
String |
getFiles(int index)
Output only.
|
com.google.protobuf.ByteString |
getFilesBytes(int index)
Output only.
|
int |
getFilesCount()
Output only.
|
List<String> |
getFilesList()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getFilesList()
Output only. File names used for the import rules job.
repeated string files = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];int getFilesCount()
Output only. File names used for the import rules job.
repeated string files = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];String getFiles(int index)
Output only. File names used for the import rules job.
repeated string files = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];index - The index of the element to return.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];index - The index of the value to return.int getFileFormatValue()
Output only. The requested file format.
.google.cloud.clouddms.v1.ImportRulesFileFormat file_format = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
ImportRulesFileFormat getFileFormat()
Output only. The requested file format.
.google.cloud.clouddms.v1.ImportRulesFileFormat file_format = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2024 Google LLC. All rights reserved.