Class: Google::Cloud::ConfigService::V1::ProviderConfig
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::ProviderConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
ProviderConfig contains the provider configurations.
Defined Under Namespace
Modules: ProviderSource
Instance Attribute Summary collapse
Instance Attribute Details
#source_type ⇒ ::Google::Cloud::ConfigService::V1::ProviderConfig::ProviderSource
Returns Optional. ProviderSource specifies the source type of the provider.
2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 2128 class ProviderConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # ProviderSource represents the source type of the provider. module ProviderSource # Unspecified source type, default to public sources. PROVIDER_SOURCE_UNSPECIFIED = 0 # Service maintained provider source type. SERVICE_MAINTAINED = 1 end end |