Uses of Class
com.google.cloud.aiplatform.v1.SavedQuery
Packages that use SavedQuery
-
Uses of SavedQuery in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return SavedQueryModifier and TypeMethodDescriptionSavedQuery.Builder.build()SavedQuery.Builder.buildPartial()static SavedQuerySavedQuery.getDefaultInstance()SavedQuery.Builder.getDefaultInstanceForType()SavedQuery.getDefaultInstanceForType()Dataset.Builder.getSavedQueries(int index) All SavedQueries belong to the Dataset will be returned in List/Get Dataset response.Dataset.getSavedQueries(int index) All SavedQueries belong to the Dataset will be returned in List/Get Dataset response.DatasetOrBuilder.getSavedQueries(int index) All SavedQueries belong to the Dataset will be returned in List/Get Dataset response.ListSavedQueriesResponse.Builder.getSavedQueries(int index) A list of SavedQueries that match the specified filter in the request.ListSavedQueriesResponse.getSavedQueries(int index) A list of SavedQueries that match the specified filter in the request.ListSavedQueriesResponseOrBuilder.getSavedQueries(int index) A list of SavedQueries that match the specified filter in the request.static SavedQuerySavedQuery.parseDelimitedFrom(InputStream input) static SavedQuerySavedQuery.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SavedQuerySavedQuery.parseFrom(byte[] data) static SavedQuerySavedQuery.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SavedQuerySavedQuery.parseFrom(com.google.protobuf.ByteString data) static SavedQuerySavedQuery.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SavedQuerySavedQuery.parseFrom(com.google.protobuf.CodedInputStream input) static SavedQuerySavedQuery.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SavedQuerySavedQuery.parseFrom(InputStream input) static SavedQuerySavedQuery.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SavedQuerySavedQuery.parseFrom(ByteBuffer data) static SavedQuerySavedQuery.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type SavedQueryModifier and TypeMethodDescriptioncom.google.protobuf.Parser<SavedQuery>SavedQuery.getParserForType()Dataset.Builder.getSavedQueriesList()All SavedQueries belong to the Dataset will be returned in List/Get Dataset response.Dataset.getSavedQueriesList()All SavedQueries belong to the Dataset will be returned in List/Get Dataset response.DatasetOrBuilder.getSavedQueriesList()All SavedQueries belong to the Dataset will be returned in List/Get Dataset response.ListSavedQueriesResponse.Builder.getSavedQueriesList()A list of SavedQueries that match the specified filter in the request.ListSavedQueriesResponse.getSavedQueriesList()A list of SavedQueries that match the specified filter in the request.ListSavedQueriesResponseOrBuilder.getSavedQueriesList()A list of SavedQueries that match the specified filter in the request.static com.google.protobuf.Parser<SavedQuery>SavedQuery.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type SavedQueryModifier and TypeMethodDescriptionDataset.Builder.addSavedQueries(int index, SavedQuery value) All SavedQueries belong to the Dataset will be returned in List/Get Dataset response.Dataset.Builder.addSavedQueries(SavedQuery value) All SavedQueries belong to the Dataset will be returned in List/Get Dataset response.ListSavedQueriesResponse.Builder.addSavedQueries(int index, SavedQuery value) A list of SavedQueries that match the specified filter in the request.ListSavedQueriesResponse.Builder.addSavedQueries(SavedQuery value) A list of SavedQueries that match the specified filter in the request.SavedQuery.Builder.mergeFrom(SavedQuery other) static SavedQuery.BuilderSavedQuery.newBuilder(SavedQuery prototype) Dataset.Builder.setSavedQueries(int index, SavedQuery value) All SavedQueries belong to the Dataset will be returned in List/Get Dataset response.ListSavedQueriesResponse.Builder.setSavedQueries(int index, SavedQuery value) A list of SavedQueries that match the specified filter in the request.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type SavedQueryModifier and TypeMethodDescriptionDataset.Builder.addAllSavedQueries(Iterable<? extends SavedQuery> values) All SavedQueries belong to the Dataset will be returned in List/Get Dataset response.ListSavedQueriesResponse.Builder.addAllSavedQueries(Iterable<? extends SavedQuery> values) A list of SavedQueries that match the specified filter in the request.