File manager - Edit - /home/u478019808/domains/bestandroidphones.store/public_html/static/img/logo/pubsub_apitools.zip
Back
PK od�Z�wQ�� �� - __pycache__/pubsub_v1_messages.cpython-39.pycnu �[��� a +(Wg�| � @ sX d Z ddlmZ ddlmZ dZG dd� dej�ZG dd� dej�Z G d d � d ej�Z G dd� dej�ZG d d� dej�ZG dd� dej�Z G dd� dej�ZG dd� dej�ZG dd� dej�ZG dd� dej�ZG dd� dej�ZG dd� dej�ZG dd� dej�ZG dd � d ej�ZG d!d"� d"ej�ZG d#d$� d$ej�ZG d%d&� d&ej�ZG d'd(� d(ej�ZG d)d*� d*ej�ZG d+d,� d,ej�ZG d-d.� d.ej�ZG d/d0� d0ej�ZG d1d2� d2ej�ZG d3d4� d4ej�ZG d5d6� d6ej�Z G d7d8� d8ej�Z!G d9d:� d:ej�Z"G d;d<� d<ej�Z#G d=d>� d>ej�Z$G d?d@� d@ej�Z%G dAdB� dBej�Z&G dCdD� dDej�Z'G dEdF� dFej�Z(G dGdH� dHej�Z)G dIdJ� dJej�Z*G dKdL� dLej�Z+G dMdN� dNej�Z,G dOdP� dPej�Z-G dQdR� dRej�Z.G dSdT� dTej�Z/G dUdV� dVej�Z0G dWdX� dXej�Z1G dYdZ� dZej�Z2e�3e.d[d\� e�4e.j5d]d^� e�4e.j5d_d`� daS )bz�Generated message classes for pubsub version v1. Provides reliable, many-to-many, asynchronous messaging between applications. � )�messages)�encoding�pubsubc @ s e Zd ZdZejddd�ZdS )�AcknowledgeRequestz�Request for the Acknowledge method. Fields: ackIds: The acknowledgment ID for the messages being acknowledged that was returned by the Pub/Sub system in the `Pull` response. Must not be empty. � T��repeatedN)�__name__� __module__�__qualname__�__doc__� _messages�StringField�ackIds� r r �C/opt/gsutil/gslib/third_party/pubsub_apitools/pubsub_v1_messages.pyr s r c @ s( e Zd ZdZejddd�Ze�d�ZdS )�Bindinga� Associates `members` with a `role`. Fields: members: Specifies the identities requesting access for a Cloud Platform resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@gmail.com` or `joe@example.com`. * `serviceAccount:{emailid}`: An email address that represents a service account. For example, `my-other- app@appspot.gserviceaccount.com`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: A Google Apps domain name that represents all the users of that domain. For example, `google.com` or `example.com`. role: Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. Required r Tr � N)r r r r r r �members�roler r r r r s r c @ s e Zd ZdZdS )�Emptyal 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); } The JSON representation for `Empty` is empty JSON object `{}`. N)r r r r r r r r r 3 s r c @ s* e Zd ZdZe�d�Zejdddd�ZdS )�ListSubscriptionsResponseaF Response for the `ListSubscriptions` method. Fields: nextPageToken: If not empty, indicates that there may be more subscriptions that match the request; this value should be passed in a new `ListSubscriptionsRequest` to get more subscriptions. subscriptions: The subscriptions that match the request. r �Subscriptionr Tr N) r r r r r r � nextPageToken�MessageField� subscriptionsr r r r r = s r c @ s( e Zd ZdZe�d�Zejddd�ZdS )�ListTopicSubscriptionsResponsea] Response for the `ListTopicSubscriptions` method. Fields: nextPageToken: If not empty, indicates that there may be more subscriptions that match the request; this value should be passed in a new `ListTopicSubscriptionsRequest` to get more subscriptions. subscriptions: The names of the subscriptions that match the request. r r Tr N)r r r r r r r r r r r r r K s r c @ s* e Zd ZdZe�d�Zejdddd�ZdS )�ListTopicsResponsez�Response for the `ListTopics` method. Fields: nextPageToken: If not empty, indicates that there may be more topics that match the request; this value should be passed in a new `ListTopicsRequest`. topics: The resulting topics. r �Topicr Tr N) r r r r r r r r Ztopicsr r r r r Y s r c @ s0 e Zd ZdZejdejjd�Zej ddd�Z dS )�ModifyAckDeadlineRequesta: Request for the ModifyAckDeadline method. Fields: ackDeadlineSeconds: The new ack deadline with respect to the time this request was sent to the Pub/Sub system. For example, if the value is 10, the new ack deadline will expire 10 seconds after the `ModifyAckDeadline` call was made. Specifying zero may immediately make the message available for another pull request. The minimum deadline you can specify is 0 seconds. The maximum deadline you can specify is 600 seconds (10 minutes). ackIds: List of acknowledgment IDs. r ��variantr Tr N)r r r r r �IntegerField�Variant�INT32�ackDeadlineSecondsr r r r r r r g s r c @ s e Zd ZdZe�dd�ZdS )�ModifyPushConfigRequesta� Request for the ModifyPushConfig method. Fields: pushConfig: The push configuration for future deliveries. An empty `pushConfig` indicates that the Pub/Sub system should stop pushing messages from the given subscription and allow messages to be pulled and acknowledged - effectively pausing the subscription if `Pull` or `StreamingPull` is not called. � PushConfigr N)r r r r r r � pushConfigr r r r r&