Google Cloud Oracle Database V1 Client - Class ConsumerGroup (0.8.0)

Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class ConsumerGroup.

The various consumer groups available in the connection string profile.

Protobuf type google.cloud.oracledatabase.v1.DatabaseConnectionStringProfile.ConsumerGroup

Namespace

Google \ Cloud \ OracleDatabase \ V1 \ DatabaseConnectionStringProfile

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CONSUMER_GROUP_UNSPECIFIED

Value: 0

Default unspecified value.

Generated from protobuf enum CONSUMER_GROUP_UNSPECIFIED = 0;

HIGH

Value: 1

High consumer group.

Generated from protobuf enum HIGH = 1;

MEDIUM

Value: 2

Medium consumer group.

Generated from protobuf enum MEDIUM = 2;

LOW

Value: 3

Low consumer group.

Generated from protobuf enum LOW = 3;

TP

Value: 4

TP consumer group.

Generated from protobuf enum TP = 4;

TPURGENT

Value: 5

TPURGENT consumer group.

Generated from protobuf enum TPURGENT = 5;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.