Uses of Class
com.google.cloud.aiplatform.v1beta1.MetadataServiceClient.ListMetadataSchemasPagedResponse
-
Packages that use MetadataServiceClient.ListMetadataSchemasPagedResponse Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of MetadataServiceClient.ListMetadataSchemasPagedResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return MetadataServiceClient.ListMetadataSchemasPagedResponse Modifier and Type Method Description MetadataServiceClient.ListMetadataSchemasPagedResponse
MetadataServiceClient. listMetadataSchemas(ListMetadataSchemasRequest request)
Lists MetadataSchemas.MetadataServiceClient.ListMetadataSchemasPagedResponse
MetadataServiceClient. listMetadataSchemas(MetadataStoreName parent)
Lists MetadataSchemas.MetadataServiceClient.ListMetadataSchemasPagedResponse
MetadataServiceClient. listMetadataSchemas(String parent)
Lists MetadataSchemas.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type MetadataServiceClient.ListMetadataSchemasPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<MetadataServiceClient.ListMetadataSchemasPagedResponse>
MetadataServiceClient.ListMetadataSchemasPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListMetadataSchemasRequest,ListMetadataSchemasResponse,MetadataSchema> context, com.google.api.core.ApiFuture<ListMetadataSchemasResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListMetadataSchemasRequest,MetadataServiceClient.ListMetadataSchemasPagedResponse>
MetadataServiceClient. listMetadataSchemasPagedCallable()
Lists MetadataSchemas.com.google.api.gax.rpc.PagedCallSettings.Builder<ListMetadataSchemasRequest,ListMetadataSchemasResponse,MetadataServiceClient.ListMetadataSchemasPagedResponse>
MetadataServiceSettings.Builder. listMetadataSchemasSettings()
Returns the builder for the settings used for calls to listMetadataSchemas.com.google.api.gax.rpc.PagedCallSettings<ListMetadataSchemasRequest,ListMetadataSchemasResponse,MetadataServiceClient.ListMetadataSchemasPagedResponse>
MetadataServiceSettings. listMetadataSchemasSettings()
Returns the object with the settings used for calls to listMetadataSchemas. -
Uses of MetadataServiceClient.ListMetadataSchemasPagedResponse in com.google.cloud.aiplatform.v1beta1.stub
-