public interface ServiceLocationOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getProvider()
Identifies the cloud provider.
|
com.google.protobuf.ByteString |
getProviderBytes()
Identifies the cloud provider.
|
String |
getRegion()
Identifies a region within the cloud provider.
|
com.google.protobuf.ByteString |
getRegionBytes()
Identifies a region within the cloud provider.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getProvider()
Identifies the cloud provider. Examples: "aws", "gcp", "azure".
string provider = 1;
com.google.protobuf.ByteString getProviderBytes()
Identifies the cloud provider. Examples: "aws", "gcp", "azure".
string provider = 1;
String getRegion()
Identifies a region within the cloud provider. Examples: "us-west-2", "us-west1", "westus".
string region = 2;
com.google.protobuf.ByteString getRegionBytes()
Identifies a region within the cloud provider. Examples: "us-west-2", "us-west1", "westus".
string region = 2;