public static final class UpdateContentRequest.Builder extends GeneratedMessage.Builder<UpdateContentRequest.Builder> implements UpdateContentRequestOrBuilderUpdate content request.
Protobuf type google.cloud.dataplex.v1.UpdateContentRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateContentRequest.BuilderImplements
UpdateContentRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateContentRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateContentRequest |
|
buildPartial()
public UpdateContentRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateContentRequest |
|
clear()
public UpdateContentRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateContentRequest.Builder |
|
clearContent()
public UpdateContentRequest.Builder clearContent() Required. Update description.
Only fields specified in update_mask are updated.
.google.cloud.dataplex.v1.Content content = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateContentRequest.Builder |
|
clearUpdateMask()
public UpdateContentRequest.Builder clearUpdateMask()Required. Mask of fields to update.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateContentRequest.Builder |
|
clearValidateOnly()
public UpdateContentRequest.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];
| Returns | |
|---|---|
| Type | Description |
UpdateContentRequest.Builder |
This builder for chaining. |
getContent()
public Content getContent() Required. Update description.
Only fields specified in update_mask are updated.
.google.cloud.dataplex.v1.Content content = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Content |
The content. |
getContentBuilder()
public Content.Builder getContentBuilder() Required. Update description.
Only fields specified in update_mask are updated.
.google.cloud.dataplex.v1.Content content = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Content.Builder |
|
getContentOrBuilder()
public ContentOrBuilder getContentOrBuilder() Required. Update description.
Only fields specified in update_mask are updated.
.google.cloud.dataplex.v1.Content content = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ContentOrBuilder |
|
getDefaultInstanceForType()
public UpdateContentRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateContentRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getUpdateMask()
public FieldMask getUpdateMask()Required. Mask of fields to update.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()Required. Mask of fields to update.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()Required. Mask of fields to update.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
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];
| Returns | |
|---|---|
| Type | Description |
boolean |
The validateOnly. |
hasContent()
public boolean hasContent() Required. Update description.
Only fields specified in update_mask are updated.
.google.cloud.dataplex.v1.Content content = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the content field is set. |
hasUpdateMask()
public boolean hasUpdateMask()Required. Mask of fields to update.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeContent(Content value)
public UpdateContentRequest.Builder mergeContent(Content value) Required. Update description.
Only fields specified in update_mask are updated.
.google.cloud.dataplex.v1.Content content = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Content |
| Returns | |
|---|---|
| Type | Description |
UpdateContentRequest.Builder |
|
mergeFrom(UpdateContentRequest other)
public UpdateContentRequest.Builder mergeFrom(UpdateContentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateContentRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateContentRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateContentRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateContentRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateContentRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateContentRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateContentRequest.Builder mergeUpdateMask(FieldMask value)Required. Mask of fields to update.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateContentRequest.Builder |
|
setContent(Content value)
public UpdateContentRequest.Builder setContent(Content value) Required. Update description.
Only fields specified in update_mask are updated.
.google.cloud.dataplex.v1.Content content = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Content |
| Returns | |
|---|---|
| Type | Description |
UpdateContentRequest.Builder |
|
setContent(Content.Builder builderForValue)
public UpdateContentRequest.Builder setContent(Content.Builder builderForValue) Required. Update description.
Only fields specified in update_mask are updated.
.google.cloud.dataplex.v1.Content content = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Content.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateContentRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateContentRequest.Builder setUpdateMask(FieldMask value)Required. Mask of fields to update.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateContentRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateContentRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)Required. Mask of fields to update.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateContentRequest.Builder |
|
setValidateOnly(boolean value)
public UpdateContentRequest.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];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe validateOnly to set. |
| Returns | |
|---|---|
| Type | Description |
UpdateContentRequest.Builder |
This builder for chaining. |