@@ -247,8 +247,9 @@ class AuthorizedCertificate
247247 # @return [Fixnum]
248248 attr_accessor :domain_mappings_count
249249
250- # Topmost applicable domains of this certificate. This certificate applies to
251- # these domains and their subdomains. Example: example.com.@OutputOnly
250+ # Output only. Topmost applicable domains of this certificate. This certificate
251+ # applies to these domains and their subdomains. Example: example.com.@
252+ # OutputOnly
252253 # Corresponds to the JSON property `domainNames`
253254 # @return [Array<String>]
254255 attr_accessor :domain_names
@@ -260,8 +261,9 @@ class AuthorizedCertificate
260261 # @return [String]
261262 attr_accessor :expire_time
262263
263- # Relative name of the certificate. This is a unique value autogenerated on
264- # AuthorizedCertificate resource creation. Example: 12345.@OutputOnly
264+ # Output only. Relative name of the certificate. This is a unique value
265+ # autogenerated on AuthorizedCertificate resource creation. Example: 12345.@
266+ # OutputOnly
265267 # Corresponds to the JSON property `id`
266268 # @return [String]
267269 attr_accessor :id
@@ -271,15 +273,15 @@ class AuthorizedCertificate
271273 # @return [Google::Apis::AppengineV1::ManagedCertificate]
272274 attr_accessor :managed_certificate
273275
274- # Full path to the AuthorizedCertificate resource in the API. Example: apps/
275- # myapp/authorizedCertificates/12345.@OutputOnly
276+ # Output only. Full path to the AuthorizedCertificate resource in the API.
277+ # Example: apps/ myapp/authorizedCertificates/12345.@OutputOnly
276278 # Corresponds to the JSON property `name`
277279 # @return [String]
278280 attr_accessor :name
279281
280- # The full paths to user visible Domain Mapping resources that have this
281- # certificate mapped. Example: apps/myapp/domainMappings/example.com.This may
282- # not represent the full list of mapped domain mappings if the user does not
282+ # Output only. The full paths to user visible Domain Mapping resources that have
283+ # this certificate mapped. Example: apps/myapp/domainMappings/example.com.This
284+ # may not represent the full list of mapped domain mappings if the user does not
283285 # have VIEWER permissions on all of the applications that have this certificate
284286 # mapped. See domain_mappings_count for a complete count.Only returned by GET or
285287 # LIST requests when specifically requested by the view=FULL_CERTIFICATE option.@
@@ -874,15 +876,15 @@ class DomainMapping
874876 # @return [String]
875877 attr_accessor :id
876878
877- # Full path to the DomainMapping resource in the API. Example: apps/myapp /
878- # domainMapping/example.com.@OutputOnly
879+ # Output only. Full path to the DomainMapping resource in the API. Example: apps/
880+ # myapp/ domainMapping/example.com.@OutputOnly
879881 # Corresponds to the JSON property `name`
880882 # @return [String]
881883 attr_accessor :name
882884
883- # The resource records required to configure this domain mapping. These records
884- # must be added to the domain's DNS configuration in order to serve the
885- # application via this domain mapping.@OutputOnly
885+ # Output only. The resource records required to configure this domain mapping.
886+ # These records must be added to the domain's DNS configuration in order to
887+ # serve the application via this domain mapping.@OutputOnly
886888 # Corresponds to the JSON property `resourceRecords`
887889 # @return [Array<Google::Apis::AppengineV1::ResourceRecord>]
888890 attr_accessor :resource_records
@@ -2881,13 +2883,13 @@ class SslSettings
28812883 # @return [String]
28822884 attr_accessor :certificate_id
28832885
2884- # ID of the managed AuthorizedCertificate resource currently being provisioned,
2885- # if applicable. Until the new managed certificate has been successfully
2886- # provisioned, the previous SSL state will be preserved. Once the provisioning
2887- # process completes, the certificate_id field will reflect the new managed
2888- # certificate and this field will be left empty. To remove SSL support while
2889- # there is still a pending managed certificate, clear the certificate_id field
2890- # with an UpdateDomainMappingRequest.@OutputOnly
2886+ # Output only. ID of the managed AuthorizedCertificate resource currently being
2887+ # provisioned, if applicable. Until the new managed certificate has been
2888+ # successfully provisioned, the previous SSL state will be preserved. Once the
2889+ # provisioning process completes, the certificate_id field will reflect the new
2890+ # managed certificate and this field will be left empty. To remove SSL support
2891+ # while there is still a pending managed certificate, clear the certificate_id
2892+ # field with an UpdateDomainMappingRequest.@OutputOnly
28912893 # Corresponds to the JSON property `pendingManagedCertificateId`
28922894 # @return [String]
28932895 attr_accessor :pending_managed_certificate_id
0 commit comments