Class AlertConfig (2.48.0)

public final class AlertConfig extends GeneratedMessageV3 implements AlertConfigOrBuilder

Project level alert config.

Protobuf type google.cloud.retail.v2alpha.AlertConfig

Static Fields

ALERT_POLICIES_FIELD_NUMBER

public static final int ALERT_POLICIES_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static AlertConfig getDefaultInstance()
Returns
Type Description
AlertConfig

getDescriptor()

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

newBuilder()

public static AlertConfig.Builder newBuilder()
Returns
Type Description
AlertConfig.Builder

newBuilder(AlertConfig prototype)

public static AlertConfig.Builder newBuilder(AlertConfig prototype)
Parameter
Name Description
prototype AlertConfig
Returns
Type Description
AlertConfig.Builder

parseDelimitedFrom(InputStream input)

public static AlertConfig parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AlertConfig
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AlertConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AlertConfig
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static AlertConfig parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
AlertConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AlertConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AlertConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AlertConfig parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
AlertConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AlertConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AlertConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AlertConfig parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
AlertConfig
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AlertConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AlertConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static AlertConfig parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AlertConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AlertConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AlertConfig
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static AlertConfig parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
AlertConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AlertConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AlertConfig
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<AlertConfig> parser()
Returns
Type Description
Parser<AlertConfig>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getAlertPolicies(int index)

public AlertConfig.AlertPolicy getAlertPolicies(int index)

Alert policies for a customer. They must be unique by [AlertPolicy.alert_group]

repeated .google.cloud.retail.v2alpha.AlertConfig.AlertPolicy alert_policies = 2;

Parameter
Name Description
index int
Returns
Type Description
AlertConfig.AlertPolicy

getAlertPoliciesCount()

public int getAlertPoliciesCount()

Alert policies for a customer. They must be unique by [AlertPolicy.alert_group]

repeated .google.cloud.retail.v2alpha.AlertConfig.AlertPolicy alert_policies = 2;

Returns
Type Description
int

getAlertPoliciesList()

public List<AlertConfig.AlertPolicy> getAlertPoliciesList()

Alert policies for a customer. They must be unique by [AlertPolicy.alert_group]

repeated .google.cloud.retail.v2alpha.AlertConfig.AlertPolicy alert_policies = 2;

Returns
Type Description
List<AlertPolicy>

getAlertPoliciesOrBuilder(int index)

public AlertConfig.AlertPolicyOrBuilder getAlertPoliciesOrBuilder(int index)

Alert policies for a customer. They must be unique by [AlertPolicy.alert_group]

repeated .google.cloud.retail.v2alpha.AlertConfig.AlertPolicy alert_policies = 2;

Parameter
Name Description
index int
Returns
Type Description
AlertConfig.AlertPolicyOrBuilder

getAlertPoliciesOrBuilderList()

public List<? extends AlertConfig.AlertPolicyOrBuilder> getAlertPoliciesOrBuilderList()

Alert policies for a customer. They must be unique by [AlertPolicy.alert_group]

repeated .google.cloud.retail.v2alpha.AlertConfig.AlertPolicy alert_policies = 2;

Returns
Type Description
List<? extends com.google.cloud.retail.v2alpha.AlertConfig.AlertPolicyOrBuilder>

getDefaultInstanceForType()

public AlertConfig getDefaultInstanceForType()
Returns
Type Description
AlertConfig

getName()

public String getName()

Required. Immutable. The name of the AlertConfig singleton resource. Format: projects/*/alertConfig

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Immutable. The name of the AlertConfig singleton resource. Format: projects/*/alertConfig

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
ByteString

The bytes for name.

getParserForType()

public Parser<AlertConfig> getParserForType()
Returns
Type Description
Parser<AlertConfig>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public AlertConfig.Builder newBuilderForType()
Returns
Type Description
AlertConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected AlertConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
AlertConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public AlertConfig.Builder toBuilder()
Returns
Type Description
AlertConfig.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException