Uses of Class
com.google.cloud.aiplatform.v1.ListEntityTypesResponse.Builder
Packages that use ListEntityTypesResponse.Builder
-
Uses of ListEntityTypesResponse.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ListEntityTypesResponse.BuilderModifier and TypeMethodDescriptionListEntityTypesResponse.Builder.addAllEntityTypes(Iterable<? extends EntityType> values) The EntityTypes matching the request.ListEntityTypesResponse.Builder.addEntityTypes(int index, EntityType value) The EntityTypes matching the request.ListEntityTypesResponse.Builder.addEntityTypes(int index, EntityType.Builder builderForValue) The EntityTypes matching the request.ListEntityTypesResponse.Builder.addEntityTypes(EntityType value) The EntityTypes matching the request.ListEntityTypesResponse.Builder.addEntityTypes(EntityType.Builder builderForValue) The EntityTypes matching the request.ListEntityTypesResponse.Builder.clear()ListEntityTypesResponse.Builder.clearEntityTypes()The EntityTypes matching the request.ListEntityTypesResponse.Builder.clearNextPageToken()A token, which can be sent as [ListEntityTypesRequest.page_token][google.cloud.aiplatform.v1.ListEntityTypesRequest.page_token] to retrieve the next page.ListEntityTypesResponse.Builder.mergeFrom(ListEntityTypesResponse other) ListEntityTypesResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListEntityTypesResponse.Builder.mergeFrom(com.google.protobuf.Message other) ListEntityTypesResponse.newBuilder()ListEntityTypesResponse.newBuilder(ListEntityTypesResponse prototype) ListEntityTypesResponse.newBuilderForType()protected ListEntityTypesResponse.BuilderListEntityTypesResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ListEntityTypesResponse.Builder.removeEntityTypes(int index) The EntityTypes matching the request.ListEntityTypesResponse.Builder.setEntityTypes(int index, EntityType value) The EntityTypes matching the request.ListEntityTypesResponse.Builder.setEntityTypes(int index, EntityType.Builder builderForValue) The EntityTypes matching the request.ListEntityTypesResponse.Builder.setNextPageToken(String value) A token, which can be sent as [ListEntityTypesRequest.page_token][google.cloud.aiplatform.v1.ListEntityTypesRequest.page_token] to retrieve the next page.ListEntityTypesResponse.Builder.setNextPageTokenBytes(com.google.protobuf.ByteString value) A token, which can be sent as [ListEntityTypesRequest.page_token][google.cloud.aiplatform.v1.ListEntityTypesRequest.page_token] to retrieve the next page.ListEntityTypesResponse.toBuilder()