public interface ListAnalysisRulesResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAnalysisRules(int index)
public abstract AnalysisRule getAnalysisRules(int index)
The analysis_rule that match the request.
repeated .google.cloud.contactcenterinsights.v1.AnalysisRule analysis_rules = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AnalysisRule |
getAnalysisRulesCount()
public abstract int getAnalysisRulesCount()
The analysis_rule that match the request.
repeated .google.cloud.contactcenterinsights.v1.AnalysisRule analysis_rules = 1;
Returns | |
---|---|
Type | Description |
int |
getAnalysisRulesList()
public abstract List<AnalysisRule> getAnalysisRulesList()
The analysis_rule that match the request.
repeated .google.cloud.contactcenterinsights.v1.AnalysisRule analysis_rules = 1;
Returns | |
---|---|
Type | Description |
List<AnalysisRule> |
getAnalysisRulesOrBuilder(int index)
public abstract AnalysisRuleOrBuilder getAnalysisRulesOrBuilder(int index)
The analysis_rule that match the request.
repeated .google.cloud.contactcenterinsights.v1.AnalysisRule analysis_rules = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AnalysisRuleOrBuilder |
getAnalysisRulesOrBuilderList()
public abstract List<? extends AnalysisRuleOrBuilder> getAnalysisRulesOrBuilderList()
The analysis_rule that match the request.
repeated .google.cloud.contactcenterinsights.v1.AnalysisRule analysis_rules = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.contactcenterinsights.v1.AnalysisRuleOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |