public static interface PluginInstanceAction.ResourceConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getActionType()
public abstract ActionType getActionType()
Output only. The type of the action.
.google.cloud.apihub.v1.ActionType action_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ActionType |
The actionType. |
getActionTypeValue()
public abstract int getActionTypeValue()
Output only. The type of the action.
.google.cloud.apihub.v1.ActionType action_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for actionType. |
getPubsubTopic()
public abstract String getPubsubTopic()
Output only. The pubsub topic to publish the data to. Format is projects/{project}/topics/{topic}
string pubsub_topic = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The pubsubTopic. |
getPubsubTopicBytes()
public abstract ByteString getPubsubTopicBytes()
Output only. The pubsub topic to publish the data to. Format is projects/{project}/topics/{topic}
string pubsub_topic = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for pubsubTopic. |