Interface CreateGlossaryRequestOrBuilder (1.72.0)

public interface CreateGlossaryRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGlossary()

public abstract Glossary getGlossary()

Required. The Glossary to create.

.google.cloud.dataplex.v1.Glossary glossary = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Glossary

The glossary.

getGlossaryId()

public abstract String getGlossaryId()

Required. Glossary ID: Glossary identifier.

string glossary_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The glossaryId.

getGlossaryIdBytes()

public abstract ByteString getGlossaryIdBytes()

Required. Glossary ID: Glossary identifier.

string glossary_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for glossaryId.

getGlossaryOrBuilder()

public abstract GlossaryOrBuilder getGlossaryOrBuilder()

Required. The Glossary to create.

.google.cloud.dataplex.v1.Glossary glossary = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GlossaryOrBuilder

getParent()

public abstract String getParent()

Required. The parent resource where this Glossary will be created. Format: projects/{project_id_or_number}/locations/{location_id} where location_id refers to a Google Cloud region.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent resource where this Glossary will be created. Format: projects/{project_id_or_number}/locations/{location_id} where location_id refers to a Google Cloud region.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

getValidateOnly()

public abstract boolean getValidateOnly()

Optional. Validates the request without actually creating the Glossary. Default: false.

bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The validateOnly.

hasGlossary()

public abstract boolean hasGlossary()

Required. The Glossary to create.

.google.cloud.dataplex.v1.Glossary glossary = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the glossary field is set.