Package com.google.cloud.dataplex.v1
Interface DiscoveryEvent.ActionDetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DiscoveryEvent.ActionDetails
,DiscoveryEvent.ActionDetails.Builder
- Enclosing class:
- DiscoveryEvent
public static interface DiscoveryEvent.ActionDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getType()
The type of action.com.google.protobuf.ByteString
getTypeBytes()
The type of action.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getType
String getType()
The type of action. Eg. IncompatibleDataSchema, InvalidDataFormat
string type = 1;
- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
The type of action. Eg. IncompatibleDataSchema, InvalidDataFormat
string type = 1;
- Returns:
- The bytes for type.
-
-