- 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 UpdateTaxonomyRequest.Builder extends GeneratedMessageV3.Builder<UpdateTaxonomyRequest.Builder> implements UpdateTaxonomyRequestOrBuilder
Request message for
[UpdateTaxonomy][google.cloud.datacatalog.v1beta1.PolicyTagManager.UpdateTaxonomy].
Protobuf type google.cloud.datacatalog.v1beta1.UpdateTaxonomyRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > UpdateTaxonomyRequest.BuilderImplements
UpdateTaxonomyRequestOrBuilderMethods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateTaxonomyRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
UpdateTaxonomyRequest.Builder |
build()
public UpdateTaxonomyRequest build()
Type | Description |
UpdateTaxonomyRequest |
buildPartial()
public UpdateTaxonomyRequest buildPartial()
Type | Description |
UpdateTaxonomyRequest |
clear()
public UpdateTaxonomyRequest.Builder clear()
Type | Description |
UpdateTaxonomyRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public UpdateTaxonomyRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
UpdateTaxonomyRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateTaxonomyRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
UpdateTaxonomyRequest.Builder |
clearTaxonomy()
public UpdateTaxonomyRequest.Builder clearTaxonomy()
The taxonomy to update. Only description, display_name, and activated
policy types can be updated.
.google.cloud.datacatalog.v1beta1.Taxonomy taxonomy = 1;
Type | Description |
UpdateTaxonomyRequest.Builder |
clearUpdateMask()
public UpdateTaxonomyRequest.Builder clearUpdateMask()
The update mask applies to the resource. For the `FieldMask` definition,
see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
If not set, defaults to all of the fields that are allowed to update.
.google.protobuf.FieldMask update_mask = 2;
Type | Description |
UpdateTaxonomyRequest.Builder |
clone()
public UpdateTaxonomyRequest.Builder clone()
Type | Description |
UpdateTaxonomyRequest.Builder |
getDefaultInstanceForType()
public UpdateTaxonomyRequest getDefaultInstanceForType()
Type | Description |
UpdateTaxonomyRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getTaxonomy()
public Taxonomy getTaxonomy()
The taxonomy to update. Only description, display_name, and activated
policy types can be updated.
.google.cloud.datacatalog.v1beta1.Taxonomy taxonomy = 1;
Type | Description |
Taxonomy | The taxonomy. |
getTaxonomyBuilder()
public Taxonomy.Builder getTaxonomyBuilder()
The taxonomy to update. Only description, display_name, and activated
policy types can be updated.
.google.cloud.datacatalog.v1beta1.Taxonomy taxonomy = 1;
Type | Description |
Taxonomy.Builder |
getTaxonomyOrBuilder()
public TaxonomyOrBuilder getTaxonomyOrBuilder()
The taxonomy to update. Only description, display_name, and activated
policy types can be updated.
.google.cloud.datacatalog.v1beta1.Taxonomy taxonomy = 1;
Type | Description |
TaxonomyOrBuilder |
getUpdateMask()
public FieldMask getUpdateMask()
The update mask applies to the resource. For the `FieldMask` definition,
see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
If not set, defaults to all of the fields that are allowed to update.
.google.protobuf.FieldMask update_mask = 2;
Type | Description |
FieldMask | The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()
The update mask applies to the resource. For the `FieldMask` definition,
see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
If not set, defaults to all of the fields that are allowed to update.
.google.protobuf.FieldMask update_mask = 2;
Type | Description |
Builder |
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
The update mask applies to the resource. For the `FieldMask` definition,
see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
If not set, defaults to all of the fields that are allowed to update.
.google.protobuf.FieldMask update_mask = 2;
Type | Description |
FieldMaskOrBuilder |
hasTaxonomy()
public boolean hasTaxonomy()
The taxonomy to update. Only description, display_name, and activated
policy types can be updated.
.google.cloud.datacatalog.v1beta1.Taxonomy taxonomy = 1;
Type | Description |
boolean | Whether the taxonomy field is set. |
hasUpdateMask()
public boolean hasUpdateMask()
The update mask applies to the resource. For the `FieldMask` definition,
see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
If not set, defaults to all of the fields that are allowed to update.
.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 |
mergeFrom(UpdateTaxonomyRequest other)
public UpdateTaxonomyRequest.Builder mergeFrom(UpdateTaxonomyRequest other)
Name | Description |
other | UpdateTaxonomyRequest |
Type | Description |
UpdateTaxonomyRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateTaxonomyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdateTaxonomyRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public UpdateTaxonomyRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
UpdateTaxonomyRequest.Builder |
mergeTaxonomy(Taxonomy value)
public UpdateTaxonomyRequest.Builder mergeTaxonomy(Taxonomy value)
The taxonomy to update. Only description, display_name, and activated
policy types can be updated.
.google.cloud.datacatalog.v1beta1.Taxonomy taxonomy = 1;
Name | Description |
value | Taxonomy |
Type | Description |
UpdateTaxonomyRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateTaxonomyRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
UpdateTaxonomyRequest.Builder |
mergeUpdateMask(FieldMask value)
public UpdateTaxonomyRequest.Builder mergeUpdateMask(FieldMask value)
The update mask applies to the resource. For the `FieldMask` definition,
see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
If not set, defaults to all of the fields that are allowed to update.
.google.protobuf.FieldMask update_mask = 2;
Name | Description |
value | FieldMask |
Type | Description |
UpdateTaxonomyRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateTaxonomyRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
UpdateTaxonomyRequest.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateTaxonomyRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
UpdateTaxonomyRequest.Builder |
setTaxonomy(Taxonomy value)
public UpdateTaxonomyRequest.Builder setTaxonomy(Taxonomy value)
The taxonomy to update. Only description, display_name, and activated
policy types can be updated.
.google.cloud.datacatalog.v1beta1.Taxonomy taxonomy = 1;
Name | Description |
value | Taxonomy |
Type | Description |
UpdateTaxonomyRequest.Builder |
setTaxonomy(Taxonomy.Builder builderForValue)
public UpdateTaxonomyRequest.Builder setTaxonomy(Taxonomy.Builder builderForValue)
The taxonomy to update. Only description, display_name, and activated
policy types can be updated.
.google.cloud.datacatalog.v1beta1.Taxonomy taxonomy = 1;
Name | Description |
builderForValue | Taxonomy.Builder |
Type | Description |
UpdateTaxonomyRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateTaxonomyRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
UpdateTaxonomyRequest.Builder |
setUpdateMask(FieldMask value)
public UpdateTaxonomyRequest.Builder setUpdateMask(FieldMask value)
The update mask applies to the resource. For the `FieldMask` definition,
see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
If not set, defaults to all of the fields that are allowed to update.
.google.protobuf.FieldMask update_mask = 2;
Name | Description |
value | FieldMask |
Type | Description |
UpdateTaxonomyRequest.Builder |
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateTaxonomyRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
The update mask applies to the resource. For the `FieldMask` definition,
see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
If not set, defaults to all of the fields that are allowed to update.
.google.protobuf.FieldMask update_mask = 2;
Name | Description |
builderForValue | Builder |
Type | Description |
UpdateTaxonomyRequest.Builder |