- 3.55.0 (latest)
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.2-SNAPSHOT
- 3.6.0
- 3.4.1
- 3.3.1
- 3.2.17
public static final class PubsubDestination.Builder extends GeneratedMessageV3.Builder<PubsubDestination.Builder> implements PubsubDestinationOrBuilder
A Pub/Sub destination.
Protobuf type google.cloud.asset.v1.PubsubDestination
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > PubsubDestination.BuilderImplements
PubsubDestinationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public PubsubDestination.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
PubsubDestination.Builder |
build()
public PubsubDestination build()
Type | Description |
PubsubDestination |
buildPartial()
public PubsubDestination buildPartial()
Type | Description |
PubsubDestination |
clear()
public PubsubDestination.Builder clear()
Type | Description |
PubsubDestination.Builder |
clearField(Descriptors.FieldDescriptor field)
public PubsubDestination.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
PubsubDestination.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public PubsubDestination.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
PubsubDestination.Builder |
clearTopic()
public PubsubDestination.Builder clearTopic()
The name of the Pub/Sub topic to publish to.
Example: projects/PROJECT_ID/topics/TOPIC_ID
.
string topic = 1;
Type | Description |
PubsubDestination.Builder | This builder for chaining. |
clone()
public PubsubDestination.Builder clone()
Type | Description |
PubsubDestination.Builder |
getDefaultInstanceForType()
public PubsubDestination getDefaultInstanceForType()
Type | Description |
PubsubDestination |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getTopic()
public String getTopic()
The name of the Pub/Sub topic to publish to.
Example: projects/PROJECT_ID/topics/TOPIC_ID
.
string topic = 1;
Type | Description |
String | The topic. |
getTopicBytes()
public ByteString getTopicBytes()
The name of the Pub/Sub topic to publish to.
Example: projects/PROJECT_ID/topics/TOPIC_ID
.
string topic = 1;
Type | Description |
ByteString | The bytes for topic. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(PubsubDestination other)
public PubsubDestination.Builder mergeFrom(PubsubDestination other)
Name | Description |
other | PubsubDestination |
Type | Description |
PubsubDestination.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PubsubDestination.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PubsubDestination.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public PubsubDestination.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
PubsubDestination.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final PubsubDestination.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
PubsubDestination.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public PubsubDestination.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
PubsubDestination.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public PubsubDestination.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
PubsubDestination.Builder |
setTopic(String value)
public PubsubDestination.Builder setTopic(String value)
The name of the Pub/Sub topic to publish to.
Example: projects/PROJECT_ID/topics/TOPIC_ID
.
string topic = 1;
Name | Description |
value | String The topic to set. |
Type | Description |
PubsubDestination.Builder | This builder for chaining. |
setTopicBytes(ByteString value)
public PubsubDestination.Builder setTopicBytes(ByteString value)
The name of the Pub/Sub topic to publish to.
Example: projects/PROJECT_ID/topics/TOPIC_ID
.
string topic = 1;
Name | Description |
value | ByteString The bytes for topic to set. |
Type | Description |
PubsubDestination.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final PubsubDestination.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
PubsubDestination.Builder |