- 1.76.0 (latest)
- 1.74.0
- 1.73.0
- 1.72.0
- 1.71.0
- 1.70.0
- 1.68.0
- 1.66.0
- 1.65.0
- 1.62.0
- 1.61.0
- 1.60.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.2
- 1.0.1
- 0.2.2
public static final class DiscoveryEvent.Builder extends GeneratedMessageV3.Builder<DiscoveryEvent.Builder> implements DiscoveryEventOrBuilderThe payload associated with Discovery data processing.
Protobuf type google.cloud.dataplex.v1.DiscoveryEvent
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DiscoveryEvent.BuilderImplements
DiscoveryEventOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DiscoveryEvent.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| DiscoveryEvent.Builder |
build()
public DiscoveryEvent build()| Type | Description |
| DiscoveryEvent |
buildPartial()
public DiscoveryEvent buildPartial()| Type | Description |
| DiscoveryEvent |
clear()
public DiscoveryEvent.Builder clear()| Type | Description |
| DiscoveryEvent.Builder |
clearAction()
public DiscoveryEvent.Builder clearAction()Details about the action associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.ActionDetails action = 23;
| Type | Description |
| DiscoveryEvent.Builder |
clearAssetId()
public DiscoveryEvent.Builder clearAssetId()The id of the associated asset.
string asset_id = 4;
| Type | Description |
| DiscoveryEvent.Builder | This builder for chaining. |
clearConfig()
public DiscoveryEvent.Builder clearConfig()Details about discovery configuration in effect.
.google.cloud.dataplex.v1.DiscoveryEvent.ConfigDetails config = 20;
| Type | Description |
| DiscoveryEvent.Builder |
clearDataLocation()
public DiscoveryEvent.Builder clearDataLocation()The data location associated with the event.
string data_location = 5;
| Type | Description |
| DiscoveryEvent.Builder | This builder for chaining. |
clearDetails()
public DiscoveryEvent.Builder clearDetails()| Type | Description |
| DiscoveryEvent.Builder |
clearEntity()
public DiscoveryEvent.Builder clearEntity()Details about the entity associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.EntityDetails entity = 21;
| Type | Description |
| DiscoveryEvent.Builder |
clearField(Descriptors.FieldDescriptor field)
public DiscoveryEvent.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| DiscoveryEvent.Builder |
clearLakeId()
public DiscoveryEvent.Builder clearLakeId()The id of the associated lake.
string lake_id = 2;
| Type | Description |
| DiscoveryEvent.Builder | This builder for chaining. |
clearMessage()
public DiscoveryEvent.Builder clearMessage()The log message.
string message = 1;
| Type | Description |
| DiscoveryEvent.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public DiscoveryEvent.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| DiscoveryEvent.Builder |
clearPartition()
public DiscoveryEvent.Builder clearPartition()Details about the partition associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.PartitionDetails partition = 22;
| Type | Description |
| DiscoveryEvent.Builder |
clearType()
public DiscoveryEvent.Builder clearType()The type of the event being logged.
.google.cloud.dataplex.v1.DiscoveryEvent.EventType type = 10;
| Type | Description |
| DiscoveryEvent.Builder | This builder for chaining. |
clearZoneId()
public DiscoveryEvent.Builder clearZoneId()The id of the associated zone.
string zone_id = 3;
| Type | Description |
| DiscoveryEvent.Builder | This builder for chaining. |
clone()
public DiscoveryEvent.Builder clone()| Type | Description |
| DiscoveryEvent.Builder |
getAction()
public DiscoveryEvent.ActionDetails getAction()Details about the action associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.ActionDetails action = 23;
| Type | Description |
| DiscoveryEvent.ActionDetails | The action. |
getActionBuilder()
public DiscoveryEvent.ActionDetails.Builder getActionBuilder()Details about the action associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.ActionDetails action = 23;
| Type | Description |
| DiscoveryEvent.ActionDetails.Builder |
getActionOrBuilder()
public DiscoveryEvent.ActionDetailsOrBuilder getActionOrBuilder()Details about the action associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.ActionDetails action = 23;
| Type | Description |
| DiscoveryEvent.ActionDetailsOrBuilder |
getAssetId()
public String getAssetId()The id of the associated asset.
string asset_id = 4;
| Type | Description |
| String | The assetId. |
getAssetIdBytes()
public ByteString getAssetIdBytes()The id of the associated asset.
string asset_id = 4;
| Type | Description |
| ByteString | The bytes for assetId. |
getConfig()
public DiscoveryEvent.ConfigDetails getConfig()Details about discovery configuration in effect.
.google.cloud.dataplex.v1.DiscoveryEvent.ConfigDetails config = 20;
| Type | Description |
| DiscoveryEvent.ConfigDetails | The config. |
getConfigBuilder()
public DiscoveryEvent.ConfigDetails.Builder getConfigBuilder()Details about discovery configuration in effect.
.google.cloud.dataplex.v1.DiscoveryEvent.ConfigDetails config = 20;
| Type | Description |
| DiscoveryEvent.ConfigDetails.Builder |
getConfigOrBuilder()
public DiscoveryEvent.ConfigDetailsOrBuilder getConfigOrBuilder()Details about discovery configuration in effect.
.google.cloud.dataplex.v1.DiscoveryEvent.ConfigDetails config = 20;
| Type | Description |
| DiscoveryEvent.ConfigDetailsOrBuilder |
getDataLocation()
public String getDataLocation()The data location associated with the event.
string data_location = 5;
| Type | Description |
| String | The dataLocation. |
getDataLocationBytes()
public ByteString getDataLocationBytes()The data location associated with the event.
string data_location = 5;
| Type | Description |
| ByteString | The bytes for dataLocation. |
getDefaultInstanceForType()
public DiscoveryEvent getDefaultInstanceForType()| Type | Description |
| DiscoveryEvent |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getDetailsCase()
public DiscoveryEvent.DetailsCase getDetailsCase()| Type | Description |
| DiscoveryEvent.DetailsCase |
getEntity()
public DiscoveryEvent.EntityDetails getEntity()Details about the entity associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.EntityDetails entity = 21;
| Type | Description |
| DiscoveryEvent.EntityDetails | The entity. |
getEntityBuilder()
public DiscoveryEvent.EntityDetails.Builder getEntityBuilder()Details about the entity associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.EntityDetails entity = 21;
| Type | Description |
| DiscoveryEvent.EntityDetails.Builder |
getEntityOrBuilder()
public DiscoveryEvent.EntityDetailsOrBuilder getEntityOrBuilder()Details about the entity associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.EntityDetails entity = 21;
| Type | Description |
| DiscoveryEvent.EntityDetailsOrBuilder |
getLakeId()
public String getLakeId()The id of the associated lake.
string lake_id = 2;
| Type | Description |
| String | The lakeId. |
getLakeIdBytes()
public ByteString getLakeIdBytes()The id of the associated lake.
string lake_id = 2;
| Type | Description |
| ByteString | The bytes for lakeId. |
getMessage()
public String getMessage()The log message.
string message = 1;
| Type | Description |
| String | The message. |
getMessageBytes()
public ByteString getMessageBytes()The log message.
string message = 1;
| Type | Description |
| ByteString | The bytes for message. |
getPartition()
public DiscoveryEvent.PartitionDetails getPartition()Details about the partition associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.PartitionDetails partition = 22;
| Type | Description |
| DiscoveryEvent.PartitionDetails | The partition. |
getPartitionBuilder()
public DiscoveryEvent.PartitionDetails.Builder getPartitionBuilder()Details about the partition associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.PartitionDetails partition = 22;
| Type | Description |
| DiscoveryEvent.PartitionDetails.Builder |
getPartitionOrBuilder()
public DiscoveryEvent.PartitionDetailsOrBuilder getPartitionOrBuilder()Details about the partition associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.PartitionDetails partition = 22;
| Type | Description |
| DiscoveryEvent.PartitionDetailsOrBuilder |
getType()
public DiscoveryEvent.EventType getType()The type of the event being logged.
.google.cloud.dataplex.v1.DiscoveryEvent.EventType type = 10;
| Type | Description |
| DiscoveryEvent.EventType | The type. |
getTypeValue()
public int getTypeValue()The type of the event being logged.
.google.cloud.dataplex.v1.DiscoveryEvent.EventType type = 10;
| Type | Description |
| int | The enum numeric value on the wire for type. |
getZoneId()
public String getZoneId()The id of the associated zone.
string zone_id = 3;
| Type | Description |
| String | The zoneId. |
getZoneIdBytes()
public ByteString getZoneIdBytes()The id of the associated zone.
string zone_id = 3;
| Type | Description |
| ByteString | The bytes for zoneId. |
hasAction()
public boolean hasAction()Details about the action associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.ActionDetails action = 23;
| Type | Description |
| boolean | Whether the action field is set. |
hasConfig()
public boolean hasConfig()Details about discovery configuration in effect.
.google.cloud.dataplex.v1.DiscoveryEvent.ConfigDetails config = 20;
| Type | Description |
| boolean | Whether the config field is set. |
hasEntity()
public boolean hasEntity()Details about the entity associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.EntityDetails entity = 21;
| Type | Description |
| boolean | Whether the entity field is set. |
hasPartition()
public boolean hasPartition()Details about the partition associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.PartitionDetails partition = 22;
| Type | Description |
| boolean | Whether the partition field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeAction(DiscoveryEvent.ActionDetails value)
public DiscoveryEvent.Builder mergeAction(DiscoveryEvent.ActionDetails value)Details about the action associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.ActionDetails action = 23;
| Name | Description |
| value | DiscoveryEvent.ActionDetails |
| Type | Description |
| DiscoveryEvent.Builder |
mergeConfig(DiscoveryEvent.ConfigDetails value)
public DiscoveryEvent.Builder mergeConfig(DiscoveryEvent.ConfigDetails value)Details about discovery configuration in effect.
.google.cloud.dataplex.v1.DiscoveryEvent.ConfigDetails config = 20;
| Name | Description |
| value | DiscoveryEvent.ConfigDetails |
| Type | Description |
| DiscoveryEvent.Builder |
mergeEntity(DiscoveryEvent.EntityDetails value)
public DiscoveryEvent.Builder mergeEntity(DiscoveryEvent.EntityDetails value)Details about the entity associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.EntityDetails entity = 21;
| Name | Description |
| value | DiscoveryEvent.EntityDetails |
| Type | Description |
| DiscoveryEvent.Builder |
mergeFrom(DiscoveryEvent other)
public DiscoveryEvent.Builder mergeFrom(DiscoveryEvent other)| Name | Description |
| other | DiscoveryEvent |
| Type | Description |
| DiscoveryEvent.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DiscoveryEvent.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| DiscoveryEvent.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public DiscoveryEvent.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| DiscoveryEvent.Builder |
mergePartition(DiscoveryEvent.PartitionDetails value)
public DiscoveryEvent.Builder mergePartition(DiscoveryEvent.PartitionDetails value)Details about the partition associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.PartitionDetails partition = 22;
| Name | Description |
| value | DiscoveryEvent.PartitionDetails |
| Type | Description |
| DiscoveryEvent.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DiscoveryEvent.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| DiscoveryEvent.Builder |
setAction(DiscoveryEvent.ActionDetails value)
public DiscoveryEvent.Builder setAction(DiscoveryEvent.ActionDetails value)Details about the action associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.ActionDetails action = 23;
| Name | Description |
| value | DiscoveryEvent.ActionDetails |
| Type | Description |
| DiscoveryEvent.Builder |
setAction(DiscoveryEvent.ActionDetails.Builder builderForValue)
public DiscoveryEvent.Builder setAction(DiscoveryEvent.ActionDetails.Builder builderForValue)Details about the action associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.ActionDetails action = 23;
| Name | Description |
| builderForValue | DiscoveryEvent.ActionDetails.Builder |
| Type | Description |
| DiscoveryEvent.Builder |
setAssetId(String value)
public DiscoveryEvent.Builder setAssetId(String value)The id of the associated asset.
string asset_id = 4;
| Name | Description |
| value | StringThe assetId to set. |
| Type | Description |
| DiscoveryEvent.Builder | This builder for chaining. |
setAssetIdBytes(ByteString value)
public DiscoveryEvent.Builder setAssetIdBytes(ByteString value)The id of the associated asset.
string asset_id = 4;
| Name | Description |
| value | ByteStringThe bytes for assetId to set. |
| Type | Description |
| DiscoveryEvent.Builder | This builder for chaining. |
setConfig(DiscoveryEvent.ConfigDetails value)
public DiscoveryEvent.Builder setConfig(DiscoveryEvent.ConfigDetails value)Details about discovery configuration in effect.
.google.cloud.dataplex.v1.DiscoveryEvent.ConfigDetails config = 20;
| Name | Description |
| value | DiscoveryEvent.ConfigDetails |
| Type | Description |
| DiscoveryEvent.Builder |
setConfig(DiscoveryEvent.ConfigDetails.Builder builderForValue)
public DiscoveryEvent.Builder setConfig(DiscoveryEvent.ConfigDetails.Builder builderForValue)Details about discovery configuration in effect.
.google.cloud.dataplex.v1.DiscoveryEvent.ConfigDetails config = 20;
| Name | Description |
| builderForValue | DiscoveryEvent.ConfigDetails.Builder |
| Type | Description |
| DiscoveryEvent.Builder |
setDataLocation(String value)
public DiscoveryEvent.Builder setDataLocation(String value)The data location associated with the event.
string data_location = 5;
| Name | Description |
| value | StringThe dataLocation to set. |
| Type | Description |
| DiscoveryEvent.Builder | This builder for chaining. |
setDataLocationBytes(ByteString value)
public DiscoveryEvent.Builder setDataLocationBytes(ByteString value)The data location associated with the event.
string data_location = 5;
| Name | Description |
| value | ByteStringThe bytes for dataLocation to set. |
| Type | Description |
| DiscoveryEvent.Builder | This builder for chaining. |
setEntity(DiscoveryEvent.EntityDetails value)
public DiscoveryEvent.Builder setEntity(DiscoveryEvent.EntityDetails value)Details about the entity associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.EntityDetails entity = 21;
| Name | Description |
| value | DiscoveryEvent.EntityDetails |
| Type | Description |
| DiscoveryEvent.Builder |
setEntity(DiscoveryEvent.EntityDetails.Builder builderForValue)
public DiscoveryEvent.Builder setEntity(DiscoveryEvent.EntityDetails.Builder builderForValue)Details about the entity associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.EntityDetails entity = 21;
| Name | Description |
| builderForValue | DiscoveryEvent.EntityDetails.Builder |
| Type | Description |
| DiscoveryEvent.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public DiscoveryEvent.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| DiscoveryEvent.Builder |
setLakeId(String value)
public DiscoveryEvent.Builder setLakeId(String value)The id of the associated lake.
string lake_id = 2;
| Name | Description |
| value | StringThe lakeId to set. |
| Type | Description |
| DiscoveryEvent.Builder | This builder for chaining. |
setLakeIdBytes(ByteString value)
public DiscoveryEvent.Builder setLakeIdBytes(ByteString value)The id of the associated lake.
string lake_id = 2;
| Name | Description |
| value | ByteStringThe bytes for lakeId to set. |
| Type | Description |
| DiscoveryEvent.Builder | This builder for chaining. |
setMessage(String value)
public DiscoveryEvent.Builder setMessage(String value)The log message.
string message = 1;
| Name | Description |
| value | StringThe message to set. |
| Type | Description |
| DiscoveryEvent.Builder | This builder for chaining. |
setMessageBytes(ByteString value)
public DiscoveryEvent.Builder setMessageBytes(ByteString value)The log message.
string message = 1;
| Name | Description |
| value | ByteStringThe bytes for message to set. |
| Type | Description |
| DiscoveryEvent.Builder | This builder for chaining. |
setPartition(DiscoveryEvent.PartitionDetails value)
public DiscoveryEvent.Builder setPartition(DiscoveryEvent.PartitionDetails value)Details about the partition associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.PartitionDetails partition = 22;
| Name | Description |
| value | DiscoveryEvent.PartitionDetails |
| Type | Description |
| DiscoveryEvent.Builder |
setPartition(DiscoveryEvent.PartitionDetails.Builder builderForValue)
public DiscoveryEvent.Builder setPartition(DiscoveryEvent.PartitionDetails.Builder builderForValue)Details about the partition associated with the event.
.google.cloud.dataplex.v1.DiscoveryEvent.PartitionDetails partition = 22;
| Name | Description |
| builderForValue | DiscoveryEvent.PartitionDetails.Builder |
| Type | Description |
| DiscoveryEvent.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DiscoveryEvent.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| DiscoveryEvent.Builder |
setType(DiscoveryEvent.EventType value)
public DiscoveryEvent.Builder setType(DiscoveryEvent.EventType value)The type of the event being logged.
.google.cloud.dataplex.v1.DiscoveryEvent.EventType type = 10;
| Name | Description |
| value | DiscoveryEvent.EventTypeThe type to set. |
| Type | Description |
| DiscoveryEvent.Builder | This builder for chaining. |
setTypeValue(int value)
public DiscoveryEvent.Builder setTypeValue(int value)The type of the event being logged.
.google.cloud.dataplex.v1.DiscoveryEvent.EventType type = 10;
| Name | Description |
| value | intThe enum numeric value on the wire for type to set. |
| Type | Description |
| DiscoveryEvent.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final DiscoveryEvent.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| DiscoveryEvent.Builder |
setZoneId(String value)
public DiscoveryEvent.Builder setZoneId(String value)The id of the associated zone.
string zone_id = 3;
| Name | Description |
| value | StringThe zoneId to set. |
| Type | Description |
| DiscoveryEvent.Builder | This builder for chaining. |
setZoneIdBytes(ByteString value)
public DiscoveryEvent.Builder setZoneIdBytes(ByteString value)The id of the associated zone.
string zone_id = 3;
| Name | Description |
| value | ByteStringThe bytes for zoneId to set. |
| Type | Description |
| DiscoveryEvent.Builder | This builder for chaining. |