Container.Builder |
Container.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Container.Builder |
Container.Builder.clear() |
|
Container.Builder |
Container.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Container.Builder |
Container.Builder.clearFullPath() |
A string representation of the full container name.
|
Container.Builder |
Container.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Container.Builder |
Container.Builder.clearProjectId() |
Project where the finding was found.
|
Container.Builder |
Container.Builder.clearRelativePath() |
The rest of the path after the root.
|
Container.Builder |
Container.Builder.clearRootPath() |
The root of the container.
|
Container.Builder |
Container.Builder.clearType() |
Container type, for example BigQuery or Cloud Storage.
|
Container.Builder |
Container.Builder.clearUpdateTime() |
Findings container modification timestamp, if applicable.
|
Container.Builder |
Container.Builder.clearVersion() |
Findings container version, if available
("generation" for Cloud Storage).
|
Container.Builder |
Container.Builder.clone() |
|
Container.Builder |
Location.Builder.getContainerBuilder() |
Information about the container where this finding occurred, if available.
|
Container.Builder |
HybridFindingDetails.Builder.getContainerDetailsBuilder() |
Details about the container where the content being inspected is from.
|
Container.Builder |
Container.Builder.mergeFrom(Container other) |
|
Container.Builder |
Container.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Container.Builder |
Container.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Container.Builder |
Container.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Container.Builder |
Container.Builder.mergeUpdateTime(com.google.protobuf.Timestamp value) |
Findings container modification timestamp, if applicable.
|
static Container.Builder |
Container.newBuilder() |
|
static Container.Builder |
Container.newBuilder(Container prototype) |
|
Container.Builder |
Container.newBuilderForType() |
|
protected Container.Builder |
Container.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Container.Builder |
Container.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Container.Builder |
Container.Builder.setFullPath(String value) |
A string representation of the full container name.
|
Container.Builder |
Container.Builder.setFullPathBytes(com.google.protobuf.ByteString value) |
A string representation of the full container name.
|
Container.Builder |
Container.Builder.setProjectId(String value) |
Project where the finding was found.
|
Container.Builder |
Container.Builder.setProjectIdBytes(com.google.protobuf.ByteString value) |
Project where the finding was found.
|
Container.Builder |
Container.Builder.setRelativePath(String value) |
The rest of the path after the root.
|
Container.Builder |
Container.Builder.setRelativePathBytes(com.google.protobuf.ByteString value) |
The rest of the path after the root.
|
Container.Builder |
Container.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Container.Builder |
Container.Builder.setRootPath(String value) |
The root of the container.
|
Container.Builder |
Container.Builder.setRootPathBytes(com.google.protobuf.ByteString value) |
The root of the container.
|
Container.Builder |
Container.Builder.setType(String value) |
Container type, for example BigQuery or Cloud Storage.
|
Container.Builder |
Container.Builder.setTypeBytes(com.google.protobuf.ByteString value) |
Container type, for example BigQuery or Cloud Storage.
|
Container.Builder |
Container.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Container.Builder |
Container.Builder.setUpdateTime(com.google.protobuf.Timestamp value) |
Findings container modification timestamp, if applicable.
|
Container.Builder |
Container.Builder.setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) |
Findings container modification timestamp, if applicable.
|
Container.Builder |
Container.Builder.setVersion(String value) |
Findings container version, if available
("generation" for Cloud Storage).
|
Container.Builder |
Container.Builder.setVersionBytes(com.google.protobuf.ByteString value) |
Findings container version, if available
("generation" for Cloud Storage).
|
Container.Builder |
Container.toBuilder() |
|