public static interface Asset.SecurityCenterPropertiesOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Folder |
getFolders(int index)
Contains a Folder message for each folder in the assets ancestry.
|
int |
getFoldersCount()
Contains a Folder message for each folder in the assets ancestry.
|
List<Folder> |
getFoldersList()
Contains a Folder message for each folder in the assets ancestry.
|
FolderOrBuilder |
getFoldersOrBuilder(int index)
Contains a Folder message for each folder in the assets ancestry.
|
List<? extends FolderOrBuilder> |
getFoldersOrBuilderList()
Contains a Folder message for each folder in the assets ancestry.
|
String |
getResourceDisplayName()
The user defined display name for this resource.
|
ByteString |
getResourceDisplayNameBytes()
The user defined display name for this resource.
|
String |
getResourceName()
The full resource name of the Google Cloud resource this asset
represents.
|
ByteString |
getResourceNameBytes()
The full resource name of the Google Cloud resource this asset
represents.
|
String |
getResourceOwners(int index)
Owners of the Google Cloud resource.
|
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.
|
ByteString |
getResourceParentBytes()
The full resource name of the immediate parent of the resource.
|
String |
getResourceParentDisplayName()
The user defined display name for the parent of this resource.
|
ByteString |
getResourceParentDisplayNameBytes()
The user defined display name for the parent of this resource.
|
String |
getResourceProject()
The full resource name of the project the resource belongs to.
|
ByteString |
getResourceProjectBytes()
The full resource name of the project the resource belongs to.
|
String |
getResourceProjectDisplayName()
The user defined display name for the project of this resource.
|
ByteString |
getResourceProjectDisplayNameBytes()
The user defined display name for the project of this resource.
|
String |
getResourceType()
The type of the Google Cloud resource.
|
ByteString |
getResourceTypeBytes()
The type of the Google Cloud resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getResourceName()
The full resource name of the Google Cloud 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;
ByteString getResourceNameBytes()
The full resource name of the Google Cloud 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 Google Cloud resource. Examples include: APPLICATION, PROJECT, and ORGANIZATION. This is a case insensitive field defined by Security Command Center and/or the producer of the resource and is immutable after create time.
string resource_type = 2;
ByteString getResourceTypeBytes()
The type of the Google Cloud resource. Examples include: APPLICATION, PROJECT, and ORGANIZATION. This is a case insensitive field defined by Security Command Center 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;
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;
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;
index
- The index of the element to return.ByteString getResourceOwnersBytes(int index)
Owners of the Google Cloud resource.
repeated string resource_owners = 5;
index
- The index of the value to return.String getResourceDisplayName()
The user defined display name for this resource.
string resource_display_name = 6;
ByteString getResourceDisplayNameBytes()
The user defined display name for this resource.
string resource_display_name = 6;
String getResourceParentDisplayName()
The user defined display name for the parent of this resource.
string resource_parent_display_name = 7;
ByteString getResourceParentDisplayNameBytes()
The user defined display name for the parent of this resource.
string resource_parent_display_name = 7;
String getResourceProjectDisplayName()
The user defined display name for the project of this resource.
string resource_project_display_name = 8;
ByteString getResourceProjectDisplayNameBytes()
The user defined display name for the project of this resource.
string resource_project_display_name = 8;
List<Folder> getFoldersList()
Contains a Folder message for each folder in the assets ancestry. The first folder is the deepest nested folder, and the last folder is the folder directly under the Organization.
repeated .google.cloud.securitycenter.v1.Folder folders = 10;
Folder getFolders(int index)
Contains a Folder message for each folder in the assets ancestry. The first folder is the deepest nested folder, and the last folder is the folder directly under the Organization.
repeated .google.cloud.securitycenter.v1.Folder folders = 10;
int getFoldersCount()
Contains a Folder message for each folder in the assets ancestry. The first folder is the deepest nested folder, and the last folder is the folder directly under the Organization.
repeated .google.cloud.securitycenter.v1.Folder folders = 10;
List<? extends FolderOrBuilder> getFoldersOrBuilderList()
Contains a Folder message for each folder in the assets ancestry. The first folder is the deepest nested folder, and the last folder is the folder directly under the Organization.
repeated .google.cloud.securitycenter.v1.Folder folders = 10;
FolderOrBuilder getFoldersOrBuilder(int index)
Contains a Folder message for each folder in the assets ancestry. The first folder is the deepest nested folder, and the last folder is the folder directly under the Organization.
repeated .google.cloud.securitycenter.v1.Folder folders = 10;
Copyright © 2022 Google LLC. All rights reserved.