com.google.cloud.dialogflow.v2.SearchAgentsRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-dialogflow-v2 Show documentation
Show all versions of proto-google-cloud-dialogflow-v2 Show documentation
PROTO library for proto-google-cloud-dialogflow-v2
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/dialogflow/v2/agent.proto
package com.google.cloud.dialogflow.v2;
public interface SearchAgentsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.cloud.dialogflow.v2.SearchAgentsRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* Required. The project to list agents from.
* Format: `projects/<Project ID or '-'>`.
*
*
* string parent = 1;
*/
java.lang.String getParent();
/**
*
* Required. The project to list agents from.
* Format: `projects/<Project ID or '-'>`.
*
*
* string parent = 1;
*/
com.google.protobuf.ByteString
getParentBytes();
/**
*
* Optional. The maximum number of items to return in a single page. By
* default 100 and at most 1000.
*
*
* int32 page_size = 2;
*/
int getPageSize();
/**
*
* Optional. The next_page_token value returned from a previous list request.
*
*
* string page_token = 3;
*/
java.lang.String getPageToken();
/**
*
* Optional. The next_page_token value returned from a previous list request.
*
*
* string page_token = 3;
*/
com.google.protobuf.ByteString
getPageTokenBytes();
}