Uses of Class
com.google.cloud.datacatalog.v1.EntryGroup
-
Uses of EntryGroup in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return EntryGroupModifier and TypeMethodDescriptionEntryGroup.Builder.build()EntryGroup.Builder.buildPartial()static EntryGroupEntryGroup.getDefaultInstance()EntryGroup.Builder.getDefaultInstanceForType()EntryGroup.getDefaultInstanceForType()CreateEntryGroupRequest.Builder.getEntryGroup()The entry group to create.CreateEntryGroupRequest.getEntryGroup()The entry group to create.CreateEntryGroupRequestOrBuilder.getEntryGroup()The entry group to create.UpdateEntryGroupRequest.Builder.getEntryGroup()Required.UpdateEntryGroupRequest.getEntryGroup()Required.UpdateEntryGroupRequestOrBuilder.getEntryGroup()Required.ListEntryGroupsResponse.Builder.getEntryGroups(int index) Entry group details.ListEntryGroupsResponse.getEntryGroups(int index) Entry group details.ListEntryGroupsResponseOrBuilder.getEntryGroups(int index) Entry group details.static EntryGroupEntryGroup.parseDelimitedFrom(InputStream input) static EntryGroupEntryGroup.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EntryGroupEntryGroup.parseFrom(byte[] data) static EntryGroupEntryGroup.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EntryGroupEntryGroup.parseFrom(com.google.protobuf.ByteString data) static EntryGroupEntryGroup.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EntryGroupEntryGroup.parseFrom(com.google.protobuf.CodedInputStream input) static EntryGroupEntryGroup.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EntryGroupEntryGroup.parseFrom(InputStream input) static EntryGroupEntryGroup.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EntryGroupEntryGroup.parseFrom(ByteBuffer data) static EntryGroupEntryGroup.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.datacatalog.v1 that return types with arguments of type EntryGroupModifier and TypeMethodDescriptionListEntryGroupsResponse.Builder.getEntryGroupsList()Entry group details.ListEntryGroupsResponse.getEntryGroupsList()Entry group details.ListEntryGroupsResponseOrBuilder.getEntryGroupsList()Entry group details.com.google.protobuf.Parser<EntryGroup>EntryGroup.getParserForType()static com.google.protobuf.Parser<EntryGroup>EntryGroup.parser()Methods in com.google.cloud.datacatalog.v1 with parameters of type EntryGroupModifier and TypeMethodDescriptionListEntryGroupsResponse.Builder.addEntryGroups(int index, EntryGroup value) Entry group details.ListEntryGroupsResponse.Builder.addEntryGroups(EntryGroup value) Entry group details.CreateEntryGroupRequest.Builder.mergeEntryGroup(EntryGroup value) The entry group to create.UpdateEntryGroupRequest.Builder.mergeEntryGroup(EntryGroup value) Required.EntryGroup.Builder.mergeFrom(EntryGroup other) static EntryGroup.BuilderEntryGroup.newBuilder(EntryGroup prototype) CreateEntryGroupRequest.Builder.setEntryGroup(EntryGroup value) The entry group to create.UpdateEntryGroupRequest.Builder.setEntryGroup(EntryGroup value) Required.ListEntryGroupsResponse.Builder.setEntryGroups(int index, EntryGroup value) Entry group details.Method parameters in com.google.cloud.datacatalog.v1 with type arguments of type EntryGroupModifier and TypeMethodDescriptionListEntryGroupsResponse.Builder.addAllEntryGroups(Iterable<? extends EntryGroup> values) Entry group details.