Interface UpdateEntryLinkRequestOrBuilder (1.86.0)

public interface UpdateEntryLinkRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAllowMissing()

public abstract boolean getAllowMissing()

Optional. If set to true and the entry link doesn't exist, the service will create it.

bool allow_missing = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The allowMissing.

getAspectKeys(int index)

public abstract String getAspectKeys(int index)

Optional. The map keys of the Aspects which the service should modify. It should be the aspect type reference in the format {project_id_or_number}.{location_id}.{aspect_type_id}.

If this field is left empty, the service treats it as specifying exactly those Aspects present in the request.

repeated string aspect_keys = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The aspectKeys at the given index.

getAspectKeysBytes(int index)

public abstract ByteString getAspectKeysBytes(int index)

Optional. The map keys of the Aspects which the service should modify. It should be the aspect type reference in the format {project_id_or_number}.{location_id}.{aspect_type_id}.

If this field is left empty, the service treats it as specifying exactly those Aspects present in the request.

repeated string aspect_keys = 5 [(.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 aspectKeys at the given index.

getAspectKeysCount()

public abstract int getAspectKeysCount()

Optional. The map keys of the Aspects which the service should modify. It should be the aspect type reference in the format {project_id_or_number}.{location_id}.{aspect_type_id}.

If this field is left empty, the service treats it as specifying exactly those Aspects present in the request.

repeated string aspect_keys = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of aspectKeys.

getAspectKeysList()

public abstract List<String> getAspectKeysList()

Optional. The map keys of the Aspects which the service should modify. It should be the aspect type reference in the format {project_id_or_number}.{location_id}.{aspect_type_id}.

If this field is left empty, the service treats it as specifying exactly those Aspects present in the request.

repeated string aspect_keys = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<String>

A list containing the aspectKeys.

public abstract EntryLink getEntryLink()

Required. Entry Link resource.

.google.cloud.dataplex.v1.EntryLink entry_link = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
EntryLink

The entryLink.

getEntryLinkOrBuilder()

public abstract EntryLinkOrBuilder getEntryLinkOrBuilder()

Required. Entry Link resource.

.google.cloud.dataplex.v1.EntryLink entry_link = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
EntryLinkOrBuilder
public abstract boolean hasEntryLink()

Required. Entry Link resource.

.google.cloud.dataplex.v1.EntryLink entry_link = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the entryLink field is set.