- 3.87.0 (latest)
- 3.86.0
- 3.85.0
- 3.84.0
- 3.82.0
- 3.80.0
- 3.79.0
- 3.78.0
- 3.77.0
- 3.76.0
- 3.74.0
- 3.72.0
- 3.71.0
- 3.68.0
- 3.67.0
- 3.66.0
- 3.64.0
- 3.63.0
- 3.62.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.7
- 3.5.0
- 3.4.0
- 3.3.2
- 3.2.1
- 3.1.4
public static final class BigQueryDiscoveryTarget.Builder extends GeneratedMessage.Builder<BigQueryDiscoveryTarget.Builder> implements BigQueryDiscoveryTargetOrBuilderTarget used to match against for discovery with BigQuery tables
Protobuf type google.privacy.dlp.v2.BigQueryDiscoveryTarget
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > BigQueryDiscoveryTarget.BuilderImplements
BigQueryDiscoveryTargetOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public BigQueryDiscoveryTarget build()| Returns | |
|---|---|
| Type | Description |
BigQueryDiscoveryTarget |
|
buildPartial()
public BigQueryDiscoveryTarget buildPartial()| Returns | |
|---|---|
| Type | Description |
BigQueryDiscoveryTarget |
|
clear()
public BigQueryDiscoveryTarget.Builder clear()| Returns | |
|---|---|
| Type | Description |
BigQueryDiscoveryTarget.Builder |
|
clearCadence()
public BigQueryDiscoveryTarget.Builder clearCadence()How often and when to update profiles. New tables that match both the filter and conditions are scanned as quickly as possible depending on system capacity.
.google.privacy.dlp.v2.DiscoveryGenerationCadence cadence = 3;
| Returns | |
|---|---|
| Type | Description |
BigQueryDiscoveryTarget.Builder |
|
clearConditions()
public BigQueryDiscoveryTarget.Builder clearConditions()In addition to matching the filter, these conditions must be true before a profile is generated.
.google.privacy.dlp.v2.DiscoveryBigQueryConditions conditions = 2;
| Returns | |
|---|---|
| Type | Description |
BigQueryDiscoveryTarget.Builder |
|
clearDisabled()
public BigQueryDiscoveryTarget.Builder clearDisabled()Tables that match this filter will not have profiles created.
.google.privacy.dlp.v2.Disabled disabled = 4;
| Returns | |
|---|---|
| Type | Description |
BigQueryDiscoveryTarget.Builder |
|
clearFilter()
public BigQueryDiscoveryTarget.Builder clearFilter()Required. The tables the discovery cadence applies to. The first target with a matching filter will be the one to apply to a table.
.google.privacy.dlp.v2.DiscoveryBigQueryFilter filter = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
BigQueryDiscoveryTarget.Builder |
|
clearFrequency()
public BigQueryDiscoveryTarget.Builder clearFrequency()| Returns | |
|---|---|
| Type | Description |
BigQueryDiscoveryTarget.Builder |
|
getCadence()
public DiscoveryGenerationCadence getCadence()How often and when to update profiles. New tables that match both the filter and conditions are scanned as quickly as possible depending on system capacity.
.google.privacy.dlp.v2.DiscoveryGenerationCadence cadence = 3;
| Returns | |
|---|---|
| Type | Description |
DiscoveryGenerationCadence |
The cadence. |
getCadenceBuilder()
public DiscoveryGenerationCadence.Builder getCadenceBuilder()How often and when to update profiles. New tables that match both the filter and conditions are scanned as quickly as possible depending on system capacity.
.google.privacy.dlp.v2.DiscoveryGenerationCadence cadence = 3;
| Returns | |
|---|---|
| Type | Description |
DiscoveryGenerationCadence.Builder |
|
getCadenceOrBuilder()
public DiscoveryGenerationCadenceOrBuilder getCadenceOrBuilder()How often and when to update profiles. New tables that match both the filter and conditions are scanned as quickly as possible depending on system capacity.
.google.privacy.dlp.v2.DiscoveryGenerationCadence cadence = 3;
| Returns | |
|---|---|
| Type | Description |
DiscoveryGenerationCadenceOrBuilder |
|
getConditions()
public DiscoveryBigQueryConditions getConditions()In addition to matching the filter, these conditions must be true before a profile is generated.
.google.privacy.dlp.v2.DiscoveryBigQueryConditions conditions = 2;
| Returns | |
|---|---|
| Type | Description |
DiscoveryBigQueryConditions |
The conditions. |
getConditionsBuilder()
public DiscoveryBigQueryConditions.Builder getConditionsBuilder()In addition to matching the filter, these conditions must be true before a profile is generated.
.google.privacy.dlp.v2.DiscoveryBigQueryConditions conditions = 2;
| Returns | |
|---|---|
| Type | Description |
DiscoveryBigQueryConditions.Builder |
|
getConditionsOrBuilder()
public DiscoveryBigQueryConditionsOrBuilder getConditionsOrBuilder()In addition to matching the filter, these conditions must be true before a profile is generated.
.google.privacy.dlp.v2.DiscoveryBigQueryConditions conditions = 2;
| Returns | |
|---|---|
| Type | Description |
DiscoveryBigQueryConditionsOrBuilder |
|
getDefaultInstanceForType()
public BigQueryDiscoveryTarget getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
BigQueryDiscoveryTarget |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDisabled()
public Disabled getDisabled()Tables that match this filter will not have profiles created.
.google.privacy.dlp.v2.Disabled disabled = 4;
| Returns | |
|---|---|
| Type | Description |
Disabled |
The disabled. |
getDisabledBuilder()
public Disabled.Builder getDisabledBuilder()Tables that match this filter will not have profiles created.
.google.privacy.dlp.v2.Disabled disabled = 4;
| Returns | |
|---|---|
| Type | Description |
Disabled.Builder |
|
getDisabledOrBuilder()
public DisabledOrBuilder getDisabledOrBuilder()Tables that match this filter will not have profiles created.
.google.privacy.dlp.v2.Disabled disabled = 4;
| Returns | |
|---|---|
| Type | Description |
DisabledOrBuilder |
|
getFilter()
public DiscoveryBigQueryFilter getFilter()Required. The tables the discovery cadence applies to. The first target with a matching filter will be the one to apply to a table.
.google.privacy.dlp.v2.DiscoveryBigQueryFilter filter = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DiscoveryBigQueryFilter |
The filter. |
getFilterBuilder()
public DiscoveryBigQueryFilter.Builder getFilterBuilder()Required. The tables the discovery cadence applies to. The first target with a matching filter will be the one to apply to a table.
.google.privacy.dlp.v2.DiscoveryBigQueryFilter filter = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DiscoveryBigQueryFilter.Builder |
|
getFilterOrBuilder()
public DiscoveryBigQueryFilterOrBuilder getFilterOrBuilder()Required. The tables the discovery cadence applies to. The first target with a matching filter will be the one to apply to a table.
.google.privacy.dlp.v2.DiscoveryBigQueryFilter filter = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DiscoveryBigQueryFilterOrBuilder |
|
getFrequencyCase()
public BigQueryDiscoveryTarget.FrequencyCase getFrequencyCase()| Returns | |
|---|---|
| Type | Description |
BigQueryDiscoveryTarget.FrequencyCase |
|
hasCadence()
public boolean hasCadence()How often and when to update profiles. New tables that match both the filter and conditions are scanned as quickly as possible depending on system capacity.
.google.privacy.dlp.v2.DiscoveryGenerationCadence cadence = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the cadence field is set. |
hasConditions()
public boolean hasConditions()In addition to matching the filter, these conditions must be true before a profile is generated.
.google.privacy.dlp.v2.DiscoveryBigQueryConditions conditions = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the conditions field is set. |
hasDisabled()
public boolean hasDisabled()Tables that match this filter will not have profiles created.
.google.privacy.dlp.v2.Disabled disabled = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the disabled field is set. |
hasFilter()
public boolean hasFilter()Required. The tables the discovery cadence applies to. The first target with a matching filter will be the one to apply to a table.
.google.privacy.dlp.v2.DiscoveryBigQueryFilter filter = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the filter field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeCadence(DiscoveryGenerationCadence value)
public BigQueryDiscoveryTarget.Builder mergeCadence(DiscoveryGenerationCadence value)How often and when to update profiles. New tables that match both the filter and conditions are scanned as quickly as possible depending on system capacity.
.google.privacy.dlp.v2.DiscoveryGenerationCadence cadence = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
DiscoveryGenerationCadence |
| Returns | |
|---|---|
| Type | Description |
BigQueryDiscoveryTarget.Builder |
|
mergeConditions(DiscoveryBigQueryConditions value)
public BigQueryDiscoveryTarget.Builder mergeConditions(DiscoveryBigQueryConditions value)In addition to matching the filter, these conditions must be true before a profile is generated.
.google.privacy.dlp.v2.DiscoveryBigQueryConditions conditions = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
DiscoveryBigQueryConditions |
| Returns | |
|---|---|
| Type | Description |
BigQueryDiscoveryTarget.Builder |
|
mergeDisabled(Disabled value)
public BigQueryDiscoveryTarget.Builder mergeDisabled(Disabled value)Tables that match this filter will not have profiles created.
.google.privacy.dlp.v2.Disabled disabled = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
Disabled |
| Returns | |
|---|---|
| Type | Description |
BigQueryDiscoveryTarget.Builder |
|
mergeFilter(DiscoveryBigQueryFilter value)
public BigQueryDiscoveryTarget.Builder mergeFilter(DiscoveryBigQueryFilter value)Required. The tables the discovery cadence applies to. The first target with a matching filter will be the one to apply to a table.
.google.privacy.dlp.v2.DiscoveryBigQueryFilter filter = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
DiscoveryBigQueryFilter |
| Returns | |
|---|---|
| Type | Description |
BigQueryDiscoveryTarget.Builder |
|
mergeFrom(BigQueryDiscoveryTarget other)
public BigQueryDiscoveryTarget.Builder mergeFrom(BigQueryDiscoveryTarget other)| Parameter | |
|---|---|
| Name | Description |
other |
BigQueryDiscoveryTarget |
| Returns | |
|---|---|
| Type | Description |
BigQueryDiscoveryTarget.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BigQueryDiscoveryTarget.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BigQueryDiscoveryTarget.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public BigQueryDiscoveryTarget.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
BigQueryDiscoveryTarget.Builder |
|
setCadence(DiscoveryGenerationCadence value)
public BigQueryDiscoveryTarget.Builder setCadence(DiscoveryGenerationCadence value)How often and when to update profiles. New tables that match both the filter and conditions are scanned as quickly as possible depending on system capacity.
.google.privacy.dlp.v2.DiscoveryGenerationCadence cadence = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
DiscoveryGenerationCadence |
| Returns | |
|---|---|
| Type | Description |
BigQueryDiscoveryTarget.Builder |
|
setCadence(DiscoveryGenerationCadence.Builder builderForValue)
public BigQueryDiscoveryTarget.Builder setCadence(DiscoveryGenerationCadence.Builder builderForValue)How often and when to update profiles. New tables that match both the filter and conditions are scanned as quickly as possible depending on system capacity.
.google.privacy.dlp.v2.DiscoveryGenerationCadence cadence = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DiscoveryGenerationCadence.Builder |
| Returns | |
|---|---|
| Type | Description |
BigQueryDiscoveryTarget.Builder |
|
setConditions(DiscoveryBigQueryConditions value)
public BigQueryDiscoveryTarget.Builder setConditions(DiscoveryBigQueryConditions value)In addition to matching the filter, these conditions must be true before a profile is generated.
.google.privacy.dlp.v2.DiscoveryBigQueryConditions conditions = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
DiscoveryBigQueryConditions |
| Returns | |
|---|---|
| Type | Description |
BigQueryDiscoveryTarget.Builder |
|
setConditions(DiscoveryBigQueryConditions.Builder builderForValue)
public BigQueryDiscoveryTarget.Builder setConditions(DiscoveryBigQueryConditions.Builder builderForValue)In addition to matching the filter, these conditions must be true before a profile is generated.
.google.privacy.dlp.v2.DiscoveryBigQueryConditions conditions = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DiscoveryBigQueryConditions.Builder |
| Returns | |
|---|---|
| Type | Description |
BigQueryDiscoveryTarget.Builder |
|
setDisabled(Disabled value)
public BigQueryDiscoveryTarget.Builder setDisabled(Disabled value)Tables that match this filter will not have profiles created.
.google.privacy.dlp.v2.Disabled disabled = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
Disabled |
| Returns | |
|---|---|
| Type | Description |
BigQueryDiscoveryTarget.Builder |
|
setDisabled(Disabled.Builder builderForValue)
public BigQueryDiscoveryTarget.Builder setDisabled(Disabled.Builder builderForValue)Tables that match this filter will not have profiles created.
.google.privacy.dlp.v2.Disabled disabled = 4;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Disabled.Builder |
| Returns | |
|---|---|
| Type | Description |
BigQueryDiscoveryTarget.Builder |
|
setFilter(DiscoveryBigQueryFilter value)
public BigQueryDiscoveryTarget.Builder setFilter(DiscoveryBigQueryFilter value)Required. The tables the discovery cadence applies to. The first target with a matching filter will be the one to apply to a table.
.google.privacy.dlp.v2.DiscoveryBigQueryFilter filter = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
DiscoveryBigQueryFilter |
| Returns | |
|---|---|
| Type | Description |
BigQueryDiscoveryTarget.Builder |
|
setFilter(DiscoveryBigQueryFilter.Builder builderForValue)
public BigQueryDiscoveryTarget.Builder setFilter(DiscoveryBigQueryFilter.Builder builderForValue)Required. The tables the discovery cadence applies to. The first target with a matching filter will be the one to apply to a table.
.google.privacy.dlp.v2.DiscoveryBigQueryFilter filter = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DiscoveryBigQueryFilter.Builder |
| Returns | |
|---|---|
| Type | Description |
BigQueryDiscoveryTarget.Builder |
|