Class CreateFeedbackLabelRequest (2.54.0)

public final class CreateFeedbackLabelRequest extends GeneratedMessageV3 implements CreateFeedbackLabelRequestOrBuilder

The request for creating a feedback label.

Protobuf type google.cloud.contactcenterinsights.v1.CreateFeedbackLabelRequest

Static Fields

FEEDBACK_LABEL_FIELD_NUMBER

public static final int FEEDBACK_LABEL_FIELD_NUMBER
Field Value
Type Description
int

FEEDBACK_LABEL_ID_FIELD_NUMBER

public static final int FEEDBACK_LABEL_ID_FIELD_NUMBER
Field Value
Type Description
int

PARENT_FIELD_NUMBER

public static final int PARENT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static CreateFeedbackLabelRequest getDefaultInstance()
Returns
Type Description
CreateFeedbackLabelRequest

getDescriptor()

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

newBuilder()

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

newBuilder(CreateFeedbackLabelRequest prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public CreateFeedbackLabelRequest getDefaultInstanceForType()
Returns
Type Description
CreateFeedbackLabelRequest

getFeedbackLabel()

public FeedbackLabel getFeedbackLabel()

Required. The feedback label to create.

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

Returns
Type Description
FeedbackLabel

The feedbackLabel.

getFeedbackLabelId()

public String getFeedbackLabelId()

Optional. The ID of the feedback label to create. If one is not specified it will be generated by the server.

string feedback_label_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The feedbackLabelId.

getFeedbackLabelIdBytes()

public ByteString getFeedbackLabelIdBytes()

Optional. The ID of the feedback label to create. If one is not specified it will be generated by the server.

string feedback_label_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for feedbackLabelId.

getFeedbackLabelOrBuilder()

public FeedbackLabelOrBuilder getFeedbackLabelOrBuilder()

Required. The feedback label to create.

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

Returns
Type Description
FeedbackLabelOrBuilder

getParent()

public String getParent()

Required. The parent resource of the feedback label.

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

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The parent resource of the feedback label.

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

Returns
Type Description
ByteString

The bytes for parent.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasFeedbackLabel()

public boolean hasFeedbackLabel()

Required. The feedback label to create.

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

Returns
Type Description
boolean

Whether the feedbackLabel 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 CreateFeedbackLabelRequest.Builder newBuilderForType()
Returns
Type Description
CreateFeedbackLabelRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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