Interface CalculateIssueModelStatsRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getIssueModel()
      Required.
      com.google.protobuf.ByteString getIssueModelBytes()
      Required.
      • 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

      • getIssueModel

        String getIssueModel()
         Required. The resource name of the issue model to query against.
         
        string issue_model = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The issueModel.
      • getIssueModelBytes

        com.google.protobuf.ByteString getIssueModelBytes()
         Required. The resource name of the issue model to query against.
         
        string issue_model = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for issueModel.