Interface AssessmentOrchestrationResultDetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AssessmentOrchestrationResultDetails
,AssessmentOrchestrationResultDetails.Builder
public interface AssessmentOrchestrationResultDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getOutputTablesSchemaVersion()
Optional.com.google.protobuf.ByteString
getOutputTablesSchemaVersionBytes()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOutputTablesSchemaVersion
String getOutputTablesSchemaVersion()
Optional. The version used for the output table schemas.
string output_tables_schema_version = 1 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The outputTablesSchemaVersion.
-
getOutputTablesSchemaVersionBytes
com.google.protobuf.ByteString getOutputTablesSchemaVersionBytes()
Optional. The version used for the output table schemas.
string output_tables_schema_version = 1 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for outputTablesSchemaVersion.
-
-