public final class ListSuggestionsRequest extends GeneratedMessageV3 implements ListSuggestionsRequestOrBuilder
The request message for Participants.ListSuggestions.
Protobuf type google.cloud.dialogflow.v2beta1.ListSuggestionsRequest
Static Fields
FILTER_FIELD_NUMBER
public static final int FILTER_FIELD_NUMBER
Field Value
PAGE_SIZE_FIELD_NUMBER
public static final int PAGE_SIZE_FIELD_NUMBER
Field Value
PAGE_TOKEN_FIELD_NUMBER
public static final int PAGE_TOKEN_FIELD_NUMBER
Field Value
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ListSuggestionsRequest getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ListSuggestionsRequest.Builder newBuilder()
Returns
newBuilder(ListSuggestionsRequest prototype)
public static ListSuggestionsRequest.Builder newBuilder(ListSuggestionsRequest prototype)
Parameter
Returns
public static ListSuggestionsRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListSuggestionsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ListSuggestionsRequest parseFrom(byte[] data)
Parameter
Name |
Description |
data |
byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListSuggestionsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ListSuggestionsRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListSuggestionsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListSuggestionsRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ListSuggestionsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListSuggestionsRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListSuggestionsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ListSuggestionsRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListSuggestionsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ListSuggestionsRequest> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ListSuggestionsRequest getDefaultInstanceForType()
Returns
getFilter()
public String getFilter()
Optional. Filter on suggestions fields. Currently predicates on
create_time
and create_time_epoch_microseconds
are supported.
create_time
only support milliseconds accuracy. E.g.,
create_time_epoch_microseconds > 1551790877964485
or
create_time > "2017-01-15T01:30:15.01Z"
For more information about filtering, see
API Filtering.
string filter = 4;
Returns
Type |
Description |
String |
The filter.
|
getFilterBytes()
public ByteString getFilterBytes()
Optional. Filter on suggestions fields. Currently predicates on
create_time
and create_time_epoch_microseconds
are supported.
create_time
only support milliseconds accuracy. E.g.,
create_time_epoch_microseconds > 1551790877964485
or
create_time > "2017-01-15T01:30:15.01Z"
For more information about filtering, see
API Filtering.
string filter = 4;
Returns
getPageSize()
Optional. The maximum number of items to return in a single page. The
default value is 100; the maximum value is 1000.
int32 page_size = 2;
Returns
Type |
Description |
int |
The pageSize.
|
getPageToken()
public String getPageToken()
Optional. The next_page_token value returned from a previous list request.
string page_token = 3;
Returns
Type |
Description |
String |
The pageToken.
|
getPageTokenBytes()
public ByteString getPageTokenBytes()
Optional. The next_page_token value returned from a previous list request.
string page_token = 3;
Returns
Type |
Description |
ByteString |
The bytes for pageToken.
|
getParent()
public String getParent()
Required. The name of the participant to fetch suggestions for.
Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>/participants/<Participant ID>
.
string parent = 1;
Returns
Type |
Description |
String |
The parent.
|
getParentBytes()
public ByteString getParentBytes()
Required. The name of the participant to fetch suggestions for.
Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>/participants/<Participant ID>
.
string parent = 1;
Returns
getParserForType()
public Parser<ListSuggestionsRequest> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ListSuggestionsRequest.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListSuggestionsRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ListSuggestionsRequest.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions