public interface DiscoveryFileStoreConditionsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCloudStorageConditions()
public abstract DiscoveryCloudStorageConditions getCloudStorageConditions()
Optional. Cloud Storage conditions.
.google.privacy.dlp.v2.DiscoveryCloudStorageConditions cloud_storage_conditions = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
DiscoveryCloudStorageConditions |
The cloudStorageConditions. |
getCloudStorageConditionsOrBuilder()
public abstract DiscoveryCloudStorageConditionsOrBuilder getCloudStorageConditionsOrBuilder()
Optional. Cloud Storage conditions.
.google.privacy.dlp.v2.DiscoveryCloudStorageConditions cloud_storage_conditions = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
DiscoveryCloudStorageConditionsOrBuilder |
getConditionsCase()
public abstract DiscoveryFileStoreConditions.ConditionsCase getConditionsCase()
Returns | |
---|---|
Type | Description |
DiscoveryFileStoreConditions.ConditionsCase |
getCreatedAfter()
public abstract Timestamp getCreatedAfter()
Optional. File store must have been created after this date. Used to avoid backfilling.
.google.protobuf.Timestamp created_after = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Timestamp |
The createdAfter. |
getCreatedAfterOrBuilder()
public abstract TimestampOrBuilder getCreatedAfterOrBuilder()
Optional. File store must have been created after this date. Used to avoid backfilling.
.google.protobuf.Timestamp created_after = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getMinAge()
public abstract Duration getMinAge()
Optional. Minimum age a file store must have. If set, the value must be 1 hour or greater.
.google.protobuf.Duration min_age = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Duration |
The minAge. |
getMinAgeOrBuilder()
public abstract DurationOrBuilder getMinAgeOrBuilder()
Optional. Minimum age a file store must have. If set, the value must be 1 hour or greater.
.google.protobuf.Duration min_age = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
DurationOrBuilder |
hasCloudStorageConditions()
public abstract boolean hasCloudStorageConditions()
Optional. Cloud Storage conditions.
.google.privacy.dlp.v2.DiscoveryCloudStorageConditions cloud_storage_conditions = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the cloudStorageConditions field is set. |
hasCreatedAfter()
public abstract boolean hasCreatedAfter()
Optional. File store must have been created after this date. Used to avoid backfilling.
.google.protobuf.Timestamp created_after = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the createdAfter field is set. |
hasMinAge()
public abstract boolean hasMinAge()
Optional. Minimum age a file store must have. If set, the value must be 1 hour or greater.
.google.protobuf.Duration min_age = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the minAge field is set. |