Class WeightedSchemaProperty (0.38.0)

public final class WeightedSchemaProperty extends GeneratedMessageV3 implements WeightedSchemaPropertyOrBuilder

Specifies the schema property name.

Protobuf type google.cloud.contentwarehouse.v1.WeightedSchemaProperty

Static Fields

DOCUMENT_SCHEMA_NAME_FIELD_NUMBER

public static final int DOCUMENT_SCHEMA_NAME_FIELD_NUMBER
Field Value
Type Description
int

PROPERTY_NAMES_FIELD_NUMBER

public static final int PROPERTY_NAMES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static WeightedSchemaProperty getDefaultInstance()
Returns
Type Description
WeightedSchemaProperty

getDescriptor()

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

newBuilder()

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

newBuilder(WeightedSchemaProperty prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public WeightedSchemaProperty getDefaultInstanceForType()
Returns
Type Description
WeightedSchemaProperty

getDocumentSchemaName()

public String getDocumentSchemaName()

The document schema name.

string document_schema_name = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The documentSchemaName.

getDocumentSchemaNameBytes()

public ByteString getDocumentSchemaNameBytes()

The document schema name.

string document_schema_name = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for documentSchemaName.

getParserForType()

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

getPropertyNames(int index)

public String getPropertyNames(int index)

The property definition names in the schema.

repeated string property_names = 2;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The propertyNames at the given index.

getPropertyNamesBytes(int index)

public ByteString getPropertyNamesBytes(int index)

The property definition names in the schema.

repeated string property_names = 2;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the propertyNames at the given index.

getPropertyNamesCount()

public int getPropertyNamesCount()

The property definition names in the schema.

repeated string property_names = 2;

Returns
Type Description
int

The count of propertyNames.

getPropertyNamesList()

public ProtocolStringList getPropertyNamesList()

The property definition names in the schema.

repeated string property_names = 2;

Returns
Type Description
ProtocolStringList

A list containing the propertyNames.

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 WeightedSchemaProperty.Builder newBuilderForType()
Returns
Type Description
WeightedSchemaProperty.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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