Class ReplaceCatalogAttributeRequest (2.44.0)

public final class ReplaceCatalogAttributeRequest extends GeneratedMessageV3 implements ReplaceCatalogAttributeRequestOrBuilder

Request for CatalogService.ReplaceCatalogAttribute method.

Protobuf type google.cloud.retail.v2alpha.ReplaceCatalogAttributeRequest

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ReplaceCatalogAttributeRequest

Static Fields

ATTRIBUTES_CONFIG_FIELD_NUMBER

public static final int ATTRIBUTES_CONFIG_FIELD_NUMBER
Field Value
Type Description
int

CATALOG_ATTRIBUTE_FIELD_NUMBER

public static final int CATALOG_ATTRIBUTE_FIELD_NUMBER
Field Value
Type Description
int

UPDATE_MASK_FIELD_NUMBER

public static final int UPDATE_MASK_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ReplaceCatalogAttributeRequest getDefaultInstance()
Returns
Type Description
ReplaceCatalogAttributeRequest

getDescriptor()

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

newBuilder()

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

newBuilder(ReplaceCatalogAttributeRequest prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getAttributesConfig()

public String getAttributesConfig()

Required. Full AttributesConfig resource name. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/attributesConfig

string attributes_config = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The attributesConfig.

getAttributesConfigBytes()

public ByteString getAttributesConfigBytes()

Required. Full AttributesConfig resource name. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/attributesConfig

string attributes_config = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for attributesConfig.

getCatalogAttribute()

public CatalogAttribute getCatalogAttribute()

Required. The updated CatalogAttribute.

.google.cloud.retail.v2alpha.CatalogAttribute catalog_attribute = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CatalogAttribute

The catalogAttribute.

getCatalogAttributeOrBuilder()

public CatalogAttributeOrBuilder getCatalogAttributeOrBuilder()

Required. The updated CatalogAttribute.

.google.cloud.retail.v2alpha.CatalogAttribute catalog_attribute = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CatalogAttributeOrBuilder

getDefaultInstanceForType()

public ReplaceCatalogAttributeRequest getDefaultInstanceForType()
Returns
Type Description
ReplaceCatalogAttributeRequest

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getUpdateMask()

public FieldMask getUpdateMask()

Indicates which fields in the provided CatalogAttribute to update. The following are NOT supported:

  • CatalogAttribute.key

    If not set, all supported fields are updated.

.google.protobuf.FieldMask update_mask = 3;

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public FieldMaskOrBuilder getUpdateMaskOrBuilder()

Indicates which fields in the provided CatalogAttribute to update. The following are NOT supported:

  • CatalogAttribute.key

    If not set, all supported fields are updated.

.google.protobuf.FieldMask update_mask = 3;

Returns
Type Description
FieldMaskOrBuilder

hasCatalogAttribute()

public boolean hasCatalogAttribute()

Required. The updated CatalogAttribute.

.google.cloud.retail.v2alpha.CatalogAttribute catalog_attribute = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the catalogAttribute field is set.

hasUpdateMask()

public boolean hasUpdateMask()

Indicates which fields in the provided CatalogAttribute to update. The following are NOT supported:

  • CatalogAttribute.key

    If not set, all supported fields are updated.

.google.protobuf.FieldMask update_mask = 3;

Returns
Type Description
boolean

Whether the updateMask field is set.

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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