public static final class UpdateEntryTypeRequest.Builder extends GeneratedMessage.Builder<UpdateEntryTypeRequest.Builder> implements UpdateEntryTypeRequestOrBuilderUpdate EntryType Request.
Protobuf type google.cloud.dataplex.v1.UpdateEntryTypeRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateEntryTypeRequest.BuilderImplements
UpdateEntryTypeRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateEntryTypeRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateEntryTypeRequest |
|
buildPartial()
public UpdateEntryTypeRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateEntryTypeRequest |
|
clear()
public UpdateEntryTypeRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateEntryTypeRequest.Builder |
|
clearEntryType()
public UpdateEntryTypeRequest.Builder clearEntryType()Required. EntryType Resource.
.google.cloud.dataplex.v1.EntryType entry_type = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateEntryTypeRequest.Builder |
|
clearUpdateMask()
public UpdateEntryTypeRequest.Builder clearUpdateMask()Required. Mask of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateEntryTypeRequest.Builder |
|
clearValidateOnly()
public UpdateEntryTypeRequest.Builder clearValidateOnly()Optional. The service validates the request without performing any mutations. The default is false.
bool validate_only = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
UpdateEntryTypeRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public UpdateEntryTypeRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateEntryTypeRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEntryType()
public EntryType getEntryType()Required. EntryType Resource.
.google.cloud.dataplex.v1.EntryType entry_type = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
EntryType |
The entryType. |
getEntryTypeBuilder()
public EntryType.Builder getEntryTypeBuilder()Required. EntryType Resource.
.google.cloud.dataplex.v1.EntryType entry_type = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
EntryType.Builder |
|
getEntryTypeOrBuilder()
public EntryTypeOrBuilder getEntryTypeOrBuilder()Required. EntryType Resource.
.google.cloud.dataplex.v1.EntryType entry_type = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
EntryTypeOrBuilder |
|
getUpdateMask()
public FieldMask getUpdateMask()Required. Mask 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. Mask of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()Required. Mask of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
getValidateOnly()
public boolean getValidateOnly()Optional. The service validates the request without performing any mutations. The default is false.
bool validate_only = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The validateOnly. |
hasEntryType()
public boolean hasEntryType()Required. EntryType Resource.
.google.cloud.dataplex.v1.EntryType entry_type = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the entryType field is set. |
hasUpdateMask()
public boolean hasUpdateMask()Required. Mask 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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeEntryType(EntryType value)
public UpdateEntryTypeRequest.Builder mergeEntryType(EntryType value)Required. EntryType Resource.
.google.cloud.dataplex.v1.EntryType entry_type = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
EntryType |
| Returns | |
|---|---|
| Type | Description |
UpdateEntryTypeRequest.Builder |
|
mergeFrom(UpdateEntryTypeRequest other)
public UpdateEntryTypeRequest.Builder mergeFrom(UpdateEntryTypeRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateEntryTypeRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateEntryTypeRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateEntryTypeRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateEntryTypeRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateEntryTypeRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateEntryTypeRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateEntryTypeRequest.Builder mergeUpdateMask(FieldMask value)Required. Mask of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateEntryTypeRequest.Builder |
|
setEntryType(EntryType value)
public UpdateEntryTypeRequest.Builder setEntryType(EntryType value)Required. EntryType Resource.
.google.cloud.dataplex.v1.EntryType entry_type = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
EntryType |
| Returns | |
|---|---|
| Type | Description |
UpdateEntryTypeRequest.Builder |
|
setEntryType(EntryType.Builder builderForValue)
public UpdateEntryTypeRequest.Builder setEntryType(EntryType.Builder builderForValue)Required. EntryType Resource.
.google.cloud.dataplex.v1.EntryType entry_type = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
EntryType.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateEntryTypeRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateEntryTypeRequest.Builder setUpdateMask(FieldMask value)Required. Mask of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateEntryTypeRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateEntryTypeRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)Required. Mask of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateEntryTypeRequest.Builder |
|
setValidateOnly(boolean value)
public UpdateEntryTypeRequest.Builder setValidateOnly(boolean value)Optional. The service validates the request without performing any 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 |
UpdateEntryTypeRequest.Builder |
This builder for chaining. |