public interface CloudStorageDestinationOptionsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBucket()
public abstract String getBucket()
Destination bucket.
string bucket = 1;
Returns | |
---|---|
Type | Description |
String |
The bucket. |
getBucketBytes()
public abstract ByteString getBucketBytes()
Destination bucket.
string bucket = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for bucket. |
getDestinationPath()
public abstract String getDestinationPath()
Destination path is the path in the bucket where the report should be generated.
string destination_path = 2;
Returns | |
---|---|
Type | Description |
String |
The destinationPath. |
getDestinationPathBytes()
public abstract ByteString getDestinationPathBytes()
Destination path is the path in the bucket where the report should be generated.
string destination_path = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for destinationPath. |