# Functions
GetActionTypeEnumStringValues Enumerates the set of values in String for ActionTypeEnum.
GetActionTypeEnumValues Enumerates the set of values for ActionTypeEnum.
GetListQueuesSortByEnumStringValues Enumerates the set of values in String for ListQueuesSortByEnum.
GetListQueuesSortByEnumValues Enumerates the set of values for ListQueuesSortByEnum.
GetListQueuesSortOrderEnumStringValues Enumerates the set of values in String for ListQueuesSortOrderEnum.
GetListQueuesSortOrderEnumValues Enumerates the set of values for ListQueuesSortOrderEnum.
GetMappingActionTypeEnum performs case Insensitive comparison on enum value and return the desired enum.
GetMappingListQueuesSortByEnum performs case Insensitive comparison on enum value and return the desired enum.
GetMappingListQueuesSortOrderEnum performs case Insensitive comparison on enum value and return the desired enum.
GetMappingOperationStatusEnum performs case Insensitive comparison on enum value and return the desired enum.
GetMappingOperationTypeEnum performs case Insensitive comparison on enum value and return the desired enum.
GetMappingPurgeQueueDetailsPurgeTypeEnum performs case Insensitive comparison on enum value and return the desired enum.
GetMappingQueueLifecycleStateEnum performs case Insensitive comparison on enum value and return the desired enum.
GetMappingSortOrderEnum performs case Insensitive comparison on enum value and return the desired enum.
GetOperationStatusEnumStringValues Enumerates the set of values in String for OperationStatusEnum.
GetOperationStatusEnumValues Enumerates the set of values for OperationStatusEnum.
GetOperationTypeEnumStringValues Enumerates the set of values in String for OperationTypeEnum.
GetOperationTypeEnumValues Enumerates the set of values for OperationTypeEnum.
GetPurgeQueueDetailsPurgeTypeEnumStringValues Enumerates the set of values in String for PurgeQueueDetailsPurgeTypeEnum.
GetPurgeQueueDetailsPurgeTypeEnumValues Enumerates the set of values for PurgeQueueDetailsPurgeTypeEnum.
GetQueueLifecycleStateEnumStringValues Enumerates the set of values in String for QueueLifecycleStateEnum.
GetQueueLifecycleStateEnumValues Enumerates the set of values for QueueLifecycleStateEnum.
GetSortOrderEnumStringValues Enumerates the set of values in String for SortOrderEnum.
GetSortOrderEnumValues Enumerates the set of values for SortOrderEnum.
NewQueueAdminClientWithConfigurationProvider Creates a new default QueueAdmin client with the given configuration provider.
NewQueueAdminClientWithOboToken Creates a new default QueueAdmin client with the given configuration provider.
NewQueueClientWithConfigurationProvider Creates a new default Queue client with the given configuration provider.
NewQueueClientWithOboToken Creates a new default Queue client with the given configuration provider.
# Constants
Set of constants representing the allowable values for ActionTypeEnum.
Set of constants representing the allowable values for ActionTypeEnum.
Set of constants representing the allowable values for ActionTypeEnum.
Set of constants representing the allowable values for ActionTypeEnum.
Set of constants representing the allowable values for ActionTypeEnum.
Set of constants representing the allowable values for ListQueuesSortByEnum.
Set of constants representing the allowable values for ListQueuesSortByEnum.
Set of constants representing the allowable values for ListQueuesSortOrderEnum.
Set of constants representing the allowable values for ListQueuesSortOrderEnum.
Set of constants representing the allowable values for OperationStatusEnum.
Set of constants representing the allowable values for OperationStatusEnum.
Set of constants representing the allowable values for OperationStatusEnum.
Set of constants representing the allowable values for OperationStatusEnum.
Set of constants representing the allowable values for OperationStatusEnum.
Set of constants representing the allowable values for OperationStatusEnum.
Set of constants representing the allowable values for OperationTypeEnum.
Set of constants representing the allowable values for OperationTypeEnum.
Set of constants representing the allowable values for OperationTypeEnum.
Set of constants representing the allowable values for OperationTypeEnum.
Set of constants representing the allowable values for OperationTypeEnum.
Set of constants representing the allowable values for PurgeQueueDetailsPurgeTypeEnum.
Set of constants representing the allowable values for PurgeQueueDetailsPurgeTypeEnum.
Set of constants representing the allowable values for PurgeQueueDetailsPurgeTypeEnum.
Set of constants representing the allowable values for QueueLifecycleStateEnum.
Set of constants representing the allowable values for QueueLifecycleStateEnum.
Set of constants representing the allowable values for QueueLifecycleStateEnum.
Set of constants representing the allowable values for QueueLifecycleStateEnum.
Set of constants representing the allowable values for QueueLifecycleStateEnum.
Set of constants representing the allowable values for QueueLifecycleStateEnum.
Set of constants representing the allowable values for QueueLifecycleStateEnum.
Set of constants representing the allowable values for SortOrderEnum.
Set of constants representing the allowable values for SortOrderEnum.
# Structs
ChangeQueueCompartmentDetails The information to be updated.
ChangeQueueCompartmentRequest wrapper for the ChangeQueueCompartment operation
# See also
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/queue/ChangeQueueCompartment.go.html to see an example of how to use ChangeQueueCompartmentRequest.
ChangeQueueCompartmentResponse wrapper for the ChangeQueueCompartment operation.
ChannelCollection List of IDs of non-empty channels.
CreateQueueDetails The information about a new queue.
CreateQueueRequest wrapper for the CreateQueue operation
# See also
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/queue/CreateQueue.go.html to see an example of how to use CreateQueueRequest.
CreateQueueResponse wrapper for the CreateQueue operation.
DeleteMessageRequest wrapper for the DeleteMessage operation
# See also
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/queue/DeleteMessage.go.html to see an example of how to use DeleteMessageRequest.
DeleteMessageResponse wrapper for the DeleteMessage operation.
DeleteMessagesDetails The details of a DeleteMessages request.
DeleteMessagesDetailsEntry Object that represents a message to delete from a queue.
DeleteMessagesRequest wrapper for the DeleteMessages operation
# See also
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/queue/DeleteMessages.go.html to see an example of how to use DeleteMessagesRequest.
DeleteMessagesResponse wrapper for the DeleteMessages operation.
DeleteMessagesResult The response to a DeleteMessages request.
DeleteMessagesResultEntry Represents the result of a DeleteMessages request, whether it was successful or not.
DeleteQueueRequest wrapper for the DeleteQueue operation
# See also
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/queue/DeleteQueue.go.html to see an example of how to use DeleteQueueRequest.
DeleteQueueResponse wrapper for the DeleteQueue operation.
GetMessage A message consumed from a queue.
GetMessages A list of messages from a queue.
GetMessagesRequest wrapper for the GetMessages operation
# See also
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/queue/GetMessages.go.html to see an example of how to use GetMessagesRequest.
GetMessagesResponse wrapper for the GetMessages operation.
GetQueueRequest wrapper for the GetQueue operation
# See also
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/queue/GetQueue.go.html to see an example of how to use GetQueueRequest.
GetQueueResponse wrapper for the GetQueue operation.
GetStatsRequest wrapper for the GetStats operation
# See also
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/queue/GetStats.go.html to see an example of how to use GetStatsRequest.
GetStatsResponse wrapper for the GetStats operation.
GetWorkRequestRequest wrapper for the GetWorkRequest operation
# See also
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/queue/GetWorkRequest.go.html to see an example of how to use GetWorkRequestRequest.
GetWorkRequestResponse wrapper for the GetWorkRequest operation.
ListChannelsRequest wrapper for the ListChannels operation
# See also
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/queue/ListChannels.go.html to see an example of how to use ListChannelsRequest.
ListChannelsResponse wrapper for the ListChannels operation.
ListQueuesRequest wrapper for the ListQueues operation
# See also
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/queue/ListQueues.go.html to see an example of how to use ListQueuesRequest.
ListQueuesResponse wrapper for the ListQueues operation.
ListWorkRequestErrorsRequest wrapper for the ListWorkRequestErrors operation
# See also
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/queue/ListWorkRequestErrors.go.html to see an example of how to use ListWorkRequestErrorsRequest.
ListWorkRequestErrorsResponse wrapper for the ListWorkRequestErrors operation.
ListWorkRequestLogsRequest wrapper for the ListWorkRequestLogs operation
# See also
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/queue/ListWorkRequestLogs.go.html to see an example of how to use ListWorkRequestLogsRequest.
ListWorkRequestLogsResponse wrapper for the ListWorkRequestLogs operation.
ListWorkRequestsRequest wrapper for the ListWorkRequests operation
# See also
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/queue/ListWorkRequests.go.html to see an example of how to use ListWorkRequestsRequest.
ListWorkRequestsResponse wrapper for the ListWorkRequests operation.
MessageMetadata Object that represents metadata for message.
PurgeQueueDetails Purge parameters.
PurgeQueueRequest wrapper for the PurgeQueue operation
# See also
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/queue/PurgeQueue.go.html to see an example of how to use PurgeQueueRequest.
PurgeQueueResponse wrapper for the PurgeQueue operation.
PutMessage A message that has been published to a queue.
PutMessages A list of the messages published to a queue.
PutMessagesDetails The details of a PutMessages request.
PutMessagesDetailsEntry Object that represents a message to publish into a queue.
PutMessagesRequest wrapper for the PutMessages operation
# See also
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/queue/PutMessages.go.html to see an example of how to use PutMessagesRequest.
PutMessagesResponse wrapper for the PutMessages operation.
Queue A detailed representation of a queue and its configuration.
QueueAdminClient a client for QueueAdmin.
QueueClient a client for Queue.
QueueCollection Results of a queue search.
QueueStats The stats for a queue and its dead letter queue.
QueueSummary Summary of the queue.
Stats The stats for a queue or a dead letter queue.
UpdatedMessage An updated message with the new visibility.
UpdateMessageDetails Updates the visibility of a message.
UpdateMessageRequest wrapper for the UpdateMessage operation
# See also
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/queue/UpdateMessage.go.html to see an example of how to use UpdateMessageRequest.
UpdateMessageResponse wrapper for the UpdateMessage operation.
UpdateMessagesDetails The details of an UpdateMessages request.
UpdateMessagesDetailsEntry Object that represents a message to update in a queue.
UpdateMessagesRequest wrapper for the UpdateMessages operation
# See also
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/queue/UpdateMessages.go.html to see an example of how to use UpdateMessagesRequest.
UpdateMessagesResponse wrapper for the UpdateMessages operation.
UpdateMessagesResult The response to a UpdateMessages request.
UpdateMessagesResultEntry Represents the result of a UpdateMessages request, whether it was successful or not.
UpdateQueueDetails The information to be updated.
UpdateQueueRequest wrapper for the UpdateQueue operation
# See also
Click https://docs.oracle.com/en-us/iaas/tools/go-sdk-examples/latest/queue/UpdateQueue.go.html to see an example of how to use UpdateQueueRequest.
UpdateQueueResponse wrapper for the UpdateQueue operation.
WorkRequest A description of workrequest status.
WorkRequestError An error encountered while executing a work request.
WorkRequestErrorCollection Results of a workRequestError search.
WorkRequestLogEntry A log message from the execution of a work request.
WorkRequestLogEntryCollection Results of a workRequestLog search.
WorkRequestResource A resource created or operated on by a work request.
WorkRequestSummary A summary of the status of a work request.
WorkRequestSummaryCollection Results of a workRequest search.
# Type aliases
ActionTypeEnum Enum with underlying type: string.
ListQueuesSortByEnum Enum with underlying type: string.
ListQueuesSortOrderEnum Enum with underlying type: string.
OperationStatusEnum Enum with underlying type: string.
OperationTypeEnum Enum with underlying type: string.
PurgeQueueDetailsPurgeTypeEnum Enum with underlying type: string.
QueueLifecycleStateEnum Enum with underlying type: string.
SortOrderEnum Enum with underlying type: string.