Class UpdateFeedbackLabelRequest (2.54.0)

public final class UpdateFeedbackLabelRequest extends GeneratedMessageV3 implements UpdateFeedbackLabelRequestOrBuilder

The request for updating a feedback label.

Protobuf type google.cloud.contactcenterinsights.v1.UpdateFeedbackLabelRequest

Static Fields

FEEDBACK_LABEL_FIELD_NUMBER

public static final int FEEDBACK_LABEL_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 UpdateFeedbackLabelRequest getDefaultInstance()
Returns
Type Description
UpdateFeedbackLabelRequest

getDescriptor()

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

newBuilder()

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

newBuilder(UpdateFeedbackLabelRequest prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public UpdateFeedbackLabelRequest getDefaultInstanceForType()
Returns
Type Description
UpdateFeedbackLabelRequest

getFeedbackLabel()

public FeedbackLabel getFeedbackLabel()

Required. The feedback label to update.

.google.cloud.contactcenterinsights.v1.FeedbackLabel feedback_label = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FeedbackLabel

The feedbackLabel.

getFeedbackLabelOrBuilder()

public FeedbackLabelOrBuilder getFeedbackLabelOrBuilder()

Required. The feedback label to update.

.google.cloud.contactcenterinsights.v1.FeedbackLabel feedback_label = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FeedbackLabelOrBuilder

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getUpdateMask()

public FieldMask getUpdateMask()

Required. The list of fields to be updated.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public FieldMaskOrBuilder getUpdateMaskOrBuilder()

Required. The list of fields to be updated.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FieldMaskOrBuilder

hasFeedbackLabel()

public boolean hasFeedbackLabel()

Required. The feedback label to update.

.google.cloud.contactcenterinsights.v1.FeedbackLabel feedback_label = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the feedbackLabel field is set.

hasUpdateMask()

public boolean hasUpdateMask()

Required. The list of fields to be updated.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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