Skip to content

Commit

Permalink
run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl committed Jul 28, 2023
1 parent 37fb798 commit 68ac702
Show file tree
Hide file tree
Showing 38 changed files with 888 additions and 888 deletions.
52 changes: 26 additions & 26 deletions packages/google-cloud-aiplatform/src/v1/dataset_service_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1618,7 +1618,7 @@ export class DatasetServiceClient {
[
protos.google.cloud.aiplatform.v1.IDataset,
protos.google.cloud.aiplatform.v1.IGetDatasetRequest | undefined,
{} | undefined
{} | undefined,
]
>;
getDataset(
Expand Down Expand Up @@ -1658,7 +1658,7 @@ export class DatasetServiceClient {
[
protos.google.cloud.aiplatform.v1.IDataset,
protos.google.cloud.aiplatform.v1.IGetDatasetRequest | undefined,
{} | undefined
{} | undefined,
]
> | void {
request = request || {};
Expand Down Expand Up @@ -1710,7 +1710,7 @@ export class DatasetServiceClient {
[
protos.google.cloud.aiplatform.v1.IDataset,
protos.google.cloud.aiplatform.v1.IUpdateDatasetRequest | undefined,
{} | undefined
{} | undefined,
]
>;
updateDataset(
Expand Down Expand Up @@ -1756,7 +1756,7 @@ export class DatasetServiceClient {
[
protos.google.cloud.aiplatform.v1.IDataset,
protos.google.cloud.aiplatform.v1.IUpdateDatasetRequest | undefined,
{} | undefined
{} | undefined,
]
> | void {
request = request || {};
Expand Down Expand Up @@ -1804,7 +1804,7 @@ export class DatasetServiceClient {
[
protos.google.cloud.aiplatform.v1.IAnnotationSpec,
protos.google.cloud.aiplatform.v1.IGetAnnotationSpecRequest | undefined,
{} | undefined
{} | undefined,
]
>;
getAnnotationSpec(
Expand Down Expand Up @@ -1850,7 +1850,7 @@ export class DatasetServiceClient {
[
protos.google.cloud.aiplatform.v1.IAnnotationSpec,
protos.google.cloud.aiplatform.v1.IGetAnnotationSpecRequest | undefined,
{} | undefined
{} | undefined,
]
> | void {
request = request || {};
Expand Down Expand Up @@ -1903,7 +1903,7 @@ export class DatasetServiceClient {
protos.google.cloud.aiplatform.v1.ICreateDatasetOperationMetadata
>,
protos.google.longrunning.IOperation | undefined,
{} | undefined
{} | undefined,
]
>;
createDataset(
Expand Down Expand Up @@ -1956,7 +1956,7 @@ export class DatasetServiceClient {
protos.google.cloud.aiplatform.v1.ICreateDatasetOperationMetadata
>,
protos.google.longrunning.IOperation | undefined,
{} | undefined
{} | undefined,
]
> | void {
request = request || {};
Expand Down Expand Up @@ -2041,7 +2041,7 @@ export class DatasetServiceClient {
protos.google.cloud.aiplatform.v1.IDeleteOperationMetadata
>,
protos.google.longrunning.IOperation | undefined,
{} | undefined
{} | undefined,
]
>;
deleteDataset(
Expand Down Expand Up @@ -2094,7 +2094,7 @@ export class DatasetServiceClient {
protos.google.cloud.aiplatform.v1.IDeleteOperationMetadata
>,
protos.google.longrunning.IOperation | undefined,
{} | undefined
{} | undefined,
]
> | void {
request = request || {};
Expand Down Expand Up @@ -2182,7 +2182,7 @@ export class DatasetServiceClient {
protos.google.cloud.aiplatform.v1.IImportDataOperationMetadata
>,
protos.google.longrunning.IOperation | undefined,
{} | undefined
{} | undefined,
]
>;
importData(
Expand Down Expand Up @@ -2235,7 +2235,7 @@ export class DatasetServiceClient {
protos.google.cloud.aiplatform.v1.IImportDataOperationMetadata
>,
protos.google.longrunning.IOperation | undefined,
{} | undefined
{} | undefined,
]
> | void {
request = request || {};
Expand Down Expand Up @@ -2322,7 +2322,7 @@ export class DatasetServiceClient {
protos.google.cloud.aiplatform.v1.IExportDataOperationMetadata
>,
protos.google.longrunning.IOperation | undefined,
{} | undefined
{} | undefined,
]
>;
exportData(
Expand Down Expand Up @@ -2375,7 +2375,7 @@ export class DatasetServiceClient {
protos.google.cloud.aiplatform.v1.IExportDataOperationMetadata
>,
protos.google.longrunning.IOperation | undefined,
{} | undefined
{} | undefined,
]
> | void {
request = request || {};
Expand Down Expand Up @@ -2460,7 +2460,7 @@ export class DatasetServiceClient {
protos.google.cloud.aiplatform.v1.IDeleteOperationMetadata
>,
protos.google.longrunning.IOperation | undefined,
{} | undefined
{} | undefined,
]
>;
deleteSavedQuery(
Expand Down Expand Up @@ -2513,7 +2513,7 @@ export class DatasetServiceClient {
protos.google.cloud.aiplatform.v1.IDeleteOperationMetadata
>,
protos.google.longrunning.IOperation | undefined,
{} | undefined
{} | undefined,
]
> | void {
request = request || {};
Expand Down Expand Up @@ -2624,7 +2624,7 @@ export class DatasetServiceClient {
[
protos.google.cloud.aiplatform.v1.IDataset[],
protos.google.cloud.aiplatform.v1.IListDatasetsRequest | null,
protos.google.cloud.aiplatform.v1.IListDatasetsResponse
protos.google.cloud.aiplatform.v1.IListDatasetsResponse,
]
>;
listDatasets(
Expand Down Expand Up @@ -2670,7 +2670,7 @@ export class DatasetServiceClient {
[
protos.google.cloud.aiplatform.v1.IDataset[],
protos.google.cloud.aiplatform.v1.IListDatasetsRequest | null,
protos.google.cloud.aiplatform.v1.IListDatasetsResponse
protos.google.cloud.aiplatform.v1.IListDatasetsResponse,
]
> | void {
request = request || {};
Expand Down Expand Up @@ -2871,7 +2871,7 @@ export class DatasetServiceClient {
[
protos.google.cloud.aiplatform.v1.IDataItem[],
protos.google.cloud.aiplatform.v1.IListDataItemsRequest | null,
protos.google.cloud.aiplatform.v1.IListDataItemsResponse
protos.google.cloud.aiplatform.v1.IListDataItemsResponse,
]
>;
listDataItems(
Expand Down Expand Up @@ -2917,7 +2917,7 @@ export class DatasetServiceClient {
[
protos.google.cloud.aiplatform.v1.IDataItem[],
protos.google.cloud.aiplatform.v1.IListDataItemsRequest | null,
protos.google.cloud.aiplatform.v1.IListDataItemsResponse
protos.google.cloud.aiplatform.v1.IListDataItemsResponse,
]
> | void {
request = request || {};
Expand Down Expand Up @@ -3132,7 +3132,7 @@ export class DatasetServiceClient {
[
protos.google.cloud.aiplatform.v1.IDataItemView[],
protos.google.cloud.aiplatform.v1.ISearchDataItemsRequest | null,
protos.google.cloud.aiplatform.v1.ISearchDataItemsResponse
protos.google.cloud.aiplatform.v1.ISearchDataItemsResponse,
]
>;
searchDataItems(
Expand Down Expand Up @@ -3178,7 +3178,7 @@ export class DatasetServiceClient {
[
protos.google.cloud.aiplatform.v1.IDataItemView[],
protos.google.cloud.aiplatform.v1.ISearchDataItemsRequest | null,
protos.google.cloud.aiplatform.v1.ISearchDataItemsResponse
protos.google.cloud.aiplatform.v1.ISearchDataItemsResponse,
]
> | void {
request = request || {};
Expand Down Expand Up @@ -3441,7 +3441,7 @@ export class DatasetServiceClient {
[
protos.google.cloud.aiplatform.v1.ISavedQuery[],
protos.google.cloud.aiplatform.v1.IListSavedQueriesRequest | null,
protos.google.cloud.aiplatform.v1.IListSavedQueriesResponse
protos.google.cloud.aiplatform.v1.IListSavedQueriesResponse,
]
>;
listSavedQueries(
Expand Down Expand Up @@ -3487,7 +3487,7 @@ export class DatasetServiceClient {
[
protos.google.cloud.aiplatform.v1.ISavedQuery[],
protos.google.cloud.aiplatform.v1.IListSavedQueriesRequest | null,
protos.google.cloud.aiplatform.v1.IListSavedQueriesResponse
protos.google.cloud.aiplatform.v1.IListSavedQueriesResponse,
]
> | void {
request = request || {};
Expand Down Expand Up @@ -3654,7 +3654,7 @@ export class DatasetServiceClient {
[
protos.google.cloud.aiplatform.v1.IAnnotation[],
protos.google.cloud.aiplatform.v1.IListAnnotationsRequest | null,
protos.google.cloud.aiplatform.v1.IListAnnotationsResponse
protos.google.cloud.aiplatform.v1.IListAnnotationsResponse,
]
>;
listAnnotations(
Expand Down Expand Up @@ -3700,7 +3700,7 @@ export class DatasetServiceClient {
[
protos.google.cloud.aiplatform.v1.IAnnotation[],
protos.google.cloud.aiplatform.v1.IListAnnotationsRequest | null,
protos.google.cloud.aiplatform.v1.IListAnnotationsResponse
protos.google.cloud.aiplatform.v1.IListAnnotationsResponse,
]
> | void {
request = request || {};
Expand Down
32 changes: 16 additions & 16 deletions packages/google-cloud-aiplatform/src/v1/endpoint_service_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1593,7 +1593,7 @@ export class EndpointServiceClient {
[
protos.google.cloud.aiplatform.v1.IEndpoint,
protos.google.cloud.aiplatform.v1.IGetEndpointRequest | undefined,
{} | undefined
{} | undefined,
]
>;
getEndpoint(
Expand Down Expand Up @@ -1633,7 +1633,7 @@ export class EndpointServiceClient {
[
protos.google.cloud.aiplatform.v1.IEndpoint,
protos.google.cloud.aiplatform.v1.IGetEndpointRequest | undefined,
{} | undefined
{} | undefined,
]
> | void {
request = request || {};
Expand Down Expand Up @@ -1680,7 +1680,7 @@ export class EndpointServiceClient {
[
protos.google.cloud.aiplatform.v1.IEndpoint,
protos.google.cloud.aiplatform.v1.IUpdateEndpointRequest | undefined,
{} | undefined
{} | undefined,
]
>;
updateEndpoint(
Expand Down Expand Up @@ -1726,7 +1726,7 @@ export class EndpointServiceClient {
[
protos.google.cloud.aiplatform.v1.IEndpoint,
protos.google.cloud.aiplatform.v1.IUpdateEndpointRequest | undefined,
{} | undefined
{} | undefined,
]
> | void {
request = request || {};
Expand Down Expand Up @@ -1794,7 +1794,7 @@ export class EndpointServiceClient {
protos.google.cloud.aiplatform.v1.ICreateEndpointOperationMetadata
>,
protos.google.longrunning.IOperation | undefined,
{} | undefined
{} | undefined,
]
>;
createEndpoint(
Expand Down Expand Up @@ -1847,7 +1847,7 @@ export class EndpointServiceClient {
protos.google.cloud.aiplatform.v1.ICreateEndpointOperationMetadata
>,
protos.google.longrunning.IOperation | undefined,
{} | undefined
{} | undefined,
]
> | void {
request = request || {};
Expand Down Expand Up @@ -1932,7 +1932,7 @@ export class EndpointServiceClient {
protos.google.cloud.aiplatform.v1.IDeleteOperationMetadata
>,
protos.google.longrunning.IOperation | undefined,
{} | undefined
{} | undefined,
]
>;
deleteEndpoint(
Expand Down Expand Up @@ -1985,7 +1985,7 @@ export class EndpointServiceClient {
protos.google.cloud.aiplatform.v1.IDeleteOperationMetadata
>,
protos.google.longrunning.IOperation | undefined,
{} | undefined
{} | undefined,
]
> | void {
request = request || {};
Expand Down Expand Up @@ -2090,7 +2090,7 @@ export class EndpointServiceClient {
protos.google.cloud.aiplatform.v1.IDeployModelOperationMetadata
>,
protos.google.longrunning.IOperation | undefined,
{} | undefined
{} | undefined,
]
>;
deployModel(
Expand Down Expand Up @@ -2143,7 +2143,7 @@ export class EndpointServiceClient {
protos.google.cloud.aiplatform.v1.IDeployModelOperationMetadata
>,
protos.google.longrunning.IOperation | undefined,
{} | undefined
{} | undefined,
]
> | void {
request = request || {};
Expand Down Expand Up @@ -2239,7 +2239,7 @@ export class EndpointServiceClient {
protos.google.cloud.aiplatform.v1.IUndeployModelOperationMetadata
>,
protos.google.longrunning.IOperation | undefined,
{} | undefined
{} | undefined,
]
>;
undeployModel(
Expand Down Expand Up @@ -2292,7 +2292,7 @@ export class EndpointServiceClient {
protos.google.cloud.aiplatform.v1.IUndeployModelOperationMetadata
>,
protos.google.longrunning.IOperation | undefined,
{} | undefined
{} | undefined,
]
> | void {
request = request || {};
Expand Down Expand Up @@ -2396,7 +2396,7 @@ export class EndpointServiceClient {
protos.google.cloud.aiplatform.v1.IMutateDeployedModelOperationMetadata
>,
protos.google.longrunning.IOperation | undefined,
{} | undefined
{} | undefined,
]
>;
mutateDeployedModel(
Expand Down Expand Up @@ -2449,7 +2449,7 @@ export class EndpointServiceClient {
protos.google.cloud.aiplatform.v1.IMutateDeployedModelOperationMetadata
>,
protos.google.longrunning.IOperation | undefined,
{} | undefined
{} | undefined,
]
> | void {
request = request || {};
Expand Down Expand Up @@ -2568,7 +2568,7 @@ export class EndpointServiceClient {
[
protos.google.cloud.aiplatform.v1.IEndpoint[],
protos.google.cloud.aiplatform.v1.IListEndpointsRequest | null,
protos.google.cloud.aiplatform.v1.IListEndpointsResponse
protos.google.cloud.aiplatform.v1.IListEndpointsResponse,
]
>;
listEndpoints(
Expand Down Expand Up @@ -2614,7 +2614,7 @@ export class EndpointServiceClient {
[
protos.google.cloud.aiplatform.v1.IEndpoint[],
protos.google.cloud.aiplatform.v1.IListEndpointsRequest | null,
protos.google.cloud.aiplatform.v1.IListEndpointsResponse
protos.google.cloud.aiplatform.v1.IListEndpointsResponse,
]
> | void {
request = request || {};
Expand Down
Loading

0 comments on commit 68ac702

Please sign in to comment.