Interface CreateQaScorecardRevisionRequestOrBuilder (2.54.0)

public interface CreateQaScorecardRevisionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. The parent resource of the QaScorecardRevision.

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

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent resource of the QaScorecardRevision.

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

Returns
Type Description
ByteString

The bytes for parent.

getQaScorecardRevision()

public abstract QaScorecardRevision getQaScorecardRevision()

Required. The QaScorecardRevision to create.

.google.cloud.contactcenterinsights.v1.QaScorecardRevision qa_scorecard_revision = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
QaScorecardRevision

The qaScorecardRevision.

getQaScorecardRevisionId()

public abstract String getQaScorecardRevisionId()

Optional. A unique ID for the new QaScorecardRevision. This ID will become the final component of the QaScorecardRevision'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_revision_id = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The qaScorecardRevisionId.

getQaScorecardRevisionIdBytes()

public abstract ByteString getQaScorecardRevisionIdBytes()

Optional. A unique ID for the new QaScorecardRevision. This ID will become the final component of the QaScorecardRevision'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_revision_id = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for qaScorecardRevisionId.

getQaScorecardRevisionOrBuilder()

public abstract QaScorecardRevisionOrBuilder getQaScorecardRevisionOrBuilder()

Required. The QaScorecardRevision to create.

.google.cloud.contactcenterinsights.v1.QaScorecardRevision qa_scorecard_revision = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
QaScorecardRevisionOrBuilder

hasQaScorecardRevision()

public abstract boolean hasQaScorecardRevision()

Required. The QaScorecardRevision to create.

.google.cloud.contactcenterinsights.v1.QaScorecardRevision qa_scorecard_revision = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the qaScorecardRevision field is set.