- 0.57.0 (latest)
- 0.56.0
- 0.55.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.5.0
public static final class PubsubSnapshotMetadata.Builder extends GeneratedMessageV3.Builder<PubsubSnapshotMetadata.Builder> implements PubsubSnapshotMetadataOrBuilder
Represents a Pubsub snapshot.
Protobuf type google.dataflow.v1beta3.PubsubSnapshotMetadata
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > PubsubSnapshotMetadata.BuilderImplements
PubsubSnapshotMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public PubsubSnapshotMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
PubsubSnapshotMetadata.Builder |
build()
public PubsubSnapshotMetadata build()
Type | Description |
PubsubSnapshotMetadata |
buildPartial()
public PubsubSnapshotMetadata buildPartial()
Type | Description |
PubsubSnapshotMetadata |
clear()
public PubsubSnapshotMetadata.Builder clear()
Type | Description |
PubsubSnapshotMetadata.Builder |
clearExpireTime()
public PubsubSnapshotMetadata.Builder clearExpireTime()
The expire time of the Pubsub snapshot.
.google.protobuf.Timestamp expire_time = 3;
Type | Description |
PubsubSnapshotMetadata.Builder |
clearField(Descriptors.FieldDescriptor field)
public PubsubSnapshotMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
PubsubSnapshotMetadata.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public PubsubSnapshotMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
PubsubSnapshotMetadata.Builder |
clearSnapshotName()
public PubsubSnapshotMetadata.Builder clearSnapshotName()
The name of the Pubsub snapshot.
string snapshot_name = 2;
Type | Description |
PubsubSnapshotMetadata.Builder | This builder for chaining. |
clearTopicName()
public PubsubSnapshotMetadata.Builder clearTopicName()
The name of the Pubsub topic.
string topic_name = 1;
Type | Description |
PubsubSnapshotMetadata.Builder | This builder for chaining. |
clone()
public PubsubSnapshotMetadata.Builder clone()
Type | Description |
PubsubSnapshotMetadata.Builder |
getDefaultInstanceForType()
public PubsubSnapshotMetadata getDefaultInstanceForType()
Type | Description |
PubsubSnapshotMetadata |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getExpireTime()
public Timestamp getExpireTime()
The expire time of the Pubsub snapshot.
.google.protobuf.Timestamp expire_time = 3;
Type | Description |
Timestamp | The expireTime. |
getExpireTimeBuilder()
public Timestamp.Builder getExpireTimeBuilder()
The expire time of the Pubsub snapshot.
.google.protobuf.Timestamp expire_time = 3;
Type | Description |
Builder |
getExpireTimeOrBuilder()
public TimestampOrBuilder getExpireTimeOrBuilder()
The expire time of the Pubsub snapshot.
.google.protobuf.Timestamp expire_time = 3;
Type | Description |
TimestampOrBuilder |
getSnapshotName()
public String getSnapshotName()
The name of the Pubsub snapshot.
string snapshot_name = 2;
Type | Description |
String | The snapshotName. |
getSnapshotNameBytes()
public ByteString getSnapshotNameBytes()
The name of the Pubsub snapshot.
string snapshot_name = 2;
Type | Description |
ByteString | The bytes for snapshotName. |
getTopicName()
public String getTopicName()
The name of the Pubsub topic.
string topic_name = 1;
Type | Description |
String | The topicName. |
getTopicNameBytes()
public ByteString getTopicNameBytes()
The name of the Pubsub topic.
string topic_name = 1;
Type | Description |
ByteString | The bytes for topicName. |
hasExpireTime()
public boolean hasExpireTime()
The expire time of the Pubsub snapshot.
.google.protobuf.Timestamp expire_time = 3;
Type | Description |
boolean | Whether the expireTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeExpireTime(Timestamp value)
public PubsubSnapshotMetadata.Builder mergeExpireTime(Timestamp value)
The expire time of the Pubsub snapshot.
.google.protobuf.Timestamp expire_time = 3;
Name | Description |
value | Timestamp |
Type | Description |
PubsubSnapshotMetadata.Builder |
mergeFrom(PubsubSnapshotMetadata other)
public PubsubSnapshotMetadata.Builder mergeFrom(PubsubSnapshotMetadata other)
Name | Description |
other | PubsubSnapshotMetadata |
Type | Description |
PubsubSnapshotMetadata.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PubsubSnapshotMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PubsubSnapshotMetadata.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public PubsubSnapshotMetadata.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
PubsubSnapshotMetadata.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final PubsubSnapshotMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
PubsubSnapshotMetadata.Builder |
setExpireTime(Timestamp value)
public PubsubSnapshotMetadata.Builder setExpireTime(Timestamp value)
The expire time of the Pubsub snapshot.
.google.protobuf.Timestamp expire_time = 3;
Name | Description |
value | Timestamp |
Type | Description |
PubsubSnapshotMetadata.Builder |
setExpireTime(Timestamp.Builder builderForValue)
public PubsubSnapshotMetadata.Builder setExpireTime(Timestamp.Builder builderForValue)
The expire time of the Pubsub snapshot.
.google.protobuf.Timestamp expire_time = 3;
Name | Description |
builderForValue | Builder |
Type | Description |
PubsubSnapshotMetadata.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public PubsubSnapshotMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
PubsubSnapshotMetadata.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public PubsubSnapshotMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
PubsubSnapshotMetadata.Builder |
setSnapshotName(String value)
public PubsubSnapshotMetadata.Builder setSnapshotName(String value)
The name of the Pubsub snapshot.
string snapshot_name = 2;
Name | Description |
value | String The snapshotName to set. |
Type | Description |
PubsubSnapshotMetadata.Builder | This builder for chaining. |
setSnapshotNameBytes(ByteString value)
public PubsubSnapshotMetadata.Builder setSnapshotNameBytes(ByteString value)
The name of the Pubsub snapshot.
string snapshot_name = 2;
Name | Description |
value | ByteString The bytes for snapshotName to set. |
Type | Description |
PubsubSnapshotMetadata.Builder | This builder for chaining. |
setTopicName(String value)
public PubsubSnapshotMetadata.Builder setTopicName(String value)
The name of the Pubsub topic.
string topic_name = 1;
Name | Description |
value | String The topicName to set. |
Type | Description |
PubsubSnapshotMetadata.Builder | This builder for chaining. |
setTopicNameBytes(ByteString value)
public PubsubSnapshotMetadata.Builder setTopicNameBytes(ByteString value)
The name of the Pubsub topic.
string topic_name = 1;
Name | Description |
value | ByteString The bytes for topicName to set. |
Type | Description |
PubsubSnapshotMetadata.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final PubsubSnapshotMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
PubsubSnapshotMetadata.Builder |