Interface UpdateTaxonomyRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateTaxonomyRequest
,UpdateTaxonomyRequest.Builder
public interface UpdateTaxonomyRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Taxonomy
getTaxonomy()
The taxonomy to update.TaxonomyOrBuilder
getTaxonomyOrBuilder()
The taxonomy to update.com.google.protobuf.FieldMask
getUpdateMask()
The update mask applies to the resource.com.google.protobuf.FieldMaskOrBuilder
getUpdateMaskOrBuilder()
The update mask applies to the resource.boolean
hasTaxonomy()
The taxonomy to update.boolean
hasUpdateMask()
The update mask applies to the resource.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTaxonomy
boolean hasTaxonomy()
The taxonomy to update. Only description, display_name, and activated policy types can be updated.
.google.cloud.datacatalog.v1beta1.Taxonomy taxonomy = 1;
- Returns:
- Whether the taxonomy field is set.
-
getTaxonomy
Taxonomy getTaxonomy()
The taxonomy to update. Only description, display_name, and activated policy types can be updated.
.google.cloud.datacatalog.v1beta1.Taxonomy taxonomy = 1;
- Returns:
- The taxonomy.
-
getTaxonomyOrBuilder
TaxonomyOrBuilder getTaxonomyOrBuilder()
The taxonomy to update. Only description, display_name, and activated policy types can be updated.
.google.cloud.datacatalog.v1beta1.Taxonomy taxonomy = 1;
-
hasUpdateMask
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;
- Returns:
- Whether the updateMask field is set.
-
getUpdateMask
com.google.protobuf.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;
- Returns:
- The updateMask.
-
getUpdateMaskOrBuilder
com.google.protobuf.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;
-
-