public static final class CreateQaScorecardRequest.Builder extends GeneratedMessage.Builder<CreateQaScorecardRequest.Builder> implements CreateQaScorecardRequestOrBuilderThe request for creating a QaScorecard.
Protobuf type google.cloud.contactcenterinsights.v1.CreateQaScorecardRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CreateQaScorecardRequest.BuilderImplements
CreateQaScorecardRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public CreateQaScorecardRequest build()| Returns | |
|---|---|
| Type | Description |
CreateQaScorecardRequest |
|
buildPartial()
public CreateQaScorecardRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
CreateQaScorecardRequest |
|
clear()
public CreateQaScorecardRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
CreateQaScorecardRequest.Builder |
|
clearParent()
public CreateQaScorecardRequest.Builder clearParent()Required. The parent resource of the QaScorecard.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
CreateQaScorecardRequest.Builder |
This builder for chaining. |
clearQaScorecard()
public CreateQaScorecardRequest.Builder clearQaScorecard()Required. The QaScorecard to create.
.google.cloud.contactcenterinsights.v1.QaScorecard qa_scorecard = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreateQaScorecardRequest.Builder |
|
clearQaScorecardId()
public CreateQaScorecardRequest.Builder clearQaScorecardId()Optional. A unique ID for the new QaScorecard. This ID will become the final component of the QaScorecard's resource name. If no ID is specified, a server-generated ID will be used.
This value should be 4-64 characters and must match the regular
expression ^[a-z0-9-]{4,64}$. Valid characters are a-z-.
string qa_scorecard_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
CreateQaScorecardRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public CreateQaScorecardRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CreateQaScorecardRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getParent()
public String getParent()Required. The parent resource of the QaScorecard.
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 QaScorecard.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getQaScorecard()
public QaScorecard getQaScorecard()Required. The QaScorecard to create.
.google.cloud.contactcenterinsights.v1.QaScorecard qa_scorecard = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
QaScorecard |
The qaScorecard. |
getQaScorecardBuilder()
public QaScorecard.Builder getQaScorecardBuilder()Required. The QaScorecard to create.
.google.cloud.contactcenterinsights.v1.QaScorecard qa_scorecard = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
QaScorecard.Builder |
|
getQaScorecardId()
public String getQaScorecardId()Optional. A unique ID for the new QaScorecard. This ID will become the final component of the QaScorecard's resource name. If no ID is specified, a server-generated ID will be used.
This value should be 4-64 characters and must match the regular
expression ^[a-z0-9-]{4,64}$. Valid characters are a-z-.
string qa_scorecard_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The qaScorecardId. |
getQaScorecardIdBytes()
public ByteString getQaScorecardIdBytes()Optional. A unique ID for the new QaScorecard. This ID will become the final component of the QaScorecard's resource name. If no ID is specified, a server-generated ID will be used.
This value should be 4-64 characters and must match the regular
expression ^[a-z0-9-]{4,64}$. Valid characters are a-z-.
string qa_scorecard_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for qaScorecardId. |
getQaScorecardOrBuilder()
public QaScorecardOrBuilder getQaScorecardOrBuilder()Required. The QaScorecard to create.
.google.cloud.contactcenterinsights.v1.QaScorecard qa_scorecard = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
QaScorecardOrBuilder |
|
hasQaScorecard()
public boolean hasQaScorecard()Required. The QaScorecard to create.
.google.cloud.contactcenterinsights.v1.QaScorecard qa_scorecard = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the qaScorecard field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CreateQaScorecardRequest other)
public CreateQaScorecardRequest.Builder mergeFrom(CreateQaScorecardRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateQaScorecardRequest |
| Returns | |
|---|---|
| Type | Description |
CreateQaScorecardRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CreateQaScorecardRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateQaScorecardRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CreateQaScorecardRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CreateQaScorecardRequest.Builder |
|
mergeQaScorecard(QaScorecard value)
public CreateQaScorecardRequest.Builder mergeQaScorecard(QaScorecard value)Required. The QaScorecard to create.
.google.cloud.contactcenterinsights.v1.QaScorecard qa_scorecard = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
QaScorecard |
| Returns | |
|---|---|
| Type | Description |
CreateQaScorecardRequest.Builder |
|
setParent(String value)
public CreateQaScorecardRequest.Builder setParent(String value)Required. The parent resource of the QaScorecard.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateQaScorecardRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public CreateQaScorecardRequest.Builder setParentBytes(ByteString value)Required. The parent resource of the QaScorecard.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateQaScorecardRequest.Builder |
This builder for chaining. |
setQaScorecard(QaScorecard value)
public CreateQaScorecardRequest.Builder setQaScorecard(QaScorecard value)Required. The QaScorecard to create.
.google.cloud.contactcenterinsights.v1.QaScorecard qa_scorecard = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
QaScorecard |
| Returns | |
|---|---|
| Type | Description |
CreateQaScorecardRequest.Builder |
|
setQaScorecard(QaScorecard.Builder builderForValue)
public CreateQaScorecardRequest.Builder setQaScorecard(QaScorecard.Builder builderForValue)Required. The QaScorecard to create.
.google.cloud.contactcenterinsights.v1.QaScorecard qa_scorecard = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
QaScorecard.Builder |
| Returns | |
|---|---|
| Type | Description |
CreateQaScorecardRequest.Builder |
|
setQaScorecardId(String value)
public CreateQaScorecardRequest.Builder setQaScorecardId(String value)Optional. A unique ID for the new QaScorecard. This ID will become the final component of the QaScorecard's resource name. If no ID is specified, a server-generated ID will be used.
This value should be 4-64 characters and must match the regular
expression ^[a-z0-9-]{4,64}$. Valid characters are a-z-.
string qa_scorecard_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe qaScorecardId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateQaScorecardRequest.Builder |
This builder for chaining. |
setQaScorecardIdBytes(ByteString value)
public CreateQaScorecardRequest.Builder setQaScorecardIdBytes(ByteString value)Optional. A unique ID for the new QaScorecard. This ID will become the final component of the QaScorecard's resource name. If no ID is specified, a server-generated ID will be used.
This value should be 4-64 characters and must match the regular
expression ^[a-z0-9-]{4,64}$. Valid characters are a-z-.
string qa_scorecard_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for qaScorecardId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateQaScorecardRequest.Builder |
This builder for chaining. |