public final class ListSuggestionsResponse extends GeneratedMessageV3 implements ListSuggestionsResponseOrBuilder
The response message for
Participants.ListSuggestions.
Protobuf type google.cloud.dialogflow.v2beta1.ListSuggestionsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
NEXT_PAGE_TOKEN_FIELD_NUMBER (deprecated)
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SUGGESTIONS_FIELD_NUMBER (deprecated)
public static final int SUGGESTIONS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance() (deprecated)
public static ListSuggestionsResponse getDefaultInstance()
getDescriptor() (deprecated)
public static final Descriptors.Descriptor getDescriptor()
newBuilder() (deprecated)
public static ListSuggestionsResponse.Builder newBuilder()
newBuilder(ListSuggestionsResponse prototype) (deprecated)
public static ListSuggestionsResponse.Builder newBuilder(ListSuggestionsResponse prototype)
public static ListSuggestionsResponse parseDelimitedFrom(InputStream input)
public static ListSuggestionsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data) (deprecated)
public static ListSuggestionsResponse parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) (deprecated)
public static ListSuggestionsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data) (deprecated)
public static ListSuggestionsResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) (deprecated)
public static ListSuggestionsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListSuggestionsResponse parseFrom(CodedInputStream input)
public static ListSuggestionsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListSuggestionsResponse parseFrom(InputStream input)
public static ListSuggestionsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data) (deprecated)
public static ListSuggestionsResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) (deprecated)
public static ListSuggestionsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser() (deprecated)
public static Parser<ListSuggestionsResponse> parser()
Methods
equals(Object obj) (deprecated)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType() (deprecated)
public ListSuggestionsResponse getDefaultInstanceForType()
getNextPageToken() (deprecated)
public String getNextPageToken()
Optional. Token to retrieve the next page of results or empty if there are
no more results in the list.
string next_page_token = 2;
Returns |
Type |
Description |
String |
The nextPageToken.
|
getNextPageTokenBytes() (deprecated)
public ByteString getNextPageTokenBytes()
Optional. Token to retrieve the next page of results or empty if there are
no more results in the list.
string next_page_token = 2;
Returns |
Type |
Description |
ByteString |
The bytes for nextPageToken.
|
getParserForType() (deprecated)
public Parser<ListSuggestionsResponse> getParserForType()
Overrides
getSerializedSize() (deprecated)
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getSuggestions(int index) (deprecated)
public Suggestion getSuggestions(int index)
Required. The list of suggestions. There will be a maximum number of items
returned based on the page_size field in the request. suggestions
is
sorted by create_time
in descending order.
repeated .google.cloud.dialogflow.v2beta1.Suggestion suggestions = 1;
Parameter |
Name |
Description |
index |
int
|
getSuggestionsCount() (deprecated)
public int getSuggestionsCount()
Required. The list of suggestions. There will be a maximum number of items
returned based on the page_size field in the request. suggestions
is
sorted by create_time
in descending order.
repeated .google.cloud.dialogflow.v2beta1.Suggestion suggestions = 1;
Returns |
Type |
Description |
int |
|
getSuggestionsList() (deprecated)
public List<Suggestion> getSuggestionsList()
Required. The list of suggestions. There will be a maximum number of items
returned based on the page_size field in the request. suggestions
is
sorted by create_time
in descending order.
repeated .google.cloud.dialogflow.v2beta1.Suggestion suggestions = 1;
getSuggestionsOrBuilder(int index) (deprecated)
public SuggestionOrBuilder getSuggestionsOrBuilder(int index)
Required. The list of suggestions. There will be a maximum number of items
returned based on the page_size field in the request. suggestions
is
sorted by create_time
in descending order.
repeated .google.cloud.dialogflow.v2beta1.Suggestion suggestions = 1;
Parameter |
Name |
Description |
index |
int
|
getSuggestionsOrBuilderList() (deprecated)
public List<? extends SuggestionOrBuilder> getSuggestionsOrBuilderList()
Required. The list of suggestions. There will be a maximum number of items
returned based on the page_size field in the request. suggestions
is
sorted by create_time
in descending order.
repeated .google.cloud.dialogflow.v2beta1.Suggestion suggestions = 1;
Returns |
Type |
Description |
List<? extends com.google.cloud.dialogflow.v2beta1.SuggestionOrBuilder> |
|
hashCode() (deprecated)
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable() (deprecated)
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized() (deprecated)
public final boolean isInitialized()
Overrides
newBuilderForType() (deprecated)
public ListSuggestionsResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent) (deprecated)
protected ListSuggestionsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) (deprecated)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder() (deprecated)
public ListSuggestionsResponse.Builder toBuilder()
writeTo(CodedOutputStream output) (deprecated)
public void writeTo(CodedOutputStream output)
Overrides