public
final
class
Action
extends
GeneratedMessage
implements
ActionOrBuilder
Configuration of an Action for the tool to use. Note: This can be either an Action or an Operation. See https://cloud.google.com/integration-connectors/docs/entities-operation-action for details.
Protobuf type google.cloud.ces.v1.Action
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ActionImplements
ActionOrBuilderStatic Fields
CONNECTION_ACTION_ID_FIELD_NUMBER
public
static
final
int
CONNECTION_ACTION_ID_FIELD_NUMBER
ENTITY_OPERATION_FIELD_NUMBER
public
static
final
int
ENTITY_OPERATION_FIELD_NUMBER
INPUT_FIELDS_FIELD_NUMBER
public
static
final
int
INPUT_FIELDS_FIELD_NUMBER
OUTPUT_FIELDS_FIELD_NUMBER
public
static
final
int
OUTPUT_FIELDS_FIELD_NUMBER
Static Methods
getDefaultInstance()
public
static
Action
getDefaultInstance
()
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
newBuilder()
public
static
Action
.
Builder
newBuilder
()
newBuilder(Action prototype)
public
static
Action
.
Builder
newBuilder
(
Action
prototype
)
parseDelimitedFrom(InputStream input)
public
static
Action
parseDelimitedFrom
(
InputStream
input
)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
Action
parseDelimitedFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(byte[] data)
public
static
Action
parseFrom
(
byte
[]
data
)
data
byte
[]
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public
static
Action
parseFrom
(
byte
[]
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteString data)
public
static
Action
parseFrom
(
ByteString
data
)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public
static
Action
parseFrom
(
ByteString
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(CodedInputStream input)
public
static
Action
parseFrom
(
CodedInputStream
input
)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public
static
Action
parseFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(InputStream input)
public
static
Action
parseFrom
(
InputStream
input
)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
Action
parseFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteBuffer data)
public
static
Action
parseFrom
(
ByteBuffer
data
)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public
static
Action
parseFrom
(
ByteBuffer
data
,
ExtensionRegistryLite
extensionRegistry
)
parser()
public
static
Parser<Action>
parser
()
Methods
equals(Object obj)
public
boolean
equals
(
Object
obj
)
getActionSpecCase()
public
Action
.
ActionSpecCase
getActionSpecCase
()
getConnectionActionId()
public
String
getConnectionActionId
()
ID of a Connection action for the tool to use.
string connection_action_id = 4;
getConnectionActionIdBytes()
public
ByteString
getConnectionActionIdBytes
()
ID of a Connection action for the tool to use.
string connection_action_id = 4;
getDefaultInstanceForType()
public
Action
getDefaultInstanceForType
()
getEntityOperation()
public
Action
.
EntityOperation
getEntityOperation
()
Entity operation configuration for the tool to use.
.google.cloud.ces.v1.Action.EntityOperation entity_operation = 5;
getEntityOperationOrBuilder()
public
Action
.
EntityOperationOrBuilder
getEntityOperationOrBuilder
()
Entity operation configuration for the tool to use.
.google.cloud.ces.v1.Action.EntityOperation entity_operation = 5;
getInputFields(int index)
public
String
getInputFields
(
int
index
)
Optional. Entity fields to use as inputs for the operation. If no fields are specified, all fields of the Entity will be used.
repeated string input_fields = 2 [(.google.api.field_behavior) = OPTIONAL];
getInputFieldsBytes(int index)
public
ByteString
getInputFieldsBytes
(
int
index
)
Optional. Entity fields to use as inputs for the operation. If no fields are specified, all fields of the Entity will be used.
repeated string input_fields = 2 [(.google.api.field_behavior) = OPTIONAL];
getInputFieldsCount()
public
int
getInputFieldsCount
()
Optional. Entity fields to use as inputs for the operation. If no fields are specified, all fields of the Entity will be used.
repeated string input_fields = 2 [(.google.api.field_behavior) = OPTIONAL];
getInputFieldsList()
public
ProtocolStringList
getInputFieldsList
()
Optional. Entity fields to use as inputs for the operation. If no fields are specified, all fields of the Entity will be used.
repeated string input_fields = 2 [(.google.api.field_behavior) = OPTIONAL];
getOutputFields(int index)
public
String
getOutputFields
(
int
index
)
Optional. Entity fields to return from the operation. If no fields are specified, all fields of the Entity will be returned.
repeated string output_fields = 3 [(.google.api.field_behavior) = OPTIONAL];
getOutputFieldsBytes(int index)
public
ByteString
getOutputFieldsBytes
(
int
index
)
Optional. Entity fields to return from the operation. If no fields are specified, all fields of the Entity will be returned.
repeated string output_fields = 3 [(.google.api.field_behavior) = OPTIONAL];
getOutputFieldsCount()
public
int
getOutputFieldsCount
()
Optional. Entity fields to return from the operation. If no fields are specified, all fields of the Entity will be returned.
repeated string output_fields = 3 [(.google.api.field_behavior) = OPTIONAL];
getOutputFieldsList()
public
ProtocolStringList
getOutputFieldsList
()
Optional. Entity fields to return from the operation. If no fields are specified, all fields of the Entity will be returned.
repeated string output_fields = 3 [(.google.api.field_behavior) = OPTIONAL];
getParserForType()
public
Parser<Action>
getParserForType
()
getSerializedSize()
public
int
getSerializedSize
()
hasConnectionActionId()
public
boolean
hasConnectionActionId
()
ID of a Connection action for the tool to use.
string connection_action_id = 4;
hasEntityOperation()
public
boolean
hasEntityOperation
()
Entity operation configuration for the tool to use.
.google.cloud.ces.v1.Action.EntityOperation entity_operation = 5;
hashCode()
public
int
hashCode
()
internalGetFieldAccessorTable()
protected
GeneratedMessage
.
FieldAccessorTable
internalGetFieldAccessorTable
()
isInitialized()
public
final
boolean
isInitialized
()
newBuilderForType()
public
Action
.
Builder
newBuilderForType
()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected
Action
.
Builder
newBuilderForType
(
AbstractMessage
.
BuilderParent
parent
)
toBuilder()
public
Action
.
Builder
toBuilder
()
writeTo(CodedOutputStream output)
public
void
writeTo
(
CodedOutputStream
output
)

