Class ReleaseNotificationEvent.Builder (1.1.4)

public static final class ReleaseNotificationEvent.Builder extends GeneratedMessageV3.Builder<ReleaseNotificationEvent.Builder> implements ReleaseNotificationEventOrBuilder

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

Protobuf type google.cloud.deploy.v1.ReleaseNotificationEvent

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ReleaseNotificationEvent.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ReleaseNotificationEvent.Builder
Overrides

build()

public ReleaseNotificationEvent build()
Returns
TypeDescription
ReleaseNotificationEvent

buildPartial()

public ReleaseNotificationEvent buildPartial()
Returns
TypeDescription
ReleaseNotificationEvent

clear()

public ReleaseNotificationEvent.Builder clear()
Returns
TypeDescription
ReleaseNotificationEvent.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ReleaseNotificationEvent.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ReleaseNotificationEvent.Builder
Overrides

clearMessage()

public ReleaseNotificationEvent.Builder clearMessage()

Debug message for when a notification fails to send.

string message = 1;

Returns
TypeDescription
ReleaseNotificationEvent.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ReleaseNotificationEvent.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ReleaseNotificationEvent.Builder
Overrides

clearRelease()

public ReleaseNotificationEvent.Builder clearRelease()

The name of the Release.

string release = 2;

Returns
TypeDescription
ReleaseNotificationEvent.Builder

This builder for chaining.

clearType()

public ReleaseNotificationEvent.Builder clearType()

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

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

Returns
TypeDescription
ReleaseNotificationEvent.Builder

This builder for chaining.

clone()

public ReleaseNotificationEvent.Builder clone()
Returns
TypeDescription
ReleaseNotificationEvent.Builder
Overrides

getDefaultInstanceForType()

public ReleaseNotificationEvent getDefaultInstanceForType()
Returns
TypeDescription
ReleaseNotificationEvent

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

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.

getRelease()

public String getRelease()

The name of the Release.

string release = 2;

Returns
TypeDescription
String

The release.

getReleaseBytes()

public ByteString getReleaseBytes()

The name of the Release.

string release = 2;

Returns
TypeDescription
ByteString

The bytes for release.

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.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ReleaseNotificationEvent other)

public ReleaseNotificationEvent.Builder mergeFrom(ReleaseNotificationEvent other)
Parameter
NameDescription
otherReleaseNotificationEvent
Returns
TypeDescription
ReleaseNotificationEvent.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ReleaseNotificationEvent.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ReleaseNotificationEvent.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ReleaseNotificationEvent.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ReleaseNotificationEvent.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ReleaseNotificationEvent.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ReleaseNotificationEvent.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ReleaseNotificationEvent.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ReleaseNotificationEvent.Builder
Overrides

setMessage(String value)

public ReleaseNotificationEvent.Builder setMessage(String value)

Debug message for when a notification fails to send.

string message = 1;

Parameter
NameDescription
valueString

The message to set.

Returns
TypeDescription
ReleaseNotificationEvent.Builder

This builder for chaining.

setMessageBytes(ByteString value)

public ReleaseNotificationEvent.Builder setMessageBytes(ByteString value)

Debug message for when a notification fails to send.

string message = 1;

Parameter
NameDescription
valueByteString

The bytes for message to set.

Returns
TypeDescription
ReleaseNotificationEvent.Builder

This builder for chaining.

setRelease(String value)

public ReleaseNotificationEvent.Builder setRelease(String value)

The name of the Release.

string release = 2;

Parameter
NameDescription
valueString

The release to set.

Returns
TypeDescription
ReleaseNotificationEvent.Builder

This builder for chaining.

setReleaseBytes(ByteString value)

public ReleaseNotificationEvent.Builder setReleaseBytes(ByteString value)

The name of the Release.

string release = 2;

Parameter
NameDescription
valueByteString

The bytes for release to set.

Returns
TypeDescription
ReleaseNotificationEvent.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ReleaseNotificationEvent.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ReleaseNotificationEvent.Builder
Overrides

setType(Type value)

public ReleaseNotificationEvent.Builder setType(Type value)

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

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

Parameter
NameDescription
valueType

The type to set.

Returns
TypeDescription
ReleaseNotificationEvent.Builder

This builder for chaining.

setTypeValue(int value)

public ReleaseNotificationEvent.Builder setTypeValue(int value)

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

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

Parameter
NameDescription
valueint

The enum numeric value on the wire for type to set.

Returns
TypeDescription
ReleaseNotificationEvent.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final ReleaseNotificationEvent.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ReleaseNotificationEvent.Builder
Overrides