public static final class NotificationConfig.CloudPubSubNotificationConfig extends GeneratedMessageV3 implements NotificationConfig.CloudPubSubNotificationConfigOrBuilder
The configuration for Pub/Sub messaging for the AppConnector.
Protobuf type
google.cloud.beyondcorp.appconnectors.v1.NotificationConfig.CloudPubSubNotificationConfig
Static Fields
PUBSUB_SUBSCRIPTION_FIELD_NUMBER
public static final int PUBSUB_SUBSCRIPTION_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static NotificationConfig.CloudPubSubNotificationConfig getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static NotificationConfig.CloudPubSubNotificationConfig.Builder newBuilder()
Returns
newBuilder(NotificationConfig.CloudPubSubNotificationConfig prototype)
public static NotificationConfig.CloudPubSubNotificationConfig.Builder newBuilder(NotificationConfig.CloudPubSubNotificationConfig prototype)
Parameter
Returns
public static NotificationConfig.CloudPubSubNotificationConfig parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static NotificationConfig.CloudPubSubNotificationConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static NotificationConfig.CloudPubSubNotificationConfig parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static NotificationConfig.CloudPubSubNotificationConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static NotificationConfig.CloudPubSubNotificationConfig parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static NotificationConfig.CloudPubSubNotificationConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static NotificationConfig.CloudPubSubNotificationConfig parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static NotificationConfig.CloudPubSubNotificationConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static NotificationConfig.CloudPubSubNotificationConfig parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static NotificationConfig.CloudPubSubNotificationConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static NotificationConfig.CloudPubSubNotificationConfig parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static NotificationConfig.CloudPubSubNotificationConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<NotificationConfig.CloudPubSubNotificationConfig> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public NotificationConfig.CloudPubSubNotificationConfig getDefaultInstanceForType()
Returns
getParserForType()
public Parser<NotificationConfig.CloudPubSubNotificationConfig> getParserForType()
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.
|
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public NotificationConfig.CloudPubSubNotificationConfig.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected NotificationConfig.CloudPubSubNotificationConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public NotificationConfig.CloudPubSubNotificationConfig.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions