public final class GcsDestinationConfig extends GeneratedMessageV3 implements GcsDestinationConfigOrBuilder
Google Cloud Storage destination configuration
Protobuf type google.events.cloud.datastream.v1.GcsDestinationConfig
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > GcsDestinationConfigImplements
GcsDestinationConfigOrBuilderStatic Fields
AVRO_FILE_FORMAT_FIELD_NUMBER
public static final int AVRO_FILE_FORMAT_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
FILE_ROTATION_INTERVAL_FIELD_NUMBER
public static final int FILE_ROTATION_INTERVAL_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
FILE_ROTATION_MB_FIELD_NUMBER
public static final int FILE_ROTATION_MB_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
JSON_FILE_FORMAT_FIELD_NUMBER
public static final int JSON_FILE_FORMAT_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
PATH_FIELD_NUMBER
public static final int PATH_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static GcsDestinationConfig getDefaultInstance()
Returns | |
---|---|
Type | Description |
GcsDestinationConfig |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static GcsDestinationConfig.Builder newBuilder()
Returns | |
---|---|
Type | Description |
GcsDestinationConfig.Builder |
newBuilder(GcsDestinationConfig prototype)
public static GcsDestinationConfig.Builder newBuilder(GcsDestinationConfig prototype)
Parameter | |
---|---|
Name | Description |
prototype |
GcsDestinationConfig |
Returns | |
---|---|
Type | Description |
GcsDestinationConfig.Builder |
parseDelimitedFrom(InputStream input)
public static GcsDestinationConfig parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
GcsDestinationConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static GcsDestinationConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
GcsDestinationConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static GcsDestinationConfig parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
GcsDestinationConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GcsDestinationConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
GcsDestinationConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static GcsDestinationConfig parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
GcsDestinationConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GcsDestinationConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
GcsDestinationConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static GcsDestinationConfig parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
GcsDestinationConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GcsDestinationConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
GcsDestinationConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static GcsDestinationConfig parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
GcsDestinationConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static GcsDestinationConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
GcsDestinationConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static GcsDestinationConfig parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
GcsDestinationConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GcsDestinationConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
GcsDestinationConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<GcsDestinationConfig> parser()
Returns | |
---|---|
Type | Description |
Parser<GcsDestinationConfig> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getAvroFileFormat()
public AvroFileFormat getAvroFileFormat()
AVRO file format configuration.
.google.events.cloud.datastream.v1.AvroFileFormat avro_file_format = 100;
Returns | |
---|---|
Type | Description |
AvroFileFormat |
The avroFileFormat. |
getAvroFileFormatOrBuilder()
public AvroFileFormatOrBuilder getAvroFileFormatOrBuilder()
AVRO file format configuration.
.google.events.cloud.datastream.v1.AvroFileFormat avro_file_format = 100;
Returns | |
---|---|
Type | Description |
AvroFileFormatOrBuilder |
getDefaultInstanceForType()
public GcsDestinationConfig getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
GcsDestinationConfig |
getFileFormatCase()
public GcsDestinationConfig.FileFormatCase getFileFormatCase()
Returns | |
---|---|
Type | Description |
GcsDestinationConfig.FileFormatCase |
getFileRotationInterval()
public Duration getFileRotationInterval()
The maximum duration for which new events are added before a file is closed and a new file is created.
.google.protobuf.Duration file_rotation_interval = 3;
Returns | |
---|---|
Type | Description |
Duration |
The fileRotationInterval. |
getFileRotationIntervalOrBuilder()
public DurationOrBuilder getFileRotationIntervalOrBuilder()
The maximum duration for which new events are added before a file is closed and a new file is created.
.google.protobuf.Duration file_rotation_interval = 3;
Returns | |
---|---|
Type | Description |
DurationOrBuilder |
getFileRotationMb()
public int getFileRotationMb()
The maximum file size to be saved in the bucket.
int32 file_rotation_mb = 2;
Returns | |
---|---|
Type | Description |
int |
The fileRotationMb. |
getJsonFileFormat()
public JsonFileFormat getJsonFileFormat()
JSON file format configuration.
.google.events.cloud.datastream.v1.JsonFileFormat json_file_format = 101;
Returns | |
---|---|
Type | Description |
JsonFileFormat |
The jsonFileFormat. |
getJsonFileFormatOrBuilder()
public JsonFileFormatOrBuilder getJsonFileFormatOrBuilder()
JSON file format configuration.
.google.events.cloud.datastream.v1.JsonFileFormat json_file_format = 101;
Returns | |
---|---|
Type | Description |
JsonFileFormatOrBuilder |
getParserForType()
public Parser<GcsDestinationConfig> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<GcsDestinationConfig> |
getPath()
public String getPath()
Path inside the Cloud Storage bucket to write data to.
string path = 1;
Returns | |
---|---|
Type | Description |
String |
The path. |
getPathBytes()
public ByteString getPathBytes()
Path inside the Cloud Storage bucket to write data to.
string path = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for path. |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns | |
---|---|
Type | Description |
UnknownFieldSet |
hasAvroFileFormat()
public boolean hasAvroFileFormat()
AVRO file format configuration.
.google.events.cloud.datastream.v1.AvroFileFormat avro_file_format = 100;
Returns | |
---|---|
Type | Description |
boolean |
Whether the avroFileFormat field is set. |
hasFileRotationInterval()
public boolean hasFileRotationInterval()
The maximum duration for which new events are added before a file is closed and a new file is created.
.google.protobuf.Duration file_rotation_interval = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the fileRotationInterval field is set. |
hasJsonFileFormat()
public boolean hasJsonFileFormat()
JSON file format configuration.
.google.events.cloud.datastream.v1.JsonFileFormat json_file_format = 101;
Returns | |
---|---|
Type | Description |
boolean |
Whether the jsonFileFormat field is set. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public GcsDestinationConfig.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
GcsDestinationConfig.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GcsDestinationConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
GcsDestinationConfig.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public GcsDestinationConfig.Builder toBuilder()
Returns | |
---|---|
Type | Description |
GcsDestinationConfig.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |