Package com.google.cloud.dataplex.v1
Interface DataProfileResult.PostScanActionsResult.BigQueryExportResultOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataProfileResult.PostScanActionsResult.BigQueryExportResult
,DataProfileResult.PostScanActionsResult.BigQueryExportResult.Builder
- Enclosing class:
- DataProfileResult.PostScanActionsResult
public static interface DataProfileResult.PostScanActionsResult.BigQueryExportResultOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getMessage()
Output only.com.google.protobuf.ByteString
getMessageBytes()
Output only.DataProfileResult.PostScanActionsResult.BigQueryExportResult.State
getState()
Output only.int
getStateValue()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStateValue
int getStateValue()
Output only. Execution state for the BigQuery exporting.
.google.cloud.dataplex.v1.DataProfileResult.PostScanActionsResult.BigQueryExportResult.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The enum numeric value on the wire for state.
-
getState
DataProfileResult.PostScanActionsResult.BigQueryExportResult.State getState()
Output only. Execution state for the BigQuery exporting.
.google.cloud.dataplex.v1.DataProfileResult.PostScanActionsResult.BigQueryExportResult.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The state.
-
getMessage
String getMessage()
Output only. Additional information about the BigQuery exporting.
string message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()
Output only. Additional information about the BigQuery exporting.
string message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for message.
-
-