Class: Google::Cloud::Dlp::V2::LocationSupport

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Locations at which a feature can be used.

Defined Under Namespace

Modules: RegionalizationScope

Instance Attribute Summary collapse

Instance Attribute Details

#locations::Array<::String>

Returns Specific locations where the feature may be used. Examples: us-central1, us, asia, global If scope is ANY_LOCATION, no regions will be listed.

Returns:

  • (::Array<::String>)

    Specific locations where the feature may be used. Examples: us-central1, us, asia, global If scope is ANY_LOCATION, no regions will be listed.



1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1222

class LocationSupport
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The location scope for a feature.
  module RegionalizationScope
    # Invalid.
    REGIONALIZATION_SCOPE_UNSPECIFIED = 0

    # Feature may be used with one or more regions. See locations for details.
    REGIONAL = 1

    # Feature may be used anywhere. Default value.
    ANY_LOCATION = 2
  end
end

#regionalization_scope::Google::Cloud::Dlp::V2::LocationSupport::RegionalizationScope

Returns The current scope for location on this feature. This may expand over time.

Returns:



1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1222

class LocationSupport
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The location scope for a feature.
  module RegionalizationScope
    # Invalid.
    REGIONALIZATION_SCOPE_UNSPECIFIED = 0

    # Feature may be used with one or more regions. See locations for details.
    REGIONAL = 1

    # Feature may be used anywhere. Default value.
    ANY_LOCATION = 2
  end
end