| Modifier and Type | Method and Description |
|---|---|
ContentLocation.Builder |
Location.Builder.addContentLocationsBuilder()
List of nested objects pointing to the precise location of the finding
within the file or record.
|
ContentLocation.Builder |
Location.Builder.addContentLocationsBuilder(int index)
List of nested objects pointing to the precise location of the finding
within the file or record.
|
ContentLocation.Builder |
ContentLocation.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ContentLocation.Builder |
ContentLocation.Builder.clear() |
ContentLocation.Builder |
ContentLocation.Builder.clearContainerName()
Name of the container where the finding is located.
|
ContentLocation.Builder |
ContentLocation.Builder.clearContainerTimestamp()
Finding container modification timestamp, if applicable.
|
ContentLocation.Builder |
ContentLocation.Builder.clearContainerVersion()
Finding container version, if available
("generation" for Cloud Storage).
|
ContentLocation.Builder |
ContentLocation.Builder.clearDocumentLocation()
Location data for document files.
|
ContentLocation.Builder |
ContentLocation.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ContentLocation.Builder |
ContentLocation.Builder.clearImageLocation()
Location within an image's pixels.
|
ContentLocation.Builder |
ContentLocation.Builder.clearLocation() |
ContentLocation.Builder |
ContentLocation.Builder.clearMetadataLocation()
Location within the metadata for inspected content.
|
ContentLocation.Builder |
ContentLocation.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ContentLocation.Builder |
ContentLocation.Builder.clearRecordLocation()
Location within a row or record of a database table.
|
ContentLocation.Builder |
ContentLocation.Builder.clone() |
ContentLocation.Builder |
Location.Builder.getContentLocationsBuilder(int index)
List of nested objects pointing to the precise location of the finding
within the file or record.
|
ContentLocation.Builder |
ContentLocation.Builder.mergeContainerTimestamp(com.google.protobuf.Timestamp value)
Finding container modification timestamp, if applicable.
|
ContentLocation.Builder |
ContentLocation.Builder.mergeDocumentLocation(DocumentLocation value)
Location data for document files.
|
ContentLocation.Builder |
ContentLocation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ContentLocation.Builder |
ContentLocation.Builder.mergeFrom(ContentLocation other) |
ContentLocation.Builder |
ContentLocation.Builder.mergeFrom(com.google.protobuf.Message other) |
ContentLocation.Builder |
ContentLocation.Builder.mergeImageLocation(ImageLocation value)
Location within an image's pixels.
|
ContentLocation.Builder |
ContentLocation.Builder.mergeMetadataLocation(MetadataLocation value)
Location within the metadata for inspected content.
|
ContentLocation.Builder |
ContentLocation.Builder.mergeRecordLocation(RecordLocation value)
Location within a row or record of a database table.
|
ContentLocation.Builder |
ContentLocation.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ContentLocation.Builder |
ContentLocation.newBuilder() |
static ContentLocation.Builder |
ContentLocation.newBuilder(ContentLocation prototype) |
ContentLocation.Builder |
ContentLocation.newBuilderForType() |
protected ContentLocation.Builder |
ContentLocation.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ContentLocation.Builder |
ContentLocation.Builder.setContainerName(String value)
Name of the container where the finding is located.
|
ContentLocation.Builder |
ContentLocation.Builder.setContainerNameBytes(com.google.protobuf.ByteString value)
Name of the container where the finding is located.
|
ContentLocation.Builder |
ContentLocation.Builder.setContainerTimestamp(com.google.protobuf.Timestamp.Builder builderForValue)
Finding container modification timestamp, if applicable.
|
ContentLocation.Builder |
ContentLocation.Builder.setContainerTimestamp(com.google.protobuf.Timestamp value)
Finding container modification timestamp, if applicable.
|
ContentLocation.Builder |
ContentLocation.Builder.setContainerVersion(String value)
Finding container version, if available
("generation" for Cloud Storage).
|
ContentLocation.Builder |
ContentLocation.Builder.setContainerVersionBytes(com.google.protobuf.ByteString value)
Finding container version, if available
("generation" for Cloud Storage).
|
ContentLocation.Builder |
ContentLocation.Builder.setDocumentLocation(DocumentLocation.Builder builderForValue)
Location data for document files.
|
ContentLocation.Builder |
ContentLocation.Builder.setDocumentLocation(DocumentLocation value)
Location data for document files.
|
ContentLocation.Builder |
ContentLocation.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ContentLocation.Builder |
ContentLocation.Builder.setImageLocation(ImageLocation.Builder builderForValue)
Location within an image's pixels.
|
ContentLocation.Builder |
ContentLocation.Builder.setImageLocation(ImageLocation value)
Location within an image's pixels.
|
ContentLocation.Builder |
ContentLocation.Builder.setMetadataLocation(MetadataLocation.Builder builderForValue)
Location within the metadata for inspected content.
|
ContentLocation.Builder |
ContentLocation.Builder.setMetadataLocation(MetadataLocation value)
Location within the metadata for inspected content.
|
ContentLocation.Builder |
ContentLocation.Builder.setRecordLocation(RecordLocation.Builder builderForValue)
Location within a row or record of a database table.
|
ContentLocation.Builder |
ContentLocation.Builder.setRecordLocation(RecordLocation value)
Location within a row or record of a database table.
|
ContentLocation.Builder |
ContentLocation.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ContentLocation.Builder |
ContentLocation.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ContentLocation.Builder |
ContentLocation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<ContentLocation.Builder> |
Location.Builder.getContentLocationsBuilderList()
List of nested objects pointing to the precise location of the finding
within the file or record.
|
| Modifier and Type | Method and Description |
|---|---|
Location.Builder |
Location.Builder.addContentLocations(ContentLocation.Builder builderForValue)
List of nested objects pointing to the precise location of the finding
within the file or record.
|
Location.Builder |
Location.Builder.addContentLocations(int index,
ContentLocation.Builder builderForValue)
List of nested objects pointing to the precise location of the finding
within the file or record.
|
Location.Builder |
Location.Builder.setContentLocations(int index,
ContentLocation.Builder builderForValue)
List of nested objects pointing to the precise location of the finding
within the file or record.
|
Copyright © 2022 Google LLC. All rights reserved.