lib/google/apis/analyticshub_v1/representations.rb in google-apis-analyticshub_v1-0.8.0 vs lib/google/apis/analyticshub_v1/representations.rb in google-apis-analyticshub_v1-0.9.0

- old
+ new

@@ -134,10 +134,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class RestrictedExportConfig + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class SetIamPolicyRequest class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -314,10 +320,12 @@ property :name, as: 'name' property :primary_contact, as: 'primaryContact' property :publisher, as: 'publisher', class: Google::Apis::AnalyticshubV1::Publisher, decorator: Google::Apis::AnalyticshubV1::Publisher::Representation property :request_access, as: 'requestAccess' + property :restricted_export_config, as: 'restrictedExportConfig', class: Google::Apis::AnalyticshubV1::RestrictedExportConfig, decorator: Google::Apis::AnalyticshubV1::RestrictedExportConfig::Representation + property :state, as: 'state' end end class OperationMetadata @@ -348,9 +356,18 @@ class Publisher # @private class Representation < Google::Apis::Core::JsonRepresentation property :name, as: 'name' property :primary_contact, as: 'primaryContact' + end + end + + class RestrictedExportConfig + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :enabled, as: 'enabled' + property :restrict_direct_table_access, as: 'restrictDirectTableAccess' + property :restrict_query_result, as: 'restrictQueryResult' end end class SetIamPolicyRequest # @private