public interface AssetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsResourceProperties(String key)
Resource managed properties.
|
com.google.protobuf.Timestamp |
getCreateTime()
The time at which the asset was created in Cloud SCC.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
The time at which the asset was created in Cloud SCC.
|
String |
getName()
The relative resource name of this asset.
|
com.google.protobuf.ByteString |
getNameBytes()
The relative resource name of this asset.
|
Map<String,com.google.protobuf.Value> |
getResourceProperties()
Deprecated.
|
int |
getResourcePropertiesCount()
Resource managed properties.
|
Map<String,com.google.protobuf.Value> |
getResourcePropertiesMap()
Resource managed properties.
|
com.google.protobuf.Value |
getResourcePropertiesOrDefault(String key,
com.google.protobuf.Value defaultValue)
Resource managed properties.
|
com.google.protobuf.Value |
getResourcePropertiesOrThrow(String key)
Resource managed properties.
|
Asset.SecurityCenterProperties |
getSecurityCenterProperties()
Cloud SCC managed properties.
|
Asset.SecurityCenterPropertiesOrBuilder |
getSecurityCenterPropertiesOrBuilder()
Cloud SCC managed properties.
|
SecurityMarks |
getSecurityMarks()
User specified security marks.
|
SecurityMarksOrBuilder |
getSecurityMarksOrBuilder()
User specified security marks.
|
com.google.protobuf.Timestamp |
getUpdateTime()
The time at which the asset was last updated, added, or deleted in Cloud
SCC.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
The time at which the asset was last updated, added, or deleted in Cloud
SCC.
|
boolean |
hasCreateTime()
The time at which the asset was created in Cloud SCC.
|
boolean |
hasSecurityCenterProperties()
Cloud SCC managed properties.
|
boolean |
hasSecurityMarks()
User specified security marks.
|
boolean |
hasUpdateTime()
The time at which the asset was last updated, added, or deleted in Cloud
SCC.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The relative resource name of this asset. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/123/assets/456".
string name = 1;com.google.protobuf.ByteString getNameBytes()
The relative resource name of this asset. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/123/assets/456".
string name = 1;boolean hasSecurityCenterProperties()
Cloud SCC managed properties. These properties are managed by Cloud SCC and cannot be modified by the user.
.google.cloud.securitycenter.v1beta1.Asset.SecurityCenterProperties security_center_properties = 2;
Asset.SecurityCenterProperties getSecurityCenterProperties()
Cloud SCC managed properties. These properties are managed by Cloud SCC and cannot be modified by the user.
.google.cloud.securitycenter.v1beta1.Asset.SecurityCenterProperties security_center_properties = 2;
Asset.SecurityCenterPropertiesOrBuilder getSecurityCenterPropertiesOrBuilder()
Cloud SCC managed properties. These properties are managed by Cloud SCC and cannot be modified by the user.
.google.cloud.securitycenter.v1beta1.Asset.SecurityCenterProperties security_center_properties = 2;
int getResourcePropertiesCount()
Resource managed properties. These properties are managed and defined by the GCP resource and cannot be modified by the user.
map<string, .google.protobuf.Value> resource_properties = 7;boolean containsResourceProperties(String key)
Resource managed properties. These properties are managed and defined by the GCP resource and cannot be modified by the user.
map<string, .google.protobuf.Value> resource_properties = 7;@Deprecated Map<String,com.google.protobuf.Value> getResourceProperties()
getResourcePropertiesMap() instead.Map<String,com.google.protobuf.Value> getResourcePropertiesMap()
Resource managed properties. These properties are managed and defined by the GCP resource and cannot be modified by the user.
map<string, .google.protobuf.Value> resource_properties = 7;com.google.protobuf.Value getResourcePropertiesOrDefault(String key, com.google.protobuf.Value defaultValue)
Resource managed properties. These properties are managed and defined by the GCP resource and cannot be modified by the user.
map<string, .google.protobuf.Value> resource_properties = 7;com.google.protobuf.Value getResourcePropertiesOrThrow(String key)
Resource managed properties. These properties are managed and defined by the GCP resource and cannot be modified by the user.
map<string, .google.protobuf.Value> resource_properties = 7;boolean hasSecurityMarks()
User specified security marks. These marks are entirely managed by the user and come from the SecurityMarks resource that belongs to the asset.
.google.cloud.securitycenter.v1beta1.SecurityMarks security_marks = 8;SecurityMarks getSecurityMarks()
User specified security marks. These marks are entirely managed by the user and come from the SecurityMarks resource that belongs to the asset.
.google.cloud.securitycenter.v1beta1.SecurityMarks security_marks = 8;SecurityMarksOrBuilder getSecurityMarksOrBuilder()
User specified security marks. These marks are entirely managed by the user and come from the SecurityMarks resource that belongs to the asset.
.google.cloud.securitycenter.v1beta1.SecurityMarks security_marks = 8;boolean hasCreateTime()
The time at which the asset was created in Cloud SCC.
.google.protobuf.Timestamp create_time = 9;com.google.protobuf.Timestamp getCreateTime()
The time at which the asset was created in Cloud SCC.
.google.protobuf.Timestamp create_time = 9;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The time at which the asset was created in Cloud SCC.
.google.protobuf.Timestamp create_time = 9;boolean hasUpdateTime()
The time at which the asset was last updated, added, or deleted in Cloud SCC.
.google.protobuf.Timestamp update_time = 10;com.google.protobuf.Timestamp getUpdateTime()
The time at which the asset was last updated, added, or deleted in Cloud SCC.
.google.protobuf.Timestamp update_time = 10;com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
The time at which the asset was last updated, added, or deleted in Cloud SCC.
.google.protobuf.Timestamp update_time = 10;Copyright © 2019 Google LLC. All rights reserved.