Close httplib2 connections.
reorder(parent, body=None, x__xgafv=None)
Changes the processing order of event edit rules on the specified stream.
close()
Close httplib2 connections.
reorder(parent, body=None, x__xgafv=None)
Changes the processing order of event edit rules on the specified stream. Args: parent: string, Required. Example format: properties/123/dataStreams/456 (required) body: object, The request body. The object takes the form of: { # Request message for ReorderEventEditRules RPC. "eventEditRules": [ # Required. EventEditRule resource names for the specified data stream, in the needed processing order. All EventEditRules for the stream must be present in the list. "A String", ], } x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } }