lib/google/apis/backupdr_v1/classes.rb in google-apis-backupdr_v1-0.9.0 vs lib/google/apis/backupdr_v1/classes.rb in google-apis-backupdr_v1-0.11.0

- old
+ new

@@ -466,10 +466,22 @@ # https://openid.net/specs/openid-connect-core-1_0.html#IDToken). # Corresponds to the JSON property `oauth2ClientId` # @return [String] attr_accessor :oauth2_client_id + # Output only. Reserved for future use. + # Corresponds to the JSON property `satisfiesPzi` + # @return [Boolean] + attr_accessor :satisfies_pzi + alias_method :satisfies_pzi?, :satisfies_pzi + + # Output only. Reserved for future use. + # Corresponds to the JSON property `satisfiesPzs` + # @return [Boolean] + attr_accessor :satisfies_pzs + alias_method :satisfies_pzs?, :satisfies_pzs + # Output only. The ManagementServer state. # Corresponds to the JSON property `state` # @return [String] attr_accessor :state @@ -506,9 +518,11 @@ @labels = args[:labels] if args.key?(:labels) @management_uri = args[:management_uri] if args.key?(:management_uri) @name = args[:name] if args.key?(:name) @networks = args[:networks] if args.key?(:networks) @oauth2_client_id = args[:oauth2_client_id] if args.key?(:oauth2_client_id) + @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi) + @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs) @state = args[:state] if args.key?(:state) @type = args[:type] if args.key?(:type) @update_time = args[:update_time] if args.key?(:update_time) @workforce_identity_based_management_uri = args[:workforce_identity_based_management_uri] if args.key?(:workforce_identity_based_management_uri) @workforce_identity_based_oauth2_client_id = args[:workforce_identity_based_oauth2_client_id] if args.key?(:workforce_identity_based_oauth2_client_id)