Uses of Class
com.google.cloud.aiplatform.v1.IndexDatapoint.Restriction.Builder
Packages that use IndexDatapoint.Restriction.Builder
-
Uses of IndexDatapoint.Restriction.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return IndexDatapoint.Restriction.BuilderModifier and TypeMethodDescriptionIndexDatapoint.Restriction.Builder.addAllAllowList(Iterable<String> values) The attributes to allow in this namespace. e.g.: 'red'IndexDatapoint.Restriction.Builder.addAllDenyList(Iterable<String> values) The attributes to deny in this namespace. e.g.: 'blue'IndexDatapoint.Restriction.Builder.addAllowList(String value) The attributes to allow in this namespace. e.g.: 'red'IndexDatapoint.Restriction.Builder.addAllowListBytes(com.google.protobuf.ByteString value) The attributes to allow in this namespace. e.g.: 'red'IndexDatapoint.Restriction.Builder.addDenyList(String value) The attributes to deny in this namespace. e.g.: 'blue'IndexDatapoint.Restriction.Builder.addDenyListBytes(com.google.protobuf.ByteString value) The attributes to deny in this namespace. e.g.: 'blue'IndexDatapoint.Builder.addRestrictsBuilder()Optional.IndexDatapoint.Builder.addRestrictsBuilder(int index) Optional.IndexDatapoint.Restriction.Builder.clear()IndexDatapoint.Restriction.Builder.clearAllowList()The attributes to allow in this namespace. e.g.: 'red'IndexDatapoint.Restriction.Builder.clearDenyList()The attributes to deny in this namespace. e.g.: 'blue'IndexDatapoint.Restriction.Builder.clearNamespace()The namespace of this restriction. e.g.: color.IndexDatapoint.Builder.getRestrictsBuilder(int index) Optional.IndexDatapoint.Restriction.Builder.mergeFrom(IndexDatapoint.Restriction other) IndexDatapoint.Restriction.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) IndexDatapoint.Restriction.Builder.mergeFrom(com.google.protobuf.Message other) IndexDatapoint.Restriction.newBuilder()IndexDatapoint.Restriction.newBuilder(IndexDatapoint.Restriction prototype) IndexDatapoint.Restriction.newBuilderForType()protected IndexDatapoint.Restriction.BuilderIndexDatapoint.Restriction.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) IndexDatapoint.Restriction.Builder.setAllowList(int index, String value) The attributes to allow in this namespace. e.g.: 'red'IndexDatapoint.Restriction.Builder.setDenyList(int index, String value) The attributes to deny in this namespace. e.g.: 'blue'IndexDatapoint.Restriction.Builder.setNamespace(String value) The namespace of this restriction. e.g.: color.IndexDatapoint.Restriction.Builder.setNamespaceBytes(com.google.protobuf.ByteString value) The namespace of this restriction. e.g.: color.IndexDatapoint.Restriction.toBuilder()Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type IndexDatapoint.Restriction.BuilderMethods in com.google.cloud.aiplatform.v1 with parameters of type IndexDatapoint.Restriction.BuilderModifier and TypeMethodDescriptionIndexDatapoint.Builder.addRestricts(int index, IndexDatapoint.Restriction.Builder builderForValue) Optional.IndexDatapoint.Builder.addRestricts(IndexDatapoint.Restriction.Builder builderForValue) Optional.IndexDatapoint.Builder.setRestricts(int index, IndexDatapoint.Restriction.Builder builderForValue) Optional.