public final class ListPhraseMatchersResponse extends GeneratedMessageV3 implements ListPhraseMatchersResponseOrBuilder
The response of listing phrase matchers.
Protobuf type google.cloud.contactcenterinsights.v1.ListPhraseMatchersResponse
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
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int PHRASE_MATCHERS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static ListPhraseMatchersResponse getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static ListPhraseMatchersResponse.Builder newBuilder()
public static ListPhraseMatchersResponse.Builder newBuilder(ListPhraseMatchersResponse prototype)
public static ListPhraseMatchersResponse parseDelimitedFrom(InputStream input)
public static ListPhraseMatchersResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListPhraseMatchersResponse parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static ListPhraseMatchersResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListPhraseMatchersResponse parseFrom(ByteString data)
public static ListPhraseMatchersResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListPhraseMatchersResponse parseFrom(CodedInputStream input)
public static ListPhraseMatchersResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListPhraseMatchersResponse parseFrom(InputStream input)
public static ListPhraseMatchersResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListPhraseMatchersResponse parseFrom(ByteBuffer data)
public static ListPhraseMatchersResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<ListPhraseMatchersResponse> parser()
Methods
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
public ListPhraseMatchersResponse getDefaultInstanceForType()
getNextPageToken()
public 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 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.
|
public Parser<ListPhraseMatchersResponse> getParserForType()
Overrides
public PhraseMatcher getPhraseMatchers(int index)
The phrase matchers that match the request.
repeated .google.cloud.contactcenterinsights.v1.PhraseMatcher phrase_matchers = 1;
Parameter |
---|
Name | Description |
index | int
|
public int getPhraseMatchersCount()
The phrase matchers that match the request.
repeated .google.cloud.contactcenterinsights.v1.PhraseMatcher phrase_matchers = 1;
Returns |
---|
Type | Description |
int | |
public List<PhraseMatcher> getPhraseMatchersList()
The phrase matchers that match the request.
repeated .google.cloud.contactcenterinsights.v1.PhraseMatcher phrase_matchers = 1;
public PhraseMatcherOrBuilder getPhraseMatchersOrBuilder(int index)
The phrase matchers that match the request.
repeated .google.cloud.contactcenterinsights.v1.PhraseMatcher phrase_matchers = 1;
Parameter |
---|
Name | Description |
index | int
|
public List<? extends PhraseMatcherOrBuilder> getPhraseMatchersOrBuilderList()
The phrase matchers that match the request.
repeated .google.cloud.contactcenterinsights.v1.PhraseMatcher phrase_matchers = 1;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.contactcenterinsights.v1.PhraseMatcherOrBuilder> | |
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
Returns |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ListPhraseMatchersResponse.Builder newBuilderForType()
protected ListPhraseMatchersResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public ListPhraseMatchersResponse.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides