Skip to content

Commit 95d1e41

Browse files
feat: Automated regeneration of beyondcorp v1 client (#18477)
Auto-created at 2024-03-10 10:38:20 +0000 using the toys pull request generator.
1 parent f81aeca commit 95d1e41

5 files changed

Lines changed: 92 additions & 2 deletions

File tree

api_names_out.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39739,6 +39739,14 @@
3973939739
"/beyondcorp:v1/GoogleCloudBeyondcorpPartnerservicesV1mainPartnerServiceOperationMetadata/statusMessage": status_message
3974039740
"/beyondcorp:v1/GoogleCloudBeyondcorpPartnerservicesV1mainPartnerServiceOperationMetadata/target": target
3974139741
"/beyondcorp:v1/GoogleCloudBeyondcorpPartnerservicesV1mainPartnerServiceOperationMetadata/verb": verb
39742+
"/beyondcorp:v1/GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGatewayOperationMetadata": google_cloud_beyondcorp_securitygateways_v1alpha_security_gateway_operation_metadata
39743+
"/beyondcorp:v1/GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGatewayOperationMetadata/apiVersion": api_version
39744+
"/beyondcorp:v1/GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGatewayOperationMetadata/createTime": create_time
39745+
"/beyondcorp:v1/GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGatewayOperationMetadata/endTime": end_time
39746+
"/beyondcorp:v1/GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGatewayOperationMetadata/requestedCancellation": requested_cancellation
39747+
"/beyondcorp:v1/GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGatewayOperationMetadata/statusMessage": status_message
39748+
"/beyondcorp:v1/GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGatewayOperationMetadata/target": target
39749+
"/beyondcorp:v1/GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGatewayOperationMetadata/verb": verb
3974239750
"/beyondcorp:v1/GoogleCloudLocationListLocationsResponse": google_cloud_location_list_locations_response
3974339751
"/beyondcorp:v1/GoogleCloudLocationListLocationsResponse/locations": locations
3974439752
"/beyondcorp:v1/GoogleCloudLocationListLocationsResponse/locations/location": location

generated/google-apis-beyondcorp_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-beyondcorp_v1
22

3+
### v0.24.0 (2024-03-10)
4+
5+
* Regenerated from discovery document revision 20240228
6+
37
### v0.23.0 (2024-02-24)
48

59
* Regenerated using generator version 0.14.0

generated/google-apis-beyondcorp_v1/lib/google/apis/beyondcorp_v1/classes.rb

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1646,6 +1646,65 @@ def update!(**args)
16461646
end
16471647
end
16481648

1649+
# Represents the metadata of the long-running operation.
1650+
class GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGatewayOperationMetadata
1651+
include Google::Apis::Core::Hashable
1652+
1653+
# Output only. API version used to start the operation.
1654+
# Corresponds to the JSON property `apiVersion`
1655+
# @return [String]
1656+
attr_accessor :api_version
1657+
1658+
# Output only. The time the operation was created.
1659+
# Corresponds to the JSON property `createTime`
1660+
# @return [String]
1661+
attr_accessor :create_time
1662+
1663+
# Output only. The time the operation finished running.
1664+
# Corresponds to the JSON property `endTime`
1665+
# @return [String]
1666+
attr_accessor :end_time
1667+
1668+
# Output only. Identifies whether the user has requested cancellation of the
1669+
# operation. Operations that have been cancelled successfully have Operation.
1670+
# error value with a google.rpc.Status.code of 1, corresponding to `Code.
1671+
# CANCELLED`.
1672+
# Corresponds to the JSON property `requestedCancellation`
1673+
# @return [Boolean]
1674+
attr_accessor :requested_cancellation
1675+
alias_method :requested_cancellation?, :requested_cancellation
1676+
1677+
# Output only. Human-readable status of the operation, if any.
1678+
# Corresponds to the JSON property `statusMessage`
1679+
# @return [String]
1680+
attr_accessor :status_message
1681+
1682+
# Output only. Server-defined resource path for the target of the operation.
1683+
# Corresponds to the JSON property `target`
1684+
# @return [String]
1685+
attr_accessor :target
1686+
1687+
# Output only. Name of the verb executed by the operation.
1688+
# Corresponds to the JSON property `verb`
1689+
# @return [String]
1690+
attr_accessor :verb
1691+
1692+
def initialize(**args)
1693+
update!(**args)
1694+
end
1695+
1696+
# Update properties of this object
1697+
def update!(**args)
1698+
@api_version = args[:api_version] if args.key?(:api_version)
1699+
@create_time = args[:create_time] if args.key?(:create_time)
1700+
@end_time = args[:end_time] if args.key?(:end_time)
1701+
@requested_cancellation = args[:requested_cancellation] if args.key?(:requested_cancellation)
1702+
@status_message = args[:status_message] if args.key?(:status_message)
1703+
@target = args[:target] if args.key?(:target)
1704+
@verb = args[:verb] if args.key?(:verb)
1705+
end
1706+
end
1707+
16491708
# The response message for Locations.ListLocations.
16501709
class GoogleCloudLocationListLocationsResponse
16511710
include Google::Apis::Core::Hashable

generated/google-apis-beyondcorp_v1/lib/google/apis/beyondcorp_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module BeyondcorpV1
1818
# Version of the google-apis-beyondcorp_v1 gem
19-
GEM_VERSION = "0.23.0"
19+
GEM_VERSION = "0.24.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.14.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20240207"
25+
REVISION = "20240228"
2626
end
2727
end
2828
end

generated/google-apis-beyondcorp_v1/lib/google/apis/beyondcorp_v1/representations.rb

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
262262
include Google::Apis::Core::JsonObjectSupport
263263
end
264264

265+
class GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGatewayOperationMetadata
266+
class Representation < Google::Apis::Core::JsonRepresentation; end
267+
268+
include Google::Apis::Core::JsonObjectSupport
269+
end
270+
265271
class GoogleCloudLocationListLocationsResponse
266272
class Representation < Google::Apis::Core::JsonRepresentation; end
267273

@@ -786,6 +792,19 @@ class Representation < Google::Apis::Core::JsonRepresentation
786792
end
787793
end
788794

795+
class GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGatewayOperationMetadata
796+
# @private
797+
class Representation < Google::Apis::Core::JsonRepresentation
798+
property :api_version, as: 'apiVersion'
799+
property :create_time, as: 'createTime'
800+
property :end_time, as: 'endTime'
801+
property :requested_cancellation, as: 'requestedCancellation'
802+
property :status_message, as: 'statusMessage'
803+
property :target, as: 'target'
804+
property :verb, as: 'verb'
805+
end
806+
end
807+
789808
class GoogleCloudLocationListLocationsResponse
790809
# @private
791810
class Representation < Google::Apis::Core::JsonRepresentation

0 commit comments

Comments
 (0)