resourceState property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? resourceState
getter/setter pair

The resource state of the multicast group consumer activation.

Use the state field instead.

Output only. Deprecated. Possible string values are:

  • "CONSUMER_RESOURCE_STATE_UNSPECIFIED" : The consumer resource state is not specified.
  • "ACTIVE" : The consumer resource state is active.
  • "OBSOLETE" : The associated admin resource has been deleted. The consumer resource state becomes obsolete.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? resourceState;