public interface UpdateIssueRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Issue |
getIssue()
Required.
|
IssueOrBuilder |
getIssueOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
The list of fields to be updated.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
The list of fields to be updated.
|
boolean |
hasIssue()
Required.
|
boolean |
hasUpdateMask()
The list of fields to be updated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIssue()
Required. The new values for the issue.
.google.cloud.contactcenterinsights.v1.Issue issue = 1 [(.google.api.field_behavior) = REQUIRED];
Issue getIssue()
Required. The new values for the issue.
.google.cloud.contactcenterinsights.v1.Issue issue = 1 [(.google.api.field_behavior) = REQUIRED];
IssueOrBuilder getIssueOrBuilder()
Required. The new values for the issue.
.google.cloud.contactcenterinsights.v1.Issue issue = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMask getUpdateMask()
The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;Copyright © 2025 Google LLC. All rights reserved.