Package com.google.cloud.dataplex.v1
Interface DiscoveryEvent.EntityDetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DiscoveryEvent.EntityDetails
,DiscoveryEvent.EntityDetails.Builder
- Enclosing class:
- DiscoveryEvent
public static interface DiscoveryEvent.EntityDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEntity()
The name of the entity resource.com.google.protobuf.ByteString
getEntityBytes()
The name of the entity resource.DiscoveryEvent.EntityType
getType()
The type of the entity resource.int
getTypeValue()
The type of the entity resource.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEntity
String getEntity()
The name of the entity resource. The name is the fully-qualified resource name.
string entity = 1;
- Returns:
- The entity.
-
getEntityBytes
com.google.protobuf.ByteString getEntityBytes()
The name of the entity resource. The name is the fully-qualified resource name.
string entity = 1;
- Returns:
- The bytes for entity.
-
getTypeValue
int getTypeValue()
The type of the entity resource.
.google.cloud.dataplex.v1.DiscoveryEvent.EntityType type = 2;
- Returns:
- The enum numeric value on the wire for type.
-
getType
DiscoveryEvent.EntityType getType()
The type of the entity resource.
.google.cloud.dataplex.v1.DiscoveryEvent.EntityType type = 2;
- Returns:
- The type.
-
-