Uses of Class
com.google.cloud.aiplatform.v1.EntityType
Packages that use EntityType
-
Uses of EntityType in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return EntityTypeModifier and TypeMethodDescriptionEntityType.Builder.build()EntityType.Builder.buildPartial()static EntityTypeEntityType.getDefaultInstance()EntityType.Builder.getDefaultInstanceForType()EntityType.getDefaultInstanceForType()CreateEntityTypeRequest.Builder.getEntityType()The EntityType to create.CreateEntityTypeRequest.getEntityType()The EntityType to create.CreateEntityTypeRequestOrBuilder.getEntityType()The EntityType to create.UpdateEntityTypeRequest.Builder.getEntityType()Required.UpdateEntityTypeRequest.getEntityType()Required.UpdateEntityTypeRequestOrBuilder.getEntityType()Required.ListEntityTypesResponse.Builder.getEntityTypes(int index) The EntityTypes matching the request.ListEntityTypesResponse.getEntityTypes(int index) The EntityTypes matching the request.ListEntityTypesResponseOrBuilder.getEntityTypes(int index) The EntityTypes matching the request.static EntityTypeEntityType.parseDelimitedFrom(InputStream input) static EntityTypeEntityType.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EntityTypeEntityType.parseFrom(byte[] data) static EntityTypeEntityType.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EntityTypeEntityType.parseFrom(com.google.protobuf.ByteString data) static EntityTypeEntityType.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EntityTypeEntityType.parseFrom(com.google.protobuf.CodedInputStream input) static EntityTypeEntityType.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EntityTypeEntityType.parseFrom(InputStream input) static EntityTypeEntityType.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EntityTypeEntityType.parseFrom(ByteBuffer data) static EntityTypeEntityType.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type EntityTypeModifier and TypeMethodDescriptionListEntityTypesResponse.Builder.getEntityTypesList()The EntityTypes matching the request.ListEntityTypesResponse.getEntityTypesList()The EntityTypes matching the request.ListEntityTypesResponseOrBuilder.getEntityTypesList()The EntityTypes matching the request.com.google.protobuf.Parser<EntityType>EntityType.getParserForType()static com.google.protobuf.Parser<EntityType>EntityType.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type EntityTypeModifier and TypeMethodDescriptionListEntityTypesResponse.Builder.addEntityTypes(int index, EntityType value) The EntityTypes matching the request.ListEntityTypesResponse.Builder.addEntityTypes(EntityType value) The EntityTypes matching the request.CreateEntityTypeRequest.Builder.mergeEntityType(EntityType value) The EntityType to create.UpdateEntityTypeRequest.Builder.mergeEntityType(EntityType value) Required.EntityType.Builder.mergeFrom(EntityType other) static EntityType.BuilderEntityType.newBuilder(EntityType prototype) CreateEntityTypeRequest.Builder.setEntityType(EntityType value) The EntityType to create.UpdateEntityTypeRequest.Builder.setEntityType(EntityType value) Required.ListEntityTypesResponse.Builder.setEntityTypes(int index, EntityType value) The EntityTypes matching the request.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type EntityTypeModifier and TypeMethodDescriptionListEntityTypesResponse.Builder.addAllEntityTypes(Iterable<? extends EntityType> values) The EntityTypes matching the request.