- 1.51.0 (latest)
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.2
- 1.0.1
- 0.2.2
public static final class UpdateEntityRequest.Builder extends GeneratedMessageV3.Builder<UpdateEntityRequest.Builder> implements UpdateEntityRequestOrBuilder
Update a metadata entity request. The exiting entity will be fully replaced by the entity in the request. The entity ID is mutable. To modify the ID, use the current entity ID in the request URL and specify the new ID in the request body.
Protobuf type google.cloud.dataplex.v1.UpdateEntityRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > UpdateEntityRequest.BuilderImplements
UpdateEntityRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateEntityRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
UpdateEntityRequest.Builder |
build()
public UpdateEntityRequest build()
Type | Description |
UpdateEntityRequest |
buildPartial()
public UpdateEntityRequest buildPartial()
Type | Description |
UpdateEntityRequest |
clear()
public UpdateEntityRequest.Builder clear()
Type | Description |
UpdateEntityRequest.Builder |
clearEntity()
public UpdateEntityRequest.Builder clearEntity()
Required. Update description.
.google.cloud.dataplex.v1.Entity entity = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
UpdateEntityRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public UpdateEntityRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
UpdateEntityRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateEntityRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
UpdateEntityRequest.Builder |
clearValidateOnly()
public UpdateEntityRequest.Builder clearValidateOnly()
Optional. Only validate the request, but do not perform mutations. The default is false.
bool validate_only = 3 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
UpdateEntityRequest.Builder | This builder for chaining. |
clone()
public UpdateEntityRequest.Builder clone()
Type | Description |
UpdateEntityRequest.Builder |
getDefaultInstanceForType()
public UpdateEntityRequest getDefaultInstanceForType()
Type | Description |
UpdateEntityRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getEntity()
public Entity getEntity()
Required. Update description.
.google.cloud.dataplex.v1.Entity entity = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
Entity | The entity. |
getEntityBuilder()
public Entity.Builder getEntityBuilder()
Required. Update description.
.google.cloud.dataplex.v1.Entity entity = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
Entity.Builder |
getEntityOrBuilder()
public EntityOrBuilder getEntityOrBuilder()
Required. Update description.
.google.cloud.dataplex.v1.Entity entity = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
EntityOrBuilder |
getValidateOnly()
public boolean getValidateOnly()
Optional. Only validate the request, but do not perform mutations. The default is false.
bool validate_only = 3 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
boolean | The validateOnly. |
hasEntity()
public boolean hasEntity()
Required. Update description.
.google.cloud.dataplex.v1.Entity entity = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
boolean | Whether the entity field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeEntity(Entity value)
public UpdateEntityRequest.Builder mergeEntity(Entity value)
Required. Update description.
.google.cloud.dataplex.v1.Entity entity = 2 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | Entity |
Type | Description |
UpdateEntityRequest.Builder |
mergeFrom(UpdateEntityRequest other)
public UpdateEntityRequest.Builder mergeFrom(UpdateEntityRequest other)
Name | Description |
other | UpdateEntityRequest |
Type | Description |
UpdateEntityRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateEntityRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdateEntityRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public UpdateEntityRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
UpdateEntityRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateEntityRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
UpdateEntityRequest.Builder |
setEntity(Entity value)
public UpdateEntityRequest.Builder setEntity(Entity value)
Required. Update description.
.google.cloud.dataplex.v1.Entity entity = 2 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | Entity |
Type | Description |
UpdateEntityRequest.Builder |
setEntity(Entity.Builder builderForValue)
public UpdateEntityRequest.Builder setEntity(Entity.Builder builderForValue)
Required. Update description.
.google.cloud.dataplex.v1.Entity entity = 2 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
builderForValue | Entity.Builder |
Type | Description |
UpdateEntityRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateEntityRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
UpdateEntityRequest.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateEntityRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
UpdateEntityRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateEntityRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
UpdateEntityRequest.Builder |
setValidateOnly(boolean value)
public UpdateEntityRequest.Builder setValidateOnly(boolean value)
Optional. Only validate the request, but do not perform mutations. The default is false.
bool validate_only = 3 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | boolean The validateOnly to set. |
Type | Description |
UpdateEntityRequest.Builder | This builder for chaining. |