Class: Google::Cloud::CloudQuotas::V1::CreateQuotaPreferenceRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/api/cloudquotas/v1/cloudquotas.rb

Overview

Message for creating a QuotaPreference

Instance Attribute Summary collapse

Instance Attribute Details

#ignore_safety_checks::Array<::Google::Cloud::CloudQuotas::V1::QuotaSafetyCheck>

Returns The list of quota safety checks to be ignored.

Returns:



158
159
160
161
# File 'proto_docs/google/api/cloudquotas/v1/cloudquotas.rb', line 158

class CreateQuotaPreferenceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. Value for parent.

Example: projects/123/locations/global.

Returns:

  • (::String)

    Required. Value for parent.

    Example: projects/123/locations/global



158
159
160
161
# File 'proto_docs/google/api/cloudquotas/v1/cloudquotas.rb', line 158

class CreateQuotaPreferenceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#quota_preference::Google::Cloud::CloudQuotas::V1::QuotaPreference

Returns Required. The resource being created.

Returns:



158
159
160
161
# File 'proto_docs/google/api/cloudquotas/v1/cloudquotas.rb', line 158

class CreateQuotaPreferenceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#quota_preference_id::String

Returns Optional. Id of the requesting object, must be unique under its parent. If client does not set this field, the service will generate one.

Returns:

  • (::String)

    Optional. Id of the requesting object, must be unique under its parent. If client does not set this field, the service will generate one.



158
159
160
161
# File 'proto_docs/google/api/cloudquotas/v1/cloudquotas.rb', line 158

class CreateQuotaPreferenceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end