Queue Admin Types

DBMS_CLOUD_OCI_Q_QUEUE_ADMIN_CHANGE_QUEUE_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_queue_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_q_queue_admin_change_queue_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_Q_QUEUE_ADMIN_CREATE_QUEUE_RESPONSE_T Type

Contains the response body, headers and the status code of the create_queue request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_q_queue_admin_create_queue_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_Q_QUEUE_ADMIN_DELETE_QUEUE_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_queue request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_q_queue_admin_delete_queue_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_Q_QUEUE_ADMIN_GET_QUEUE_RESPONSE_T Type

Contains the response body, headers and the status code of the get_queue request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_q_queue_admin_get_queue_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_queue_queue_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_queue

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_Q_QUEUE_ADMIN_GET_WORK_REQUEST_RESPONSE_T Type

Contains the response body, headers and the status code of the get_work_request request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_q_queue_admin_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_queue_work_request_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_work_request

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_Q_QUEUE_ADMIN_LIST_QUEUES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_queues request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_q_queue_admin_list_queues_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_queue_queue_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_queues

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_Q_QUEUE_ADMIN_LIST_WORK_REQUEST_ERRORS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_work_request_errors request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_q_queue_admin_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_queue_work_request_error_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_work_request_errors

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_Q_QUEUE_ADMIN_LIST_WORK_REQUEST_LOGS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_work_request_logs request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_q_queue_admin_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_queue_work_request_log_entry_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_work_request_logs

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_Q_QUEUE_ADMIN_LIST_WORK_REQUESTS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_work_requests request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_q_queue_admin_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_queue_work_request_summary_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_work_requests

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_Q_QUEUE_ADMIN_PURGE_QUEUE_RESPONSE_T Type

Contains the response body, headers and the status code of the purge_queue request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_q_queue_admin_purge_queue_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_Q_QUEUE_ADMIN_UPDATE_QUEUE_RESPONSE_T Type

Contains the response body, headers and the status code of the update_queue request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_q_queue_admin_update_queue_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer