public interface ContainerOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFullPath()
A string representation of the full container name.
|
com.google.protobuf.ByteString |
getFullPathBytes()
A string representation of the full container name.
|
String |
getProjectId()
Project where the finding was found.
|
com.google.protobuf.ByteString |
getProjectIdBytes()
Project where the finding was found.
|
String |
getRelativePath()
The rest of the path after the root.
|
com.google.protobuf.ByteString |
getRelativePathBytes()
The rest of the path after the root.
|
String |
getRootPath()
The root of the container.
|
com.google.protobuf.ByteString |
getRootPathBytes()
The root of the container.
|
String |
getType()
Container type, for example BigQuery or Cloud Storage.
|
com.google.protobuf.ByteString |
getTypeBytes()
Container type, for example BigQuery or Cloud Storage.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Findings container modification timestamp, if applicable.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Findings container modification timestamp, if applicable.
|
String |
getVersion()
Findings container version, if available
("generation" for Cloud Storage).
|
com.google.protobuf.ByteString |
getVersionBytes()
Findings container version, if available
("generation" for Cloud Storage).
|
boolean |
hasUpdateTime()
Findings container modification timestamp, if applicable.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getType()
Container type, for example BigQuery or Cloud Storage.
string type = 1;com.google.protobuf.ByteString getTypeBytes()
Container type, for example BigQuery or Cloud Storage.
string type = 1;String getProjectId()
Project where the finding was found. Can be different from the project that owns the finding.
string project_id = 2;com.google.protobuf.ByteString getProjectIdBytes()
Project where the finding was found. Can be different from the project that owns the finding.
string project_id = 2;String getFullPath()
A string representation of the full container name. Examples: - BigQuery: 'Project:DataSetId.TableId' - Cloud Storage: 'gs://Bucket/folders/filename.txt'
string full_path = 3;com.google.protobuf.ByteString getFullPathBytes()
A string representation of the full container name. Examples: - BigQuery: 'Project:DataSetId.TableId' - Cloud Storage: 'gs://Bucket/folders/filename.txt'
string full_path = 3;String getRootPath()
The root of the container. Examples: - For BigQuery table `project_id:dataset_id.table_id`, the root is `dataset_id` - For Cloud Storage file `gs://bucket/folder/filename.txt`, the root is `gs://bucket`
string root_path = 4;com.google.protobuf.ByteString getRootPathBytes()
The root of the container. Examples: - For BigQuery table `project_id:dataset_id.table_id`, the root is `dataset_id` - For Cloud Storage file `gs://bucket/folder/filename.txt`, the root is `gs://bucket`
string root_path = 4;String getRelativePath()
The rest of the path after the root. Examples: - For BigQuery table `project_id:dataset_id.table_id`, the relative path is `table_id` - For Cloud Storage file `gs://bucket/folder/filename.txt`, the relative path is `folder/filename.txt`
string relative_path = 5;com.google.protobuf.ByteString getRelativePathBytes()
The rest of the path after the root. Examples: - For BigQuery table `project_id:dataset_id.table_id`, the relative path is `table_id` - For Cloud Storage file `gs://bucket/folder/filename.txt`, the relative path is `folder/filename.txt`
string relative_path = 5;boolean hasUpdateTime()
Findings container modification timestamp, if applicable. For Cloud Storage, this field contains the last file modification timestamp. For a BigQuery table, this field contains the last_modified_time property. For Datastore, this field isn't populated.
.google.protobuf.Timestamp update_time = 6;com.google.protobuf.Timestamp getUpdateTime()
Findings container modification timestamp, if applicable. For Cloud Storage, this field contains the last file modification timestamp. For a BigQuery table, this field contains the last_modified_time property. For Datastore, this field isn't populated.
.google.protobuf.Timestamp update_time = 6;com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Findings container modification timestamp, if applicable. For Cloud Storage, this field contains the last file modification timestamp. For a BigQuery table, this field contains the last_modified_time property. For Datastore, this field isn't populated.
.google.protobuf.Timestamp update_time = 6;String getVersion()
Findings container version, if available
("generation" for Cloud Storage).
string version = 7;com.google.protobuf.ByteString getVersionBytes()
Findings container version, if available
("generation" for Cloud Storage).
string version = 7;Copyright © 2022 Google LLC. All rights reserved.