public static interface Asset.SecurityCenterPropertiesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getResourceName()
The full resource name of the GCP resource this asset
represents.
|
com.google.protobuf.ByteString |
getResourceNameBytes()
The full resource name of the GCP resource this asset
represents.
|
String |
getResourceOwners(int index)
Owners of the Google Cloud resource.
|
com.google.protobuf.ByteString |
getResourceOwnersBytes(int index)
Owners of the Google Cloud resource.
|
int |
getResourceOwnersCount()
Owners of the Google Cloud resource.
|
List<String> |
getResourceOwnersList()
Owners of the Google Cloud resource.
|
String |
getResourceParent()
The full resource name of the immediate parent of the resource.
|
com.google.protobuf.ByteString |
getResourceParentBytes()
The full resource name of the immediate parent of the resource.
|
String |
getResourceProject()
The full resource name of the project the resource belongs to.
|
com.google.protobuf.ByteString |
getResourceProjectBytes()
The full resource name of the project the resource belongs to.
|
String |
getResourceType()
The type of the GCP resource.
|
com.google.protobuf.ByteString |
getResourceTypeBytes()
The type of the GCP resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getResourceName()
The full resource name of the GCP resource this asset represents. This field is immutable after create time. See: https://cloud.google.com/apis/design/resource_names#full_resource_name
string resource_name = 1;com.google.protobuf.ByteString getResourceNameBytes()
The full resource name of the GCP resource this asset represents. This field is immutable after create time. See: https://cloud.google.com/apis/design/resource_names#full_resource_name
string resource_name = 1;String getResourceType()
The type of the GCP resource. Examples include: APPLICATION, PROJECT, and ORGANIZATION. This is a case insensitive field defined by Cloud SCC and/or the producer of the resource and is immutable after create time.
string resource_type = 2;com.google.protobuf.ByteString getResourceTypeBytes()
The type of the GCP resource. Examples include: APPLICATION, PROJECT, and ORGANIZATION. This is a case insensitive field defined by Cloud SCC and/or the producer of the resource and is immutable after create time.
string resource_type = 2;String getResourceParent()
The full resource name of the immediate parent of the resource. See: https://cloud.google.com/apis/design/resource_names#full_resource_name
string resource_parent = 3;com.google.protobuf.ByteString getResourceParentBytes()
The full resource name of the immediate parent of the resource. See: https://cloud.google.com/apis/design/resource_names#full_resource_name
string resource_parent = 3;String getResourceProject()
The full resource name of the project the resource belongs to. See: https://cloud.google.com/apis/design/resource_names#full_resource_name
string resource_project = 4;com.google.protobuf.ByteString getResourceProjectBytes()
The full resource name of the project the resource belongs to. See: https://cloud.google.com/apis/design/resource_names#full_resource_name
string resource_project = 4;List<String> getResourceOwnersList()
Owners of the Google Cloud resource.
repeated string resource_owners = 5;int getResourceOwnersCount()
Owners of the Google Cloud resource.
repeated string resource_owners = 5;String getResourceOwners(int index)
Owners of the Google Cloud resource.
repeated string resource_owners = 5;com.google.protobuf.ByteString getResourceOwnersBytes(int index)
Owners of the Google Cloud resource.
repeated string resource_owners = 5;Copyright © 2019 Google LLC. All rights reserved.