Interface ListFindingsResponse.ListFindingsResult.ResourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListFindingsResponse.ListFindingsResult.Resource,ListFindingsResponse.ListFindingsResult.Resource.Builder
- Enclosing class:
- ListFindingsResponse.ListFindingsResult
public static interface ListFindingsResponse.ListFindingsResult.ResourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FoldergetFolders(int index)Contains a Folder message for each folder in the assets ancestry.intgetFoldersCount()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.FolderOrBuildergetFoldersOrBuilder(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.StringgetName()The full resource name of the resource.com.google.protobuf.ByteStringgetNameBytes()The full resource name of the resource.StringgetParentDisplayName()The human readable name of resource's parent.com.google.protobuf.ByteStringgetParentDisplayNameBytes()The human readable name of resource's parent.StringgetParentName()The full resource name of resource's parent.com.google.protobuf.ByteStringgetParentNameBytes()The full resource name of resource's parent.StringgetProjectDisplayName()The human readable name of project that the resource belongs to.com.google.protobuf.ByteStringgetProjectDisplayNameBytes()The human readable name of project that the resource belongs to.StringgetProjectName()The full resource name of project that the resource belongs to.com.google.protobuf.ByteStringgetProjectNameBytes()The full resource name of project that the resource belongs to.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
The full resource name of the resource. See: https://cloud.google.com/apis/design/resource_names#full_resource_name
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The full resource name of the resource. See: https://cloud.google.com/apis/design/resource_names#full_resource_name
string name = 1;- Returns:
- The bytes for name.
-
getProjectName
String getProjectName()
The full resource name of project that the resource belongs to.
string project_name = 2;- Returns:
- The projectName.
-
getProjectNameBytes
com.google.protobuf.ByteString getProjectNameBytes()
The full resource name of project that the resource belongs to.
string project_name = 2;- Returns:
- The bytes for projectName.
-
getProjectDisplayName
String getProjectDisplayName()
The human readable name of project that the resource belongs to.
string project_display_name = 3;- Returns:
- The projectDisplayName.
-
getProjectDisplayNameBytes
com.google.protobuf.ByteString getProjectDisplayNameBytes()
The human readable name of project that the resource belongs to.
string project_display_name = 3;- Returns:
- The bytes for projectDisplayName.
-
getParentName
String getParentName()
The full resource name of resource's parent.
string parent_name = 4;- Returns:
- The parentName.
-
getParentNameBytes
com.google.protobuf.ByteString getParentNameBytes()
The full resource name of resource's parent.
string parent_name = 4;- Returns:
- The bytes for parentName.
-
getParentDisplayName
String getParentDisplayName()
The human readable name of resource's parent.
string parent_display_name = 5;- Returns:
- The parentDisplayName.
-
getParentDisplayNameBytes
com.google.protobuf.ByteString getParentDisplayNameBytes()
The human readable name of resource's parent.
string parent_display_name = 5;- Returns:
- The bytes for parentDisplayName.
-
getFoldersList
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;
-
getFolders
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;
-
getFoldersCount
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;
-
getFoldersOrBuilderList
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;
-
getFoldersOrBuilder
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;
-
-