Package com.google.cloud.clouddms.v1
Interface BackgroundJobLogEntry.ConvertJobDetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BackgroundJobLogEntry.ConvertJobDetails
,BackgroundJobLogEntry.ConvertJobDetails.Builder
- Enclosing class:
- BackgroundJobLogEntry
public static interface BackgroundJobLogEntry.ConvertJobDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFilter()
Output only.com.google.protobuf.ByteString
getFilterBytes()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFilter
String getFilter()
Output only. AIP-160 based filter used to specify the entities to convert
string filter = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The filter.
-
getFilterBytes
com.google.protobuf.ByteString getFilterBytes()
Output only. AIP-160 based filter used to specify the entities to convert
string filter = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for filter.
-
-