Package viam.app.v1
Interface App.StorageConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.StorageConfig
,App.StorageConfig.Builder
- Enclosing class:
- App
public static interface App.StorageConfigOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionGCS region that data is stored in.com.google.protobuf.ByteString
GCS region that data is stored in.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getRegion
String getRegion()GCS region that data is stored in.
string region = 1 [json_name = "region"];
- Returns:
- The region.
-
getRegionBytes
com.google.protobuf.ByteString getRegionBytes()GCS region that data is stored in.
string region = 1 [json_name = "region"];
- Returns:
- The bytes for region.
-