public static final class MessageStoragePolicy.Builder extends GeneratedMessageV3.Builder<MessageStoragePolicy.Builder> implements MessageStoragePolicyOrBuilder
A policy constraining the storage of messages published to the topic.
Protobuf type google.pubsub.v1.MessageStoragePolicy
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllAllowedPersistenceRegions(Iterable<String> values)
public MessageStoragePolicy.Builder addAllAllowedPersistenceRegions(Iterable<String> values)
A list of IDs of GCP regions where messages that are published to the topic
may be persisted in storage. Messages published by publishers running in
non-allowed GCP regions (or running outside of GCP altogether) will be
routed for storage in one of the allowed regions. An empty list means that
no regions are allowed, and is not a valid configuration.
repeated string allowed_persistence_regions = 1;
Parameter |
---|
Name | Description |
values | Iterable<String>
The allowedPersistenceRegions to add.
|
addAllowedPersistenceRegions(String value)
public MessageStoragePolicy.Builder addAllowedPersistenceRegions(String value)
A list of IDs of GCP regions where messages that are published to the topic
may be persisted in storage. Messages published by publishers running in
non-allowed GCP regions (or running outside of GCP altogether) will be
routed for storage in one of the allowed regions. An empty list means that
no regions are allowed, and is not a valid configuration.
repeated string allowed_persistence_regions = 1;
Parameter |
---|
Name | Description |
value | String
The allowedPersistenceRegions to add.
|
addAllowedPersistenceRegionsBytes(ByteString value)
public MessageStoragePolicy.Builder addAllowedPersistenceRegionsBytes(ByteString value)
A list of IDs of GCP regions where messages that are published to the topic
may be persisted in storage. Messages published by publishers running in
non-allowed GCP regions (or running outside of GCP altogether) will be
routed for storage in one of the allowed regions. An empty list means that
no regions are allowed, and is not a valid configuration.
repeated string allowed_persistence_regions = 1;
Parameter |
---|
Name | Description |
value | ByteString
The bytes of the allowedPersistenceRegions to add.
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public MessageStoragePolicy.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public MessageStoragePolicy build()
buildPartial()
public MessageStoragePolicy buildPartial()
clear()
public MessageStoragePolicy.Builder clear()
Overrides
clearAllowedPersistenceRegions()
public MessageStoragePolicy.Builder clearAllowedPersistenceRegions()
A list of IDs of GCP regions where messages that are published to the topic
may be persisted in storage. Messages published by publishers running in
non-allowed GCP regions (or running outside of GCP altogether) will be
routed for storage in one of the allowed regions. An empty list means that
no regions are allowed, and is not a valid configuration.
repeated string allowed_persistence_regions = 1;
clearField(Descriptors.FieldDescriptor field)
public MessageStoragePolicy.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public MessageStoragePolicy.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public MessageStoragePolicy.Builder clone()
Overrides
getAllowedPersistenceRegions(int index)
public String getAllowedPersistenceRegions(int index)
A list of IDs of GCP regions where messages that are published to the topic
may be persisted in storage. Messages published by publishers running in
non-allowed GCP regions (or running outside of GCP altogether) will be
routed for storage in one of the allowed regions. An empty list means that
no regions are allowed, and is not a valid configuration.
repeated string allowed_persistence_regions = 1;
Parameter |
---|
Name | Description |
index | int
The index of the element to return.
|
Returns |
---|
Type | Description |
String | The allowedPersistenceRegions at the given index.
|
getAllowedPersistenceRegionsBytes(int index)
public ByteString getAllowedPersistenceRegionsBytes(int index)
A list of IDs of GCP regions where messages that are published to the topic
may be persisted in storage. Messages published by publishers running in
non-allowed GCP regions (or running outside of GCP altogether) will be
routed for storage in one of the allowed regions. An empty list means that
no regions are allowed, and is not a valid configuration.
repeated string allowed_persistence_regions = 1;
Parameter |
---|
Name | Description |
index | int
The index of the value to return.
|
Returns |
---|
Type | Description |
ByteString | The bytes of the allowedPersistenceRegions at the given index.
|
getAllowedPersistenceRegionsCount()
public int getAllowedPersistenceRegionsCount()
A list of IDs of GCP regions where messages that are published to the topic
may be persisted in storage. Messages published by publishers running in
non-allowed GCP regions (or running outside of GCP altogether) will be
routed for storage in one of the allowed regions. An empty list means that
no regions are allowed, and is not a valid configuration.
repeated string allowed_persistence_regions = 1;
Returns |
---|
Type | Description |
int | The count of allowedPersistenceRegions.
|
getAllowedPersistenceRegionsList()
public ProtocolStringList getAllowedPersistenceRegionsList()
A list of IDs of GCP regions where messages that are published to the topic
may be persisted in storage. Messages published by publishers running in
non-allowed GCP regions (or running outside of GCP altogether) will be
routed for storage in one of the allowed regions. An empty list means that
no regions are allowed, and is not a valid configuration.
repeated string allowed_persistence_regions = 1;
getDefaultInstanceForType()
public MessageStoragePolicy getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
public MessageStoragePolicy.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public MessageStoragePolicy.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeFrom(MessageStoragePolicy other)
public MessageStoragePolicy.Builder mergeFrom(MessageStoragePolicy other)
mergeUnknownFields(UnknownFieldSet unknownFields)
public final MessageStoragePolicy.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setAllowedPersistenceRegions(int index, String value)
public MessageStoragePolicy.Builder setAllowedPersistenceRegions(int index, String value)
A list of IDs of GCP regions where messages that are published to the topic
may be persisted in storage. Messages published by publishers running in
non-allowed GCP regions (or running outside of GCP altogether) will be
routed for storage in one of the allowed regions. An empty list means that
no regions are allowed, and is not a valid configuration.
repeated string allowed_persistence_regions = 1;
Parameters |
---|
Name | Description |
index | int
The index to set the value at.
|
value | String
The allowedPersistenceRegions to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public MessageStoragePolicy.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public MessageStoragePolicy.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final MessageStoragePolicy.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides