public interface ResourceOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
The human readable name of the resource.
|
ByteString |
getDisplayNameBytes()
The human readable name of the resource.
|
Folder |
getFolders(int index)
Output only.
|
int |
getFoldersCount()
Output only.
|
List<Folder> |
getFoldersList()
Output only.
|
FolderOrBuilder |
getFoldersOrBuilder(int index)
Output only.
|
List<? extends FolderOrBuilder> |
getFoldersOrBuilderList()
Output only.
|
String |
getName()
The full resource name of the resource.
|
ByteString |
getNameBytes()
The full resource name of the resource.
|
String |
getParent()
The full resource name of resource's parent.
|
ByteString |
getParentBytes()
The full resource name of resource's parent.
|
String |
getParentDisplayName()
The human readable name of resource's parent.
|
ByteString |
getParentDisplayNameBytes()
The human readable name of resource's parent.
|
String |
getProject()
The full resource name of project that the resource belongs to.
|
ByteString |
getProjectBytes()
The full resource name of project that the resource belongs to.
|
String |
getProjectDisplayName()
The project ID that the resource belongs to.
|
ByteString |
getProjectDisplayNameBytes()
The project ID that the resource belongs to.
|
String |
getType()
The full resource type of the resource.
|
ByteString |
getTypeBytes()
The full resource type of the resource.
|
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 getDisplayName()
The human readable name of the resource.
string display_name = 8;
ByteString getDisplayNameBytes()
The human readable name of the resource.
string display_name = 8;
String getType()
The full resource type of the resource.
string type = 6;
ByteString getTypeBytes()
The full resource type of the resource.
string type = 6;
String getProject()
The full resource name of project that the resource belongs to.
string project = 2;
ByteString getProjectBytes()
The full resource name of project that the resource belongs to.
string project = 2;
String getProjectDisplayName()
The project ID that the resource belongs to.
string project_display_name = 3;
ByteString getProjectDisplayNameBytes()
The project ID that the resource belongs to.
string project_display_name = 3;
String getParent()
The full resource name of resource's parent.
string parent = 4;
ByteString getParentBytes()
The full resource name of resource's parent.
string parent = 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()
Output only. 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 = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Folder getFolders(int index)
Output only. 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 = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getFoldersCount()
Output only. 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 = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
List<? extends FolderOrBuilder> getFoldersOrBuilderList()
Output only. 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 = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
FolderOrBuilder getFoldersOrBuilder(int index)
Output only. 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 = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2022 Google LLC. All rights reserved.