Interface CloudStorageDestinationOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CloudStorageDestinationOptions
,CloudStorageDestinationOptions.Builder
public interface CloudStorageDestinationOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getBucket
String getBucket()
Destination bucket.
string bucket = 1;
- Returns:
- The bucket.
-
getBucketBytes
com.google.protobuf.ByteString getBucketBytes()
Destination bucket.
string bucket = 1;
- Returns:
- The bytes for bucket.
-
getDestinationPath
String getDestinationPath()
Destination path is the path in the bucket where the report should be generated.
string destination_path = 2;
- Returns:
- The destinationPath.
-
getDestinationPathBytes
com.google.protobuf.ByteString getDestinationPathBytes()
Destination path is the path in the bucket where the report should be generated.
string destination_path = 2;
- Returns:
- The bytes for destinationPath.
-
-