Class RuleSet (0.37.0)

public final class RuleSet extends GeneratedMessageV3 implements RuleSetOrBuilder

Represents a set of rules from a single customer.

Protobuf type google.cloud.contentwarehouse.v1.RuleSet

Implements

RuleSetOrBuilder

Static Fields

DESCRIPTION_FIELD_NUMBER

public static final int DESCRIPTION_FIELD_NUMBER
Field Value
TypeDescription
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

RULES_FIELD_NUMBER

public static final int RULES_FIELD_NUMBER
Field Value
TypeDescription
int

SOURCE_FIELD_NUMBER

public static final int SOURCE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static RuleSet getDefaultInstance()
Returns
TypeDescription
RuleSet

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static RuleSet.Builder newBuilder()
Returns
TypeDescription
RuleSet.Builder

newBuilder(RuleSet prototype)

public static RuleSet.Builder newBuilder(RuleSet prototype)
Parameter
NameDescription
prototypeRuleSet
Returns
TypeDescription
RuleSet.Builder

parseDelimitedFrom(InputStream input)

public static RuleSet parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
RuleSet
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RuleSet parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RuleSet
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static RuleSet parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
RuleSet
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static RuleSet parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RuleSet
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static RuleSet parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
RuleSet
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static RuleSet parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RuleSet
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static RuleSet parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
RuleSet
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static RuleSet parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RuleSet
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static RuleSet parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
RuleSet
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RuleSet parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RuleSet
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static RuleSet parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
RuleSet
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static RuleSet parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RuleSet
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<RuleSet> parser()
Returns
TypeDescription
Parser<RuleSet>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public RuleSet getDefaultInstanceForType()
Returns
TypeDescription
RuleSet

getDescription()

public String getDescription()

Short description of the rule-set.

string description = 1;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

Short description of the rule-set.

string description = 1;

Returns
TypeDescription
ByteString

The bytes for description.

getName()

public String getName()

The resource name of the rule set. Managed internally. Format: projects/{project_number}/locations/{location}/ruleSet/{rule_set_id}.

The name is ignored when creating a rule set.

string name = 6;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

The resource name of the rule set. Managed internally. Format: projects/{project_number}/locations/{location}/ruleSet/{rule_set_id}.

The name is ignored when creating a rule set.

string name = 6;

Returns
TypeDescription
ByteString

The bytes for name.

getParserForType()

public Parser<RuleSet> getParserForType()
Returns
TypeDescription
Parser<RuleSet>
Overrides

getRules(int index)

public Rule getRules(int index)

List of rules given by the customer.

repeated .google.cloud.contentwarehouse.v1.Rule rules = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
Rule

getRulesCount()

public int getRulesCount()

List of rules given by the customer.

repeated .google.cloud.contentwarehouse.v1.Rule rules = 3;

Returns
TypeDescription
int

getRulesList()

public List<Rule> getRulesList()

List of rules given by the customer.

repeated .google.cloud.contentwarehouse.v1.Rule rules = 3;

Returns
TypeDescription
List<Rule>

getRulesOrBuilder(int index)

public RuleOrBuilder getRulesOrBuilder(int index)

List of rules given by the customer.

repeated .google.cloud.contentwarehouse.v1.Rule rules = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
RuleOrBuilder

getRulesOrBuilderList()

public List<? extends RuleOrBuilder> getRulesOrBuilderList()

List of rules given by the customer.

repeated .google.cloud.contentwarehouse.v1.Rule rules = 3;

Returns
TypeDescription
List<? extends com.google.cloud.contentwarehouse.v1.RuleOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getSource()

public String getSource()

Source of the rules i.e., customer name.

string source = 2;

Returns
TypeDescription
String

The source.

getSourceBytes()

public ByteString getSourceBytes()

Source of the rules i.e., customer name.

string source = 2;

Returns
TypeDescription
ByteString

The bytes for source.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public RuleSet.Builder newBuilderForType()
Returns
TypeDescription
RuleSet.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected RuleSet.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
RuleSet.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public RuleSet.Builder toBuilder()
Returns
TypeDescription
RuleSet.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException