Interface ProjectsSetCloudArmorTierRequestOrBuilder (1.51.0)

public interface ProjectsSetCloudArmorTierRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCloudArmorTier()

public abstract String getCloudArmorTier()

Managed protection tier to be set. Check the CloudArmorTier enum for the list of possible values.

optional string cloud_armor_tier = 4427052;

Returns
TypeDescription
String

The cloudArmorTier.

getCloudArmorTierBytes()

public abstract ByteString getCloudArmorTierBytes()

Managed protection tier to be set. Check the CloudArmorTier enum for the list of possible values.

optional string cloud_armor_tier = 4427052;

Returns
TypeDescription
ByteString

The bytes for cloudArmorTier.

hasCloudArmorTier()

public abstract boolean hasCloudArmorTier()

Managed protection tier to be set. Check the CloudArmorTier enum for the list of possible values.

optional string cloud_armor_tier = 4427052;

Returns
TypeDescription
boolean

Whether the cloudArmorTier field is set.