public final class Action extends GeneratedMessage implements ActionOrBuilder
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
CONNECTION_ACTION_ID_FIELD_NUMBER
public static final int CONNECTION_ACTION_ID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
ENTITY_OPERATION_FIELD_NUMBER
public static final int ENTITY_OPERATION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int INPUT_FIELDS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
OUTPUT_FIELDS_FIELD_NUMBER
public static final int OUTPUT_FIELDS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Action getDefaultInstance()
| Returns |
| Type |
Description |
Action |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Action.Builder newBuilder()
newBuilder(Action prototype)
public static Action.Builder newBuilder(Action prototype)
| Parameter |
| Name |
Description |
prototype |
Action
|
public static Action parseDelimitedFrom(InputStream input)
| Returns |
| Type |
Description |
Action |
|
public static Action parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Action |
|
parseFrom(byte[] data)
public static Action parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
| Returns |
| Type |
Description |
Action |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Action parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Action |
|
parseFrom(ByteString data)
public static Action parseFrom(ByteString data)
| Returns |
| Type |
Description |
Action |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Action parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Action |
|
public static Action parseFrom(CodedInputStream input)
| Returns |
| Type |
Description |
Action |
|
public static Action parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Action |
|
public static Action parseFrom(InputStream input)
| Returns |
| Type |
Description |
Action |
|
public static Action parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Action |
|
parseFrom(ByteBuffer data)
public static Action parseFrom(ByteBuffer data)
| Returns |
| Type |
Description |
Action |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Action parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Action |
|
parser()
public static Parser<Action> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getActionSpecCase()
public Action.ActionSpecCase getActionSpecCase()
getConnectionActionId()
public String getConnectionActionId()
ID of a Connection action for the tool to use.
string connection_action_id = 4;
| Returns |
| Type |
Description |
String |
The connectionActionId.
|
getConnectionActionIdBytes()
public ByteString getConnectionActionIdBytes()
ID of a Connection action for the tool to use.
string connection_action_id = 4;
| Returns |
| Type |
Description |
ByteString |
The bytes for connectionActionId.
|
getDefaultInstanceForType()
public Action getDefaultInstanceForType()
| Returns |
| Type |
Description |
Action |
|
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;
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];
| Parameter |
| Name |
Description |
index |
int
The index of the element to return.
|
| Returns |
| Type |
Description |
String |
The inputFields at the given 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];
| Parameter |
| Name |
Description |
index |
int
The index of the value to return.
|
| Returns |
| Type |
Description |
ByteString |
The bytes of the inputFields at the given index.
|
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];
| Returns |
| Type |
Description |
int |
The count of inputFields.
|
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];
| Parameter |
| Name |
Description |
index |
int
The index of the element to return.
|
| Returns |
| Type |
Description |
String |
The outputFields at the given index.
|
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];
| Parameter |
| Name |
Description |
index |
int
The index of the value to return.
|
| Returns |
| Type |
Description |
ByteString |
The bytes of the outputFields at the given index.
|
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];
| Returns |
| Type |
Description |
int |
The count of outputFields.
|
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()
Overrides
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
hasConnectionActionId()
public boolean hasConnectionActionId()
ID of a Connection action for the tool to use.
string connection_action_id = 4;
| Returns |
| Type |
Description |
boolean |
Whether the connectionActionId field is set.
|
hasEntityOperation()
public boolean hasEntityOperation()
Entity operation configuration for the tool to use.
.google.cloud.ces.v1.Action.EntityOperation entity_operation = 5;
| Returns |
| Type |
Description |
boolean |
Whether the entityOperation field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Action.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected Action.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public Action.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides