public interface CreateAnalysisRuleRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAnalysisRule()
public abstract AnalysisRule getAnalysisRule()Required. The analysis rule resource to create.
.google.cloud.contactcenterinsights.v1.AnalysisRule analysis_rule = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AnalysisRule |
The analysisRule. |
getAnalysisRuleOrBuilder()
public abstract AnalysisRuleOrBuilder getAnalysisRuleOrBuilder()Required. The analysis rule resource to create.
.google.cloud.contactcenterinsights.v1.AnalysisRule analysis_rule = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AnalysisRuleOrBuilder |
|
getParent()
public abstract String getParent() Required. The parent resource of the analysis rule. Required. The location
to create a analysis rule for. Format: projects/<Project
ID>/locations/<Location ID> or projects/<Project
Number>/locations/<Location ID>
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 analysis rule. Required. The location
to create a analysis rule for. Format: projects/<Project
ID>/locations/<Location ID> or projects/<Project
Number>/locations/<Location ID>
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasAnalysisRule()
public abstract boolean hasAnalysisRule()Required. The analysis rule resource to create.
.google.cloud.contactcenterinsights.v1.AnalysisRule analysis_rule = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the analysisRule field is set. |