Class DeliveryPipelineNotificationEvent (1.6.0)

public final class DeliveryPipelineNotificationEvent extends GeneratedMessageV3 implements DeliveryPipelineNotificationEventOrBuilder

Payload proto for "clouddeploy.googleapis.com/deliverypipeline_notification" Platform Log event that describes the failure to send delivery pipeline status change Pub/Sub notification.

Protobuf type google.cloud.deploy.v1.DeliveryPipelineNotificationEvent

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > DeliveryPipelineNotificationEvent

Static Fields

DELIVERY_PIPELINE_FIELD_NUMBER

public static final int DELIVERY_PIPELINE_FIELD_NUMBER
Field Value
TypeDescription
int

MESSAGE_FIELD_NUMBER

public static final int MESSAGE_FIELD_NUMBER
Field Value
TypeDescription
int

TYPE_FIELD_NUMBER

public static final int TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static DeliveryPipelineNotificationEvent getDefaultInstance()
Returns
TypeDescription
DeliveryPipelineNotificationEvent

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static DeliveryPipelineNotificationEvent.Builder newBuilder()
Returns
TypeDescription
DeliveryPipelineNotificationEvent.Builder

newBuilder(DeliveryPipelineNotificationEvent prototype)

public static DeliveryPipelineNotificationEvent.Builder newBuilder(DeliveryPipelineNotificationEvent prototype)
Parameter
NameDescription
prototypeDeliveryPipelineNotificationEvent
Returns
TypeDescription
DeliveryPipelineNotificationEvent.Builder

parseDelimitedFrom(InputStream input)

public static DeliveryPipelineNotificationEvent parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
DeliveryPipelineNotificationEvent
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DeliveryPipelineNotificationEvent parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DeliveryPipelineNotificationEvent
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static DeliveryPipelineNotificationEvent parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
DeliveryPipelineNotificationEvent
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static DeliveryPipelineNotificationEvent parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DeliveryPipelineNotificationEvent
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static DeliveryPipelineNotificationEvent parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
DeliveryPipelineNotificationEvent
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static DeliveryPipelineNotificationEvent parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DeliveryPipelineNotificationEvent
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static DeliveryPipelineNotificationEvent parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
DeliveryPipelineNotificationEvent
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static DeliveryPipelineNotificationEvent parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DeliveryPipelineNotificationEvent
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static DeliveryPipelineNotificationEvent parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
DeliveryPipelineNotificationEvent
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DeliveryPipelineNotificationEvent parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DeliveryPipelineNotificationEvent
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static DeliveryPipelineNotificationEvent parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
DeliveryPipelineNotificationEvent
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static DeliveryPipelineNotificationEvent parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DeliveryPipelineNotificationEvent
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<DeliveryPipelineNotificationEvent> parser()
Returns
TypeDescription
Parser<DeliveryPipelineNotificationEvent>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public DeliveryPipelineNotificationEvent getDefaultInstanceForType()
Returns
TypeDescription
DeliveryPipelineNotificationEvent

getDeliveryPipeline()

public String getDeliveryPipeline()

The name of the Delivery Pipeline.

string delivery_pipeline = 2;

Returns
TypeDescription
String

The deliveryPipeline.

getDeliveryPipelineBytes()

public ByteString getDeliveryPipelineBytes()

The name of the Delivery Pipeline.

string delivery_pipeline = 2;

Returns
TypeDescription
ByteString

The bytes for deliveryPipeline.

getMessage()

public String getMessage()

Debug message for when a notification fails to send.

string message = 1;

Returns
TypeDescription
String

The message.

getMessageBytes()

public ByteString getMessageBytes()

Debug message for when a notification fails to send.

string message = 1;

Returns
TypeDescription
ByteString

The bytes for message.

getParserForType()

public Parser<DeliveryPipelineNotificationEvent> getParserForType()
Returns
TypeDescription
Parser<DeliveryPipelineNotificationEvent>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getType()

public Type getType()

Type of this notification, e.g. for a Pub/Sub failure.

.google.cloud.deploy.v1.Type type = 3;

Returns
TypeDescription
Type

The type.

getTypeValue()

public int getTypeValue()

Type of this notification, e.g. for a Pub/Sub failure.

.google.cloud.deploy.v1.Type type = 3;

Returns
TypeDescription
int

The enum numeric value on the wire for type.

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public DeliveryPipelineNotificationEvent.Builder newBuilderForType()
Returns
TypeDescription
DeliveryPipelineNotificationEvent.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected DeliveryPipelineNotificationEvent.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
DeliveryPipelineNotificationEvent.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public DeliveryPipelineNotificationEvent.Builder toBuilder()
Returns
TypeDescription
DeliveryPipelineNotificationEvent.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException