Uses of Class
com.google.cloud.datacatalog.v1.Tag
-
Uses of Tag in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return TagModifier and TypeMethodDescriptionTag.Builder.build()Tag.Builder.buildPartial()TaggedEntry.Builder.getAbsentTags(int index) Optional.TaggedEntry.getAbsentTags(int index) Optional.TaggedEntryOrBuilder.getAbsentTags(int index) Optional.static TagTag.getDefaultInstance()Tag.Builder.getDefaultInstanceForType()TaggedEntry.Builder.getPresentTags(int index) Optional.TaggedEntry.getPresentTags(int index) Optional.TaggedEntryOrBuilder.getPresentTags(int index) Optional.CreateTagRequest.Builder.getTag()Required.CreateTagRequest.getTag()Required.CreateTagRequestOrBuilder.getTag()Required.UpdateTagRequest.Builder.getTag()Required.UpdateTagRequest.getTag()Required.UpdateTagRequestOrBuilder.getTag()Required.ListTagsResponse.Builder.getTags(int index) [Tag][google.cloud.datacatalog.v1.Tag] details.ListTagsResponse.getTags(int index) [Tag][google.cloud.datacatalog.v1.Tag] details.ListTagsResponseOrBuilder.getTags(int index) [Tag][google.cloud.datacatalog.v1.Tag] details.ReconcileTagsRequest.Builder.getTags(int index) A list of tags to apply to an entry.ReconcileTagsRequest.getTags(int index) A list of tags to apply to an entry.ReconcileTagsRequestOrBuilder.getTags(int index) A list of tags to apply to an entry.static TagTag.parseDelimitedFrom(InputStream input) static TagTag.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TagTag.parseFrom(byte[] data) static TagTag.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TagTag.parseFrom(com.google.protobuf.ByteString data) static TagTag.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TagTag.parseFrom(com.google.protobuf.CodedInputStream input) static TagTag.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TagTag.parseFrom(InputStream input) static TagTag.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TagTag.parseFrom(ByteBuffer data) static TagTag.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.datacatalog.v1 that return types with arguments of type TagModifier and TypeMethodDescriptionTaggedEntry.Builder.getAbsentTagsList()Optional.TaggedEntry.getAbsentTagsList()Optional.TaggedEntryOrBuilder.getAbsentTagsList()Optional.com.google.protobuf.Parser<Tag>Tag.getParserForType()TaggedEntry.Builder.getPresentTagsList()Optional.TaggedEntry.getPresentTagsList()Optional.TaggedEntryOrBuilder.getPresentTagsList()Optional.ListTagsResponse.Builder.getTagsList()[Tag][google.cloud.datacatalog.v1.Tag] details.ListTagsResponse.getTagsList()[Tag][google.cloud.datacatalog.v1.Tag] details.ListTagsResponseOrBuilder.getTagsList()[Tag][google.cloud.datacatalog.v1.Tag] details.ReconcileTagsRequest.Builder.getTagsList()A list of tags to apply to an entry.ReconcileTagsRequest.getTagsList()A list of tags to apply to an entry.ReconcileTagsRequestOrBuilder.getTagsList()A list of tags to apply to an entry.static com.google.protobuf.Parser<Tag>Tag.parser()Methods in com.google.cloud.datacatalog.v1 with parameters of type TagModifier and TypeMethodDescriptionTaggedEntry.Builder.addAbsentTags(int index, Tag value) Optional.TaggedEntry.Builder.addAbsentTags(Tag value) Optional.TaggedEntry.Builder.addPresentTags(int index, Tag value) Optional.TaggedEntry.Builder.addPresentTags(Tag value) Optional.[Tag][google.cloud.datacatalog.v1.Tag] details.[Tag][google.cloud.datacatalog.v1.Tag] details.A list of tags to apply to an entry.A list of tags to apply to an entry.Required.Required.static Tag.BuilderTag.newBuilder(Tag prototype) TaggedEntry.Builder.setAbsentTags(int index, Tag value) Optional.TaggedEntry.Builder.setPresentTags(int index, Tag value) Optional.Required.Required.[Tag][google.cloud.datacatalog.v1.Tag] details.A list of tags to apply to an entry.Method parameters in com.google.cloud.datacatalog.v1 with type arguments of type TagModifier and TypeMethodDescriptionTaggedEntry.Builder.addAllAbsentTags(Iterable<? extends Tag> values) Optional.TaggedEntry.Builder.addAllPresentTags(Iterable<? extends Tag> values) Optional.ListTagsResponse.Builder.addAllTags(Iterable<? extends Tag> values) [Tag][google.cloud.datacatalog.v1.Tag] details.ReconcileTagsRequest.Builder.addAllTags(Iterable<? extends Tag> values) A list of tags to apply to an entry.