- 1.59.0 (latest)
- 1.58.0
- 1.57.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.5
- 1.8.4
- 1.7.2
- 1.6.2
- 1.5.4
public static final class UpdateEntryGroupRequest.Builder extends GeneratedMessageV3.Builder<UpdateEntryGroupRequest.Builder> implements UpdateEntryGroupRequestOrBuilder
Request message for
[UpdateEntryGroup][google.cloud.datacatalog.v1beta1.DataCatalog.UpdateEntryGroup].
Protobuf type google.cloud.datacatalog.v1beta1.UpdateEntryGroupRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > UpdateEntryGroupRequest.BuilderImplements
UpdateEntryGroupRequestOrBuilderMethods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateEntryGroupRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
UpdateEntryGroupRequest.Builder |
build()
public UpdateEntryGroupRequest build()
Type | Description |
UpdateEntryGroupRequest |
buildPartial()
public UpdateEntryGroupRequest buildPartial()
Type | Description |
UpdateEntryGroupRequest |
clear()
public UpdateEntryGroupRequest.Builder clear()
Type | Description |
UpdateEntryGroupRequest.Builder |
clearEntryGroup()
public UpdateEntryGroupRequest.Builder clearEntryGroup()
Required. The updated entry group. "name" field must be set.
.google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
UpdateEntryGroupRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public UpdateEntryGroupRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
UpdateEntryGroupRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateEntryGroupRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
UpdateEntryGroupRequest.Builder |
clearUpdateMask()
public UpdateEntryGroupRequest.Builder clearUpdateMask()
The fields to update on the entry group. If absent or empty, all modifiable
fields are updated.
.google.protobuf.FieldMask update_mask = 2;
Type | Description |
UpdateEntryGroupRequest.Builder |
clone()
public UpdateEntryGroupRequest.Builder clone()
Type | Description |
UpdateEntryGroupRequest.Builder |
getDefaultInstanceForType()
public UpdateEntryGroupRequest getDefaultInstanceForType()
Type | Description |
UpdateEntryGroupRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getEntryGroup()
public EntryGroup getEntryGroup()
Required. The updated entry group. "name" field must be set.
.google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
EntryGroup | The entryGroup. |
getEntryGroupBuilder()
public EntryGroup.Builder getEntryGroupBuilder()
Required. The updated entry group. "name" field must be set.
.google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
EntryGroup.Builder |
getEntryGroupOrBuilder()
public EntryGroupOrBuilder getEntryGroupOrBuilder()
Required. The updated entry group. "name" field must be set.
.google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
EntryGroupOrBuilder |
getUpdateMask()
public FieldMask getUpdateMask()
The fields to update on the entry group. If absent or empty, all modifiable
fields are updated.
.google.protobuf.FieldMask update_mask = 2;
Type | Description |
FieldMask | The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()
The fields to update on the entry group. If absent or empty, all modifiable
fields are updated.
.google.protobuf.FieldMask update_mask = 2;
Type | Description |
Builder |
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
The fields to update on the entry group. If absent or empty, all modifiable
fields are updated.
.google.protobuf.FieldMask update_mask = 2;
Type | Description |
FieldMaskOrBuilder |
hasEntryGroup()
public boolean hasEntryGroup()
Required. The updated entry group. "name" field must be set.
.google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
boolean | Whether the entryGroup field is set. |
hasUpdateMask()
public boolean hasUpdateMask()
The fields to update on the entry group. If absent or empty, all modifiable
fields are updated.
.google.protobuf.FieldMask update_mask = 2;
Type | Description |
boolean | Whether the updateMask field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeEntryGroup(EntryGroup value)
public UpdateEntryGroupRequest.Builder mergeEntryGroup(EntryGroup value)
Required. The updated entry group. "name" field must be set.
.google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 1 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | EntryGroup |
Type | Description |
UpdateEntryGroupRequest.Builder |
mergeFrom(UpdateEntryGroupRequest other)
public UpdateEntryGroupRequest.Builder mergeFrom(UpdateEntryGroupRequest other)
Name | Description |
other | UpdateEntryGroupRequest |
Type | Description |
UpdateEntryGroupRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateEntryGroupRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdateEntryGroupRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public UpdateEntryGroupRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
UpdateEntryGroupRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateEntryGroupRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
UpdateEntryGroupRequest.Builder |
mergeUpdateMask(FieldMask value)
public UpdateEntryGroupRequest.Builder mergeUpdateMask(FieldMask value)
The fields to update on the entry group. If absent or empty, all modifiable
fields are updated.
.google.protobuf.FieldMask update_mask = 2;
Name | Description |
value | FieldMask |
Type | Description |
UpdateEntryGroupRequest.Builder |
setEntryGroup(EntryGroup value)
public UpdateEntryGroupRequest.Builder setEntryGroup(EntryGroup value)
Required. The updated entry group. "name" field must be set.
.google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 1 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | EntryGroup |
Type | Description |
UpdateEntryGroupRequest.Builder |
setEntryGroup(EntryGroup.Builder builderForValue)
public UpdateEntryGroupRequest.Builder setEntryGroup(EntryGroup.Builder builderForValue)
Required. The updated entry group. "name" field must be set.
.google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 1 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
builderForValue | EntryGroup.Builder |
Type | Description |
UpdateEntryGroupRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateEntryGroupRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
UpdateEntryGroupRequest.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateEntryGroupRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
UpdateEntryGroupRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateEntryGroupRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
UpdateEntryGroupRequest.Builder |
setUpdateMask(FieldMask value)
public UpdateEntryGroupRequest.Builder setUpdateMask(FieldMask value)
The fields to update on the entry group. If absent or empty, all modifiable
fields are updated.
.google.protobuf.FieldMask update_mask = 2;
Name | Description |
value | FieldMask |
Type | Description |
UpdateEntryGroupRequest.Builder |
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateEntryGroupRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
The fields to update on the entry group. If absent or empty, all modifiable
fields are updated.
.google.protobuf.FieldMask update_mask = 2;
Name | Description |
builderForValue | Builder |
Type | Description |
UpdateEntryGroupRequest.Builder |