Package com.google.cloud.datacatalog.v1
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()
Specifies fields to update.com.google.protobuf.FieldMaskOrBuilder
getUpdateMaskOrBuilder()
Specifies fields to update.boolean
hasTaxonomy()
The taxonomy to update.boolean
hasUpdateMask()
Specifies fields to update.-
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. You can update only its description, display name, and activated policy types.
.google.cloud.datacatalog.v1.Taxonomy taxonomy = 1;
- Returns:
- Whether the taxonomy field is set.
-
getTaxonomy
Taxonomy getTaxonomy()
The taxonomy to update. You can update only its description, display name, and activated policy types.
.google.cloud.datacatalog.v1.Taxonomy taxonomy = 1;
- Returns:
- The taxonomy.
-
getTaxonomyOrBuilder
TaxonomyOrBuilder getTaxonomyOrBuilder()
The taxonomy to update. You can update only its description, display name, and activated policy types.
.google.cloud.datacatalog.v1.Taxonomy taxonomy = 1;
-
hasUpdateMask
boolean hasUpdateMask()
Specifies fields to update. If not set, defaults to all fields you can update. For more information, see [FieldMask] (https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask).
.google.protobuf.FieldMask update_mask = 2;
- Returns:
- Whether the updateMask field is set.
-
getUpdateMask
com.google.protobuf.FieldMask getUpdateMask()
Specifies fields to update. If not set, defaults to all fields you can update. For more information, see [FieldMask] (https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask).
.google.protobuf.FieldMask update_mask = 2;
- Returns:
- The updateMask.
-
getUpdateMaskOrBuilder
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Specifies fields to update. If not set, defaults to all fields you can update. For more information, see [FieldMask] (https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask).
.google.protobuf.FieldMask update_mask = 2;
-
-