
                         N   d Z ddlmZ ddlmZ ddlmZ dZ G d dej                        Z
 G d d	ej                        Z G d
 dej                        Z ej                  edd        ej                  ej                  dd        ej                  ej                  dd       y)zGenerated message classes for publicca version v1.

The Public Certificate Authority API may be used to create and manage ACME
external account binding keys associated with Google Trust Services' publicly
trusted certificate authority.
    )absolute_import)messages)encodingpubliccac                   |    e Zd ZdZ ej
                  d      Z ej                  d      Z ej                  d      Z	y)ExternalAccountKeya:  A representation of an ExternalAccountKey used for [external account
  binding](https://tools.ietf.org/html/rfc8555#section-7.3.4) within ACME.

  Fields:
    b64MacKey: Output only. Base64-URL-encoded HS256 key. It is generated by
      the PublicCertificateAuthorityService when the ExternalAccountKey is
      created
    keyId: Output only. Key ID. It is generated by the
      PublicCertificateAuthorityService when the ExternalAccountKey is created
    name: Output only. Resource name.
      projects/{project}/locations/{location}/externalAccountKeys/{key_id}
           N)
__name__
__module____qualname____doc__	_messages
BytesField	b64MacKeyStringFieldkeyIdname     Mlib/googlecloudsdk/generated_clients/apis/publicca/v1/publicca_v1_messages.pyr   r      s?     #i""1%)
)


"%			q	!$r   r   c                   ^    e Zd ZdZ ej
                  dd      Z ej                  dd      Zy)9PubliccaProjectsLocationsExternalAccountKeysCreateRequesta~  A PubliccaProjectsLocationsExternalAccountKeysCreateRequest object.

  Fields:
    externalAccountKey: A ExternalAccountKey resource to be passed as the
      request body.
    parent: Required. The parent resource where this external_account_key will
      be created. Format: projects/[project_id]/locations/[location]. At
      present only the "global" location is supported.
  r   r	   r
   T)requiredN)	r   r   r   r   r   MessageFieldexternalAccountKeyr   parentr   r   r   r   r   %   s3     .y--.BAF 9  T2&r   r   c                       e Zd ZdZ G d dej
                        Z G d dej
                        Z ej                  dd      Z	 ej                  d      Z ej                  ddd	
      Z ej                  d      Z ej                  d      Z ej                  d      Z ej                  d      Z ej"                  dd
      Z ej                  d      Z ej                  d      Z ej                  d      Z ej                  d      Zy)StandardQueryParametersa4  Query parameters accepted by all methods.

  Enums:
    FXgafvValueValuesEnum: V1 error format.
    AltValueValuesEnum: Data format for response.

  Fields:
    f__xgafv: V1 error format.
    access_token: OAuth access token.
    alt: Data format for response.
    callback: JSONP
    fields: Selector specifying which fields to include in a partial response.
    key: API key. Your API key identifies your project and provides you with
      API access, quota, and reports. Required unless you provide an OAuth 2.0
      token.
    oauth_token: OAuth 2.0 token for the current user.
    prettyPrint: Returns response with indentations and line breaks.
    quotaUser: Available to use for quota purposes for server-side
      applications. Can be any arbitrary string assigned to a user, but should
      not exceed 40 characters.
    trace: A tracing token of the form "token:<tokenid>" to include in api
      requests.
    uploadType: Legacy upload protocol for media (e.g. "media", "multipart").
    upload_protocol: Upload protocol for media (e.g. "raw", "multipart").
  c                       e Zd ZdZdZdZdZy)*StandardQueryParameters.AltValueValuesEnumzData format for response.

    Values:
      json: Responses with Content-Type of application/json
      media: Media download with context-dependent Content-Type
      proto: Responses with Content-Type of application/x-protobuf
    r   r	   r
   N)r   r   r   r   jsonmediaprotor   r   r   AltValueValuesEnumr"   O   s     DEEr   r&   c                       e Zd ZdZdZdZy)-StandardQueryParameters.FXgafvValueValuesEnumzVV1 error format.

    Values:
      _1: v1 error format
      _2: v2 error format
    r   r	   N)r   r   r   r   _1_2r   r   r   FXgafvValueValuesEnumr(   [   s     
B	
Br   r+   r	   r
   r   r#   )default               T	   
         N)r   r   r   r   r   Enumr&   r+   	EnumFieldf__xgafvr   access_tokenaltcallbackfieldskeyoauth_tokenBooleanFieldprettyPrint	quotaUsertrace
uploadTypeupload_protocolr   r   r   r    r    4   s   4
9>> 
inn  !Y  !8!<(&&&q),	0!VD#"Y""1%( 9  #&	a #%	%%a(+&	&&q$7+#i##A&)
)


#%$y$$R(*)I))"-/r   r    r8   z$.xgafvr)   1r*   2N)r   
__future__r   apitools.base.protorpcliter   r   apitools.base.pyr   packageMessager   r   r    AddCustomJsonFieldMappingAddCustomJsonEnumMappingr+   r   r   r   <module>rN      s    ' < % "** "&3	@Q@Q 3<.i// <.~ # " "Z4 ! ! !114> ! ! !114>r   