Class AnalyzerOrgPolicyConstraint.CustomConstraint.Builder (3.47.0)

public static final class AnalyzerOrgPolicyConstraint.CustomConstraint.Builder extends GeneratedMessageV3.Builder<AnalyzerOrgPolicyConstraint.CustomConstraint.Builder> implements AnalyzerOrgPolicyConstraint.CustomConstraintOrBuilder

The definition of a custom constraint.

Protobuf type google.cloud.asset.v1.AnalyzerOrgPolicyConstraint.CustomConstraint

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllMethodTypes(Iterable<? extends AnalyzerOrgPolicyConstraint.CustomConstraint.MethodType> values)

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder addAllMethodTypes(Iterable<? extends AnalyzerOrgPolicyConstraint.CustomConstraint.MethodType> values)

All the operations being applied for this constraint.

repeated .google.cloud.asset.v1.AnalyzerOrgPolicyConstraint.CustomConstraint.MethodType method_types = 3;

Parameter
Name Description
values Iterable<? extends com.google.cloud.asset.v1.AnalyzerOrgPolicyConstraint.CustomConstraint.MethodType>

The methodTypes to add.

Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

This builder for chaining.

addAllMethodTypesValue(Iterable<Integer> values)

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder addAllMethodTypesValue(Iterable<Integer> values)

All the operations being applied for this constraint.

repeated .google.cloud.asset.v1.AnalyzerOrgPolicyConstraint.CustomConstraint.MethodType method_types = 3;

Parameter
Name Description
values Iterable<Integer>

The enum numeric values on the wire for methodTypes to add.

Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

This builder for chaining.

addAllResourceTypes(Iterable<String> values)

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder addAllResourceTypes(Iterable<String> values)

The Resource Instance type on which this policy applies to. Format will be of the form : "<canonical service name>/<type>" Example:

  • compute.googleapis.com/Instance.

repeated string resource_types = 2;

Parameter
Name Description
values Iterable<String>

The resourceTypes to add.

Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

This builder for chaining.

addMethodTypes(AnalyzerOrgPolicyConstraint.CustomConstraint.MethodType value)

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder addMethodTypes(AnalyzerOrgPolicyConstraint.CustomConstraint.MethodType value)

All the operations being applied for this constraint.

repeated .google.cloud.asset.v1.AnalyzerOrgPolicyConstraint.CustomConstraint.MethodType method_types = 3;

Parameter
Name Description
value AnalyzerOrgPolicyConstraint.CustomConstraint.MethodType

The methodTypes to add.

Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

This builder for chaining.

addMethodTypesValue(int value)

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder addMethodTypesValue(int value)

All the operations being applied for this constraint.

repeated .google.cloud.asset.v1.AnalyzerOrgPolicyConstraint.CustomConstraint.MethodType method_types = 3;

Parameter
Name Description
value int

The enum numeric value on the wire for methodTypes to add.

Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder
Overrides

addResourceTypes(String value)

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder addResourceTypes(String value)

The Resource Instance type on which this policy applies to. Format will be of the form : "<canonical service name>/<type>" Example:

  • compute.googleapis.com/Instance.

repeated string resource_types = 2;

Parameter
Name Description
value String

The resourceTypes to add.

Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

This builder for chaining.

addResourceTypesBytes(ByteString value)

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder addResourceTypesBytes(ByteString value)

The Resource Instance type on which this policy applies to. Format will be of the form : "<canonical service name>/<type>" Example:

  • compute.googleapis.com/Instance.

repeated string resource_types = 2;

Parameter
Name Description
value ByteString

The bytes of the resourceTypes to add.

Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

This builder for chaining.

build()

public AnalyzerOrgPolicyConstraint.CustomConstraint build()
Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint

buildPartial()

public AnalyzerOrgPolicyConstraint.CustomConstraint buildPartial()
Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint

clear()

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder clear()
Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder
Overrides

clearActionType()

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder clearActionType()

Allow or deny type.

.google.cloud.asset.v1.AnalyzerOrgPolicyConstraint.CustomConstraint.ActionType action_type = 5;

Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

This builder for chaining.

clearCondition()

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder clearCondition()

Organization Policy condition/expression. For example: resource.instanceName.matches("[production|test].*(\d)+")' or, resource.management.auto_upgrade == true

string condition = 4;

Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

This builder for chaining.

clearDescription()

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder clearDescription()

Detailed information about this custom policy constraint.

string description = 7;

Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

This builder for chaining.

clearDisplayName()

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder clearDisplayName()

One line display name for the UI.

string display_name = 6;

Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder
Overrides

clearMethodTypes()

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder clearMethodTypes()

All the operations being applied for this constraint.

repeated .google.cloud.asset.v1.AnalyzerOrgPolicyConstraint.CustomConstraint.MethodType method_types = 3;

Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

This builder for chaining.

clearName()

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder clearName()

Name of the constraint. This is unique within the organization. Format of the name should be

  • organizations/{organization_id}/customConstraints/{custom_constraint_id}

    Example : "organizations/123/customConstraints/custom.createOnlyE2TypeVms"

string name = 1;

Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder
Overrides

clearResourceTypes()

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder clearResourceTypes()

The Resource Instance type on which this policy applies to. Format will be of the form : "<canonical service name>/<type>" Example:

  • compute.googleapis.com/Instance.

repeated string resource_types = 2;

Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

This builder for chaining.

clone()

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder clone()
Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder
Overrides

getActionType()

public AnalyzerOrgPolicyConstraint.CustomConstraint.ActionType getActionType()

Allow or deny type.

.google.cloud.asset.v1.AnalyzerOrgPolicyConstraint.CustomConstraint.ActionType action_type = 5;

Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.ActionType

The actionType.

getActionTypeValue()

public int getActionTypeValue()

Allow or deny type.

.google.cloud.asset.v1.AnalyzerOrgPolicyConstraint.CustomConstraint.ActionType action_type = 5;

Returns
Type Description
int

The enum numeric value on the wire for actionType.

getCondition()

public String getCondition()

Organization Policy condition/expression. For example: resource.instanceName.matches("[production|test].*(\d)+")' or, resource.management.auto_upgrade == true

string condition = 4;

Returns
Type Description
String

The condition.

getConditionBytes()

public ByteString getConditionBytes()

Organization Policy condition/expression. For example: resource.instanceName.matches("[production|test].*(\d)+")' or, resource.management.auto_upgrade == true

string condition = 4;

Returns
Type Description
ByteString

The bytes for condition.

getDefaultInstanceForType()

public AnalyzerOrgPolicyConstraint.CustomConstraint getDefaultInstanceForType()
Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint

getDescription()

public String getDescription()

Detailed information about this custom policy constraint.

string description = 7;

Returns
Type Description
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

Detailed information about this custom policy constraint.

string description = 7;

Returns
Type Description
ByteString

The bytes for description.

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getDisplayName()

public String getDisplayName()

One line display name for the UI.

string display_name = 6;

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

One line display name for the UI.

string display_name = 6;

Returns
Type Description
ByteString

The bytes for displayName.

getMethodTypes(int index)

public AnalyzerOrgPolicyConstraint.CustomConstraint.MethodType getMethodTypes(int index)

All the operations being applied for this constraint.

repeated .google.cloud.asset.v1.AnalyzerOrgPolicyConstraint.CustomConstraint.MethodType method_types = 3;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.MethodType

The methodTypes at the given index.

getMethodTypesCount()

public int getMethodTypesCount()

All the operations being applied for this constraint.

repeated .google.cloud.asset.v1.AnalyzerOrgPolicyConstraint.CustomConstraint.MethodType method_types = 3;

Returns
Type Description
int

The count of methodTypes.

getMethodTypesList()

public List<AnalyzerOrgPolicyConstraint.CustomConstraint.MethodType> getMethodTypesList()

All the operations being applied for this constraint.

repeated .google.cloud.asset.v1.AnalyzerOrgPolicyConstraint.CustomConstraint.MethodType method_types = 3;

Returns
Type Description
List<MethodType>

A list containing the methodTypes.

getMethodTypesValue(int index)

public int getMethodTypesValue(int index)

All the operations being applied for this constraint.

repeated .google.cloud.asset.v1.AnalyzerOrgPolicyConstraint.CustomConstraint.MethodType method_types = 3;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
int

The enum numeric value on the wire of methodTypes at the given index.

getMethodTypesValueList()

public List<Integer> getMethodTypesValueList()

All the operations being applied for this constraint.

repeated .google.cloud.asset.v1.AnalyzerOrgPolicyConstraint.CustomConstraint.MethodType method_types = 3;

Returns
Type Description
List<Integer>

A list containing the enum numeric values on the wire for methodTypes.

getName()

public String getName()

Name of the constraint. This is unique within the organization. Format of the name should be

  • organizations/{organization_id}/customConstraints/{custom_constraint_id}

    Example : "organizations/123/customConstraints/custom.createOnlyE2TypeVms"

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Name of the constraint. This is unique within the organization. Format of the name should be

  • organizations/{organization_id}/customConstraints/{custom_constraint_id}

    Example : "organizations/123/customConstraints/custom.createOnlyE2TypeVms"

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getResourceTypes(int index)

public String getResourceTypes(int index)

The Resource Instance type on which this policy applies to. Format will be of the form : "<canonical service name>/<type>" Example:

  • compute.googleapis.com/Instance.

repeated string resource_types = 2;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The resourceTypes at the given index.

getResourceTypesBytes(int index)

public ByteString getResourceTypesBytes(int index)

The Resource Instance type on which this policy applies to. Format will be of the form : "<canonical service name>/<type>" Example:

  • compute.googleapis.com/Instance.

repeated string resource_types = 2;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the resourceTypes at the given index.

getResourceTypesCount()

public int getResourceTypesCount()

The Resource Instance type on which this policy applies to. Format will be of the form : "<canonical service name>/<type>" Example:

  • compute.googleapis.com/Instance.

repeated string resource_types = 2;

Returns
Type Description
int

The count of resourceTypes.

getResourceTypesList()

public ProtocolStringList getResourceTypesList()

The Resource Instance type on which this policy applies to. Format will be of the form : "<canonical service name>/<type>" Example:

  • compute.googleapis.com/Instance.

repeated string resource_types = 2;

Returns
Type Description
ProtocolStringList

A list containing the resourceTypes.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AnalyzerOrgPolicyConstraint.CustomConstraint other)

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder mergeFrom(AnalyzerOrgPolicyConstraint.CustomConstraint other)
Parameter
Name Description
other AnalyzerOrgPolicyConstraint.CustomConstraint
Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final AnalyzerOrgPolicyConstraint.CustomConstraint.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder
Overrides

setActionType(AnalyzerOrgPolicyConstraint.CustomConstraint.ActionType value)

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder setActionType(AnalyzerOrgPolicyConstraint.CustomConstraint.ActionType value)

Allow or deny type.

.google.cloud.asset.v1.AnalyzerOrgPolicyConstraint.CustomConstraint.ActionType action_type = 5;

Parameter
Name Description
value AnalyzerOrgPolicyConstraint.CustomConstraint.ActionType

The actionType to set.

Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

This builder for chaining.

setActionTypeValue(int value)

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder setActionTypeValue(int value)

Allow or deny type.

.google.cloud.asset.v1.AnalyzerOrgPolicyConstraint.CustomConstraint.ActionType action_type = 5;

Parameter
Name Description
value int

The enum numeric value on the wire for actionType to set.

Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

This builder for chaining.

setCondition(String value)

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder setCondition(String value)

Organization Policy condition/expression. For example: resource.instanceName.matches("[production|test].*(\d)+")' or, resource.management.auto_upgrade == true

string condition = 4;

Parameter
Name Description
value String

The condition to set.

Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

This builder for chaining.

setConditionBytes(ByteString value)

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder setConditionBytes(ByteString value)

Organization Policy condition/expression. For example: resource.instanceName.matches("[production|test].*(\d)+")' or, resource.management.auto_upgrade == true

string condition = 4;

Parameter
Name Description
value ByteString

The bytes for condition to set.

Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

This builder for chaining.

setDescription(String value)

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder setDescription(String value)

Detailed information about this custom policy constraint.

string description = 7;

Parameter
Name Description
value String

The description to set.

Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

This builder for chaining.

setDescriptionBytes(ByteString value)

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder setDescriptionBytes(ByteString value)

Detailed information about this custom policy constraint.

string description = 7;

Parameter
Name Description
value ByteString

The bytes for description to set.

Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

This builder for chaining.

setDisplayName(String value)

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder setDisplayName(String value)

One line display name for the UI.

string display_name = 6;

Parameter
Name Description
value String

The displayName to set.

Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

This builder for chaining.

setDisplayNameBytes(ByteString value)

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder setDisplayNameBytes(ByteString value)

One line display name for the UI.

string display_name = 6;

Parameter
Name Description
value ByteString

The bytes for displayName to set.

Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder
Overrides

setMethodTypes(int index, AnalyzerOrgPolicyConstraint.CustomConstraint.MethodType value)

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder setMethodTypes(int index, AnalyzerOrgPolicyConstraint.CustomConstraint.MethodType value)

All the operations being applied for this constraint.

repeated .google.cloud.asset.v1.AnalyzerOrgPolicyConstraint.CustomConstraint.MethodType method_types = 3;

Parameters
Name Description
index int

The index to set the value at.

value AnalyzerOrgPolicyConstraint.CustomConstraint.MethodType

The methodTypes to set.

Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

This builder for chaining.

setMethodTypesValue(int index, int value)

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder setMethodTypesValue(int index, int value)

All the operations being applied for this constraint.

repeated .google.cloud.asset.v1.AnalyzerOrgPolicyConstraint.CustomConstraint.MethodType method_types = 3;

Parameters
Name Description
index int

The index to set the value at.

value int

The enum numeric value on the wire for methodTypes to set.

Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

This builder for chaining.

setName(String value)

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder setName(String value)

Name of the constraint. This is unique within the organization. Format of the name should be

  • organizations/{organization_id}/customConstraints/{custom_constraint_id}

    Example : "organizations/123/customConstraints/custom.createOnlyE2TypeVms"

string name = 1;

Parameter
Name Description
value String

The name to set.

Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

This builder for chaining.

setNameBytes(ByteString value)

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder setNameBytes(ByteString value)

Name of the constraint. This is unique within the organization. Format of the name should be

  • organizations/{organization_id}/customConstraints/{custom_constraint_id}

    Example : "organizations/123/customConstraints/custom.createOnlyE2TypeVms"

string name = 1;

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder
Overrides

setResourceTypes(int index, String value)

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder setResourceTypes(int index, String value)

The Resource Instance type on which this policy applies to. Format will be of the form : "<canonical service name>/<type>" Example:

  • compute.googleapis.com/Instance.

repeated string resource_types = 2;

Parameters
Name Description
index int

The index to set the value at.

value String

The resourceTypes to set.

Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final AnalyzerOrgPolicyConstraint.CustomConstraint.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder
Overrides