public interface CloudStorageDestinationOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBucket()
Destination bucket.
|
com.google.protobuf.ByteString |
getBucketBytes()
Destination bucket.
|
String |
getDestinationPath()
Destination path is the path in the bucket where the report should be
generated.
|
com.google.protobuf.ByteString |
getDestinationPathBytes()
Destination path is the path in the bucket where the report should be
generated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getBucket()
Destination bucket.
string bucket = 1;com.google.protobuf.ByteString getBucketBytes()
Destination bucket.
string bucket = 1;String getDestinationPath()
Destination path is the path in the bucket where the report should be generated.
string destination_path = 2;com.google.protobuf.ByteString getDestinationPathBytes()
Destination path is the path in the bucket where the report should be generated.
string destination_path = 2;Copyright © 2024 Google LLC. All rights reserved.