public interface BatchContentItemOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBatchCase()
public abstract BatchContentItem.BatchCase getBatchCase()| Returns | |
|---|---|
| Type | Description |
BatchContentItem.BatchCase |
|
getStringValueBatch()
public abstract StringValueBatch getStringValueBatch()Optional. Represents a batch of string values to inspect or redact.
.google.privacy.dlp.v2.StringValueBatch string_value_batch = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
StringValueBatch |
The stringValueBatch. |
getStringValueBatchOrBuilder()
public abstract StringValueBatchOrBuilder getStringValueBatchOrBuilder()Optional. Represents a batch of string values to inspect or redact.
.google.privacy.dlp.v2.StringValueBatch string_value_batch = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
StringValueBatchOrBuilder |
|
hasStringValueBatch()
public abstract boolean hasStringValueBatch()Optional. Represents a batch of string values to inspect or redact.
.google.privacy.dlp.v2.StringValueBatch string_value_batch = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the stringValueBatch field is set. |