Reference documentation and code samples for the Google Cloud Support V2BETA API class Google::Cloud::Support::V2beta::SupportEventSubscriptionService::Rest::ServiceStub.
REST service stub for the SupportEventSubscriptionService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#create_support_event_subscription
def create_support_event_subscription(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Support::V2beta::SupportEventSubscriptionBaseline implementation for the create_support_event_subscription REST call
- request_pb (::Google::Cloud::Support::V2beta::CreateSupportEventSubscriptionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Support::V2beta::SupportEventSubscription)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Support::V2beta::SupportEventSubscription) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_support_event_subscription
def delete_support_event_subscription(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Support::V2beta::SupportEventSubscriptionBaseline implementation for the delete_support_event_subscription REST call
- request_pb (::Google::Cloud::Support::V2beta::DeleteSupportEventSubscriptionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Support::V2beta::SupportEventSubscription)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Support::V2beta::SupportEventSubscription) — A result object deserialized from the server's reply
- (::ArgumentError)
#endpoint
def endpoint() -> StringThe effective endpoint
- (String)
#get_support_event_subscription
def get_support_event_subscription(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Support::V2beta::SupportEventSubscriptionBaseline implementation for the get_support_event_subscription REST call
- request_pb (::Google::Cloud::Support::V2beta::GetSupportEventSubscriptionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Support::V2beta::SupportEventSubscription)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Support::V2beta::SupportEventSubscription) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_support_event_subscriptions
def list_support_event_subscriptions(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Support::V2beta::ListSupportEventSubscriptionsResponseBaseline implementation for the list_support_event_subscriptions REST call
- request_pb (::Google::Cloud::Support::V2beta::ListSupportEventSubscriptionsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Support::V2beta::ListSupportEventSubscriptionsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Support::V2beta::ListSupportEventSubscriptionsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#logger
def logger(stub: false) -> LoggerThe logger used for request/response debug logging.
- (Logger)
#undelete_support_event_subscription
def undelete_support_event_subscription(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Support::V2beta::SupportEventSubscriptionBaseline implementation for the undelete_support_event_subscription REST call
- request_pb (::Google::Cloud::Support::V2beta::UndeleteSupportEventSubscriptionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Support::V2beta::SupportEventSubscription)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Support::V2beta::SupportEventSubscription) — A result object deserialized from the server's reply
- (::ArgumentError)
#universe_domain
def universe_domain() -> StringThe effective universe domain
- (String)
#update_support_event_subscription
def update_support_event_subscription(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Support::V2beta::SupportEventSubscriptionBaseline implementation for the update_support_event_subscription REST call
- request_pb (::Google::Cloud::Support::V2beta::UpdateSupportEventSubscriptionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Support::V2beta::SupportEventSubscription)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Support::V2beta::SupportEventSubscription) — A result object deserialized from the server's reply
- (::ArgumentError)