Interface UpdateTaxonomyRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateTaxonomyRequest,UpdateTaxonomyRequest.Builder
@Generated
public interface UpdateTaxonomyRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe taxonomy to update.The taxonomy to update.com.google.protobuf.FieldMaskThe update mask applies to the resource.com.google.protobuf.FieldMaskOrBuilderThe update mask applies to the resource.booleanThe taxonomy to update.booleanThe update mask applies to the resource.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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;
-