public interface StructuredMessageOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMessageKey()
public abstract String getMessageKey()Identifier for this message type. Used by external systems to internationalize or personalize message.
string message_key = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The messageKey. |
getMessageKeyBytes()
public abstract ByteString getMessageKeyBytes()Identifier for this message type. Used by external systems to internationalize or personalize message.
string message_key = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for messageKey. |
getMessageText()
public abstract String getMessageText()Human-readable version of message.
string message_text = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The messageText. |
getMessageTextBytes()
public abstract ByteString getMessageTextBytes()Human-readable version of message.
string message_text = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for messageText. |
getParameters(int index)
public abstract StructuredMessage.Parameter getParameters(int index)The structured data associated with this message.
repeated .google.dataflow.v1beta3.StructuredMessage.Parameter parameters = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
StructuredMessage.Parameter |
|
getParametersCount()
public abstract int getParametersCount()The structured data associated with this message.
repeated .google.dataflow.v1beta3.StructuredMessage.Parameter parameters = 3;
| Returns | |
|---|---|
| Type | Description |
int |
|
getParametersList()
public abstract List<StructuredMessage.Parameter> getParametersList()The structured data associated with this message.
repeated .google.dataflow.v1beta3.StructuredMessage.Parameter parameters = 3;
| Returns | |
|---|---|
| Type | Description |
List<Parameter> |
|
getParametersOrBuilder(int index)
public abstract StructuredMessage.ParameterOrBuilder getParametersOrBuilder(int index)The structured data associated with this message.
repeated .google.dataflow.v1beta3.StructuredMessage.Parameter parameters = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
StructuredMessage.ParameterOrBuilder |
|
getParametersOrBuilderList()
public abstract List<? extends StructuredMessage.ParameterOrBuilder> getParametersOrBuilderList()The structured data associated with this message.
repeated .google.dataflow.v1beta3.StructuredMessage.Parameter parameters = 3;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.dataflow.v1beta3.StructuredMessage.ParameterOrBuilder> |
|