Class TransferTypes.EventStream (1.41.0)

public static final class TransferTypes.EventStream extends GeneratedMessageV3 implements TransferTypes.EventStreamOrBuilder

Specifies the Event-driven transfer options. Event-driven transfers listen to an event stream to transfer updated files.

Protobuf type google.storagetransfer.v1.EventStream

Static Fields

EVENT_STREAM_EXPIRATION_TIME_FIELD_NUMBER

public static final int EVENT_STREAM_EXPIRATION_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

EVENT_STREAM_START_TIME_FIELD_NUMBER

public static final int EVENT_STREAM_START_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static TransferTypes.EventStream getDefaultInstance()
Returns
TypeDescription
TransferTypes.EventStream

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static TransferTypes.EventStream.Builder newBuilder()
Returns
TypeDescription
TransferTypes.EventStream.Builder

newBuilder(TransferTypes.EventStream prototype)

public static TransferTypes.EventStream.Builder newBuilder(TransferTypes.EventStream prototype)
Parameter
NameDescription
prototypeTransferTypes.EventStream
Returns
TypeDescription
TransferTypes.EventStream.Builder

parseDelimitedFrom(InputStream input)

public static TransferTypes.EventStream parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
TransferTypes.EventStream
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TransferTypes.EventStream parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransferTypes.EventStream
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static TransferTypes.EventStream parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
TransferTypes.EventStream
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static TransferTypes.EventStream parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransferTypes.EventStream
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static TransferTypes.EventStream parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
TransferTypes.EventStream
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static TransferTypes.EventStream parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransferTypes.EventStream
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static TransferTypes.EventStream parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
TransferTypes.EventStream
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static TransferTypes.EventStream parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransferTypes.EventStream
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static TransferTypes.EventStream parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
TransferTypes.EventStream
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TransferTypes.EventStream parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransferTypes.EventStream
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static TransferTypes.EventStream parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
TransferTypes.EventStream
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static TransferTypes.EventStream parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransferTypes.EventStream
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<TransferTypes.EventStream> parser()
Returns
TypeDescription
Parser<EventStream>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public TransferTypes.EventStream getDefaultInstanceForType()
Returns
TypeDescription
TransferTypes.EventStream

getEventStreamExpirationTime()

public Timestamp getEventStreamExpirationTime()

Specifies the data and time at which Storage Transfer Service stops listening for events from this stream. After this time, any transfers in progress will complete, but no new transfers are initiated.

.google.protobuf.Timestamp event_stream_expiration_time = 3;

Returns
TypeDescription
Timestamp

The eventStreamExpirationTime.

getEventStreamExpirationTimeOrBuilder()

public TimestampOrBuilder getEventStreamExpirationTimeOrBuilder()

Specifies the data and time at which Storage Transfer Service stops listening for events from this stream. After this time, any transfers in progress will complete, but no new transfers are initiated.

.google.protobuf.Timestamp event_stream_expiration_time = 3;

Returns
TypeDescription
TimestampOrBuilder

getEventStreamStartTime()

public Timestamp getEventStreamStartTime()

Specifies the date and time that Storage Transfer Service starts listening for events from this stream. If no start time is specified or start time is in the past, Storage Transfer Service starts listening immediately.

.google.protobuf.Timestamp event_stream_start_time = 2;

Returns
TypeDescription
Timestamp

The eventStreamStartTime.

getEventStreamStartTimeOrBuilder()

public TimestampOrBuilder getEventStreamStartTimeOrBuilder()

Specifies the date and time that Storage Transfer Service starts listening for events from this stream. If no start time is specified or start time is in the past, Storage Transfer Service starts listening immediately.

.google.protobuf.Timestamp event_stream_start_time = 2;

Returns
TypeDescription
TimestampOrBuilder

getName()

public String getName()

Required. Specifies a unique name of the resource such as AWS SQS ARN in the form 'arn:aws:sqs:region:account_id:queue_name', or Pub/Sub subscription resource name in the form 'projects/{project}/subscriptions/{sub}'.

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Specifies a unique name of the resource such as AWS SQS ARN in the form 'arn:aws:sqs:region:account_id:queue_name', or Pub/Sub subscription resource name in the form 'projects/{project}/subscriptions/{sub}'.

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for name.

getParserForType()

public Parser<TransferTypes.EventStream> getParserForType()
Returns
TypeDescription
Parser<EventStream>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasEventStreamExpirationTime()

public boolean hasEventStreamExpirationTime()

Specifies the data and time at which Storage Transfer Service stops listening for events from this stream. After this time, any transfers in progress will complete, but no new transfers are initiated.

.google.protobuf.Timestamp event_stream_expiration_time = 3;

Returns
TypeDescription
boolean

Whether the eventStreamExpirationTime field is set.

hasEventStreamStartTime()

public boolean hasEventStreamStartTime()

Specifies the date and time that Storage Transfer Service starts listening for events from this stream. If no start time is specified or start time is in the past, Storage Transfer Service starts listening immediately.

.google.protobuf.Timestamp event_stream_start_time = 2;

Returns
TypeDescription
boolean

Whether the eventStreamStartTime field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public TransferTypes.EventStream.Builder newBuilderForType()
Returns
TypeDescription
TransferTypes.EventStream.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected TransferTypes.EventStream.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
TransferTypes.EventStream.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public TransferTypes.EventStream.Builder toBuilder()
Returns
TypeDescription
TransferTypes.EventStream.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException