- 1.62.0 (latest)
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.1
- 1.11.0
- 1.9.1
- 1.8.1
- 1.7.2
- 1.6.0-beta
public static final class WafExpressionSet.Builder extends GeneratedMessageV3.Builder<WafExpressionSet.Builder> implements WafExpressionSetOrBuilder
Protobuf type google.cloud.compute.v1.WafExpressionSet
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > WafExpressionSet.BuilderImplements
WafExpressionSetOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAliases(String value)
public WafExpressionSet.Builder addAliases(String value)
A list of alternate IDs. The format should be: - E.g. XSS-stable Generic suffix like "stable" is particularly useful if a policy likes to avail newer set of expressions without having to change the policy. A given alias name can't be used for more than one entity set.
repeated string aliases = 159207166;
Name | Description |
value | String The aliases to add. |
Type | Description |
WafExpressionSet.Builder | This builder for chaining. |
addAliasesBytes(ByteString value)
public WafExpressionSet.Builder addAliasesBytes(ByteString value)
A list of alternate IDs. The format should be: - E.g. XSS-stable Generic suffix like "stable" is particularly useful if a policy likes to avail newer set of expressions without having to change the policy. A given alias name can't be used for more than one entity set.
repeated string aliases = 159207166;
Name | Description |
value | ByteString The bytes of the aliases to add. |
Type | Description |
WafExpressionSet.Builder | This builder for chaining. |
addAllAliases(Iterable<String> values)
public WafExpressionSet.Builder addAllAliases(Iterable<String> values)
A list of alternate IDs. The format should be: - E.g. XSS-stable Generic suffix like "stable" is particularly useful if a policy likes to avail newer set of expressions without having to change the policy. A given alias name can't be used for more than one entity set.
repeated string aliases = 159207166;
Name | Description |
values | Iterable<String> The aliases to add. |
Type | Description |
WafExpressionSet.Builder | This builder for chaining. |
addAllExpressions(Iterable<? extends WafExpressionSetExpression> values)
public WafExpressionSet.Builder addAllExpressions(Iterable<? extends WafExpressionSetExpression> values)
List of available expressions.
repeated .google.cloud.compute.v1.WafExpressionSetExpression expressions = 175554779;
Name | Description |
values | Iterable<? extends com.google.cloud.compute.v1.WafExpressionSetExpression> |
Type | Description |
WafExpressionSet.Builder |
addExpressions(WafExpressionSetExpression value)
public WafExpressionSet.Builder addExpressions(WafExpressionSetExpression value)
List of available expressions.
repeated .google.cloud.compute.v1.WafExpressionSetExpression expressions = 175554779;
Name | Description |
value | WafExpressionSetExpression |
Type | Description |
WafExpressionSet.Builder |
addExpressions(WafExpressionSetExpression.Builder builderForValue)
public WafExpressionSet.Builder addExpressions(WafExpressionSetExpression.Builder builderForValue)
List of available expressions.
repeated .google.cloud.compute.v1.WafExpressionSetExpression expressions = 175554779;
Name | Description |
builderForValue | WafExpressionSetExpression.Builder |
Type | Description |
WafExpressionSet.Builder |
addExpressions(int index, WafExpressionSetExpression value)
public WafExpressionSet.Builder addExpressions(int index, WafExpressionSetExpression value)
List of available expressions.
repeated .google.cloud.compute.v1.WafExpressionSetExpression expressions = 175554779;
Name | Description |
index | int |
value | WafExpressionSetExpression |
Type | Description |
WafExpressionSet.Builder |
addExpressions(int index, WafExpressionSetExpression.Builder builderForValue)
public WafExpressionSet.Builder addExpressions(int index, WafExpressionSetExpression.Builder builderForValue)
List of available expressions.
repeated .google.cloud.compute.v1.WafExpressionSetExpression expressions = 175554779;
Name | Description |
index | int |
builderForValue | WafExpressionSetExpression.Builder |
Type | Description |
WafExpressionSet.Builder |
addExpressionsBuilder()
public WafExpressionSetExpression.Builder addExpressionsBuilder()
List of available expressions.
repeated .google.cloud.compute.v1.WafExpressionSetExpression expressions = 175554779;
Type | Description |
WafExpressionSetExpression.Builder |
addExpressionsBuilder(int index)
public WafExpressionSetExpression.Builder addExpressionsBuilder(int index)
List of available expressions.
repeated .google.cloud.compute.v1.WafExpressionSetExpression expressions = 175554779;
Name | Description |
index | int |
Type | Description |
WafExpressionSetExpression.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public WafExpressionSet.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
WafExpressionSet.Builder |
build()
public WafExpressionSet build()
Type | Description |
WafExpressionSet |
buildPartial()
public WafExpressionSet buildPartial()
Type | Description |
WafExpressionSet |
clear()
public WafExpressionSet.Builder clear()
Type | Description |
WafExpressionSet.Builder |
clearAliases()
public WafExpressionSet.Builder clearAliases()
A list of alternate IDs. The format should be: - E.g. XSS-stable Generic suffix like "stable" is particularly useful if a policy likes to avail newer set of expressions without having to change the policy. A given alias name can't be used for more than one entity set.
repeated string aliases = 159207166;
Type | Description |
WafExpressionSet.Builder | This builder for chaining. |
clearExpressions()
public WafExpressionSet.Builder clearExpressions()
List of available expressions.
repeated .google.cloud.compute.v1.WafExpressionSetExpression expressions = 175554779;
Type | Description |
WafExpressionSet.Builder |
clearField(Descriptors.FieldDescriptor field)
public WafExpressionSet.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
WafExpressionSet.Builder |
clearId()
public WafExpressionSet.Builder clearId()
Google specified expression set ID. The format should be: - E.g. XSS-20170329 required
optional string id = 3355;
Type | Description |
WafExpressionSet.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public WafExpressionSet.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
WafExpressionSet.Builder |
clone()
public WafExpressionSet.Builder clone()
Type | Description |
WafExpressionSet.Builder |
getAliases(int index)
public String getAliases(int index)
A list of alternate IDs. The format should be: - E.g. XSS-stable Generic suffix like "stable" is particularly useful if a policy likes to avail newer set of expressions without having to change the policy. A given alias name can't be used for more than one entity set.
repeated string aliases = 159207166;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The aliases at the given index. |
getAliasesBytes(int index)
public ByteString getAliasesBytes(int index)
A list of alternate IDs. The format should be: - E.g. XSS-stable Generic suffix like "stable" is particularly useful if a policy likes to avail newer set of expressions without having to change the policy. A given alias name can't be used for more than one entity set.
repeated string aliases = 159207166;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the aliases at the given index. |
getAliasesCount()
public int getAliasesCount()
A list of alternate IDs. The format should be: - E.g. XSS-stable Generic suffix like "stable" is particularly useful if a policy likes to avail newer set of expressions without having to change the policy. A given alias name can't be used for more than one entity set.
repeated string aliases = 159207166;
Type | Description |
int | The count of aliases. |
getAliasesList()
public ProtocolStringList getAliasesList()
A list of alternate IDs. The format should be: - E.g. XSS-stable Generic suffix like "stable" is particularly useful if a policy likes to avail newer set of expressions without having to change the policy. A given alias name can't be used for more than one entity set.
repeated string aliases = 159207166;
Type | Description |
ProtocolStringList | A list containing the aliases. |
getDefaultInstanceForType()
public WafExpressionSet getDefaultInstanceForType()
Type | Description |
WafExpressionSet |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getExpressions(int index)
public WafExpressionSetExpression getExpressions(int index)
List of available expressions.
repeated .google.cloud.compute.v1.WafExpressionSetExpression expressions = 175554779;
Name | Description |
index | int |
Type | Description |
WafExpressionSetExpression |
getExpressionsBuilder(int index)
public WafExpressionSetExpression.Builder getExpressionsBuilder(int index)
List of available expressions.
repeated .google.cloud.compute.v1.WafExpressionSetExpression expressions = 175554779;
Name | Description |
index | int |
Type | Description |
WafExpressionSetExpression.Builder |
getExpressionsBuilderList()
public List<WafExpressionSetExpression.Builder> getExpressionsBuilderList()
List of available expressions.
repeated .google.cloud.compute.v1.WafExpressionSetExpression expressions = 175554779;
Type | Description |
List<Builder> |
getExpressionsCount()
public int getExpressionsCount()
List of available expressions.
repeated .google.cloud.compute.v1.WafExpressionSetExpression expressions = 175554779;
Type | Description |
int |
getExpressionsList()
public List<WafExpressionSetExpression> getExpressionsList()
List of available expressions.
repeated .google.cloud.compute.v1.WafExpressionSetExpression expressions = 175554779;
Type | Description |
List<WafExpressionSetExpression> |
getExpressionsOrBuilder(int index)
public WafExpressionSetExpressionOrBuilder getExpressionsOrBuilder(int index)
List of available expressions.
repeated .google.cloud.compute.v1.WafExpressionSetExpression expressions = 175554779;
Name | Description |
index | int |
Type | Description |
WafExpressionSetExpressionOrBuilder |
getExpressionsOrBuilderList()
public List<? extends WafExpressionSetExpressionOrBuilder> getExpressionsOrBuilderList()
List of available expressions.
repeated .google.cloud.compute.v1.WafExpressionSetExpression expressions = 175554779;
Type | Description |
List<? extends com.google.cloud.compute.v1.WafExpressionSetExpressionOrBuilder> |
getId()
public String getId()
Google specified expression set ID. The format should be: - E.g. XSS-20170329 required
optional string id = 3355;
Type | Description |
String | The id. |
getIdBytes()
public ByteString getIdBytes()
Google specified expression set ID. The format should be: - E.g. XSS-20170329 required
optional string id = 3355;
Type | Description |
ByteString | The bytes for id. |
hasId()
public boolean hasId()
Google specified expression set ID. The format should be: - E.g. XSS-20170329 required
optional string id = 3355;
Type | Description |
boolean | Whether the id field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(WafExpressionSet other)
public WafExpressionSet.Builder mergeFrom(WafExpressionSet other)
Name | Description |
other | WafExpressionSet |
Type | Description |
WafExpressionSet.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public WafExpressionSet.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
WafExpressionSet.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public WafExpressionSet.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
WafExpressionSet.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final WafExpressionSet.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
WafExpressionSet.Builder |
removeExpressions(int index)
public WafExpressionSet.Builder removeExpressions(int index)
List of available expressions.
repeated .google.cloud.compute.v1.WafExpressionSetExpression expressions = 175554779;
Name | Description |
index | int |
Type | Description |
WafExpressionSet.Builder |
setAliases(int index, String value)
public WafExpressionSet.Builder setAliases(int index, String value)
A list of alternate IDs. The format should be: - E.g. XSS-stable Generic suffix like "stable" is particularly useful if a policy likes to avail newer set of expressions without having to change the policy. A given alias name can't be used for more than one entity set.
repeated string aliases = 159207166;
Name | Description |
index | int The index to set the value at. |
value | String The aliases to set. |
Type | Description |
WafExpressionSet.Builder | This builder for chaining. |
setExpressions(int index, WafExpressionSetExpression value)
public WafExpressionSet.Builder setExpressions(int index, WafExpressionSetExpression value)
List of available expressions.
repeated .google.cloud.compute.v1.WafExpressionSetExpression expressions = 175554779;
Name | Description |
index | int |
value | WafExpressionSetExpression |
Type | Description |
WafExpressionSet.Builder |
setExpressions(int index, WafExpressionSetExpression.Builder builderForValue)
public WafExpressionSet.Builder setExpressions(int index, WafExpressionSetExpression.Builder builderForValue)
List of available expressions.
repeated .google.cloud.compute.v1.WafExpressionSetExpression expressions = 175554779;
Name | Description |
index | int |
builderForValue | WafExpressionSetExpression.Builder |
Type | Description |
WafExpressionSet.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public WafExpressionSet.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
WafExpressionSet.Builder |
setId(String value)
public WafExpressionSet.Builder setId(String value)
Google specified expression set ID. The format should be: - E.g. XSS-20170329 required
optional string id = 3355;
Name | Description |
value | String The id to set. |
Type | Description |
WafExpressionSet.Builder | This builder for chaining. |
setIdBytes(ByteString value)
public WafExpressionSet.Builder setIdBytes(ByteString value)
Google specified expression set ID. The format should be: - E.g. XSS-20170329 required
optional string id = 3355;
Name | Description |
value | ByteString The bytes for id to set. |
Type | Description |
WafExpressionSet.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public WafExpressionSet.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
WafExpressionSet.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final WafExpressionSet.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
WafExpressionSet.Builder |