public static final class UpdateGlossaryRequest.Builder extends GeneratedMessageV3.Builder<UpdateGlossaryRequest.Builder> implements UpdateGlossaryRequestOrBuilder
Update Glossary Request
Protobuf type google.cloud.dataplex.v1.UpdateGlossaryRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateGlossaryRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public UpdateGlossaryRequest build()
buildPartial()
public UpdateGlossaryRequest buildPartial()
clear()
public UpdateGlossaryRequest.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public UpdateGlossaryRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearGlossary()
public UpdateGlossaryRequest.Builder clearGlossary()
Required. The Glossary to update.
The Glossary's name
field is used to identify the Glossary to update.
Format:
projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}
.google.cloud.dataplex.v1.Glossary glossary = 1 [(.google.api.field_behavior) = REQUIRED];
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateGlossaryRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearUpdateMask()
public UpdateGlossaryRequest.Builder clearUpdateMask()
Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
clearValidateOnly()
public UpdateGlossaryRequest.Builder clearValidateOnly()
Optional. Validates the request without actually updating the Glossary.
Default: false.
bool validate_only = 3 [(.google.api.field_behavior) = OPTIONAL];
clone()
public UpdateGlossaryRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public UpdateGlossaryRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getGlossary()
public Glossary getGlossary()
Required. The Glossary to update.
The Glossary's name
field is used to identify the Glossary to update.
Format:
projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}
.google.cloud.dataplex.v1.Glossary glossary = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
Glossary |
The glossary.
|
getGlossaryBuilder()
public Glossary.Builder getGlossaryBuilder()
Required. The Glossary to update.
The Glossary's name
field is used to identify the Glossary to update.
Format:
projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}
.google.cloud.dataplex.v1.Glossary glossary = 1 [(.google.api.field_behavior) = REQUIRED];
getGlossaryOrBuilder()
public GlossaryOrBuilder getGlossaryOrBuilder()
Required. The Glossary to update.
The Glossary's name
field is used to identify the Glossary to update.
Format:
projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}
.google.cloud.dataplex.v1.Glossary glossary = 1 [(.google.api.field_behavior) = REQUIRED];
getUpdateMask()
public FieldMask getUpdateMask()
Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
FieldMask |
The updateMask.
|
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()
Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
getValidateOnly()
public boolean getValidateOnly()
Optional. Validates the request without actually updating the Glossary.
Default: false.
bool validate_only = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
The validateOnly.
|
hasGlossary()
public boolean hasGlossary()
Required. The Glossary to update.
The Glossary's name
field is used to identify the Glossary to update.
Format:
projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}
.google.cloud.dataplex.v1.Glossary glossary = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the glossary field is set.
|
hasUpdateMask()
public boolean hasUpdateMask()
Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the updateMask field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(UpdateGlossaryRequest other)
public UpdateGlossaryRequest.Builder mergeFrom(UpdateGlossaryRequest other)
public UpdateGlossaryRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public UpdateGlossaryRequest.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeGlossary(Glossary value)
public UpdateGlossaryRequest.Builder mergeGlossary(Glossary value)
Required. The Glossary to update.
The Glossary's name
field is used to identify the Glossary to update.
Format:
projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}
.google.cloud.dataplex.v1.Glossary glossary = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
value |
Glossary
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateGlossaryRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
mergeUpdateMask(FieldMask value)
public UpdateGlossaryRequest.Builder mergeUpdateMask(FieldMask value)
Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateGlossaryRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setGlossary(Glossary value)
public UpdateGlossaryRequest.Builder setGlossary(Glossary value)
Required. The Glossary to update.
The Glossary's name
field is used to identify the Glossary to update.
Format:
projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}
.google.cloud.dataplex.v1.Glossary glossary = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
value |
Glossary
|
setGlossary(Glossary.Builder builderForValue)
public UpdateGlossaryRequest.Builder setGlossary(Glossary.Builder builderForValue)
Required. The Glossary to update.
The Glossary's name
field is used to identify the Glossary to update.
Format:
projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}
.google.cloud.dataplex.v1.Glossary glossary = 1 [(.google.api.field_behavior) = REQUIRED];
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateGlossaryRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateGlossaryRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setUpdateMask(FieldMask value)
public UpdateGlossaryRequest.Builder setUpdateMask(FieldMask value)
Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateGlossaryRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
builderForValue |
Builder
|
setValidateOnly(boolean value)
public UpdateGlossaryRequest.Builder setValidateOnly(boolean value)
Optional. Validates the request without actually updating the Glossary.
Default: false.
bool validate_only = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
value |
boolean
The validateOnly to set.
|