Google Cloud BigQuery Analytics Hub V1 Client - Class State (1.5.0)

Reference documentation and code samples for the Google Cloud BigQuery Analytics Hub V1 Client class State.

State of the subscription.

Protobuf type google.cloud.bigquery.analyticshub.v1.Subscription.State

Namespace

Google \ Cloud \ BigQuery \ AnalyticsHub \ V1 \ Subscription

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

STATE_ACTIVE

Value: 1

This subscription is active and the data is accessible.

Generated from protobuf enum STATE_ACTIVE = 1;

STATE_STALE

Value: 2

The data referenced by this subscription is out of date and should be refreshed. This can happen when a data provider adds or removes datasets.

Generated from protobuf enum STATE_STALE = 2;

STATE_INACTIVE

Value: 3

This subscription has been cancelled or revoked and the data is no longer accessible.

Generated from protobuf enum STATE_INACTIVE = 3;

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年11月08日 UTC.