public static final class NotificationConfig.CloudPubSubNotificationConfig.Builder extends GeneratedMessageV3.Builder<NotificationConfig.CloudPubSubNotificationConfig.Builder> implements NotificationConfig.CloudPubSubNotificationConfigOrBuilder
The configuration for Pub/Sub messaging for the AppConnector.
Protobuf type
google.cloud.beyondcorp.appconnectors.v1.NotificationConfig.CloudPubSubNotificationConfig
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()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public NotificationConfig.CloudPubSubNotificationConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public NotificationConfig.CloudPubSubNotificationConfig build()
Returns
buildPartial()
public NotificationConfig.CloudPubSubNotificationConfig buildPartial()
Returns
clear()
public NotificationConfig.CloudPubSubNotificationConfig.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public NotificationConfig.CloudPubSubNotificationConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public NotificationConfig.CloudPubSubNotificationConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearPubsubSubscription()
public NotificationConfig.CloudPubSubNotificationConfig.Builder clearPubsubSubscription()
The Pub/Sub subscription the AppConnector uses to receive notifications.
string pubsub_subscription = 1;
Returns
clone()
public NotificationConfig.CloudPubSubNotificationConfig.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public NotificationConfig.CloudPubSubNotificationConfig getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getPubsubSubscription()
public String getPubsubSubscription()
The Pub/Sub subscription the AppConnector uses to receive notifications.
string pubsub_subscription = 1;
Returns
Type | Description |
String | The pubsubSubscription.
|
getPubsubSubscriptionBytes()
public ByteString getPubsubSubscriptionBytes()
The Pub/Sub subscription the AppConnector uses to receive notifications.
string pubsub_subscription = 1;
Returns
Type | Description |
ByteString | The bytes for pubsubSubscription.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(NotificationConfig.CloudPubSubNotificationConfig other)
public NotificationConfig.CloudPubSubNotificationConfig.Builder mergeFrom(NotificationConfig.CloudPubSubNotificationConfig other)
Parameter
Returns
public NotificationConfig.CloudPubSubNotificationConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public NotificationConfig.CloudPubSubNotificationConfig.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final NotificationConfig.CloudPubSubNotificationConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public NotificationConfig.CloudPubSubNotificationConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setPubsubSubscription(String value)
public NotificationConfig.CloudPubSubNotificationConfig.Builder setPubsubSubscription(String value)
The Pub/Sub subscription the AppConnector uses to receive notifications.
string pubsub_subscription = 1;
Parameter
Name | Description |
value | String
The pubsubSubscription to set.
|
Returns
setPubsubSubscriptionBytes(ByteString value)
public NotificationConfig.CloudPubSubNotificationConfig.Builder setPubsubSubscriptionBytes(ByteString value)
The Pub/Sub subscription the AppConnector uses to receive notifications.
string pubsub_subscription = 1;
Parameter
Name | Description |
value | ByteString
The bytes for pubsubSubscription to set.
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public NotificationConfig.CloudPubSubNotificationConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final NotificationConfig.CloudPubSubNotificationConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides