public final class AlertConfig extends GeneratedMessageV3 implements AlertConfigOrBuilder
Project level alert config.
Protobuf type google.cloud.retail.v2beta.AlertConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
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()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static AlertConfig.Builder newBuilder()
newBuilder(AlertConfig prototype)
public static AlertConfig.Builder newBuilder(AlertConfig prototype)
public static AlertConfig parseDelimitedFrom(InputStream input)
public static AlertConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static AlertConfig parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AlertConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static AlertConfig parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AlertConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AlertConfig parseFrom(CodedInputStream input)
public static AlertConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AlertConfig parseFrom(InputStream input)
public static AlertConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static AlertConfig parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AlertConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<AlertConfig> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
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.v2beta.AlertConfig.AlertPolicy alert_policies = 2;
Parameter |
Name |
Description |
index |
int
|
getAlertPoliciesCount()
public int getAlertPoliciesCount()
Alert policies for a customer.
They must be unique by [AlertPolicy.alert_group]
repeated .google.cloud.retail.v2beta.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.v2beta.AlertConfig.AlertPolicy alert_policies = 2;
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.v2beta.AlertConfig.AlertPolicy alert_policies = 2;
Parameter |
Name |
Description |
index |
int
|
getAlertPoliciesOrBuilderList()
public List<? extends AlertConfig.AlertPolicyOrBuilder> getAlertPoliciesOrBuilderList()
Alert policies for a customer.
They must be unique by [AlertPolicy.alert_group]
repeated .google.cloud.retail.v2beta.AlertConfig.AlertPolicy alert_policies = 2;
Returns |
Type |
Description |
List<? extends com.google.cloud.retail.v2beta.AlertConfig.AlertPolicyOrBuilder> |
|
getDefaultInstanceForType()
public AlertConfig getDefaultInstanceForType()
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()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public AlertConfig.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AlertConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public AlertConfig.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides