Interface AnalyzeOrgPolicyGovernedAssetsResponse.GovernedResourceOrBuilder (3.24.0)

public static interface AnalyzeOrgPolicyGovernedAssetsResponse.GovernedResourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFolders(int index)

public abstract String getFolders(int index)

The folder(s) that this resource belongs to, in the format of folders/{FOLDER_NUMBER}. This field is available when the resource belongs (directly or cascadingly) to one or more folders.

repeated string folders = 6;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The folders at the given index.

getFoldersBytes(int index)

public abstract ByteString getFoldersBytes(int index)

The folder(s) that this resource belongs to, in the format of folders/{FOLDER_NUMBER}. This field is available when the resource belongs (directly or cascadingly) to one or more folders.

repeated string folders = 6;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the folders at the given index.

getFoldersCount()

public abstract int getFoldersCount()

The folder(s) that this resource belongs to, in the format of folders/{FOLDER_NUMBER}. This field is available when the resource belongs (directly or cascadingly) to one or more folders.

repeated string folders = 6;

Returns
TypeDescription
int

The count of folders.

getFoldersList()

public abstract List<String> getFoldersList()

The folder(s) that this resource belongs to, in the format of folders/{FOLDER_NUMBER}. This field is available when the resource belongs (directly or cascadingly) to one or more folders.

repeated string folders = 6;

Returns
TypeDescription
List<String>

A list containing the folders.

getFullResourceName()

public abstract String getFullResourceName()

The full resource name of the Google Cloud resource.

string full_resource_name = 1;

Returns
TypeDescription
String

The fullResourceName.

getFullResourceNameBytes()

public abstract ByteString getFullResourceNameBytes()

The full resource name of the Google Cloud resource.

string full_resource_name = 1;

Returns
TypeDescription
ByteString

The bytes for fullResourceName.

getOrganization()

public abstract String getOrganization()

The organization that this resource belongs to, in the format of organizations/{ORGANIZATION_NUMBER}. This field is available when the resource belongs (directly or cascadingly) to an organization.

string organization = 7;

Returns
TypeDescription
String

The organization.

getOrganizationBytes()

public abstract ByteString getOrganizationBytes()

The organization that this resource belongs to, in the format of organizations/{ORGANIZATION_NUMBER}. This field is available when the resource belongs (directly or cascadingly) to an organization.

string organization = 7;

Returns
TypeDescription
ByteString

The bytes for organization.

getParent()

public abstract String getParent()

The full resource name of the parent of AnalyzeOrgPolicyGovernedAssetsResponse.GovernedResource.full_resource_name.

string parent = 2;

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

The full resource name of the parent of AnalyzeOrgPolicyGovernedAssetsResponse.GovernedResource.full_resource_name.

string parent = 2;

Returns
TypeDescription
ByteString

The bytes for parent.

getProject()

public abstract String getProject()

The project that this resource belongs to, in the format of projects/{PROJECT_NUMBER}. This field is available when the resource belongs to a project.

string project = 5;

Returns
TypeDescription
String

The project.

getProjectBytes()

public abstract ByteString getProjectBytes()

The project that this resource belongs to, in the format of projects/{PROJECT_NUMBER}. This field is available when the resource belongs to a project.

string project = 5;

Returns
TypeDescription
ByteString

The bytes for project.