Class ConnectorToolset (0.1.0)

public final class ConnectorToolset extends GeneratedMessage implements ConnectorToolsetOrBuilder

A toolset that generates tools from an Integration Connectors Connection.

Protobuf type google.cloud.ces.v1.ConnectorToolset

Static Fields

AUTH_CONFIG_FIELD_NUMBER

public static final int AUTH_CONFIG_FIELD_NUMBER
Field Value
Type Description
int

CONNECTION_FIELD_NUMBER

public static final int CONNECTION_FIELD_NUMBER
Field Value
Type Description
int

CONNECTOR_ACTIONS_FIELD_NUMBER

public static final int CONNECTOR_ACTIONS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ConnectorToolset getDefaultInstance()
Returns
Type Description
ConnectorToolset

getDescriptor()

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

newBuilder()

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

newBuilder(ConnectorToolset prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getAuthConfig()

public EndUserAuthConfig getAuthConfig()

Optional. Configures how authentication is handled in Integration Connectors. By default, an admin authentication is passed in the Integration Connectors API requests. You can override it with a different end-user authentication config. Note: The Connection must have authentication override enabled in order to specify an EUC configuration here - otherwise, the Toolset creation will fail. See: https://cloud.google.com/application-integration/docs/configure-connectors-task#configure-authentication-override

.google.cloud.ces.v1.EndUserAuthConfig auth_config = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
EndUserAuthConfig

The authConfig.

getAuthConfigOrBuilder()

public EndUserAuthConfigOrBuilder getAuthConfigOrBuilder()

Optional. Configures how authentication is handled in Integration Connectors. By default, an admin authentication is passed in the Integration Connectors API requests. You can override it with a different end-user authentication config. Note: The Connection must have authentication override enabled in order to specify an EUC configuration here - otherwise, the Toolset creation will fail. See: https://cloud.google.com/application-integration/docs/configure-connectors-task#configure-authentication-override

.google.cloud.ces.v1.EndUserAuthConfig auth_config = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
EndUserAuthConfigOrBuilder

getConnection()

public String getConnection()

Required. The full resource name of the referenced Integration Connectors Connection. Format: projects/{project}/locations/{location}/connections/{connection}

string connection = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The connection.

getConnectionBytes()

public ByteString getConnectionBytes()

Required. The full resource name of the referenced Integration Connectors Connection. Format: projects/{project}/locations/{location}/connections/{connection}

string connection = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for connection.

getConnectorActions(int index)

public Action getConnectorActions(int index)

Required. The list of connector actions/entity operations to generate tools for.

repeated .google.cloud.ces.v1.Action connector_actions = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
Action

getConnectorActionsCount()

public int getConnectorActionsCount()

Required. The list of connector actions/entity operations to generate tools for.

repeated .google.cloud.ces.v1.Action connector_actions = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getConnectorActionsList()

public List<Action> getConnectorActionsList()

Required. The list of connector actions/entity operations to generate tools for.

repeated .google.cloud.ces.v1.Action connector_actions = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<Action>

getConnectorActionsOrBuilder(int index)

public ActionOrBuilder getConnectorActionsOrBuilder(int index)

Required. The list of connector actions/entity operations to generate tools for.

repeated .google.cloud.ces.v1.Action connector_actions = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
ActionOrBuilder

getConnectorActionsOrBuilderList()

public List<? extends ActionOrBuilder> getConnectorActionsOrBuilderList()

Required. The list of connector actions/entity operations to generate tools for.

repeated .google.cloud.ces.v1.Action connector_actions = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.cloud.ces.v1.ActionOrBuilder>

getDefaultInstanceForType()

public ConnectorToolset getDefaultInstanceForType()
Returns
Type Description
ConnectorToolset

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasAuthConfig()

public boolean hasAuthConfig()

Optional. Configures how authentication is handled in Integration Connectors. By default, an admin authentication is passed in the Integration Connectors API requests. You can override it with a different end-user authentication config. Note: The Connection must have authentication override enabled in order to specify an EUC configuration here - otherwise, the Toolset creation will fail. See: https://cloud.google.com/application-integration/docs/configure-connectors-task#configure-authentication-override

.google.cloud.ces.v1.EndUserAuthConfig auth_config = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the authConfig field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

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

newBuilderForType(AbstractMessage.BuilderParent parent)

protected ConnectorToolset.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ConnectorToolset.Builder
Overrides

toBuilder()

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

writeTo(CodedOutputStream output)

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