Class AnalyzerOrgPolicyConstraint.CustomConstraint.Builder (3.45.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
TypeDescription
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
NameDescription
valuesIterable<? extends com.google.cloud.asset.v1.AnalyzerOrgPolicyConstraint.CustomConstraint.MethodType>

The methodTypes to add.

Returns
TypeDescription
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
NameDescription
valuesIterable<Integer>

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

Returns
TypeDescription
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
NameDescription
valuesIterable<String>

The resourceTypes to add.

Returns
TypeDescription
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
NameDescription
valueAnalyzerOrgPolicyConstraint.CustomConstraint.MethodType

The methodTypes to add.

Returns
TypeDescription
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
NameDescription
valueint

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

Returns
TypeDescription
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueString

The resourceTypes to add.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes of the resourceTypes to add.

Returns
TypeDescription
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

This builder for chaining.

build()

public AnalyzerOrgPolicyConstraint.CustomConstraint build()
Returns
TypeDescription
AnalyzerOrgPolicyConstraint.CustomConstraint

buildPartial()

public AnalyzerOrgPolicyConstraint.CustomConstraint buildPartial()
Returns
TypeDescription
AnalyzerOrgPolicyConstraint.CustomConstraint

clear()

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder clear()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

This builder for chaining.

clearDescription()

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder clearDescription()

Detailed information about this custom policy constraint.

string description = 7;

Returns
TypeDescription
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
TypeDescription
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

This builder for chaining.

clone()

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder clone()
Returns
TypeDescription
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
TypeDescription
AnalyzerOrgPolicyConstraint.CustomConstraint.ActionType

The actionType.

getActionTypeValue()

public int getActionTypeValue()

Allow or deny type.

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

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for condition.

getDefaultInstanceForType()

public AnalyzerOrgPolicyConstraint.CustomConstraint getDefaultInstanceForType()
Returns
TypeDescription
AnalyzerOrgPolicyConstraint.CustomConstraint

getDescription()

public String getDescription()

Detailed information about this custom policy constraint.

string description = 7;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

Detailed information about this custom policy constraint.

string description = 7;

Returns
TypeDescription
ByteString

The bytes for description.

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getDisplayName()

public String getDisplayName()

One line display name for the UI.

string display_name = 6;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

One line display name for the UI.

string display_name = 6;

Returns
TypeDescription
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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ProtocolStringList

A list containing the resourceTypes.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(AnalyzerOrgPolicyConstraint.CustomConstraint other)

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder mergeFrom(AnalyzerOrgPolicyConstraint.CustomConstraint other)
Parameter
NameDescription
otherAnalyzerOrgPolicyConstraint.CustomConstraint
Returns
TypeDescription
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final AnalyzerOrgPolicyConstraint.CustomConstraint.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueAnalyzerOrgPolicyConstraint.CustomConstraint.ActionType

The actionType to set.

Returns
TypeDescription
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
NameDescription
valueint

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

Returns
TypeDescription
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
NameDescription
valueString

The condition to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for condition to set.

Returns
TypeDescription
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
NameDescription
valueString

The description to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for description to set.

Returns
TypeDescription
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
NameDescription
valueString

The displayName to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for displayName to set.

Returns
TypeDescription
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public AnalyzerOrgPolicyConstraint.CustomConstraint.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
indexint

The index to set the value at.

valueAnalyzerOrgPolicyConstraint.CustomConstraint.MethodType

The methodTypes to set.

Returns
TypeDescription
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
NameDescription
indexint

The index to set the value at.

valueint

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

Returns
TypeDescription
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
NameDescription
valueString

The name to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
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
NameDescription
indexint

The index to set the value at.

valueString

The resourceTypes to set.

Returns
TypeDescription
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final AnalyzerOrgPolicyConstraint.CustomConstraint.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
AnalyzerOrgPolicyConstraint.CustomConstraint.Builder
Overrides