public interface GcsProfileOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBucket()
Required.
|
com.google.protobuf.ByteString |
getBucketBytes()
Required.
|
String |
getRootPath()
The root path inside the Cloud Storage bucket.
|
com.google.protobuf.ByteString |
getRootPathBytes()
The root path inside the Cloud Storage bucket.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getBucket()
Required. The Cloud Storage bucket name.
string bucket = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getBucketBytes()
Required. The Cloud Storage bucket name.
string bucket = 1 [(.google.api.field_behavior) = REQUIRED];String getRootPath()
The root path inside the Cloud Storage bucket.
string root_path = 2;com.google.protobuf.ByteString getRootPathBytes()
The root path inside the Cloud Storage bucket.
string root_path = 2;Copyright © 2022 Google LLC. All rights reserved.