public final class UpdatePhraseMatcherRequest extends GeneratedMessageV3 implements UpdatePhraseMatcherRequestOrBuilder
The request to update a phrase matcher.
Protobuf type google.cloud.contactcenterinsights.v1.UpdatePhraseMatcherRequest
Static Fields
public static final int PHRASE_MATCHER_FIELD_NUMBER
Field Value
public static final int UPDATE_MASK_FIELD_NUMBER
Field Value
Static Methods
public static UpdatePhraseMatcherRequest getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static UpdatePhraseMatcherRequest.Builder newBuilder()
Returns
public static UpdatePhraseMatcherRequest.Builder newBuilder(UpdatePhraseMatcherRequest prototype)
Parameter
Returns
public static UpdatePhraseMatcherRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static UpdatePhraseMatcherRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdatePhraseMatcherRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static UpdatePhraseMatcherRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdatePhraseMatcherRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static UpdatePhraseMatcherRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdatePhraseMatcherRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static UpdatePhraseMatcherRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdatePhraseMatcherRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static UpdatePhraseMatcherRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdatePhraseMatcherRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static UpdatePhraseMatcherRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<UpdatePhraseMatcherRequest> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public UpdatePhraseMatcherRequest getDefaultInstanceForType()
Returns
public Parser<UpdatePhraseMatcherRequest> getParserForType()
Returns
Overrides
public PhraseMatcher getPhraseMatcher()
Required. The new values for the phrase matcher.
.google.cloud.contactcenterinsights.v1.PhraseMatcher phrase_matcher = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
public PhraseMatcherOrBuilder getPhraseMatcherOrBuilder()
Required. The new values for the phrase matcher.
.google.cloud.contactcenterinsights.v1.PhraseMatcher phrase_matcher = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
public int getSerializedSize()
Returns
Overrides
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
public FieldMask getUpdateMask()
The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;
Returns
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;
Returns
public boolean hasPhraseMatcher()
Required. The new values for the phrase matcher.
.google.cloud.contactcenterinsights.v1.PhraseMatcher phrase_matcher = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
boolean | Whether the phraseMatcher field is set.
|
public boolean hasUpdateMask()
The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;
Returns
Type | Description |
boolean | Whether the updateMask field is set.
|
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public UpdatePhraseMatcherRequest.Builder newBuilderForType()
Returns
protected UpdatePhraseMatcherRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public UpdatePhraseMatcherRequest.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions