All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.dialogflow.v2.SearchAgentsRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 4.55.0
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy