public interface AnalyzeOrgPolicyGovernedAssetsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConstraint()
public abstract AnalyzerOrgPolicyConstraint getConstraint()The definition of the constraint in the request.
.google.cloud.asset.v1.AnalyzerOrgPolicyConstraint constraint = 2;
| Returns | |
|---|---|
| Type | Description |
AnalyzerOrgPolicyConstraint |
The constraint. |
getConstraintOrBuilder()
public abstract AnalyzerOrgPolicyConstraintOrBuilder getConstraintOrBuilder()The definition of the constraint in the request.
.google.cloud.asset.v1.AnalyzerOrgPolicyConstraint constraint = 2;
| Returns | |
|---|---|
| Type | Description |
AnalyzerOrgPolicyConstraintOrBuilder |
|
getGovernedAssets(int index)
public abstract AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset getGovernedAssets(int index)The list of the analyzed governed assets.
repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset governed_assets = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset |
|
getGovernedAssetsCount()
public abstract int getGovernedAssetsCount()The list of the analyzed governed assets.
repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset governed_assets = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getGovernedAssetsList()
public abstract List<AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset> getGovernedAssetsList()The list of the analyzed governed assets.
repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset governed_assets = 1;
| Returns | |
|---|---|
| Type | Description |
List<GovernedAsset> |
|
getGovernedAssetsOrBuilder(int index)
public abstract AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAssetOrBuilder getGovernedAssetsOrBuilder(int index)The list of the analyzed governed assets.
repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset governed_assets = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAssetOrBuilder |
|
getGovernedAssetsOrBuilderList()
public abstract List<? extends AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAssetOrBuilder> getGovernedAssetsOrBuilderList()The list of the analyzed governed assets.
repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset governed_assets = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAssetOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()The page token to fetch the next page for AnalyzeOrgPolicyGovernedAssetsResponse.governed_assets.
string next_page_token = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()The page token to fetch the next page for AnalyzeOrgPolicyGovernedAssetsResponse.governed_assets.
string next_page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
hasConstraint()
public abstract boolean hasConstraint()The definition of the constraint in the request.
.google.cloud.asset.v1.AnalyzerOrgPolicyConstraint constraint = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the constraint field is set. |