public static final class AnalyzeOrgPolicyGovernedAssetsResponse.Builder extends GeneratedMessageV3.Builder<AnalyzeOrgPolicyGovernedAssetsResponse.Builder> implements AnalyzeOrgPolicyGovernedAssetsResponseOrBuilder
The response message for
AssetService.AnalyzeOrgPolicyGovernedAssets.
Protobuf type google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllGovernedAssets(Iterable<? extends AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset> values)
public AnalyzeOrgPolicyGovernedAssetsResponse.Builder addAllGovernedAssets(Iterable<? extends AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset> values)
The list of the analyzed governed assets.
repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset governed_assets = 1;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset>
|
addGovernedAssets(AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset value)
public AnalyzeOrgPolicyGovernedAssetsResponse.Builder addGovernedAssets(AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset value)
The list of the analyzed governed assets.
repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset governed_assets = 1;
addGovernedAssets(AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset.Builder builderForValue)
public AnalyzeOrgPolicyGovernedAssetsResponse.Builder addGovernedAssets(AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset.Builder builderForValue)
The list of the analyzed governed assets.
repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset governed_assets = 1;
addGovernedAssets(int index, AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset value)
public AnalyzeOrgPolicyGovernedAssetsResponse.Builder addGovernedAssets(int index, AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset value)
The list of the analyzed governed assets.
repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset governed_assets = 1;
addGovernedAssets(int index, AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset.Builder builderForValue)
public AnalyzeOrgPolicyGovernedAssetsResponse.Builder addGovernedAssets(int index, AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset.Builder builderForValue)
The list of the analyzed governed assets.
repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset governed_assets = 1;
addGovernedAssetsBuilder()
public AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset.Builder addGovernedAssetsBuilder()
The list of the analyzed governed assets.
repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset governed_assets = 1;
addGovernedAssetsBuilder(int index)
public AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset.Builder addGovernedAssetsBuilder(int index)
The list of the analyzed governed assets.
repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset governed_assets = 1;
Parameter |
Name |
Description |
index |
int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AnalyzeOrgPolicyGovernedAssetsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public AnalyzeOrgPolicyGovernedAssetsResponse build()
buildPartial()
public AnalyzeOrgPolicyGovernedAssetsResponse buildPartial()
clear()
public AnalyzeOrgPolicyGovernedAssetsResponse.Builder clear()
Overrides
clearConstraint()
public AnalyzeOrgPolicyGovernedAssetsResponse.Builder clearConstraint()
The definition of the constraint in the request.
.google.cloud.asset.v1.AnalyzerOrgPolicyConstraint constraint = 2;
clearField(Descriptors.FieldDescriptor field)
public AnalyzeOrgPolicyGovernedAssetsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearGovernedAssets()
public AnalyzeOrgPolicyGovernedAssetsResponse.Builder clearGovernedAssets()
The list of the analyzed governed assets.
repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset governed_assets = 1;
clearNextPageToken()
public AnalyzeOrgPolicyGovernedAssetsResponse.Builder clearNextPageToken()
The page token to fetch the next page for
AnalyzeOrgPolicyGovernedAssetsResponse.governed_assets.
string next_page_token = 3;
clearOneof(Descriptors.OneofDescriptor oneof)
public AnalyzeOrgPolicyGovernedAssetsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public AnalyzeOrgPolicyGovernedAssetsResponse.Builder clone()
Overrides
getConstraint()
public AnalyzerOrgPolicyConstraint getConstraint()
The definition of the constraint in the request.
.google.cloud.asset.v1.AnalyzerOrgPolicyConstraint constraint = 2;
getConstraintBuilder()
public AnalyzerOrgPolicyConstraint.Builder getConstraintBuilder()
The definition of the constraint in the request.
.google.cloud.asset.v1.AnalyzerOrgPolicyConstraint constraint = 2;
getConstraintOrBuilder()
public AnalyzerOrgPolicyConstraintOrBuilder getConstraintOrBuilder()
The definition of the constraint in the request.
.google.cloud.asset.v1.AnalyzerOrgPolicyConstraint constraint = 2;
getDefaultInstanceForType()
public AnalyzeOrgPolicyGovernedAssetsResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getGovernedAssets(int index)
public 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
|
getGovernedAssetsBuilder(int index)
public AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset.Builder getGovernedAssetsBuilder(int index)
The list of the analyzed governed assets.
repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset governed_assets = 1;
Parameter |
Name |
Description |
index |
int
|
getGovernedAssetsBuilderList()
public List<AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset.Builder> getGovernedAssetsBuilderList()
The list of the analyzed governed assets.
repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset governed_assets = 1;
getGovernedAssetsCount()
public 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 List<AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset> getGovernedAssetsList()
The list of the analyzed governed assets.
repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset governed_assets = 1;
getGovernedAssetsOrBuilder(int index)
public 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
|
getGovernedAssetsOrBuilderList()
public 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 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 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 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.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeConstraint(AnalyzerOrgPolicyConstraint value)
public AnalyzeOrgPolicyGovernedAssetsResponse.Builder mergeConstraint(AnalyzerOrgPolicyConstraint value)
The definition of the constraint in the request.
.google.cloud.asset.v1.AnalyzerOrgPolicyConstraint constraint = 2;
mergeFrom(AnalyzeOrgPolicyGovernedAssetsResponse other)
public AnalyzeOrgPolicyGovernedAssetsResponse.Builder mergeFrom(AnalyzeOrgPolicyGovernedAssetsResponse other)
public AnalyzeOrgPolicyGovernedAssetsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public AnalyzeOrgPolicyGovernedAssetsResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AnalyzeOrgPolicyGovernedAssetsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeGovernedAssets(int index)
public AnalyzeOrgPolicyGovernedAssetsResponse.Builder removeGovernedAssets(int index)
The list of the analyzed governed assets.
repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset governed_assets = 1;
Parameter |
Name |
Description |
index |
int
|
setConstraint(AnalyzerOrgPolicyConstraint value)
public AnalyzeOrgPolicyGovernedAssetsResponse.Builder setConstraint(AnalyzerOrgPolicyConstraint value)
The definition of the constraint in the request.
.google.cloud.asset.v1.AnalyzerOrgPolicyConstraint constraint = 2;
setConstraint(AnalyzerOrgPolicyConstraint.Builder builderForValue)
public AnalyzeOrgPolicyGovernedAssetsResponse.Builder setConstraint(AnalyzerOrgPolicyConstraint.Builder builderForValue)
The definition of the constraint in the request.
.google.cloud.asset.v1.AnalyzerOrgPolicyConstraint constraint = 2;
setField(Descriptors.FieldDescriptor field, Object value)
public AnalyzeOrgPolicyGovernedAssetsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setGovernedAssets(int index, AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset value)
public AnalyzeOrgPolicyGovernedAssetsResponse.Builder setGovernedAssets(int index, AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset value)
The list of the analyzed governed assets.
repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset governed_assets = 1;
setGovernedAssets(int index, AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset.Builder builderForValue)
public AnalyzeOrgPolicyGovernedAssetsResponse.Builder setGovernedAssets(int index, AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset.Builder builderForValue)
The list of the analyzed governed assets.
repeated .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset governed_assets = 1;
setNextPageToken(String value)
public AnalyzeOrgPolicyGovernedAssetsResponse.Builder setNextPageToken(String value)
The page token to fetch the next page for
AnalyzeOrgPolicyGovernedAssetsResponse.governed_assets.
string next_page_token = 3;
Parameter |
Name |
Description |
value |
String
The nextPageToken to set.
|
setNextPageTokenBytes(ByteString value)
public AnalyzeOrgPolicyGovernedAssetsResponse.Builder setNextPageTokenBytes(ByteString value)
The page token to fetch the next page for
AnalyzeOrgPolicyGovernedAssetsResponse.governed_assets.
string next_page_token = 3;
Parameter |
Name |
Description |
value |
ByteString
The bytes for nextPageToken to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AnalyzeOrgPolicyGovernedAssetsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final AnalyzeOrgPolicyGovernedAssetsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides