Class StateMessage (2.45.0)

public final class StateMessage extends GeneratedMessageV3 implements StateMessageOrBuilder

Informational messages about the state of the Cloud Function or Operation.

Protobuf type google.cloud.functions.v2beta.StateMessage

Static Fields

MESSAGE_FIELD_NUMBER

public static final int MESSAGE_FIELD_NUMBER
Field Value
Type Description
int

SEVERITY_FIELD_NUMBER

public static final int SEVERITY_FIELD_NUMBER
Field Value
Type Description
int

TYPE_FIELD_NUMBER

public static final int TYPE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static StateMessage getDefaultInstance()
Returns
Type Description
StateMessage

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static StateMessage.Builder newBuilder()
Returns
Type Description
StateMessage.Builder

newBuilder(StateMessage prototype)

public static StateMessage.Builder newBuilder(StateMessage prototype)
Parameter
Name Description
prototype StateMessage
Returns
Type Description
StateMessage.Builder

parseDelimitedFrom(InputStream input)

public static StateMessage parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
StateMessage
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static StateMessage parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StateMessage
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static StateMessage parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
StateMessage
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static StateMessage parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StateMessage
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static StateMessage parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
StateMessage
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static StateMessage parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StateMessage
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static StateMessage parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
StateMessage
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static StateMessage parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StateMessage
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static StateMessage parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
StateMessage
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static StateMessage parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StateMessage
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static StateMessage parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
StateMessage
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static StateMessage parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StateMessage
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<StateMessage> parser()
Returns
Type Description
Parser<StateMessage>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public StateMessage getDefaultInstanceForType()
Returns
Type Description
StateMessage

getMessage()

public String getMessage()

The message.

string message = 3;

Returns
Type Description
String

The message.

getMessageBytes()

public ByteString getMessageBytes()

The message.

string message = 3;

Returns
Type Description
ByteString

The bytes for message.

getParserForType()

public Parser<StateMessage> getParserForType()
Returns
Type Description
Parser<StateMessage>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getSeverity()

public StateMessage.Severity getSeverity()

Severity of the state message.

.google.cloud.functions.v2beta.StateMessage.Severity severity = 1;

Returns
Type Description
StateMessage.Severity

The severity.

getSeverityValue()

public int getSeverityValue()

Severity of the state message.

.google.cloud.functions.v2beta.StateMessage.Severity severity = 1;

Returns
Type Description
int

The enum numeric value on the wire for severity.

getType()

public String getType()

One-word CamelCase type of the state message.

string type = 2;

Returns
Type Description
String

The type.

getTypeBytes()

public ByteString getTypeBytes()

One-word CamelCase type of the state message.

string type = 2;

Returns
Type Description
ByteString

The bytes for type.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public StateMessage.Builder newBuilderForType()
Returns
Type Description
StateMessage.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected StateMessage.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
StateMessage.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public StateMessage.Builder toBuilder()
Returns
Type Description
StateMessage.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException