public static interface ListFindingsResponse.ListFindingsResult.ResourceOrBuilder 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 |
getName()
The full resource name of the resource.
|
ByteString |
getNameBytes()
The full resource name of the resource.
|
String |
getParentDisplayName()
The human readable name of resource's parent.
|
ByteString |
getParentDisplayNameBytes()
The human readable name of resource's parent.
|
String |
getParentName()
The full resource name of resource's parent.
|
ByteString |
getParentNameBytes()
The full resource name of resource's parent.
|
String |
getProjectDisplayName()
The human readable name of project that the resource belongs to.
|
ByteString |
getProjectDisplayNameBytes()
The human readable name of project that the resource belongs to.
|
String |
getProjectName()
The full resource name of project that the resource belongs to.
|
ByteString |
getProjectNameBytes()
The full resource name of project that the resource belongs to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getName()
The full resource name of the resource. See: https://cloud.google.com/apis/design/resource_names#full_resource_name
string name = 1;
ByteString getNameBytes()
The full resource name of the resource. See: https://cloud.google.com/apis/design/resource_names#full_resource_name
string name = 1;
String getProjectName()
The full resource name of project that the resource belongs to.
string project_name = 2;
ByteString getProjectNameBytes()
The full resource name of project that the resource belongs to.
string project_name = 2;
String getProjectDisplayName()
The human readable name of project that the resource belongs to.
string project_display_name = 3;
ByteString getProjectDisplayNameBytes()
The human readable name of project that the resource belongs to.
string project_display_name = 3;
String getParentName()
The full resource name of resource's parent.
string parent_name = 4;
ByteString getParentNameBytes()
The full resource name of resource's parent.
string parent_name = 4;
String getParentDisplayName()
The human readable name of resource's parent.
string parent_display_name = 5;
ByteString getParentDisplayNameBytes()
The human readable name of resource's parent.
string parent_display_name = 5;
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.v1p1beta1.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.v1p1beta1.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.v1p1beta1.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.v1p1beta1.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.v1p1beta1.Folder folders = 10;
Copyright © 2022 Google LLC. All rights reserved.