Reference documentation and code samples for the Analytics Hub V1 API class Google::Cloud::Bigquery::AnalyticsHub::V1::RevokeSubscriptionRequest.
Message for revoking a subscription.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — Required. Resource name of the subscription to revoke. e.g. projects/123/locations/us/subscriptions/456
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. Resource name of the subscription to revoke. e.g. projects/123/locations/us/subscriptions/456
Returns
- (::String) — Required. Resource name of the subscription to revoke. e.g. projects/123/locations/us/subscriptions/456
#revoke_commercial
def revoke_commercial() -> ::Boolean
Returns
- (::Boolean) — Optional. If the subscription is commercial then this field must be set to true, otherwise a failure is thrown. This acts as a safety guard to avoid revoking commercial subscriptions accidentally.
#revoke_commercial=
def revoke_commercial=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. If the subscription is commercial then this field must be set to true, otherwise a failure is thrown. This acts as a safety guard to avoid revoking commercial subscriptions accidentally.
Returns
- (::Boolean) — Optional. If the subscription is commercial then this field must be set to true, otherwise a failure is thrown. This acts as a safety guard to avoid revoking commercial subscriptions accidentally.