Class ExecutionIdentity (1.91.0)

public final class ExecutionIdentity extends GeneratedMessage implements ExecutionIdentityOrBuilder

The identity to run the datascan.

Protobuf type google.cloud.dataplex.v1.ExecutionIdentity

Static Fields

DATAPLEX_SERVICE_AGENT_FIELD_NUMBER

public static final int DATAPLEX_SERVICE_AGENT_FIELD_NUMBER
Field Value
Type Description
int

SERVICE_ACCOUNT_FIELD_NUMBER

public static final int SERVICE_ACCOUNT_FIELD_NUMBER
Field Value
Type Description
int

USER_CREDENTIAL_FIELD_NUMBER

public static final int USER_CREDENTIAL_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ExecutionIdentity getDefaultInstance()
Returns
Type Description
ExecutionIdentity

getDescriptor()

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

newBuilder()

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

newBuilder(ExecutionIdentity prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDataplexServiceAgent()

public ExecutionIdentity.DataplexServiceAgent getDataplexServiceAgent()

Optional. The Dataplex service agent associated with the user's project.

.google.cloud.dataplex.v1.ExecutionIdentity.DataplexServiceAgent dataplex_service_agent = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ExecutionIdentity.DataplexServiceAgent

The dataplexServiceAgent.

getDataplexServiceAgentOrBuilder()

public ExecutionIdentity.DataplexServiceAgentOrBuilder getDataplexServiceAgentOrBuilder()

Optional. The Dataplex service agent associated with the user's project.

.google.cloud.dataplex.v1.ExecutionIdentity.DataplexServiceAgent dataplex_service_agent = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ExecutionIdentity.DataplexServiceAgentOrBuilder

getDefaultInstanceForType()

public ExecutionIdentity getDefaultInstanceForType()
Returns
Type Description
ExecutionIdentity

getIdentityCase()

public ExecutionIdentity.IdentityCase getIdentityCase()
Returns
Type Description
ExecutionIdentity.IdentityCase

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getServiceAccount()

public ExecutionIdentity.ServiceAccount getServiceAccount()

Optional. The provided service account.

.google.cloud.dataplex.v1.ExecutionIdentity.ServiceAccount service_account = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ExecutionIdentity.ServiceAccount

The serviceAccount.

getServiceAccountOrBuilder()

public ExecutionIdentity.ServiceAccountOrBuilder getServiceAccountOrBuilder()

Optional. The provided service account.

.google.cloud.dataplex.v1.ExecutionIdentity.ServiceAccount service_account = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ExecutionIdentity.ServiceAccountOrBuilder

getUserCredential()

public ExecutionIdentity.UserCredential getUserCredential()

Optional. The credential of the calling user. Supports only ONE_TIME trigger type.

.google.cloud.dataplex.v1.ExecutionIdentity.UserCredential user_credential = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ExecutionIdentity.UserCredential

The userCredential.

getUserCredentialOrBuilder()

public ExecutionIdentity.UserCredentialOrBuilder getUserCredentialOrBuilder()

Optional. The credential of the calling user. Supports only ONE_TIME trigger type.

.google.cloud.dataplex.v1.ExecutionIdentity.UserCredential user_credential = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ExecutionIdentity.UserCredentialOrBuilder

hasDataplexServiceAgent()

public boolean hasDataplexServiceAgent()

Optional. The Dataplex service agent associated with the user's project.

.google.cloud.dataplex.v1.ExecutionIdentity.DataplexServiceAgent dataplex_service_agent = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the dataplexServiceAgent field is set.

hasServiceAccount()

public boolean hasServiceAccount()

Optional. The provided service account.

.google.cloud.dataplex.v1.ExecutionIdentity.ServiceAccount service_account = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the serviceAccount field is set.

hasUserCredential()

public boolean hasUserCredential()

Optional. The credential of the calling user. Supports only ONE_TIME trigger type.

.google.cloud.dataplex.v1.ExecutionIdentity.UserCredential user_credential = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the userCredential 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 ExecutionIdentity.Builder newBuilderForType()
Returns
Type Description
ExecutionIdentity.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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