Uses of Class
com.google.cloud.datacatalog.v1beta1.TagField.Builder
-
Uses of TagField.Builder in com.google.cloud.datacatalog.v1beta1
Methods in com.google.cloud.datacatalog.v1beta1 that return TagField.BuilderModifier and TypeMethodDescriptionTagField.Builder.clear()TagField.Builder.clearBoolValue()Holds the value for a tag field with boolean type.TagField.Builder.clearDisplayName()Output only.TagField.Builder.clearDoubleValue()Holds the value for a tag field with double type.TagField.Builder.clearEnumValue()Holds the value for a tag field with enum type.TagField.Builder.clearKind()TagField.Builder.clearOrder()Output only.TagField.Builder.clearStringValue()Holds the value for a tag field with string type.TagField.Builder.clearTimestampValue()Holds the value for a tag field with timestamp type.TagField.Builder.mergeEnumValue(TagField.EnumValue value) Holds the value for a tag field with enum type.TagField.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TagField.Builder.mergeFrom(com.google.protobuf.Message other) TagField.Builder.mergeTimestampValue(com.google.protobuf.Timestamp value) Holds the value for a tag field with timestamp type.static TagField.BuilderTagField.newBuilder()static TagField.BuilderTagField.newBuilder(TagField prototype) TagField.newBuilderForType()protected TagField.BuilderTagField.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Tag.Builder.putFieldsBuilderIfAbsent(String key) Required.TagField.Builder.setBoolValue(boolean value) Holds the value for a tag field with boolean type.TagField.Builder.setDisplayName(String value) Output only.TagField.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value) Output only.TagField.Builder.setDoubleValue(double value) Holds the value for a tag field with double type.TagField.Builder.setEnumValue(TagField.EnumValue value) Holds the value for a tag field with enum type.TagField.Builder.setEnumValue(TagField.EnumValue.Builder builderForValue) Holds the value for a tag field with enum type.TagField.Builder.setOrder(int value) Output only.TagField.Builder.setStringValue(String value) Holds the value for a tag field with string type.TagField.Builder.setStringValueBytes(com.google.protobuf.ByteString value) Holds the value for a tag field with string type.TagField.Builder.setTimestampValue(com.google.protobuf.Timestamp value) Holds the value for a tag field with timestamp type.TagField.Builder.setTimestampValue(com.google.protobuf.Timestamp.Builder builderForValue) Holds the value for a tag field with timestamp type.TagField.toBuilder()