public final class PreconfiguredWafSet extends GeneratedMessageV3 implements PreconfiguredWafSetOrBuilder
Protobuf type google.cloud.compute.v1.PreconfiguredWafSet
Static Fields
public static final int EXPRESSION_SETS_FIELD_NUMBER
Field Value
Static Methods
public static PreconfiguredWafSet getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static PreconfiguredWafSet.Builder newBuilder()
Returns
public static PreconfiguredWafSet.Builder newBuilder(PreconfiguredWafSet prototype)
Parameter
Returns
public static PreconfiguredWafSet parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static PreconfiguredWafSet parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static PreconfiguredWafSet parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static PreconfiguredWafSet parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static PreconfiguredWafSet parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static PreconfiguredWafSet parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static PreconfiguredWafSet parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static PreconfiguredWafSet parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static PreconfiguredWafSet parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static PreconfiguredWafSet parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static PreconfiguredWafSet parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static PreconfiguredWafSet parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<PreconfiguredWafSet> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public PreconfiguredWafSet getDefaultInstanceForType()
Returns
public WafExpressionSet getExpressionSets(int index)
List of entities that are currently supported for WAF rules.
repeated .google.cloud.compute.v1.WafExpressionSet expression_sets = 474011032;
Parameter
Returns
public int getExpressionSetsCount()
List of entities that are currently supported for WAF rules.
repeated .google.cloud.compute.v1.WafExpressionSet expression_sets = 474011032;
Returns
public List<WafExpressionSet> getExpressionSetsList()
List of entities that are currently supported for WAF rules.
repeated .google.cloud.compute.v1.WafExpressionSet expression_sets = 474011032;
Returns
public WafExpressionSetOrBuilder getExpressionSetsOrBuilder(int index)
List of entities that are currently supported for WAF rules.
repeated .google.cloud.compute.v1.WafExpressionSet expression_sets = 474011032;
Parameter
Returns
public List<? extends WafExpressionSetOrBuilder> getExpressionSetsOrBuilderList()
List of entities that are currently supported for WAF rules.
repeated .google.cloud.compute.v1.WafExpressionSet expression_sets = 474011032;
Returns
Type | Description |
List<? extends com.google.cloud.compute.v1.WafExpressionSetOrBuilder> | |
public Parser<PreconfiguredWafSet> getParserForType()
Returns
Overrides
public int getSerializedSize()
Returns
Overrides
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public PreconfiguredWafSet.Builder newBuilderForType()
Returns
protected PreconfiguredWafSet.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public PreconfiguredWafSet.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions