public interface ProviderConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getSourceType()
public abstract ProviderConfig.ProviderSource getSourceType()
Optional. ProviderSource specifies the source type of the provider.
optional .google.cloud.config.v1.ProviderConfig.ProviderSource source_type = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ProviderConfig.ProviderSource |
The sourceType. |
getSourceTypeValue()
public abstract int getSourceTypeValue()
Optional. ProviderSource specifies the source type of the provider.
optional .google.cloud.config.v1.ProviderConfig.ProviderSource source_type = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for sourceType. |
hasSourceType()
public abstract boolean hasSourceType()
Optional. ProviderSource specifies the source type of the provider.
optional .google.cloud.config.v1.ProviderConfig.ProviderSource source_type = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the sourceType field is set. |