Interface UpdateIssueRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    UpdateIssueRequest, UpdateIssueRequest.Builder

    public interface UpdateIssueRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasIssue

        boolean hasIssue()
         Required. The new values for the issue.
         
        .google.cloud.contactcenterinsights.v1.Issue issue = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the issue field is set.
      • getIssue

        Issue getIssue()
         Required. The new values for the issue.
         
        .google.cloud.contactcenterinsights.v1.Issue issue = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The issue.
      • getIssueOrBuilder

        IssueOrBuilder getIssueOrBuilder()
         Required. The new values for the issue.
         
        .google.cloud.contactcenterinsights.v1.Issue issue = 1 [(.google.api.field_behavior) = REQUIRED];
      • hasUpdateMask

        boolean hasUpdateMask()
         The list of fields to be updated.
         
        .google.protobuf.FieldMask update_mask = 2;
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        com.google.protobuf.FieldMask getUpdateMask()
         The list of fields to be updated.
         
        .google.protobuf.FieldMask update_mask = 2;
        Returns:
        The updateMask.
      • getUpdateMaskOrBuilder

        com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         The list of fields to be updated.
         
        .google.protobuf.FieldMask update_mask = 2;