diff --git a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/RegistryClient.java b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/RegistryClient.java index 9184376b9c45..da2b987ea2c5 100644 --- a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/RegistryClient.java +++ b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/RegistryClient.java @@ -174,7 +174,7 @@ public RegistryStub getStub() { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ListApis returns matching APIs. + * Returns matching APIs. * *

Sample code: * @@ -190,7 +190,7 @@ public RegistryStub getStub() { * } * * @param parent Required. The parent, which owns this collection of APIs. Format: - * projects/*/locations/* + * `projects/*/locations/*` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListApisPagedResponse listApis(LocationName parent) { @@ -201,7 +201,7 @@ public final ListApisPagedResponse listApis(LocationName parent) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ListApis returns matching APIs. + * Returns matching APIs. * *

Sample code: * @@ -217,7 +217,7 @@ public final ListApisPagedResponse listApis(LocationName parent) { * } * * @param parent Required. The parent, which owns this collection of APIs. Format: - * projects/*/locations/* + * `projects/*/locations/*` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListApisPagedResponse listApis(String parent) { @@ -227,7 +227,7 @@ public final ListApisPagedResponse listApis(String parent) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ListApis returns matching APIs. + * Returns matching APIs. * *

Sample code: * @@ -257,7 +257,7 @@ public final ListApisPagedResponse listApis(ListApisRequest request) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ListApis returns matching APIs. + * Returns matching APIs. * *

Sample code: * @@ -286,7 +286,7 @@ public final UnaryCallable listApisPaged // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ListApis returns matching APIs. + * Returns matching APIs. * *

Sample code: * @@ -322,7 +322,7 @@ public final UnaryCallable listApisCallable() // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * GetApi returns a specified API. + * Returns a specified API. * *

Sample code: * @@ -336,7 +336,7 @@ public final UnaryCallable listApisCallable() * } * * @param name Required. The name of the API to retrieve. Format: - * projects/*/locations/*/apis/* + * `projects/*/locations/*/apis/*` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final Api getApi(ApiName name) { @@ -347,7 +347,7 @@ public final Api getApi(ApiName name) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * GetApi returns a specified API. + * Returns a specified API. * *

Sample code: * @@ -361,7 +361,7 @@ public final Api getApi(ApiName name) { * } * * @param name Required. The name of the API to retrieve. Format: - * projects/*/locations/*/apis/* + * `projects/*/locations/*/apis/*` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final Api getApi(String name) { @@ -371,7 +371,7 @@ public final Api getApi(String name) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * GetApi returns a specified API. + * Returns a specified API. * *

Sample code: * @@ -396,7 +396,7 @@ public final Api getApi(GetApiRequest request) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * GetApi returns a specified API. + * Returns a specified API. * *

Sample code: * @@ -420,7 +420,7 @@ public final UnaryCallable getApiCallable() { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * CreateApi creates a specified API. + * Creates a specified API. * *

Sample code: * @@ -436,10 +436,10 @@ public final UnaryCallable getApiCallable() { * } * * @param parent Required. The parent, which owns this collection of APIs. Format: - * projects/*/locations/* + * `projects/*/locations/*` * @param api Required. The API to create. - * @param apiId Required. The ID to use for the api, which will become the final component of the - * api's resource name. + * @param apiId Required. The ID to use for the API, which will become the final component of the + * API's resource name. *

This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/. *

Following AIP-162, IDs must not have the form of a UUID. * @throws com.google.api.gax.rpc.ApiException if the remote call fails @@ -456,7 +456,7 @@ public final Api createApi(LocationName parent, Api api, String apiId) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * CreateApi creates a specified API. + * Creates a specified API. * *

Sample code: * @@ -472,10 +472,10 @@ public final Api createApi(LocationName parent, Api api, String apiId) { * } * * @param parent Required. The parent, which owns this collection of APIs. Format: - * projects/*/locations/* + * `projects/*/locations/*` * @param api Required. The API to create. - * @param apiId Required. The ID to use for the api, which will become the final component of the - * api's resource name. + * @param apiId Required. The ID to use for the API, which will become the final component of the + * API's resource name. *

This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/. *

Following AIP-162, IDs must not have the form of a UUID. * @throws com.google.api.gax.rpc.ApiException if the remote call fails @@ -488,7 +488,7 @@ public final Api createApi(String parent, Api api, String apiId) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * CreateApi creates a specified API. + * Creates a specified API. * *

Sample code: * @@ -515,7 +515,7 @@ public final Api createApi(CreateApiRequest request) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * CreateApi creates a specified API. + * Creates a specified API. * *

Sample code: * @@ -541,7 +541,7 @@ public final UnaryCallable createApiCallable() { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * UpdateApi can be used to modify a specified API. + * Used to modify a specified API. * *

Sample code: * @@ -557,11 +557,11 @@ public final UnaryCallable createApiCallable() { * * @param api Required. The API to update. *

The `name` field is used to identify the API to update. Format: - * projects/*/locations/*/apis/* + * `projects/*/locations/*/apis/*` * @param updateMask The list of fields to be updated. If omitted, all fields are updated that are - * set in the request message (fields set to default values are ignored). If a "*" is - * specified, all fields are updated, including fields that are unspecified/default in the - * request. + * set in the request message (fields set to default values are ignored). If an asterisk + * "*" is specified, all fields are updated, including fields that are unspecified/default + * in the request. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final Api updateApi(Api api, FieldMask updateMask) { @@ -572,7 +572,7 @@ public final Api updateApi(Api api, FieldMask updateMask) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * UpdateApi can be used to modify a specified API. + * Used to modify a specified API. * *

Sample code: * @@ -599,7 +599,7 @@ public final Api updateApi(UpdateApiRequest request) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * UpdateApi can be used to modify a specified API. + * Used to modify a specified API. * *

Sample code: * @@ -625,7 +625,7 @@ public final UnaryCallable updateApiCallable() { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * DeleteApi removes a specified API and all of the resources that it owns. + * Removes a specified API and all of the resources that it owns. * *

Sample code: * @@ -639,7 +639,7 @@ public final UnaryCallable updateApiCallable() { * } * * @param name Required. The name of the API to delete. Format: - * projects/*/locations/*/apis/* + * `projects/*/locations/*/apis/*` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final void deleteApi(ApiName name) { @@ -650,7 +650,7 @@ public final void deleteApi(ApiName name) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * DeleteApi removes a specified API and all of the resources that it owns. + * Removes a specified API and all of the resources that it owns. * *

Sample code: * @@ -664,7 +664,7 @@ public final void deleteApi(ApiName name) { * } * * @param name Required. The name of the API to delete. Format: - * projects/*/locations/*/apis/* + * `projects/*/locations/*/apis/*` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final void deleteApi(String name) { @@ -674,7 +674,7 @@ public final void deleteApi(String name) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * DeleteApi removes a specified API and all of the resources that it owns. + * Removes a specified API and all of the resources that it owns. * *

Sample code: * @@ -685,6 +685,7 @@ public final void deleteApi(String name) { * DeleteApiRequest request = * DeleteApiRequest.newBuilder() * .setName(ApiName.of("[PROJECT]", "[LOCATION]", "[API]").toString()) + * .setForce(true) * .build(); * registryClient.deleteApi(request); * } @@ -699,7 +700,7 @@ public final void deleteApi(DeleteApiRequest request) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * DeleteApi removes a specified API and all of the resources that it owns. + * Removes a specified API and all of the resources that it owns. * *

Sample code: * @@ -710,6 +711,7 @@ public final void deleteApi(DeleteApiRequest request) { * DeleteApiRequest request = * DeleteApiRequest.newBuilder() * .setName(ApiName.of("[PROJECT]", "[LOCATION]", "[API]").toString()) + * .setForce(true) * .build(); * ApiFuture future = registryClient.deleteApiCallable().futureCall(request); * // Do something. @@ -723,7 +725,7 @@ public final UnaryCallable deleteApiCallable() { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ListApiVersions returns matching versions. + * Returns matching versions. * *

Sample code: * @@ -739,7 +741,7 @@ public final UnaryCallable deleteApiCallable() { * } * * @param parent Required. The parent, which owns this collection of versions. Format: - * projects/*/locations/*/apis/* + * `projects/*/locations/*/apis/*` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListApiVersionsPagedResponse listApiVersions(ApiName parent) { @@ -752,7 +754,7 @@ public final ListApiVersionsPagedResponse listApiVersions(ApiName parent) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ListApiVersions returns matching versions. + * Returns matching versions. * *

Sample code: * @@ -768,7 +770,7 @@ public final ListApiVersionsPagedResponse listApiVersions(ApiName parent) { * } * * @param parent Required. The parent, which owns this collection of versions. Format: - * projects/*/locations/*/apis/* + * `projects/*/locations/*/apis/*` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListApiVersionsPagedResponse listApiVersions(String parent) { @@ -778,7 +780,7 @@ public final ListApiVersionsPagedResponse listApiVersions(String parent) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ListApiVersions returns matching versions. + * Returns matching versions. * *

Sample code: * @@ -808,7 +810,7 @@ public final ListApiVersionsPagedResponse listApiVersions(ListApiVersionsRequest // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ListApiVersions returns matching versions. + * Returns matching versions. * *

Sample code: * @@ -839,7 +841,7 @@ public final ListApiVersionsPagedResponse listApiVersions(ListApiVersionsRequest // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ListApiVersions returns matching versions. + * Returns matching versions. * *

Sample code: * @@ -876,7 +878,7 @@ public final ListApiVersionsPagedResponse listApiVersions(ListApiVersionsRequest // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * GetApiVersion returns a specified version. + * Returns a specified version. * *

Sample code: * @@ -890,7 +892,7 @@ public final ListApiVersionsPagedResponse listApiVersions(ListApiVersionsRequest * } * * @param name Required. The name of the version to retrieve. Format: - * projects/*/locations/*/apis/*/versions/* + * `projects/*/locations/*/apis/*/versions/*` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ApiVersion getApiVersion(ApiVersionName name) { @@ -901,7 +903,7 @@ public final ApiVersion getApiVersion(ApiVersionName name) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * GetApiVersion returns a specified version. + * Returns a specified version. * *

Sample code: * @@ -915,7 +917,7 @@ public final ApiVersion getApiVersion(ApiVersionName name) { * } * * @param name Required. The name of the version to retrieve. Format: - * projects/*/locations/*/apis/*/versions/* + * `projects/*/locations/*/apis/*/versions/*` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ApiVersion getApiVersion(String name) { @@ -925,7 +927,7 @@ public final ApiVersion getApiVersion(String name) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * GetApiVersion returns a specified version. + * Returns a specified version. * *

Sample code: * @@ -951,7 +953,7 @@ public final ApiVersion getApiVersion(GetApiVersionRequest request) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * GetApiVersion returns a specified version. + * Returns a specified version. * *

Sample code: * @@ -976,7 +978,7 @@ public final UnaryCallable getApiVersionCallab // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * CreateApiVersion creates a specified version. + * Creates a specified version. * *

Sample code: * @@ -992,7 +994,7 @@ public final UnaryCallable getApiVersionCallab * } * * @param parent Required. The parent, which owns this collection of versions. Format: - * projects/*/locations/*/apis/* + * `projects/*/locations/*/apis/*` * @param apiVersion Required. The version to create. * @param apiVersionId Required. The ID to use for the version, which will become the final * component of the version's resource name. @@ -1013,7 +1015,7 @@ public final ApiVersion createApiVersion( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * CreateApiVersion creates a specified version. + * Creates a specified version. * *

Sample code: * @@ -1029,7 +1031,7 @@ public final ApiVersion createApiVersion( * } * * @param parent Required. The parent, which owns this collection of versions. Format: - * projects/*/locations/*/apis/* + * `projects/*/locations/*/apis/*` * @param apiVersion Required. The version to create. * @param apiVersionId Required. The ID to use for the version, which will become the final * component of the version's resource name. @@ -1050,7 +1052,7 @@ public final ApiVersion createApiVersion( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * CreateApiVersion creates a specified version. + * Creates a specified version. * *

Sample code: * @@ -1077,7 +1079,7 @@ public final ApiVersion createApiVersion(CreateApiVersionRequest request) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * CreateApiVersion creates a specified version. + * Creates a specified version. * *

Sample code: * @@ -1103,7 +1105,7 @@ public final UnaryCallable createApiVersion // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * UpdateApiVersion can be used to modify a specified version. + * Used to modify a specified version. * *

Sample code: * @@ -1119,11 +1121,11 @@ public final UnaryCallable createApiVersion * * @param apiVersion Required. The version to update. *

The `name` field is used to identify the version to update. Format: - * projects/*/locations/*/apis/*/versions/* + * `projects/*/locations/*/apis/*/versions/*` * @param updateMask The list of fields to be updated. If omitted, all fields are updated that are - * set in the request message (fields set to default values are ignored). If a "*" is - * specified, all fields are updated, including fields that are unspecified/default in the - * request. + * set in the request message (fields set to default values are ignored). If an asterisk + * "*" is specified, all fields are updated, including fields that are unspecified/default + * in the request. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ApiVersion updateApiVersion(ApiVersion apiVersion, FieldMask updateMask) { @@ -1137,7 +1139,7 @@ public final ApiVersion updateApiVersion(ApiVersion apiVersion, FieldMask update // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * UpdateApiVersion can be used to modify a specified version. + * Used to modify a specified version. * *

Sample code: * @@ -1164,7 +1166,7 @@ public final ApiVersion updateApiVersion(UpdateApiVersionRequest request) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * UpdateApiVersion can be used to modify a specified version. + * Used to modify a specified version. * *

Sample code: * @@ -1190,7 +1192,7 @@ public final UnaryCallable updateApiVersion // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * DeleteApiVersion removes a specified version and all of the resources that it owns. + * Removes a specified version and all of the resources that it owns. * *

Sample code: * @@ -1204,7 +1206,7 @@ public final UnaryCallable updateApiVersion * } * * @param name Required. The name of the version to delete. Format: - * projects/*/locations/*/apis/*/versions/* + * `projects/*/locations/*/apis/*/versions/*` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final void deleteApiVersion(ApiVersionName name) { @@ -1215,7 +1217,7 @@ public final void deleteApiVersion(ApiVersionName name) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * DeleteApiVersion removes a specified version and all of the resources that it owns. + * Removes a specified version and all of the resources that it owns. * *

Sample code: * @@ -1229,7 +1231,7 @@ public final void deleteApiVersion(ApiVersionName name) { * } * * @param name Required. The name of the version to delete. Format: - * projects/*/locations/*/apis/*/versions/* + * `projects/*/locations/*/apis/*/versions/*` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final void deleteApiVersion(String name) { @@ -1239,7 +1241,7 @@ public final void deleteApiVersion(String name) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * DeleteApiVersion removes a specified version and all of the resources that it owns. + * Removes a specified version and all of the resources that it owns. * *

Sample code: * @@ -1251,6 +1253,7 @@ public final void deleteApiVersion(String name) { * DeleteApiVersionRequest.newBuilder() * .setName( * ApiVersionName.of("[PROJECT]", "[LOCATION]", "[API]", "[VERSION]").toString()) + * .setForce(true) * .build(); * registryClient.deleteApiVersion(request); * } @@ -1265,7 +1268,7 @@ public final void deleteApiVersion(DeleteApiVersionRequest request) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * DeleteApiVersion removes a specified version and all of the resources that it owns. + * Removes a specified version and all of the resources that it owns. * *

Sample code: * @@ -1277,6 +1280,7 @@ public final void deleteApiVersion(DeleteApiVersionRequest request) { * DeleteApiVersionRequest.newBuilder() * .setName( * ApiVersionName.of("[PROJECT]", "[LOCATION]", "[API]", "[VERSION]").toString()) + * .setForce(true) * .build(); * ApiFuture future = registryClient.deleteApiVersionCallable().futureCall(request); * // Do something. @@ -1290,7 +1294,7 @@ public final UnaryCallable deleteApiVersionCalla // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ListApiSpecs returns matching specs. + * Returns matching specs. * *

Sample code: * @@ -1306,7 +1310,7 @@ public final UnaryCallable deleteApiVersionCalla * } * * @param parent Required. The parent, which owns this collection of specs. Format: - * projects/*/locations/*/apis/*/versions/* + * `projects/*/locations/*/apis/*/versions/*` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListApiSpecsPagedResponse listApiSpecs(ApiVersionName parent) { @@ -1319,7 +1323,7 @@ public final ListApiSpecsPagedResponse listApiSpecs(ApiVersionName parent) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ListApiSpecs returns matching specs. + * Returns matching specs. * *

Sample code: * @@ -1335,7 +1339,7 @@ public final ListApiSpecsPagedResponse listApiSpecs(ApiVersionName parent) { * } * * @param parent Required. The parent, which owns this collection of specs. Format: - * projects/*/locations/*/apis/*/versions/* + * `projects/*/locations/*/apis/*/versions/*` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListApiSpecsPagedResponse listApiSpecs(String parent) { @@ -1345,7 +1349,7 @@ public final ListApiSpecsPagedResponse listApiSpecs(String parent) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ListApiSpecs returns matching specs. + * Returns matching specs. * *

Sample code: * @@ -1376,7 +1380,7 @@ public final ListApiSpecsPagedResponse listApiSpecs(ListApiSpecsRequest request) // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ListApiSpecs returns matching specs. + * Returns matching specs. * *

Sample code: * @@ -1407,7 +1411,7 @@ public final ListApiSpecsPagedResponse listApiSpecs(ListApiSpecsRequest request) // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ListApiSpecs returns matching specs. + * Returns matching specs. * *

Sample code: * @@ -1444,7 +1448,7 @@ public final UnaryCallable listApiSpe // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * GetApiSpec returns a specified spec. + * Returns a specified spec. * *

Sample code: * @@ -1458,7 +1462,7 @@ public final UnaryCallable listApiSpe * } * * @param name Required. The name of the spec to retrieve. Format: - * projects/*/locations/*/apis/*/versions/*/specs/* + * `projects/*/locations/*/apis/*/versions/*/specs/*` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ApiSpec getApiSpec(ApiSpecName name) { @@ -1469,7 +1473,7 @@ public final ApiSpec getApiSpec(ApiSpecName name) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * GetApiSpec returns a specified spec. + * Returns a specified spec. * *

Sample code: * @@ -1484,7 +1488,7 @@ public final ApiSpec getApiSpec(ApiSpecName name) { * } * * @param name Required. The name of the spec to retrieve. Format: - * projects/*/locations/*/apis/*/versions/*/specs/* + * `projects/*/locations/*/apis/*/versions/*/specs/*` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ApiSpec getApiSpec(String name) { @@ -1494,7 +1498,7 @@ public final ApiSpec getApiSpec(String name) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * GetApiSpec returns a specified spec. + * Returns a specified spec. * *

Sample code: * @@ -1521,7 +1525,7 @@ public final ApiSpec getApiSpec(GetApiSpecRequest request) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * GetApiSpec returns a specified spec. + * Returns a specified spec. * *

Sample code: * @@ -1547,9 +1551,9 @@ public final UnaryCallable getApiSpecCallable() { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * GetApiSpecContents returns the contents of a specified spec. If specs are stored with GZip - * compression, the default behavior is to return the spec uncompressed (the mime_type response - * field indicates the exact format returned). + * Returns the contents of a specified spec. If specs are stored with GZip compression, the + * default behavior is to return the spec uncompressed (the mime_type response field indicates the + * exact format returned). * *

Sample code: * @@ -1563,7 +1567,7 @@ public final UnaryCallable getApiSpecCallable() { * } * * @param name Required. The name of the spec whose contents should be retrieved. Format: - * projects/*/locations/*/apis/*/versions/*/specs/* + * `projects/*/locations/*/apis/*/versions/*/specs/*` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final HttpBody getApiSpecContents(ApiSpecName name) { @@ -1576,9 +1580,9 @@ public final HttpBody getApiSpecContents(ApiSpecName name) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * GetApiSpecContents returns the contents of a specified spec. If specs are stored with GZip - * compression, the default behavior is to return the spec uncompressed (the mime_type response - * field indicates the exact format returned). + * Returns the contents of a specified spec. If specs are stored with GZip compression, the + * default behavior is to return the spec uncompressed (the mime_type response field indicates the + * exact format returned). * *

Sample code: * @@ -1593,7 +1597,7 @@ public final HttpBody getApiSpecContents(ApiSpecName name) { * } * * @param name Required. The name of the spec whose contents should be retrieved. Format: - * projects/*/locations/*/apis/*/versions/*/specs/* + * `projects/*/locations/*/apis/*/versions/*/specs/*` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final HttpBody getApiSpecContents(String name) { @@ -1604,9 +1608,9 @@ public final HttpBody getApiSpecContents(String name) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * GetApiSpecContents returns the contents of a specified spec. If specs are stored with GZip - * compression, the default behavior is to return the spec uncompressed (the mime_type response - * field indicates the exact format returned). + * Returns the contents of a specified spec. If specs are stored with GZip compression, the + * default behavior is to return the spec uncompressed (the mime_type response field indicates the + * exact format returned). * *

Sample code: * @@ -1633,9 +1637,9 @@ public final HttpBody getApiSpecContents(GetApiSpecContentsRequest request) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * GetApiSpecContents returns the contents of a specified spec. If specs are stored with GZip - * compression, the default behavior is to return the spec uncompressed (the mime_type response - * field indicates the exact format returned). + * Returns the contents of a specified spec. If specs are stored with GZip compression, the + * default behavior is to return the spec uncompressed (the mime_type response field indicates the + * exact format returned). * *

Sample code: * @@ -1661,7 +1665,7 @@ public final UnaryCallable getApiSpecConten // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * CreateApiSpec creates a specified spec. + * Creates a specified spec. * *

Sample code: * @@ -1677,7 +1681,7 @@ public final UnaryCallable getApiSpecConten * } * * @param parent Required. The parent, which owns this collection of specs. Format: - * projects/*/locations/*/apis/*/versions/* + * `projects/*/locations/*/apis/*/versions/*` * @param apiSpec Required. The spec to create. * @param apiSpecId Required. The ID to use for the spec, which will become the final component of * the spec's resource name. @@ -1697,7 +1701,7 @@ public final ApiSpec createApiSpec(ApiVersionName parent, ApiSpec apiSpec, Strin // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * CreateApiSpec creates a specified spec. + * Creates a specified spec. * *

Sample code: * @@ -1713,7 +1717,7 @@ public final ApiSpec createApiSpec(ApiVersionName parent, ApiSpec apiSpec, Strin * } * * @param parent Required. The parent, which owns this collection of specs. Format: - * projects/*/locations/*/apis/*/versions/* + * `projects/*/locations/*/apis/*/versions/*` * @param apiSpec Required. The spec to create. * @param apiSpecId Required. The ID to use for the spec, which will become the final component of * the spec's resource name. @@ -1733,7 +1737,7 @@ public final ApiSpec createApiSpec(String parent, ApiSpec apiSpec, String apiSpe // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * CreateApiSpec creates a specified spec. + * Creates a specified spec. * *

Sample code: * @@ -1761,7 +1765,7 @@ public final ApiSpec createApiSpec(CreateApiSpecRequest request) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * CreateApiSpec creates a specified spec. + * Creates a specified spec. * *

Sample code: * @@ -1788,7 +1792,7 @@ public final UnaryCallable createApiSpecCallable( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * UpdateApiSpec can be used to modify a specified spec. + * Used to modify a specified spec. * *

Sample code: * @@ -1804,11 +1808,11 @@ public final UnaryCallable createApiSpecCallable( * * @param apiSpec Required. The spec to update. *

The `name` field is used to identify the spec to update. Format: - * projects/*/locations/*/apis/*/versions/*/specs/* + * `projects/*/locations/*/apis/*/versions/*/specs/*` * @param updateMask The list of fields to be updated. If omitted, all fields are updated that are - * set in the request message (fields set to default values are ignored). If a "*" is - * specified, all fields are updated, including fields that are unspecified/default in the - * request. + * set in the request message (fields set to default values are ignored). If an asterisk + * "*" is specified, all fields are updated, including fields that are unspecified/default + * in the request. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ApiSpec updateApiSpec(ApiSpec apiSpec, FieldMask updateMask) { @@ -1819,7 +1823,7 @@ public final ApiSpec updateApiSpec(ApiSpec apiSpec, FieldMask updateMask) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * UpdateApiSpec can be used to modify a specified spec. + * Used to modify a specified spec. * *

Sample code: * @@ -1846,7 +1850,7 @@ public final ApiSpec updateApiSpec(UpdateApiSpecRequest request) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * UpdateApiSpec can be used to modify a specified spec. + * Used to modify a specified spec. * *

Sample code: * @@ -1872,8 +1876,7 @@ public final UnaryCallable updateApiSpecCallable( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * DeleteApiSpec removes a specified spec, all revisions, and all child resources (e.g. - * artifacts). + * Removes a specified spec, all revisions, and all child resources (e.g., artifacts). * *

Sample code: * @@ -1887,7 +1890,7 @@ public final UnaryCallable updateApiSpecCallable( * } * * @param name Required. The name of the spec to delete. Format: - * projects/*/locations/*/apis/*/versions/*/specs/* + * `projects/*/locations/*/apis/*/versions/*/specs/*` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final void deleteApiSpec(ApiSpecName name) { @@ -1898,8 +1901,7 @@ public final void deleteApiSpec(ApiSpecName name) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * DeleteApiSpec removes a specified spec, all revisions, and all child resources (e.g. - * artifacts). + * Removes a specified spec, all revisions, and all child resources (e.g., artifacts). * *

Sample code: * @@ -1914,7 +1916,7 @@ public final void deleteApiSpec(ApiSpecName name) { * } * * @param name Required. The name of the spec to delete. Format: - * projects/*/locations/*/apis/*/versions/*/specs/* + * `projects/*/locations/*/apis/*/versions/*/specs/*` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final void deleteApiSpec(String name) { @@ -1924,8 +1926,7 @@ public final void deleteApiSpec(String name) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * DeleteApiSpec removes a specified spec, all revisions, and all child resources (e.g. - * artifacts). + * Removes a specified spec, all revisions, and all child resources (e.g., artifacts). * *

Sample code: * @@ -1953,8 +1954,7 @@ public final void deleteApiSpec(DeleteApiSpecRequest request) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * DeleteApiSpec removes a specified spec, all revisions, and all child resources (e.g. - * artifacts). + * Removes a specified spec, all revisions, and all child resources (e.g., artifacts). * *

Sample code: * @@ -1981,7 +1981,7 @@ public final UnaryCallable deleteApiSpecCallable() // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * TagApiSpecRevision adds a tag to a specified revision of a spec. + * Adds a tag to a specified revision of a spec. * *

Sample code: * @@ -2009,7 +2009,7 @@ public final ApiSpec tagApiSpecRevision(TagApiSpecRevisionRequest request) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * TagApiSpecRevision adds a tag to a specified revision of a spec. + * Adds a tag to a specified revision of a spec. * *

Sample code: * @@ -2036,8 +2036,8 @@ public final UnaryCallable tagApiSpecRevisio // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ListApiSpecRevisions lists all revisions of a spec. Revisions are returned in descending order - * of revision creation time. + * Lists all revisions of a spec. Revisions are returned in descending order of revision creation + * time. * *

Sample code: * @@ -2069,8 +2069,8 @@ public final ListApiSpecRevisionsPagedResponse listApiSpecRevisions( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ListApiSpecRevisions lists all revisions of a spec. Revisions are returned in descending order - * of revision creation time. + * Lists all revisions of a spec. Revisions are returned in descending order of revision creation + * time. * *

Sample code: * @@ -2102,8 +2102,8 @@ public final ListApiSpecRevisionsPagedResponse listApiSpecRevisions( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ListApiSpecRevisions lists all revisions of a spec. Revisions are returned in descending order - * of revision creation time. + * Lists all revisions of a spec. Revisions are returned in descending order of revision creation + * time. * *

Sample code: * @@ -2142,8 +2142,8 @@ public final ListApiSpecRevisionsPagedResponse listApiSpecRevisions( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * RollbackApiSpec sets the current revision to a specified prior revision. Note that this creates - * a new revision with a new revision ID. + * Sets the current revision to a specified prior revision. Note that this creates a new revision + * with a new revision ID. * *

Sample code: * @@ -2171,8 +2171,8 @@ public final ApiSpec rollbackApiSpec(RollbackApiSpecRequest request) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * RollbackApiSpec sets the current revision to a specified prior revision. Note that this creates - * a new revision with a new revision ID. + * Sets the current revision to a specified prior revision. Note that this creates a new revision + * with a new revision ID. * *

Sample code: * @@ -2199,7 +2199,7 @@ public final UnaryCallable rollbackApiSpecCalla // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * DeleteApiSpecRevision deletes a revision of a spec. + * Deletes a revision of a spec. * *

Sample code: * @@ -2215,7 +2215,7 @@ public final UnaryCallable rollbackApiSpecCalla * @param name Required. The name of the spec revision to be deleted, with a revision ID * explicitly included. *

Example: - * projects/sample/locations/global/apis/petstore/versions/1.0.0/specs/openapi.yaml{@literal @}c7cfa2a8 + * `projects/sample/locations/global/apis/petstore/versions/1.0.0/specs/openapi.yaml{@literal @}c7cfa2a8` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ApiSpec deleteApiSpecRevision(ApiSpecName name) { @@ -2228,7 +2228,7 @@ public final ApiSpec deleteApiSpecRevision(ApiSpecName name) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * DeleteApiSpecRevision deletes a revision of a spec. + * Deletes a revision of a spec. * *

Sample code: * @@ -2245,7 +2245,7 @@ public final ApiSpec deleteApiSpecRevision(ApiSpecName name) { * @param name Required. The name of the spec revision to be deleted, with a revision ID * explicitly included. *

Example: - * projects/sample/locations/global/apis/petstore/versions/1.0.0/specs/openapi.yaml{@literal @}c7cfa2a8 + * `projects/sample/locations/global/apis/petstore/versions/1.0.0/specs/openapi.yaml{@literal @}c7cfa2a8` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ApiSpec deleteApiSpecRevision(String name) { @@ -2256,7 +2256,7 @@ public final ApiSpec deleteApiSpecRevision(String name) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * DeleteApiSpecRevision deletes a revision of a spec. + * Deletes a revision of a spec. * *

Sample code: * @@ -2283,7 +2283,7 @@ public final ApiSpec deleteApiSpecRevision(DeleteApiSpecRevisionRequest request) // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * DeleteApiSpecRevision deletes a revision of a spec. + * Deletes a revision of a spec. * *

Sample code: * @@ -2311,7 +2311,7 @@ public final ApiSpec deleteApiSpecRevision(DeleteApiSpecRevisionRequest request) // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ListApiDeployments returns matching deployments. + * Returns matching deployments. * *

Sample code: * @@ -2327,7 +2327,7 @@ public final ApiSpec deleteApiSpecRevision(DeleteApiSpecRevisionRequest request) * } * * @param parent Required. The parent, which owns this collection of deployments. Format: - * projects/*/locations/*/apis/* + * `projects/*/locations/*/apis/*` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListApiDeploymentsPagedResponse listApiDeployments(ApiName parent) { @@ -2340,7 +2340,7 @@ public final ListApiDeploymentsPagedResponse listApiDeployments(ApiName parent) // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ListApiDeployments returns matching deployments. + * Returns matching deployments. * *

Sample code: * @@ -2356,7 +2356,7 @@ public final ListApiDeploymentsPagedResponse listApiDeployments(ApiName parent) * } * * @param parent Required. The parent, which owns this collection of deployments. Format: - * projects/*/locations/*/apis/* + * `projects/*/locations/*/apis/*` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListApiDeploymentsPagedResponse listApiDeployments(String parent) { @@ -2367,7 +2367,7 @@ public final ListApiDeploymentsPagedResponse listApiDeployments(String parent) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ListApiDeployments returns matching deployments. + * Returns matching deployments. * *

Sample code: * @@ -2398,7 +2398,7 @@ public final ListApiDeploymentsPagedResponse listApiDeployments( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ListApiDeployments returns matching deployments. + * Returns matching deployments. * *

Sample code: * @@ -2429,7 +2429,7 @@ public final ListApiDeploymentsPagedResponse listApiDeployments( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ListApiDeployments returns matching deployments. + * Returns matching deployments. * *

Sample code: * @@ -2467,7 +2467,7 @@ public final ListApiDeploymentsPagedResponse listApiDeployments( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * GetApiDeployment returns a specified deployment. + * Returns a specified deployment. * *

Sample code: * @@ -2482,7 +2482,7 @@ public final ListApiDeploymentsPagedResponse listApiDeployments( * } * * @param name Required. The name of the deployment to retrieve. Format: - * projects/*/locations/*/apis/*/deployments/* + * `projects/*/locations/*/apis/*/deployments/*` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ApiDeployment getApiDeployment(ApiDeploymentName name) { @@ -2493,7 +2493,7 @@ public final ApiDeployment getApiDeployment(ApiDeploymentName name) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * GetApiDeployment returns a specified deployment. + * Returns a specified deployment. * *

Sample code: * @@ -2508,7 +2508,7 @@ public final ApiDeployment getApiDeployment(ApiDeploymentName name) { * } * * @param name Required. The name of the deployment to retrieve. Format: - * projects/*/locations/*/apis/*/deployments/* + * `projects/*/locations/*/apis/*/deployments/*` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ApiDeployment getApiDeployment(String name) { @@ -2518,7 +2518,7 @@ public final ApiDeployment getApiDeployment(String name) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * GetApiDeployment returns a specified deployment. + * Returns a specified deployment. * *

Sample code: * @@ -2545,7 +2545,7 @@ public final ApiDeployment getApiDeployment(GetApiDeploymentRequest request) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * GetApiDeployment returns a specified deployment. + * Returns a specified deployment. * *

Sample code: * @@ -2572,7 +2572,7 @@ public final UnaryCallable getApiDeploym // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * CreateApiDeployment creates a specified deployment. + * Creates a specified deployment. * *

Sample code: * @@ -2589,7 +2589,7 @@ public final UnaryCallable getApiDeploym * } * * @param parent Required. The parent, which owns this collection of deployments. Format: - * projects/*/locations/*/apis/* + * `projects/*/locations/*/apis/*` * @param apiDeployment Required. The deployment to create. * @param apiDeploymentId Required. The ID to use for the deployment, which will become the final * component of the deployment's resource name. @@ -2610,7 +2610,7 @@ public final ApiDeployment createApiDeployment( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * CreateApiDeployment creates a specified deployment. + * Creates a specified deployment. * *

Sample code: * @@ -2627,7 +2627,7 @@ public final ApiDeployment createApiDeployment( * } * * @param parent Required. The parent, which owns this collection of deployments. Format: - * projects/*/locations/*/apis/* + * `projects/*/locations/*/apis/*` * @param apiDeployment Required. The deployment to create. * @param apiDeploymentId Required. The ID to use for the deployment, which will become the final * component of the deployment's resource name. @@ -2648,7 +2648,7 @@ public final ApiDeployment createApiDeployment( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * CreateApiDeployment creates a specified deployment. + * Creates a specified deployment. * *

Sample code: * @@ -2675,7 +2675,7 @@ public final ApiDeployment createApiDeployment(CreateApiDeploymentRequest reques // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * CreateApiDeployment creates a specified deployment. + * Creates a specified deployment. * *

Sample code: * @@ -2703,7 +2703,7 @@ public final ApiDeployment createApiDeployment(CreateApiDeploymentRequest reques // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * UpdateApiDeployment can be used to modify a specified deployment. + * Used to modify a specified deployment. * *

Sample code: * @@ -2719,11 +2719,11 @@ public final ApiDeployment createApiDeployment(CreateApiDeploymentRequest reques * * @param apiDeployment Required. The deployment to update. *

The `name` field is used to identify the deployment to update. Format: - * projects/*/locations/*/apis/*/deployments/* + * `projects/*/locations/*/apis/*/deployments/*` * @param updateMask The list of fields to be updated. If omitted, all fields are updated that are - * set in the request message (fields set to default values are ignored). If a "*" is - * specified, all fields are updated, including fields that are unspecified/default in the - * request. + * set in the request message (fields set to default values are ignored). If an asterisk + * "*" is specified, all fields are updated, including fields that are unspecified/default + * in the request. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ApiDeployment updateApiDeployment( @@ -2738,7 +2738,7 @@ public final ApiDeployment updateApiDeployment( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * UpdateApiDeployment can be used to modify a specified deployment. + * Used to modify a specified deployment. * *

Sample code: * @@ -2765,7 +2765,7 @@ public final ApiDeployment updateApiDeployment(UpdateApiDeploymentRequest reques // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * UpdateApiDeployment can be used to modify a specified deployment. + * Used to modify a specified deployment. * *

Sample code: * @@ -2793,8 +2793,7 @@ public final ApiDeployment updateApiDeployment(UpdateApiDeploymentRequest reques // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * DeleteApiDeployment removes a specified deployment, all revisions, and all child resources - * (e.g. artifacts). + * Removes a specified deployment, all revisions, and all child resources (e.g., artifacts). * *

Sample code: * @@ -2809,7 +2808,7 @@ public final ApiDeployment updateApiDeployment(UpdateApiDeploymentRequest reques * } * * @param name Required. The name of the deployment to delete. Format: - * projects/*/locations/*/apis/*/deployments/* + * `projects/*/locations/*/apis/*/deployments/*` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final void deleteApiDeployment(ApiDeploymentName name) { @@ -2822,8 +2821,7 @@ public final void deleteApiDeployment(ApiDeploymentName name) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * DeleteApiDeployment removes a specified deployment, all revisions, and all child resources - * (e.g. artifacts). + * Removes a specified deployment, all revisions, and all child resources (e.g., artifacts). * *

Sample code: * @@ -2838,7 +2836,7 @@ public final void deleteApiDeployment(ApiDeploymentName name) { * } * * @param name Required. The name of the deployment to delete. Format: - * projects/*/locations/*/apis/*/deployments/* + * `projects/*/locations/*/apis/*/deployments/*` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final void deleteApiDeployment(String name) { @@ -2849,8 +2847,7 @@ public final void deleteApiDeployment(String name) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * DeleteApiDeployment removes a specified deployment, all revisions, and all child resources - * (e.g. artifacts). + * Removes a specified deployment, all revisions, and all child resources (e.g., artifacts). * *

Sample code: * @@ -2878,8 +2875,7 @@ public final void deleteApiDeployment(DeleteApiDeploymentRequest request) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * DeleteApiDeployment removes a specified deployment, all revisions, and all child resources - * (e.g. artifacts). + * Removes a specified deployment, all revisions, and all child resources (e.g., artifacts). * *

Sample code: * @@ -2906,7 +2902,7 @@ public final UnaryCallable deleteApiDeploymen // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * TagApiDeploymentRevision adds a tag to a specified revision of a deployment. + * Adds a tag to a specified revision of a deployment. * *

Sample code: * @@ -2934,7 +2930,7 @@ public final ApiDeployment tagApiDeploymentRevision(TagApiDeploymentRevisionRequ // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * TagApiDeploymentRevision adds a tag to a specified revision of a deployment. + * Adds a tag to a specified revision of a deployment. * *

Sample code: * @@ -2963,8 +2959,8 @@ public final ApiDeployment tagApiDeploymentRevision(TagApiDeploymentRevisionRequ // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ListApiDeploymentRevisions lists all revisions of a deployment. Revisions are returned in - * descending order of revision creation time. + * Lists all revisions of a deployment. Revisions are returned in descending order of revision + * creation time. * *

Sample code: * @@ -2997,8 +2993,8 @@ public final ListApiDeploymentRevisionsPagedResponse listApiDeploymentRevisions( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ListApiDeploymentRevisions lists all revisions of a deployment. Revisions are returned in - * descending order of revision creation time. + * Lists all revisions of a deployment. Revisions are returned in descending order of revision + * creation time. * *

Sample code: * @@ -3031,8 +3027,8 @@ public final ListApiDeploymentRevisionsPagedResponse listApiDeploymentRevisions( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ListApiDeploymentRevisions lists all revisions of a deployment. Revisions are returned in - * descending order of revision creation time. + * Lists all revisions of a deployment. Revisions are returned in descending order of revision + * creation time. * *

Sample code: * @@ -3071,8 +3067,8 @@ public final ListApiDeploymentRevisionsPagedResponse listApiDeploymentRevisions( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * RollbackApiDeployment sets the current revision to a specified prior revision. Note that this - * creates a new revision with a new revision ID. + * Sets the current revision to a specified prior revision. Note that this creates a new revision + * with a new revision ID. * *

Sample code: * @@ -3100,8 +3096,8 @@ public final ApiDeployment rollbackApiDeployment(RollbackApiDeploymentRequest re // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * RollbackApiDeployment sets the current revision to a specified prior revision. Note that this - * creates a new revision with a new revision ID. + * Sets the current revision to a specified prior revision. Note that this creates a new revision + * with a new revision ID. * *

Sample code: * @@ -3130,7 +3126,7 @@ public final ApiDeployment rollbackApiDeployment(RollbackApiDeploymentRequest re // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * DeleteApiDeploymentRevision deletes a revision of a deployment. + * Deletes a revision of a deployment. * *

Sample code: * @@ -3147,7 +3143,7 @@ public final ApiDeployment rollbackApiDeployment(RollbackApiDeploymentRequest re * @param name Required. The name of the deployment revision to be deleted, with a revision ID * explicitly included. *

Example: - * projects/sample/locations/global/apis/petstore/deployments/prod{@literal @}c7cfa2a8 + * `projects/sample/locations/global/apis/petstore/deployments/prod{@literal @}c7cfa2a8` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ApiDeployment deleteApiDeploymentRevision(ApiDeploymentName name) { @@ -3160,7 +3156,7 @@ public final ApiDeployment deleteApiDeploymentRevision(ApiDeploymentName name) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * DeleteApiDeploymentRevision deletes a revision of a deployment. + * Deletes a revision of a deployment. * *

Sample code: * @@ -3177,7 +3173,7 @@ public final ApiDeployment deleteApiDeploymentRevision(ApiDeploymentName name) { * @param name Required. The name of the deployment revision to be deleted, with a revision ID * explicitly included. *

Example: - * projects/sample/locations/global/apis/petstore/deployments/prod{@literal @}c7cfa2a8 + * `projects/sample/locations/global/apis/petstore/deployments/prod{@literal @}c7cfa2a8` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ApiDeployment deleteApiDeploymentRevision(String name) { @@ -3188,7 +3184,7 @@ public final ApiDeployment deleteApiDeploymentRevision(String name) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * DeleteApiDeploymentRevision deletes a revision of a deployment. + * Deletes a revision of a deployment. * *

Sample code: * @@ -3216,7 +3212,7 @@ public final ApiDeployment deleteApiDeploymentRevision( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * DeleteApiDeploymentRevision deletes a revision of a deployment. + * Deletes a revision of a deployment. * *

Sample code: * @@ -3244,7 +3240,7 @@ public final ApiDeployment deleteApiDeploymentRevision( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ListArtifacts returns matching artifacts. + * Returns matching artifacts. * *

Sample code: * @@ -3260,7 +3256,7 @@ public final ApiDeployment deleteApiDeploymentRevision( * } * } * - * @param parent Required. The parent, which owns this collection of artifacts. Format: {parent} + * @param parent Required. The parent, which owns this collection of artifacts. Format: `{parent}` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListArtifactsPagedResponse listArtifacts(ApiDeploymentName parent) { @@ -3273,7 +3269,7 @@ public final ListArtifactsPagedResponse listArtifacts(ApiDeploymentName parent) // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ListArtifacts returns matching artifacts. + * Returns matching artifacts. * *

Sample code: * @@ -3288,7 +3284,7 @@ public final ListArtifactsPagedResponse listArtifacts(ApiDeploymentName parent) * } * } * - * @param parent Required. The parent, which owns this collection of artifacts. Format: {parent} + * @param parent Required. The parent, which owns this collection of artifacts. Format: `{parent}` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListArtifactsPagedResponse listArtifacts(ApiName parent) { @@ -3301,7 +3297,7 @@ public final ListArtifactsPagedResponse listArtifacts(ApiName parent) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ListArtifacts returns matching artifacts. + * Returns matching artifacts. * *

Sample code: * @@ -3317,7 +3313,7 @@ public final ListArtifactsPagedResponse listArtifacts(ApiName parent) { * } * } * - * @param parent Required. The parent, which owns this collection of artifacts. Format: {parent} + * @param parent Required. The parent, which owns this collection of artifacts. Format: `{parent}` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListArtifactsPagedResponse listArtifacts(ApiSpecName parent) { @@ -3330,7 +3326,7 @@ public final ListArtifactsPagedResponse listArtifacts(ApiSpecName parent) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ListArtifacts returns matching artifacts. + * Returns matching artifacts. * *

Sample code: * @@ -3345,7 +3341,7 @@ public final ListArtifactsPagedResponse listArtifacts(ApiSpecName parent) { * } * } * - * @param parent Required. The parent, which owns this collection of artifacts. Format: {parent} + * @param parent Required. The parent, which owns this collection of artifacts. Format: `{parent}` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListArtifactsPagedResponse listArtifacts(ApiVersionName parent) { @@ -3358,7 +3354,7 @@ public final ListArtifactsPagedResponse listArtifacts(ApiVersionName parent) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ListArtifacts returns matching artifacts. + * Returns matching artifacts. * *

Sample code: * @@ -3373,7 +3369,7 @@ public final ListArtifactsPagedResponse listArtifacts(ApiVersionName parent) { * } * } * - * @param parent Required. The parent, which owns this collection of artifacts. Format: {parent} + * @param parent Required. The parent, which owns this collection of artifacts. Format: `{parent}` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListArtifactsPagedResponse listArtifacts(LocationName parent) { @@ -3386,7 +3382,7 @@ public final ListArtifactsPagedResponse listArtifacts(LocationName parent) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ListArtifacts returns matching artifacts. + * Returns matching artifacts. * *

Sample code: * @@ -3401,7 +3397,7 @@ public final ListArtifactsPagedResponse listArtifacts(LocationName parent) { * } * } * - * @param parent Required. The parent, which owns this collection of artifacts. Format: {parent} + * @param parent Required. The parent, which owns this collection of artifacts. Format: `{parent}` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListArtifactsPagedResponse listArtifacts(String parent) { @@ -3411,7 +3407,7 @@ public final ListArtifactsPagedResponse listArtifacts(String parent) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ListArtifacts returns matching artifacts. + * Returns matching artifacts. * *

Sample code: * @@ -3441,7 +3437,7 @@ public final ListArtifactsPagedResponse listArtifacts(ListArtifactsRequest reque // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ListArtifacts returns matching artifacts. + * Returns matching artifacts. * *

Sample code: * @@ -3471,7 +3467,7 @@ public final ListArtifactsPagedResponse listArtifacts(ListArtifactsRequest reque // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ListArtifacts returns matching artifacts. + * Returns matching artifacts. * *

Sample code: * @@ -3507,7 +3503,7 @@ public final UnaryCallable listArti // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * GetArtifact returns a specified artifact. + * Returns a specified artifact. * *

Sample code: * @@ -3521,7 +3517,7 @@ public final UnaryCallable listArti * } * } * - * @param name Required. The name of the artifact to retrieve. Format: {parent}/artifacts/* + * @param name Required. The name of the artifact to retrieve. Format: `{parent}/artifacts/*` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final Artifact getArtifact(ArtifactName name) { @@ -3532,7 +3528,7 @@ public final Artifact getArtifact(ArtifactName name) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * GetArtifact returns a specified artifact. + * Returns a specified artifact. * *

Sample code: * @@ -3547,7 +3543,7 @@ public final Artifact getArtifact(ArtifactName name) { * } * } * - * @param name Required. The name of the artifact to retrieve. Format: {parent}/artifacts/* + * @param name Required. The name of the artifact to retrieve. Format: `{parent}/artifacts/*` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final Artifact getArtifact(String name) { @@ -3557,7 +3553,7 @@ public final Artifact getArtifact(String name) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * GetArtifact returns a specified artifact. + * Returns a specified artifact. * *

Sample code: * @@ -3585,7 +3581,7 @@ public final Artifact getArtifact(GetArtifactRequest request) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * GetArtifact returns a specified artifact. + * Returns a specified artifact. * *

Sample code: * @@ -3612,9 +3608,9 @@ public final UnaryCallable getArtifactCallable() { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * GetArtifactContents returns the contents of a specified artifact. If artifacts are stored with - * GZip compression, the default behavior is to return the artifact uncompressed (the mime_type - * response field indicates the exact format returned). + * Returns the contents of a specified artifact. If artifacts are stored with GZip compression, + * the default behavior is to return the artifact uncompressed (the mime_type response field + * indicates the exact format returned). * *

Sample code: * @@ -3629,7 +3625,7 @@ public final UnaryCallable getArtifactCallable() { * } * * @param name Required. The name of the artifact whose contents should be retrieved. Format: - * {parent}/artifacts/* + * `{parent}/artifacts/*` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final HttpBody getArtifactContents(ArtifactName name) { @@ -3642,9 +3638,9 @@ public final HttpBody getArtifactContents(ArtifactName name) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * GetArtifactContents returns the contents of a specified artifact. If artifacts are stored with - * GZip compression, the default behavior is to return the artifact uncompressed (the mime_type - * response field indicates the exact format returned). + * Returns the contents of a specified artifact. If artifacts are stored with GZip compression, + * the default behavior is to return the artifact uncompressed (the mime_type response field + * indicates the exact format returned). * *

Sample code: * @@ -3660,7 +3656,7 @@ public final HttpBody getArtifactContents(ArtifactName name) { * } * * @param name Required. The name of the artifact whose contents should be retrieved. Format: - * {parent}/artifacts/* + * `{parent}/artifacts/*` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final HttpBody getArtifactContents(String name) { @@ -3671,9 +3667,9 @@ public final HttpBody getArtifactContents(String name) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * GetArtifactContents returns the contents of a specified artifact. If artifacts are stored with - * GZip compression, the default behavior is to return the artifact uncompressed (the mime_type - * response field indicates the exact format returned). + * Returns the contents of a specified artifact. If artifacts are stored with GZip compression, + * the default behavior is to return the artifact uncompressed (the mime_type response field + * indicates the exact format returned). * *

Sample code: * @@ -3701,9 +3697,9 @@ public final HttpBody getArtifactContents(GetArtifactContentsRequest request) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * GetArtifactContents returns the contents of a specified artifact. If artifacts are stored with - * GZip compression, the default behavior is to return the artifact uncompressed (the mime_type - * response field indicates the exact format returned). + * Returns the contents of a specified artifact. If artifacts are stored with GZip compression, + * the default behavior is to return the artifact uncompressed (the mime_type response field + * indicates the exact format returned). * *

Sample code: * @@ -3730,7 +3726,7 @@ public final UnaryCallable getArtifactCont // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * CreateArtifact creates a specified artifact. + * Creates a specified artifact. * *

Sample code: * @@ -3746,7 +3742,7 @@ public final UnaryCallable getArtifactCont * } * } * - * @param parent Required. The parent, which owns this collection of artifacts. Format: {parent} + * @param parent Required. The parent, which owns this collection of artifacts. Format: `{parent}` * @param artifact Required. The artifact to create. * @param artifactId Required. The ID to use for the artifact, which will become the final * component of the artifact's resource name. @@ -3767,7 +3763,7 @@ public final Artifact createArtifact( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * CreateArtifact creates a specified artifact. + * Creates a specified artifact. * *

Sample code: * @@ -3782,7 +3778,7 @@ public final Artifact createArtifact( * } * } * - * @param parent Required. The parent, which owns this collection of artifacts. Format: {parent} + * @param parent Required. The parent, which owns this collection of artifacts. Format: `{parent}` * @param artifact Required. The artifact to create. * @param artifactId Required. The ID to use for the artifact, which will become the final * component of the artifact's resource name. @@ -3802,7 +3798,7 @@ public final Artifact createArtifact(ApiName parent, Artifact artifact, String a // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * CreateArtifact creates a specified artifact. + * Creates a specified artifact. * *

Sample code: * @@ -3818,7 +3814,7 @@ public final Artifact createArtifact(ApiName parent, Artifact artifact, String a * } * } * - * @param parent Required. The parent, which owns this collection of artifacts. Format: {parent} + * @param parent Required. The parent, which owns this collection of artifacts. Format: `{parent}` * @param artifact Required. The artifact to create. * @param artifactId Required. The ID to use for the artifact, which will become the final * component of the artifact's resource name. @@ -3838,7 +3834,7 @@ public final Artifact createArtifact(ApiSpecName parent, Artifact artifact, Stri // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * CreateArtifact creates a specified artifact. + * Creates a specified artifact. * *

Sample code: * @@ -3853,7 +3849,7 @@ public final Artifact createArtifact(ApiSpecName parent, Artifact artifact, Stri * } * } * - * @param parent Required. The parent, which owns this collection of artifacts. Format: {parent} + * @param parent Required. The parent, which owns this collection of artifacts. Format: `{parent}` * @param artifact Required. The artifact to create. * @param artifactId Required. The ID to use for the artifact, which will become the final * component of the artifact's resource name. @@ -3874,7 +3870,7 @@ public final Artifact createArtifact( // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * CreateArtifact creates a specified artifact. + * Creates a specified artifact. * *

Sample code: * @@ -3889,7 +3885,7 @@ public final Artifact createArtifact( * } * } * - * @param parent Required. The parent, which owns this collection of artifacts. Format: {parent} + * @param parent Required. The parent, which owns this collection of artifacts. Format: `{parent}` * @param artifact Required. The artifact to create. * @param artifactId Required. The ID to use for the artifact, which will become the final * component of the artifact's resource name. @@ -3909,7 +3905,7 @@ public final Artifact createArtifact(LocationName parent, Artifact artifact, Str // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * CreateArtifact creates a specified artifact. + * Creates a specified artifact. * *

Sample code: * @@ -3924,7 +3920,7 @@ public final Artifact createArtifact(LocationName parent, Artifact artifact, Str * } * } * - * @param parent Required. The parent, which owns this collection of artifacts. Format: {parent} + * @param parent Required. The parent, which owns this collection of artifacts. Format: `{parent}` * @param artifact Required. The artifact to create. * @param artifactId Required. The ID to use for the artifact, which will become the final * component of the artifact's resource name. @@ -3944,7 +3940,7 @@ public final Artifact createArtifact(String parent, Artifact artifact, String ar // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * CreateArtifact creates a specified artifact. + * Creates a specified artifact. * *

Sample code: * @@ -3971,7 +3967,7 @@ public final Artifact createArtifact(CreateArtifactRequest request) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * CreateArtifact creates a specified artifact. + * Creates a specified artifact. * *

Sample code: * @@ -3997,7 +3993,7 @@ public final UnaryCallable createArtifactCallab // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ReplaceArtifact can be used to replace a specified artifact. + * Used to replace a specified artifact. * *

Sample code: * @@ -4012,7 +4008,7 @@ public final UnaryCallable createArtifactCallab * * @param artifact Required. The artifact to replace. *

The `name` field is used to identify the artifact to replace. Format: - * {parent}/artifacts/* + * `{parent}/artifacts/*` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final Artifact replaceArtifact(Artifact artifact) { @@ -4023,7 +4019,7 @@ public final Artifact replaceArtifact(Artifact artifact) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ReplaceArtifact can be used to replace a specified artifact. + * Used to replace a specified artifact. * *

Sample code: * @@ -4046,7 +4042,7 @@ public final Artifact replaceArtifact(ReplaceArtifactRequest request) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * ReplaceArtifact can be used to replace a specified artifact. + * Used to replace a specified artifact. * *

Sample code: * @@ -4068,7 +4064,7 @@ public final UnaryCallable replaceArtifactCall // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * DeleteArtifact removes a specified artifact. + * Removes a specified artifact. * *

Sample code: * @@ -4082,7 +4078,7 @@ public final UnaryCallable replaceArtifactCall * } * } * - * @param name Required. The name of the artifact to delete. Format: {parent}/artifacts/* + * @param name Required. The name of the artifact to delete. Format: `{parent}/artifacts/*` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final void deleteArtifact(ArtifactName name) { @@ -4093,7 +4089,7 @@ public final void deleteArtifact(ArtifactName name) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * DeleteArtifact removes a specified artifact. + * Removes a specified artifact. * *

Sample code: * @@ -4108,7 +4104,7 @@ public final void deleteArtifact(ArtifactName name) { * } * } * - * @param name Required. The name of the artifact to delete. Format: {parent}/artifacts/* + * @param name Required. The name of the artifact to delete. Format: `{parent}/artifacts/*` * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final void deleteArtifact(String name) { @@ -4118,7 +4114,7 @@ public final void deleteArtifact(String name) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * DeleteArtifact removes a specified artifact. + * Removes a specified artifact. * *

Sample code: * @@ -4146,7 +4142,7 @@ public final void deleteArtifact(DeleteArtifactRequest request) { // AUTO-GENERATED DOCUMENTATION AND METHOD. /** - * DeleteArtifact removes a specified artifact. + * Removes a specified artifact. * *

Sample code: * diff --git a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/HttpJsonRegistryStub.java b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/HttpJsonRegistryStub.java index e0ac0033cefe..3c94c2264980 100644 --- a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/HttpJsonRegistryStub.java +++ b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/HttpJsonRegistryStub.java @@ -273,6 +273,7 @@ public class HttpJsonRegistryStub extends RegistryStub { Map> fields = new HashMap<>(); ProtoRestSerializer serializer = ProtoRestSerializer.create(); + serializer.putQueryParam(fields, "force", request.getForce()); return fields; }) .setRequestBodyExtractor(request -> null) @@ -453,6 +454,7 @@ public class HttpJsonRegistryStub extends RegistryStub { Map> fields = new HashMap<>(); ProtoRestSerializer serializer = ProtoRestSerializer.create(); + serializer.putQueryParam(fields, "force", request.getForce()); return fields; }) .setRequestBodyExtractor(request -> null) diff --git a/java-apigee-registry/grpc-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/RegistryGrpc.java b/java-apigee-registry/grpc-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/RegistryGrpc.java index 6d4adeeee9c5..77193836a350 100644 --- a/java-apigee-registry/grpc-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/RegistryGrpc.java +++ b/java-apigee-registry/grpc-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/RegistryGrpc.java @@ -1686,7 +1686,7 @@ public abstract static class RegistryImplBase implements io.grpc.BindableService * * *

-     * ListApis returns matching APIs.
+     * Returns matching APIs.
      * 
*/ public void listApis( @@ -1700,7 +1700,7 @@ public void listApis( * * *
-     * GetApi returns a specified API.
+     * Returns a specified API.
      * 
*/ public void getApi( @@ -1713,7 +1713,7 @@ public void getApi( * * *
-     * CreateApi creates a specified API.
+     * Creates a specified API.
      * 
*/ public void createApi( @@ -1726,7 +1726,7 @@ public void createApi( * * *
-     * UpdateApi can be used to modify a specified API.
+     * Used to modify a specified API.
      * 
*/ public void updateApi( @@ -1739,7 +1739,7 @@ public void updateApi( * * *
-     * DeleteApi removes a specified API and all of the resources that it
+     * Removes a specified API and all of the resources that it
      * owns.
      * 
*/ @@ -1753,7 +1753,7 @@ public void deleteApi( * * *
-     * ListApiVersions returns matching versions.
+     * Returns matching versions.
      * 
*/ public void listApiVersions( @@ -1768,7 +1768,7 @@ public void listApiVersions( * * *
-     * GetApiVersion returns a specified version.
+     * Returns a specified version.
      * 
*/ public void getApiVersion( @@ -1783,7 +1783,7 @@ public void getApiVersion( * * *
-     * CreateApiVersion creates a specified version.
+     * Creates a specified version.
      * 
*/ public void createApiVersion( @@ -1798,7 +1798,7 @@ public void createApiVersion( * * *
-     * UpdateApiVersion can be used to modify a specified version.
+     * Used to modify a specified version.
      * 
*/ public void updateApiVersion( @@ -1813,7 +1813,7 @@ public void updateApiVersion( * * *
-     * DeleteApiVersion removes a specified version and all of the resources that
+     * Removes a specified version and all of the resources that
      * it owns.
      * 
*/ @@ -1828,7 +1828,7 @@ public void deleteApiVersion( * * *
-     * ListApiSpecs returns matching specs.
+     * Returns matching specs.
      * 
*/ public void listApiSpecs( @@ -1843,7 +1843,7 @@ public void listApiSpecs( * * *
-     * GetApiSpec returns a specified spec.
+     * Returns a specified spec.
      * 
*/ public void getApiSpec( @@ -1856,7 +1856,7 @@ public void getApiSpec( * * *
-     * GetApiSpecContents returns the contents of a specified spec.
+     * Returns the contents of a specified spec.
      * If specs are stored with GZip compression, the default behavior
      * is to return the spec uncompressed (the mime_type response field
      * indicates the exact format returned).
@@ -1873,7 +1873,7 @@ public void getApiSpecContents(
      *
      *
      * 
-     * CreateApiSpec creates a specified spec.
+     * Creates a specified spec.
      * 
*/ public void createApiSpec( @@ -1887,7 +1887,7 @@ public void createApiSpec( * * *
-     * UpdateApiSpec can be used to modify a specified spec.
+     * Used to modify a specified spec.
      * 
*/ public void updateApiSpec( @@ -1901,8 +1901,8 @@ public void updateApiSpec( * * *
-     * DeleteApiSpec removes a specified spec, all revisions, and all child
-     * resources (e.g. artifacts).
+     * Removes a specified spec, all revisions, and all child
+     * resources (e.g., artifacts).
      * 
*/ public void deleteApiSpec( @@ -1916,7 +1916,7 @@ public void deleteApiSpec( * * *
-     * TagApiSpecRevision adds a tag to a specified revision of a spec.
+     * Adds a tag to a specified revision of a spec.
      * 
*/ public void tagApiSpecRevision( @@ -1930,7 +1930,7 @@ public void tagApiSpecRevision( * * *
-     * ListApiSpecRevisions lists all revisions of a spec.
+     * Lists all revisions of a spec.
      * Revisions are returned in descending order of revision creation time.
      * 
*/ @@ -1946,7 +1946,7 @@ public void listApiSpecRevisions( * * *
-     * RollbackApiSpec sets the current revision to a specified prior revision.
+     * Sets the current revision to a specified prior revision.
      * Note that this creates a new revision with a new revision ID.
      * 
*/ @@ -1961,7 +1961,7 @@ public void rollbackApiSpec( * * *
-     * DeleteApiSpecRevision deletes a revision of a spec.
+     * Deletes a revision of a spec.
      * 
*/ public void deleteApiSpecRevision( @@ -1975,7 +1975,7 @@ public void deleteApiSpecRevision( * * *
-     * ListApiDeployments returns matching deployments.
+     * Returns matching deployments.
      * 
*/ public void listApiDeployments( @@ -1990,7 +1990,7 @@ public void listApiDeployments( * * *
-     * GetApiDeployment returns a specified deployment.
+     * Returns a specified deployment.
      * 
*/ public void getApiDeployment( @@ -2005,7 +2005,7 @@ public void getApiDeployment( * * *
-     * CreateApiDeployment creates a specified deployment.
+     * Creates a specified deployment.
      * 
*/ public void createApiDeployment( @@ -2020,7 +2020,7 @@ public void createApiDeployment( * * *
-     * UpdateApiDeployment can be used to modify a specified deployment.
+     * Used to modify a specified deployment.
      * 
*/ public void updateApiDeployment( @@ -2035,8 +2035,8 @@ public void updateApiDeployment( * * *
-     * DeleteApiDeployment removes a specified deployment, all revisions, and all
-     * child resources (e.g. artifacts).
+     * Removes a specified deployment, all revisions, and all
+     * child resources (e.g., artifacts).
      * 
*/ public void deleteApiDeployment( @@ -2050,7 +2050,7 @@ public void deleteApiDeployment( * * *
-     * TagApiDeploymentRevision adds a tag to a specified revision of a
+     * Adds a tag to a specified revision of a
      * deployment.
      * 
*/ @@ -2066,7 +2066,7 @@ public void tagApiDeploymentRevision( * * *
-     * ListApiDeploymentRevisions lists all revisions of a deployment.
+     * Lists all revisions of a deployment.
      * Revisions are returned in descending order of revision creation time.
      * 
*/ @@ -2083,7 +2083,7 @@ public void listApiDeploymentRevisions( * * *
-     * RollbackApiDeployment sets the current revision to a specified prior
+     * Sets the current revision to a specified prior
      * revision. Note that this creates a new revision with a new revision ID.
      * 
*/ @@ -2099,7 +2099,7 @@ public void rollbackApiDeployment( * * *
-     * DeleteApiDeploymentRevision deletes a revision of a deployment.
+     * Deletes a revision of a deployment.
      * 
*/ public void deleteApiDeploymentRevision( @@ -2114,7 +2114,7 @@ public void deleteApiDeploymentRevision( * * *
-     * ListArtifacts returns matching artifacts.
+     * Returns matching artifacts.
      * 
*/ public void listArtifacts( @@ -2129,7 +2129,7 @@ public void listArtifacts( * * *
-     * GetArtifact returns a specified artifact.
+     * Returns a specified artifact.
      * 
*/ public void getArtifact( @@ -2143,7 +2143,7 @@ public void getArtifact( * * *
-     * GetArtifactContents returns the contents of a specified artifact.
+     * Returns the contents of a specified artifact.
      * If artifacts are stored with GZip compression, the default behavior
      * is to return the artifact uncompressed (the mime_type response field
      * indicates the exact format returned).
@@ -2160,7 +2160,7 @@ public void getArtifactContents(
      *
      *
      * 
-     * CreateArtifact creates a specified artifact.
+     * Creates a specified artifact.
      * 
*/ public void createArtifact( @@ -2174,7 +2174,7 @@ public void createArtifact( * * *
-     * ReplaceArtifact can be used to replace a specified artifact.
+     * Used to replace a specified artifact.
      * 
*/ public void replaceArtifact( @@ -2188,7 +2188,7 @@ public void replaceArtifact( * * *
-     * DeleteArtifact removes a specified artifact.
+     * Removes a specified artifact.
      * 
*/ public void deleteArtifact( @@ -2456,7 +2456,7 @@ protected RegistryStub build(io.grpc.Channel channel, io.grpc.CallOptions callOp * * *
-     * ListApis returns matching APIs.
+     * Returns matching APIs.
      * 
*/ public void listApis( @@ -2471,7 +2471,7 @@ public void listApis( * * *
-     * GetApi returns a specified API.
+     * Returns a specified API.
      * 
*/ public void getApi( @@ -2485,7 +2485,7 @@ public void getApi( * * *
-     * CreateApi creates a specified API.
+     * Creates a specified API.
      * 
*/ public void createApi( @@ -2499,7 +2499,7 @@ public void createApi( * * *
-     * UpdateApi can be used to modify a specified API.
+     * Used to modify a specified API.
      * 
*/ public void updateApi( @@ -2513,7 +2513,7 @@ public void updateApi( * * *
-     * DeleteApi removes a specified API and all of the resources that it
+     * Removes a specified API and all of the resources that it
      * owns.
      * 
*/ @@ -2528,7 +2528,7 @@ public void deleteApi( * * *
-     * ListApiVersions returns matching versions.
+     * Returns matching versions.
      * 
*/ public void listApiVersions( @@ -2545,7 +2545,7 @@ public void listApiVersions( * * *
-     * GetApiVersion returns a specified version.
+     * Returns a specified version.
      * 
*/ public void getApiVersion( @@ -2562,7 +2562,7 @@ public void getApiVersion( * * *
-     * CreateApiVersion creates a specified version.
+     * Creates a specified version.
      * 
*/ public void createApiVersion( @@ -2579,7 +2579,7 @@ public void createApiVersion( * * *
-     * UpdateApiVersion can be used to modify a specified version.
+     * Used to modify a specified version.
      * 
*/ public void updateApiVersion( @@ -2596,7 +2596,7 @@ public void updateApiVersion( * * *
-     * DeleteApiVersion removes a specified version and all of the resources that
+     * Removes a specified version and all of the resources that
      * it owns.
      * 
*/ @@ -2613,7 +2613,7 @@ public void deleteApiVersion( * * *
-     * ListApiSpecs returns matching specs.
+     * Returns matching specs.
      * 
*/ public void listApiSpecs( @@ -2630,7 +2630,7 @@ public void listApiSpecs( * * *
-     * GetApiSpec returns a specified spec.
+     * Returns a specified spec.
      * 
*/ public void getApiSpec( @@ -2644,7 +2644,7 @@ public void getApiSpec( * * *
-     * GetApiSpecContents returns the contents of a specified spec.
+     * Returns the contents of a specified spec.
      * If specs are stored with GZip compression, the default behavior
      * is to return the spec uncompressed (the mime_type response field
      * indicates the exact format returned).
@@ -2663,7 +2663,7 @@ public void getApiSpecContents(
      *
      *
      * 
-     * CreateApiSpec creates a specified spec.
+     * Creates a specified spec.
      * 
*/ public void createApiSpec( @@ -2679,7 +2679,7 @@ public void createApiSpec( * * *
-     * UpdateApiSpec can be used to modify a specified spec.
+     * Used to modify a specified spec.
      * 
*/ public void updateApiSpec( @@ -2695,8 +2695,8 @@ public void updateApiSpec( * * *
-     * DeleteApiSpec removes a specified spec, all revisions, and all child
-     * resources (e.g. artifacts).
+     * Removes a specified spec, all revisions, and all child
+     * resources (e.g., artifacts).
      * 
*/ public void deleteApiSpec( @@ -2712,7 +2712,7 @@ public void deleteApiSpec( * * *
-     * TagApiSpecRevision adds a tag to a specified revision of a spec.
+     * Adds a tag to a specified revision of a spec.
      * 
*/ public void tagApiSpecRevision( @@ -2728,7 +2728,7 @@ public void tagApiSpecRevision( * * *
-     * ListApiSpecRevisions lists all revisions of a spec.
+     * Lists all revisions of a spec.
      * Revisions are returned in descending order of revision creation time.
      * 
*/ @@ -2746,7 +2746,7 @@ public void listApiSpecRevisions( * * *
-     * RollbackApiSpec sets the current revision to a specified prior revision.
+     * Sets the current revision to a specified prior revision.
      * Note that this creates a new revision with a new revision ID.
      * 
*/ @@ -2763,7 +2763,7 @@ public void rollbackApiSpec( * * *
-     * DeleteApiSpecRevision deletes a revision of a spec.
+     * Deletes a revision of a spec.
      * 
*/ public void deleteApiSpecRevision( @@ -2779,7 +2779,7 @@ public void deleteApiSpecRevision( * * *
-     * ListApiDeployments returns matching deployments.
+     * Returns matching deployments.
      * 
*/ public void listApiDeployments( @@ -2796,7 +2796,7 @@ public void listApiDeployments( * * *
-     * GetApiDeployment returns a specified deployment.
+     * Returns a specified deployment.
      * 
*/ public void getApiDeployment( @@ -2813,7 +2813,7 @@ public void getApiDeployment( * * *
-     * CreateApiDeployment creates a specified deployment.
+     * Creates a specified deployment.
      * 
*/ public void createApiDeployment( @@ -2830,7 +2830,7 @@ public void createApiDeployment( * * *
-     * UpdateApiDeployment can be used to modify a specified deployment.
+     * Used to modify a specified deployment.
      * 
*/ public void updateApiDeployment( @@ -2847,8 +2847,8 @@ public void updateApiDeployment( * * *
-     * DeleteApiDeployment removes a specified deployment, all revisions, and all
-     * child resources (e.g. artifacts).
+     * Removes a specified deployment, all revisions, and all
+     * child resources (e.g., artifacts).
      * 
*/ public void deleteApiDeployment( @@ -2864,7 +2864,7 @@ public void deleteApiDeployment( * * *
-     * TagApiDeploymentRevision adds a tag to a specified revision of a
+     * Adds a tag to a specified revision of a
      * deployment.
      * 
*/ @@ -2882,7 +2882,7 @@ public void tagApiDeploymentRevision( * * *
-     * ListApiDeploymentRevisions lists all revisions of a deployment.
+     * Lists all revisions of a deployment.
      * Revisions are returned in descending order of revision creation time.
      * 
*/ @@ -2901,7 +2901,7 @@ public void listApiDeploymentRevisions( * * *
-     * RollbackApiDeployment sets the current revision to a specified prior
+     * Sets the current revision to a specified prior
      * revision. Note that this creates a new revision with a new revision ID.
      * 
*/ @@ -2919,7 +2919,7 @@ public void rollbackApiDeployment( * * *
-     * DeleteApiDeploymentRevision deletes a revision of a deployment.
+     * Deletes a revision of a deployment.
      * 
*/ public void deleteApiDeploymentRevision( @@ -2936,7 +2936,7 @@ public void deleteApiDeploymentRevision( * * *
-     * ListArtifacts returns matching artifacts.
+     * Returns matching artifacts.
      * 
*/ public void listArtifacts( @@ -2953,7 +2953,7 @@ public void listArtifacts( * * *
-     * GetArtifact returns a specified artifact.
+     * Returns a specified artifact.
      * 
*/ public void getArtifact( @@ -2969,7 +2969,7 @@ public void getArtifact( * * *
-     * GetArtifactContents returns the contents of a specified artifact.
+     * Returns the contents of a specified artifact.
      * If artifacts are stored with GZip compression, the default behavior
      * is to return the artifact uncompressed (the mime_type response field
      * indicates the exact format returned).
@@ -2988,7 +2988,7 @@ public void getArtifactContents(
      *
      *
      * 
-     * CreateArtifact creates a specified artifact.
+     * Creates a specified artifact.
      * 
*/ public void createArtifact( @@ -3004,7 +3004,7 @@ public void createArtifact( * * *
-     * ReplaceArtifact can be used to replace a specified artifact.
+     * Used to replace a specified artifact.
      * 
*/ public void replaceArtifact( @@ -3020,7 +3020,7 @@ public void replaceArtifact( * * *
-     * DeleteArtifact removes a specified artifact.
+     * Removes a specified artifact.
      * 
*/ public void deleteArtifact( @@ -3055,7 +3055,7 @@ protected RegistryBlockingStub build(io.grpc.Channel channel, io.grpc.CallOption * * *
-     * ListApis returns matching APIs.
+     * Returns matching APIs.
      * 
*/ public com.google.cloud.apigeeregistry.v1.ListApisResponse listApis( @@ -3068,7 +3068,7 @@ public com.google.cloud.apigeeregistry.v1.ListApisResponse listApis( * * *
-     * GetApi returns a specified API.
+     * Returns a specified API.
      * 
*/ public com.google.cloud.apigeeregistry.v1.Api getApi( @@ -3081,7 +3081,7 @@ public com.google.cloud.apigeeregistry.v1.Api getApi( * * *
-     * CreateApi creates a specified API.
+     * Creates a specified API.
      * 
*/ public com.google.cloud.apigeeregistry.v1.Api createApi( @@ -3094,7 +3094,7 @@ public com.google.cloud.apigeeregistry.v1.Api createApi( * * *
-     * UpdateApi can be used to modify a specified API.
+     * Used to modify a specified API.
      * 
*/ public com.google.cloud.apigeeregistry.v1.Api updateApi( @@ -3107,7 +3107,7 @@ public com.google.cloud.apigeeregistry.v1.Api updateApi( * * *
-     * DeleteApi removes a specified API and all of the resources that it
+     * Removes a specified API and all of the resources that it
      * owns.
      * 
*/ @@ -3121,7 +3121,7 @@ public com.google.protobuf.Empty deleteApi( * * *
-     * ListApiVersions returns matching versions.
+     * Returns matching versions.
      * 
*/ public com.google.cloud.apigeeregistry.v1.ListApiVersionsResponse listApiVersions( @@ -3134,7 +3134,7 @@ public com.google.cloud.apigeeregistry.v1.ListApiVersionsResponse listApiVersion * * *
-     * GetApiVersion returns a specified version.
+     * Returns a specified version.
      * 
*/ public com.google.cloud.apigeeregistry.v1.ApiVersion getApiVersion( @@ -3147,7 +3147,7 @@ public com.google.cloud.apigeeregistry.v1.ApiVersion getApiVersion( * * *
-     * CreateApiVersion creates a specified version.
+     * Creates a specified version.
      * 
*/ public com.google.cloud.apigeeregistry.v1.ApiVersion createApiVersion( @@ -3160,7 +3160,7 @@ public com.google.cloud.apigeeregistry.v1.ApiVersion createApiVersion( * * *
-     * UpdateApiVersion can be used to modify a specified version.
+     * Used to modify a specified version.
      * 
*/ public com.google.cloud.apigeeregistry.v1.ApiVersion updateApiVersion( @@ -3173,7 +3173,7 @@ public com.google.cloud.apigeeregistry.v1.ApiVersion updateApiVersion( * * *
-     * DeleteApiVersion removes a specified version and all of the resources that
+     * Removes a specified version and all of the resources that
      * it owns.
      * 
*/ @@ -3187,7 +3187,7 @@ public com.google.protobuf.Empty deleteApiVersion( * * *
-     * ListApiSpecs returns matching specs.
+     * Returns matching specs.
      * 
*/ public com.google.cloud.apigeeregistry.v1.ListApiSpecsResponse listApiSpecs( @@ -3200,7 +3200,7 @@ public com.google.cloud.apigeeregistry.v1.ListApiSpecsResponse listApiSpecs( * * *
-     * GetApiSpec returns a specified spec.
+     * Returns a specified spec.
      * 
*/ public com.google.cloud.apigeeregistry.v1.ApiSpec getApiSpec( @@ -3213,7 +3213,7 @@ public com.google.cloud.apigeeregistry.v1.ApiSpec getApiSpec( * * *
-     * GetApiSpecContents returns the contents of a specified spec.
+     * Returns the contents of a specified spec.
      * If specs are stored with GZip compression, the default behavior
      * is to return the spec uncompressed (the mime_type response field
      * indicates the exact format returned).
@@ -3229,7 +3229,7 @@ public com.google.api.HttpBody getApiSpecContents(
      *
      *
      * 
-     * CreateApiSpec creates a specified spec.
+     * Creates a specified spec.
      * 
*/ public com.google.cloud.apigeeregistry.v1.ApiSpec createApiSpec( @@ -3242,7 +3242,7 @@ public com.google.cloud.apigeeregistry.v1.ApiSpec createApiSpec( * * *
-     * UpdateApiSpec can be used to modify a specified spec.
+     * Used to modify a specified spec.
      * 
*/ public com.google.cloud.apigeeregistry.v1.ApiSpec updateApiSpec( @@ -3255,8 +3255,8 @@ public com.google.cloud.apigeeregistry.v1.ApiSpec updateApiSpec( * * *
-     * DeleteApiSpec removes a specified spec, all revisions, and all child
-     * resources (e.g. artifacts).
+     * Removes a specified spec, all revisions, and all child
+     * resources (e.g., artifacts).
      * 
*/ public com.google.protobuf.Empty deleteApiSpec( @@ -3269,7 +3269,7 @@ public com.google.protobuf.Empty deleteApiSpec( * * *
-     * TagApiSpecRevision adds a tag to a specified revision of a spec.
+     * Adds a tag to a specified revision of a spec.
      * 
*/ public com.google.cloud.apigeeregistry.v1.ApiSpec tagApiSpecRevision( @@ -3282,7 +3282,7 @@ public com.google.cloud.apigeeregistry.v1.ApiSpec tagApiSpecRevision( * * *
-     * ListApiSpecRevisions lists all revisions of a spec.
+     * Lists all revisions of a spec.
      * Revisions are returned in descending order of revision creation time.
      * 
*/ @@ -3296,7 +3296,7 @@ public com.google.cloud.apigeeregistry.v1.ListApiSpecRevisionsResponse listApiSp * * *
-     * RollbackApiSpec sets the current revision to a specified prior revision.
+     * Sets the current revision to a specified prior revision.
      * Note that this creates a new revision with a new revision ID.
      * 
*/ @@ -3310,7 +3310,7 @@ public com.google.cloud.apigeeregistry.v1.ApiSpec rollbackApiSpec( * * *
-     * DeleteApiSpecRevision deletes a revision of a spec.
+     * Deletes a revision of a spec.
      * 
*/ public com.google.cloud.apigeeregistry.v1.ApiSpec deleteApiSpecRevision( @@ -3323,7 +3323,7 @@ public com.google.cloud.apigeeregistry.v1.ApiSpec deleteApiSpecRevision( * * *
-     * ListApiDeployments returns matching deployments.
+     * Returns matching deployments.
      * 
*/ public com.google.cloud.apigeeregistry.v1.ListApiDeploymentsResponse listApiDeployments( @@ -3336,7 +3336,7 @@ public com.google.cloud.apigeeregistry.v1.ListApiDeploymentsResponse listApiDepl * * *
-     * GetApiDeployment returns a specified deployment.
+     * Returns a specified deployment.
      * 
*/ public com.google.cloud.apigeeregistry.v1.ApiDeployment getApiDeployment( @@ -3349,7 +3349,7 @@ public com.google.cloud.apigeeregistry.v1.ApiDeployment getApiDeployment( * * *
-     * CreateApiDeployment creates a specified deployment.
+     * Creates a specified deployment.
      * 
*/ public com.google.cloud.apigeeregistry.v1.ApiDeployment createApiDeployment( @@ -3362,7 +3362,7 @@ public com.google.cloud.apigeeregistry.v1.ApiDeployment createApiDeployment( * * *
-     * UpdateApiDeployment can be used to modify a specified deployment.
+     * Used to modify a specified deployment.
      * 
*/ public com.google.cloud.apigeeregistry.v1.ApiDeployment updateApiDeployment( @@ -3375,8 +3375,8 @@ public com.google.cloud.apigeeregistry.v1.ApiDeployment updateApiDeployment( * * *
-     * DeleteApiDeployment removes a specified deployment, all revisions, and all
-     * child resources (e.g. artifacts).
+     * Removes a specified deployment, all revisions, and all
+     * child resources (e.g., artifacts).
      * 
*/ public com.google.protobuf.Empty deleteApiDeployment( @@ -3389,7 +3389,7 @@ public com.google.protobuf.Empty deleteApiDeployment( * * *
-     * TagApiDeploymentRevision adds a tag to a specified revision of a
+     * Adds a tag to a specified revision of a
      * deployment.
      * 
*/ @@ -3403,7 +3403,7 @@ public com.google.cloud.apigeeregistry.v1.ApiDeployment tagApiDeploymentRevision * * *
-     * ListApiDeploymentRevisions lists all revisions of a deployment.
+     * Lists all revisions of a deployment.
      * Revisions are returned in descending order of revision creation time.
      * 
*/ @@ -3418,7 +3418,7 @@ public com.google.cloud.apigeeregistry.v1.ApiDeployment tagApiDeploymentRevision * * *
-     * RollbackApiDeployment sets the current revision to a specified prior
+     * Sets the current revision to a specified prior
      * revision. Note that this creates a new revision with a new revision ID.
      * 
*/ @@ -3432,7 +3432,7 @@ public com.google.cloud.apigeeregistry.v1.ApiDeployment rollbackApiDeployment( * * *
-     * DeleteApiDeploymentRevision deletes a revision of a deployment.
+     * Deletes a revision of a deployment.
      * 
*/ public com.google.cloud.apigeeregistry.v1.ApiDeployment deleteApiDeploymentRevision( @@ -3445,7 +3445,7 @@ public com.google.cloud.apigeeregistry.v1.ApiDeployment deleteApiDeploymentRevis * * *
-     * ListArtifacts returns matching artifacts.
+     * Returns matching artifacts.
      * 
*/ public com.google.cloud.apigeeregistry.v1.ListArtifactsResponse listArtifacts( @@ -3458,7 +3458,7 @@ public com.google.cloud.apigeeregistry.v1.ListArtifactsResponse listArtifacts( * * *
-     * GetArtifact returns a specified artifact.
+     * Returns a specified artifact.
      * 
*/ public com.google.cloud.apigeeregistry.v1.Artifact getArtifact( @@ -3471,7 +3471,7 @@ public com.google.cloud.apigeeregistry.v1.Artifact getArtifact( * * *
-     * GetArtifactContents returns the contents of a specified artifact.
+     * Returns the contents of a specified artifact.
      * If artifacts are stored with GZip compression, the default behavior
      * is to return the artifact uncompressed (the mime_type response field
      * indicates the exact format returned).
@@ -3487,7 +3487,7 @@ public com.google.api.HttpBody getArtifactContents(
      *
      *
      * 
-     * CreateArtifact creates a specified artifact.
+     * Creates a specified artifact.
      * 
*/ public com.google.cloud.apigeeregistry.v1.Artifact createArtifact( @@ -3500,7 +3500,7 @@ public com.google.cloud.apigeeregistry.v1.Artifact createArtifact( * * *
-     * ReplaceArtifact can be used to replace a specified artifact.
+     * Used to replace a specified artifact.
      * 
*/ public com.google.cloud.apigeeregistry.v1.Artifact replaceArtifact( @@ -3513,7 +3513,7 @@ public com.google.cloud.apigeeregistry.v1.Artifact replaceArtifact( * * *
-     * DeleteArtifact removes a specified artifact.
+     * Removes a specified artifact.
      * 
*/ public com.google.protobuf.Empty deleteArtifact( @@ -3545,7 +3545,7 @@ protected RegistryFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions * * *
-     * ListApis returns matching APIs.
+     * Returns matching APIs.
      * 
*/ public com.google.common.util.concurrent.ListenableFuture< @@ -3559,7 +3559,7 @@ protected RegistryFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions * * *
-     * GetApi returns a specified API.
+     * Returns a specified API.
      * 
*/ public com.google.common.util.concurrent.ListenableFuture< @@ -3573,7 +3573,7 @@ protected RegistryFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions * * *
-     * CreateApi creates a specified API.
+     * Creates a specified API.
      * 
*/ public com.google.common.util.concurrent.ListenableFuture< @@ -3587,7 +3587,7 @@ protected RegistryFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions * * *
-     * UpdateApi can be used to modify a specified API.
+     * Used to modify a specified API.
      * 
*/ public com.google.common.util.concurrent.ListenableFuture< @@ -3601,7 +3601,7 @@ protected RegistryFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions * * *
-     * DeleteApi removes a specified API and all of the resources that it
+     * Removes a specified API and all of the resources that it
      * owns.
      * 
*/ @@ -3615,7 +3615,7 @@ public com.google.common.util.concurrent.ListenableFuture - * ListApiVersions returns matching versions. + * Returns matching versions. *
*/ public com.google.common.util.concurrent.ListenableFuture< @@ -3629,7 +3629,7 @@ public com.google.common.util.concurrent.ListenableFuture - * GetApiVersion returns a specified version. + * Returns a specified version. *
*/ public com.google.common.util.concurrent.ListenableFuture< @@ -3643,7 +3643,7 @@ public com.google.common.util.concurrent.ListenableFuture - * CreateApiVersion creates a specified version. + * Creates a specified version. *
*/ public com.google.common.util.concurrent.ListenableFuture< @@ -3657,7 +3657,7 @@ public com.google.common.util.concurrent.ListenableFuture - * UpdateApiVersion can be used to modify a specified version. + * Used to modify a specified version. *
*/ public com.google.common.util.concurrent.ListenableFuture< @@ -3671,7 +3671,7 @@ public com.google.common.util.concurrent.ListenableFuture - * DeleteApiVersion removes a specified version and all of the resources that + * Removes a specified version and all of the resources that * it owns. *
*/ @@ -3685,7 +3685,7 @@ public com.google.common.util.concurrent.ListenableFuture - * ListApiSpecs returns matching specs. + * Returns matching specs. *
*/ public com.google.common.util.concurrent.ListenableFuture< @@ -3699,7 +3699,7 @@ public com.google.common.util.concurrent.ListenableFuture - * GetApiSpec returns a specified spec. + * Returns a specified spec. * */ public com.google.common.util.concurrent.ListenableFuture< @@ -3713,7 +3713,7 @@ public com.google.common.util.concurrent.ListenableFuture - * GetApiSpecContents returns the contents of a specified spec. + * Returns the contents of a specified spec. * If specs are stored with GZip compression, the default behavior * is to return the spec uncompressed (the mime_type response field * indicates the exact format returned). @@ -3729,7 +3729,7 @@ public com.google.common.util.concurrent.ListenableFuture - * CreateApiSpec creates a specified spec. + * Creates a specified spec. * */ public com.google.common.util.concurrent.ListenableFuture< @@ -3743,7 +3743,7 @@ public com.google.common.util.concurrent.ListenableFuture - * UpdateApiSpec can be used to modify a specified spec. + * Used to modify a specified spec. * */ public com.google.common.util.concurrent.ListenableFuture< @@ -3757,8 +3757,8 @@ public com.google.common.util.concurrent.ListenableFuture - * DeleteApiSpec removes a specified spec, all revisions, and all child - * resources (e.g. artifacts). + * Removes a specified spec, all revisions, and all child + * resources (e.g., artifacts). * */ public com.google.common.util.concurrent.ListenableFuture @@ -3771,7 +3771,7 @@ public com.google.common.util.concurrent.ListenableFuture - * TagApiSpecRevision adds a tag to a specified revision of a spec. + * Adds a tag to a specified revision of a spec. * */ public com.google.common.util.concurrent.ListenableFuture< @@ -3785,7 +3785,7 @@ public com.google.common.util.concurrent.ListenableFuture - * ListApiSpecRevisions lists all revisions of a spec. + * Lists all revisions of a spec. * Revisions are returned in descending order of revision creation time. * */ @@ -3801,7 +3801,7 @@ public com.google.common.util.concurrent.ListenableFuture - * RollbackApiSpec sets the current revision to a specified prior revision. + * Sets the current revision to a specified prior revision. * Note that this creates a new revision with a new revision ID. * */ @@ -3816,7 +3816,7 @@ public com.google.common.util.concurrent.ListenableFuture - * DeleteApiSpecRevision deletes a revision of a spec. + * Deletes a revision of a spec. * */ public com.google.common.util.concurrent.ListenableFuture< @@ -3831,7 +3831,7 @@ public com.google.common.util.concurrent.ListenableFuture - * ListApiDeployments returns matching deployments. + * Returns matching deployments. * */ public com.google.common.util.concurrent.ListenableFuture< @@ -3845,7 +3845,7 @@ public com.google.common.util.concurrent.ListenableFuture - * GetApiDeployment returns a specified deployment. + * Returns a specified deployment. * */ public com.google.common.util.concurrent.ListenableFuture< @@ -3859,7 +3859,7 @@ public com.google.common.util.concurrent.ListenableFuture - * CreateApiDeployment creates a specified deployment. + * Creates a specified deployment. * */ public com.google.common.util.concurrent.ListenableFuture< @@ -3873,7 +3873,7 @@ public com.google.common.util.concurrent.ListenableFuture - * UpdateApiDeployment can be used to modify a specified deployment. + * Used to modify a specified deployment. * */ public com.google.common.util.concurrent.ListenableFuture< @@ -3887,8 +3887,8 @@ public com.google.common.util.concurrent.ListenableFuture - * DeleteApiDeployment removes a specified deployment, all revisions, and all - * child resources (e.g. artifacts). + * Removes a specified deployment, all revisions, and all + * child resources (e.g., artifacts). * */ public com.google.common.util.concurrent.ListenableFuture @@ -3901,7 +3901,7 @@ public com.google.common.util.concurrent.ListenableFuture - * TagApiDeploymentRevision adds a tag to a specified revision of a + * Adds a tag to a specified revision of a * deployment. * */ @@ -3917,7 +3917,7 @@ public com.google.common.util.concurrent.ListenableFuture - * ListApiDeploymentRevisions lists all revisions of a deployment. + * Lists all revisions of a deployment. * Revisions are returned in descending order of revision creation time. * */ @@ -3933,7 +3933,7 @@ public com.google.common.util.concurrent.ListenableFuture - * RollbackApiDeployment sets the current revision to a specified prior + * Sets the current revision to a specified prior * revision. Note that this creates a new revision with a new revision ID. * */ @@ -3949,7 +3949,7 @@ public com.google.common.util.concurrent.ListenableFuture - * DeleteApiDeploymentRevision deletes a revision of a deployment. + * Deletes a revision of a deployment. * */ public com.google.common.util.concurrent.ListenableFuture< @@ -3964,7 +3964,7 @@ public com.google.common.util.concurrent.ListenableFuture - * ListArtifacts returns matching artifacts. + * Returns matching artifacts. * */ public com.google.common.util.concurrent.ListenableFuture< @@ -3978,7 +3978,7 @@ public com.google.common.util.concurrent.ListenableFuture - * GetArtifact returns a specified artifact. + * Returns a specified artifact. * */ public com.google.common.util.concurrent.ListenableFuture< @@ -3992,7 +3992,7 @@ public com.google.common.util.concurrent.ListenableFuture - * GetArtifactContents returns the contents of a specified artifact. + * Returns the contents of a specified artifact. * If artifacts are stored with GZip compression, the default behavior * is to return the artifact uncompressed (the mime_type response field * indicates the exact format returned). @@ -4008,7 +4008,7 @@ public com.google.common.util.concurrent.ListenableFuture - * CreateArtifact creates a specified artifact. + * Creates a specified artifact. * */ public com.google.common.util.concurrent.ListenableFuture< @@ -4022,7 +4022,7 @@ public com.google.common.util.concurrent.ListenableFuture - * ReplaceArtifact can be used to replace a specified artifact. + * Used to replace a specified artifact. * */ public com.google.common.util.concurrent.ListenableFuture< @@ -4036,7 +4036,7 @@ public com.google.common.util.concurrent.ListenableFuture - * DeleteArtifact removes a specified artifact. + * Removes a specified artifact. * */ public com.google.common.util.concurrent.ListenableFuture diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/Api.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/Api.java index 2b303fbbdf90..e2e84423c097 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/Api.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/Api.java @@ -22,8 +22,8 @@ * * *
- * An Api is a top-level description of an API.
- * Apis are produced by producers and are commitments to provide services.
+ * A top-level description of an API.
+ * Produced by producers and are commitments to provide services.
  * 
* * Protobuf type {@code google.cloud.apigeeregistry.v1.Api} @@ -479,7 +479,7 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { *
    * A user-definable description of the availability of this service.
    * Format: free-form, but we expect single words that describe availability,
-   * e.g. "NONE", "TESTING", "PREVIEW", "GENERAL", "DEPRECATED", "SHUTDOWN".
+   * e.g., "NONE", "TESTING", "PREVIEW", "GENERAL", "DEPRECATED", "SHUTDOWN".
    * 
* * string availability = 6; @@ -504,7 +504,7 @@ public java.lang.String getAvailability() { *
    * A user-definable description of the availability of this service.
    * Format: free-form, but we expect single words that describe availability,
-   * e.g. "NONE", "TESTING", "PREVIEW", "GENERAL", "DEPRECATED", "SHUTDOWN".
+   * e.g., "NONE", "TESTING", "PREVIEW", "GENERAL", "DEPRECATED", "SHUTDOWN".
    * 
* * string availability = 6; @@ -531,7 +531,7 @@ public com.google.protobuf.ByteString getAvailabilityBytes() { * *
    * The recommended version of the API.
-   * Format: apis/{api}/versions/{version}
+   * Format: `apis/{api}/versions/{version}`
    * 
* * string recommended_version = 7 [(.google.api.resource_reference) = { ... } @@ -555,7 +555,7 @@ public java.lang.String getRecommendedVersion() { * *
    * The recommended version of the API.
-   * Format: apis/{api}/versions/{version}
+   * Format: `apis/{api}/versions/{version}`
    * 
* * string recommended_version = 7 [(.google.api.resource_reference) = { ... } @@ -582,7 +582,7 @@ public com.google.protobuf.ByteString getRecommendedVersionBytes() { * *
    * The recommended deployment of the API.
-   * Format: apis/{api}/deployments/{deployment}
+   * Format: `apis/{api}/deployments/{deployment}`
    * 
* * string recommended_deployment = 8 [(.google.api.resource_reference) = { ... } @@ -606,7 +606,7 @@ public java.lang.String getRecommendedDeployment() { * *
    * The recommended deployment of the API.
-   * Format: apis/{api}/deployments/{deployment}
+   * Format: `apis/{api}/deployments/{deployment}`
    * 
* * string recommended_deployment = 8 [(.google.api.resource_reference) = { ... } @@ -659,12 +659,12 @@ public int getLabelsCount() { * be used to filter list operations. * Label keys and values can be no longer than 64 characters * (Unicode codepoints), can only contain lowercase letters, numeric - * characters, underscores and dashes. International characters are allowed. + * characters, underscores, and dashes. International characters are allowed. * No more than 64 user labels can be associated with one resource (System * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 9; @@ -690,12 +690,12 @@ public java.util.Map getLabels() { * be used to filter list operations. * Label keys and values can be no longer than 64 characters * (Unicode codepoints), can only contain lowercase letters, numeric - * characters, underscores and dashes. International characters are allowed. + * characters, underscores, and dashes. International characters are allowed. * No more than 64 user labels can be associated with one resource (System * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 9; @@ -712,12 +712,12 @@ public java.util.Map getLabelsMap() { * be used to filter list operations. * Label keys and values can be no longer than 64 characters * (Unicode codepoints), can only contain lowercase letters, numeric - * characters, underscores and dashes. International characters are allowed. + * characters, underscores, and dashes. International characters are allowed. * No more than 64 user labels can be associated with one resource (System * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 9; @@ -738,12 +738,12 @@ public java.lang.String getLabelsOrDefault(java.lang.String key, java.lang.Strin * be used to filter list operations. * Label keys and values can be no longer than 64 characters * (Unicode codepoints), can only contain lowercase letters, numeric - * characters, underscores and dashes. International characters are allowed. + * characters, underscores, and dashes. International characters are allowed. * No more than 64 user labels can be associated with one resource (System * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 9; @@ -1141,8 +1141,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * An Api is a top-level description of an API.
-   * Apis are produced by producers and are commitments to provide services.
+   * A top-level description of an API.
+   * Produced by producers and are commitments to provide services.
    * 
* * Protobuf type {@code google.cloud.apigeeregistry.v1.Api} @@ -2120,7 +2120,7 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { *
      * A user-definable description of the availability of this service.
      * Format: free-form, but we expect single words that describe availability,
-     * e.g. "NONE", "TESTING", "PREVIEW", "GENERAL", "DEPRECATED", "SHUTDOWN".
+     * e.g., "NONE", "TESTING", "PREVIEW", "GENERAL", "DEPRECATED", "SHUTDOWN".
      * 
* * string availability = 6; @@ -2144,7 +2144,7 @@ public java.lang.String getAvailability() { *
      * A user-definable description of the availability of this service.
      * Format: free-form, but we expect single words that describe availability,
-     * e.g. "NONE", "TESTING", "PREVIEW", "GENERAL", "DEPRECATED", "SHUTDOWN".
+     * e.g., "NONE", "TESTING", "PREVIEW", "GENERAL", "DEPRECATED", "SHUTDOWN".
      * 
* * string availability = 6; @@ -2168,7 +2168,7 @@ public com.google.protobuf.ByteString getAvailabilityBytes() { *
      * A user-definable description of the availability of this service.
      * Format: free-form, but we expect single words that describe availability,
-     * e.g. "NONE", "TESTING", "PREVIEW", "GENERAL", "DEPRECATED", "SHUTDOWN".
+     * e.g., "NONE", "TESTING", "PREVIEW", "GENERAL", "DEPRECATED", "SHUTDOWN".
      * 
* * string availability = 6; @@ -2191,7 +2191,7 @@ public Builder setAvailability(java.lang.String value) { *
      * A user-definable description of the availability of this service.
      * Format: free-form, but we expect single words that describe availability,
-     * e.g. "NONE", "TESTING", "PREVIEW", "GENERAL", "DEPRECATED", "SHUTDOWN".
+     * e.g., "NONE", "TESTING", "PREVIEW", "GENERAL", "DEPRECATED", "SHUTDOWN".
      * 
* * string availability = 6; @@ -2210,7 +2210,7 @@ public Builder clearAvailability() { *
      * A user-definable description of the availability of this service.
      * Format: free-form, but we expect single words that describe availability,
-     * e.g. "NONE", "TESTING", "PREVIEW", "GENERAL", "DEPRECATED", "SHUTDOWN".
+     * e.g., "NONE", "TESTING", "PREVIEW", "GENERAL", "DEPRECATED", "SHUTDOWN".
      * 
* * string availability = 6; @@ -2235,7 +2235,7 @@ public Builder setAvailabilityBytes(com.google.protobuf.ByteString value) { * *
      * The recommended version of the API.
-     * Format: apis/{api}/versions/{version}
+     * Format: `apis/{api}/versions/{version}`
      * 
* * string recommended_version = 7 [(.google.api.resource_reference) = { ... } @@ -2258,7 +2258,7 @@ public java.lang.String getRecommendedVersion() { * *
      * The recommended version of the API.
-     * Format: apis/{api}/versions/{version}
+     * Format: `apis/{api}/versions/{version}`
      * 
* * string recommended_version = 7 [(.google.api.resource_reference) = { ... } @@ -2281,7 +2281,7 @@ public com.google.protobuf.ByteString getRecommendedVersionBytes() { * *
      * The recommended version of the API.
-     * Format: apis/{api}/versions/{version}
+     * Format: `apis/{api}/versions/{version}`
      * 
* * string recommended_version = 7 [(.google.api.resource_reference) = { ... } @@ -2303,7 +2303,7 @@ public Builder setRecommendedVersion(java.lang.String value) { * *
      * The recommended version of the API.
-     * Format: apis/{api}/versions/{version}
+     * Format: `apis/{api}/versions/{version}`
      * 
* * string recommended_version = 7 [(.google.api.resource_reference) = { ... } @@ -2321,7 +2321,7 @@ public Builder clearRecommendedVersion() { * *
      * The recommended version of the API.
-     * Format: apis/{api}/versions/{version}
+     * Format: `apis/{api}/versions/{version}`
      * 
* * string recommended_version = 7 [(.google.api.resource_reference) = { ... } @@ -2346,7 +2346,7 @@ public Builder setRecommendedVersionBytes(com.google.protobuf.ByteString value) * *
      * The recommended deployment of the API.
-     * Format: apis/{api}/deployments/{deployment}
+     * Format: `apis/{api}/deployments/{deployment}`
      * 
* * string recommended_deployment = 8 [(.google.api.resource_reference) = { ... } @@ -2369,7 +2369,7 @@ public java.lang.String getRecommendedDeployment() { * *
      * The recommended deployment of the API.
-     * Format: apis/{api}/deployments/{deployment}
+     * Format: `apis/{api}/deployments/{deployment}`
      * 
* * string recommended_deployment = 8 [(.google.api.resource_reference) = { ... } @@ -2392,7 +2392,7 @@ public com.google.protobuf.ByteString getRecommendedDeploymentBytes() { * *
      * The recommended deployment of the API.
-     * Format: apis/{api}/deployments/{deployment}
+     * Format: `apis/{api}/deployments/{deployment}`
      * 
* * string recommended_deployment = 8 [(.google.api.resource_reference) = { ... } @@ -2414,7 +2414,7 @@ public Builder setRecommendedDeployment(java.lang.String value) { * *
      * The recommended deployment of the API.
-     * Format: apis/{api}/deployments/{deployment}
+     * Format: `apis/{api}/deployments/{deployment}`
      * 
* * string recommended_deployment = 8 [(.google.api.resource_reference) = { ... } @@ -2432,7 +2432,7 @@ public Builder clearRecommendedDeployment() { * *
      * The recommended deployment of the API.
-     * Format: apis/{api}/deployments/{deployment}
+     * Format: `apis/{api}/deployments/{deployment}`
      * 
* * string recommended_deployment = 8 [(.google.api.resource_reference) = { ... } @@ -2484,12 +2484,12 @@ public int getLabelsCount() { * be used to filter list operations. * Label keys and values can be no longer than 64 characters * (Unicode codepoints), can only contain lowercase letters, numeric - * characters, underscores and dashes. International characters are allowed. + * characters, underscores, and dashes. International characters are allowed. * No more than 64 user labels can be associated with one resource (System * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 9; @@ -2515,12 +2515,12 @@ public java.util.Map getLabels() { * be used to filter list operations. * Label keys and values can be no longer than 64 characters * (Unicode codepoints), can only contain lowercase letters, numeric - * characters, underscores and dashes. International characters are allowed. + * characters, underscores, and dashes. International characters are allowed. * No more than 64 user labels can be associated with one resource (System * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 9; @@ -2537,12 +2537,12 @@ public java.util.Map getLabelsMap() { * be used to filter list operations. * Label keys and values can be no longer than 64 characters * (Unicode codepoints), can only contain lowercase letters, numeric - * characters, underscores and dashes. International characters are allowed. + * characters, underscores, and dashes. International characters are allowed. * No more than 64 user labels can be associated with one resource (System * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 9; @@ -2564,12 +2564,12 @@ public java.lang.String getLabelsOrDefault( * be used to filter list operations. * Label keys and values can be no longer than 64 characters * (Unicode codepoints), can only contain lowercase letters, numeric - * characters, underscores and dashes. International characters are allowed. + * characters, underscores, and dashes. International characters are allowed. * No more than 64 user labels can be associated with one resource (System * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 9; @@ -2598,12 +2598,12 @@ public Builder clearLabels() { * be used to filter list operations. * Label keys and values can be no longer than 64 characters * (Unicode codepoints), can only contain lowercase letters, numeric - * characters, underscores and dashes. International characters are allowed. + * characters, underscores, and dashes. International characters are allowed. * No more than 64 user labels can be associated with one resource (System * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 9; @@ -2628,12 +2628,12 @@ public java.util.Map getMutableLabels() { * be used to filter list operations. * Label keys and values can be no longer than 64 characters * (Unicode codepoints), can only contain lowercase letters, numeric - * characters, underscores and dashes. International characters are allowed. + * characters, underscores, and dashes. International characters are allowed. * No more than 64 user labels can be associated with one resource (System * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 9; @@ -2657,12 +2657,12 @@ public Builder putLabels(java.lang.String key, java.lang.String value) { * be used to filter list operations. * Label keys and values can be no longer than 64 characters * (Unicode codepoints), can only contain lowercase letters, numeric - * characters, underscores and dashes. International characters are allowed. + * characters, underscores, and dashes. International characters are allowed. * No more than 64 user labels can be associated with one resource (System * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 9; diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiDeployment.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiDeployment.java index 7b0c58fb74ef..c9cce734bdce 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiDeployment.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiDeployment.java @@ -22,7 +22,7 @@ * * *
- * An ApiDeployment describes a service running at particular address that
+ * Describes a service running at particular address that
  * provides a particular version of an API. ApiDeployments have revisions which
  * correspond to different configurations of a single deployment in time.
  * Revision identifiers should be updated whenever the served API spec or
@@ -635,9 +635,9 @@ public com.google.protobuf.TimestampOrBuilder getRevisionUpdateTimeOrBuilder() {
    *
    *
    * 
-   * The full resource name (including revision id) of the spec of the API being
+   * The full resource name (including revision ID) of the spec of the API being
    * served by the deployment. Changes to this value will update the revision.
-   * Format: apis/{api}/deployments/{deployment}
+   * Format: `apis/{api}/deployments/{deployment}`
    * 
* * string api_spec_revision = 8 [(.google.api.resource_reference) = { ... } @@ -660,9 +660,9 @@ public java.lang.String getApiSpecRevision() { * * *
-   * The full resource name (including revision id) of the spec of the API being
+   * The full resource name (including revision ID) of the spec of the API being
    * served by the deployment. Changes to this value will update the revision.
-   * Format: apis/{api}/deployments/{deployment}
+   * Format: `apis/{api}/deployments/{deployment}`
    * 
* * string api_spec_revision = 8 [(.google.api.resource_reference) = { ... } @@ -739,7 +739,7 @@ public com.google.protobuf.ByteString getEndpointUriBytes() { * * *
-   * The address of the external channel of the API (e.g. the Developer
+   * The address of the external channel of the API (e.g., the Developer
    * Portal). Changes to this value will not affect the revision.
    * 
* @@ -763,7 +763,7 @@ public java.lang.String getExternalChannelUri() { * * *
-   * The address of the external channel of the API (e.g. the Developer
+   * The address of the external channel of the API (e.g., the Developer
    * Portal). Changes to this value will not affect the revision.
    * 
* @@ -924,7 +924,7 @@ public int getLabelsCount() { * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. *
* * map<string, string> labels = 14; @@ -955,7 +955,7 @@ public java.util.Map getLabels() { * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 14; @@ -977,7 +977,7 @@ public java.util.Map getLabelsMap() { * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 14; @@ -1003,7 +1003,7 @@ public java.lang.String getLabelsOrDefault(java.lang.String key, java.lang.Strin * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 14; @@ -1443,7 +1443,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * An ApiDeployment describes a service running at particular address that
+   * Describes a service running at particular address that
    * provides a particular version of an API. ApiDeployments have revisions which
    * correspond to different configurations of a single deployment in time.
    * Revision identifiers should be updated whenever the served API spec or
@@ -2790,9 +2790,9 @@ public com.google.protobuf.TimestampOrBuilder getRevisionUpdateTimeOrBuilder() {
      *
      *
      * 
-     * The full resource name (including revision id) of the spec of the API being
+     * The full resource name (including revision ID) of the spec of the API being
      * served by the deployment. Changes to this value will update the revision.
-     * Format: apis/{api}/deployments/{deployment}
+     * Format: `apis/{api}/deployments/{deployment}`
      * 
* * string api_spec_revision = 8 [(.google.api.resource_reference) = { ... } @@ -2814,9 +2814,9 @@ public java.lang.String getApiSpecRevision() { * * *
-     * The full resource name (including revision id) of the spec of the API being
+     * The full resource name (including revision ID) of the spec of the API being
      * served by the deployment. Changes to this value will update the revision.
-     * Format: apis/{api}/deployments/{deployment}
+     * Format: `apis/{api}/deployments/{deployment}`
      * 
* * string api_spec_revision = 8 [(.google.api.resource_reference) = { ... } @@ -2838,9 +2838,9 @@ public com.google.protobuf.ByteString getApiSpecRevisionBytes() { * * *
-     * The full resource name (including revision id) of the spec of the API being
+     * The full resource name (including revision ID) of the spec of the API being
      * served by the deployment. Changes to this value will update the revision.
-     * Format: apis/{api}/deployments/{deployment}
+     * Format: `apis/{api}/deployments/{deployment}`
      * 
* * string api_spec_revision = 8 [(.google.api.resource_reference) = { ... } @@ -2861,9 +2861,9 @@ public Builder setApiSpecRevision(java.lang.String value) { * * *
-     * The full resource name (including revision id) of the spec of the API being
+     * The full resource name (including revision ID) of the spec of the API being
      * served by the deployment. Changes to this value will update the revision.
-     * Format: apis/{api}/deployments/{deployment}
+     * Format: `apis/{api}/deployments/{deployment}`
      * 
* * string api_spec_revision = 8 [(.google.api.resource_reference) = { ... } @@ -2880,9 +2880,9 @@ public Builder clearApiSpecRevision() { * * *
-     * The full resource name (including revision id) of the spec of the API being
+     * The full resource name (including revision ID) of the spec of the API being
      * served by the deployment. Changes to this value will update the revision.
-     * Format: apis/{api}/deployments/{deployment}
+     * Format: `apis/{api}/deployments/{deployment}`
      * 
* * string api_spec_revision = 8 [(.google.api.resource_reference) = { ... } @@ -3017,7 +3017,7 @@ public Builder setEndpointUriBytes(com.google.protobuf.ByteString value) { * * *
-     * The address of the external channel of the API (e.g. the Developer
+     * The address of the external channel of the API (e.g., the Developer
      * Portal). Changes to this value will not affect the revision.
      * 
* @@ -3040,7 +3040,7 @@ public java.lang.String getExternalChannelUri() { * * *
-     * The address of the external channel of the API (e.g. the Developer
+     * The address of the external channel of the API (e.g., the Developer
      * Portal). Changes to this value will not affect the revision.
      * 
* @@ -3063,7 +3063,7 @@ public com.google.protobuf.ByteString getExternalChannelUriBytes() { * * *
-     * The address of the external channel of the API (e.g. the Developer
+     * The address of the external channel of the API (e.g., the Developer
      * Portal). Changes to this value will not affect the revision.
      * 
* @@ -3085,7 +3085,7 @@ public Builder setExternalChannelUri(java.lang.String value) { * * *
-     * The address of the external channel of the API (e.g. the Developer
+     * The address of the external channel of the API (e.g., the Developer
      * Portal). Changes to this value will not affect the revision.
      * 
* @@ -3103,7 +3103,7 @@ public Builder clearExternalChannelUri() { * * *
-     * The address of the external channel of the API (e.g. the Developer
+     * The address of the external channel of the API (e.g., the Developer
      * Portal). Changes to this value will not affect the revision.
      * 
* @@ -3383,7 +3383,7 @@ public int getLabelsCount() { * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. *
* * map<string, string> labels = 14; @@ -3414,7 +3414,7 @@ public java.util.Map getLabels() { * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 14; @@ -3436,7 +3436,7 @@ public java.util.Map getLabelsMap() { * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 14; @@ -3463,7 +3463,7 @@ public java.lang.String getLabelsOrDefault( * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 14; @@ -3497,7 +3497,7 @@ public Builder clearLabels() { * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 14; @@ -3527,7 +3527,7 @@ public java.util.Map getMutableLabels() { * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 14; @@ -3556,7 +3556,7 @@ public Builder putLabels(java.lang.String key, java.lang.String value) { * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 14; diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiDeploymentOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiDeploymentOrBuilder.java index 760f2d9a382a..04b8c2e0842d 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiDeploymentOrBuilder.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiDeploymentOrBuilder.java @@ -255,9 +255,9 @@ public interface ApiDeploymentOrBuilder * * *
-   * The full resource name (including revision id) of the spec of the API being
+   * The full resource name (including revision ID) of the spec of the API being
    * served by the deployment. Changes to this value will update the revision.
-   * Format: apis/{api}/deployments/{deployment}
+   * Format: `apis/{api}/deployments/{deployment}`
    * 
* * string api_spec_revision = 8 [(.google.api.resource_reference) = { ... } @@ -269,9 +269,9 @@ public interface ApiDeploymentOrBuilder * * *
-   * The full resource name (including revision id) of the spec of the API being
+   * The full resource name (including revision ID) of the spec of the API being
    * served by the deployment. Changes to this value will update the revision.
-   * Format: apis/{api}/deployments/{deployment}
+   * Format: `apis/{api}/deployments/{deployment}`
    * 
* * string api_spec_revision = 8 [(.google.api.resource_reference) = { ... } @@ -311,7 +311,7 @@ public interface ApiDeploymentOrBuilder * * *
-   * The address of the external channel of the API (e.g. the Developer
+   * The address of the external channel of the API (e.g., the Developer
    * Portal). Changes to this value will not affect the revision.
    * 
* @@ -324,7 +324,7 @@ public interface ApiDeploymentOrBuilder * * *
-   * The address of the external channel of the API (e.g. the Developer
+   * The address of the external channel of the API (e.g., the Developer
    * Portal). Changes to this value will not affect the revision.
    * 
* @@ -401,7 +401,7 @@ public interface ApiDeploymentOrBuilder * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 14; @@ -420,7 +420,7 @@ public interface ApiDeploymentOrBuilder * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 14; @@ -442,7 +442,7 @@ public interface ApiDeploymentOrBuilder * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 14; @@ -461,7 +461,7 @@ public interface ApiDeploymentOrBuilder * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 14; @@ -485,7 +485,7 @@ java.lang.String getLabelsOrDefault( * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 14; diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiOrBuilder.java index 34159f26a894..903af1504a0b 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiOrBuilder.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiOrBuilder.java @@ -180,7 +180,7 @@ public interface ApiOrBuilder *
    * A user-definable description of the availability of this service.
    * Format: free-form, but we expect single words that describe availability,
-   * e.g. "NONE", "TESTING", "PREVIEW", "GENERAL", "DEPRECATED", "SHUTDOWN".
+   * e.g., "NONE", "TESTING", "PREVIEW", "GENERAL", "DEPRECATED", "SHUTDOWN".
    * 
* * string availability = 6; @@ -194,7 +194,7 @@ public interface ApiOrBuilder *
    * A user-definable description of the availability of this service.
    * Format: free-form, but we expect single words that describe availability,
-   * e.g. "NONE", "TESTING", "PREVIEW", "GENERAL", "DEPRECATED", "SHUTDOWN".
+   * e.g., "NONE", "TESTING", "PREVIEW", "GENERAL", "DEPRECATED", "SHUTDOWN".
    * 
* * string availability = 6; @@ -208,7 +208,7 @@ public interface ApiOrBuilder * *
    * The recommended version of the API.
-   * Format: apis/{api}/versions/{version}
+   * Format: `apis/{api}/versions/{version}`
    * 
* * string recommended_version = 7 [(.google.api.resource_reference) = { ... } @@ -221,7 +221,7 @@ public interface ApiOrBuilder * *
    * The recommended version of the API.
-   * Format: apis/{api}/versions/{version}
+   * Format: `apis/{api}/versions/{version}`
    * 
* * string recommended_version = 7 [(.google.api.resource_reference) = { ... } @@ -235,7 +235,7 @@ public interface ApiOrBuilder * *
    * The recommended deployment of the API.
-   * Format: apis/{api}/deployments/{deployment}
+   * Format: `apis/{api}/deployments/{deployment}`
    * 
* * string recommended_deployment = 8 [(.google.api.resource_reference) = { ... } @@ -248,7 +248,7 @@ public interface ApiOrBuilder * *
    * The recommended deployment of the API.
-   * Format: apis/{api}/deployments/{deployment}
+   * Format: `apis/{api}/deployments/{deployment}`
    * 
* * string recommended_deployment = 8 [(.google.api.resource_reference) = { ... } @@ -265,12 +265,12 @@ public interface ApiOrBuilder * be used to filter list operations. * Label keys and values can be no longer than 64 characters * (Unicode codepoints), can only contain lowercase letters, numeric - * characters, underscores and dashes. International characters are allowed. + * characters, underscores, and dashes. International characters are allowed. * No more than 64 user labels can be associated with one resource (System * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 9; @@ -284,12 +284,12 @@ public interface ApiOrBuilder * be used to filter list operations. * Label keys and values can be no longer than 64 characters * (Unicode codepoints), can only contain lowercase letters, numeric - * characters, underscores and dashes. International characters are allowed. + * characters, underscores, and dashes. International characters are allowed. * No more than 64 user labels can be associated with one resource (System * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 9; @@ -306,12 +306,12 @@ public interface ApiOrBuilder * be used to filter list operations. * Label keys and values can be no longer than 64 characters * (Unicode codepoints), can only contain lowercase letters, numeric - * characters, underscores and dashes. International characters are allowed. + * characters, underscores, and dashes. International characters are allowed. * No more than 64 user labels can be associated with one resource (System * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 9; @@ -325,12 +325,12 @@ public interface ApiOrBuilder * be used to filter list operations. * Label keys and values can be no longer than 64 characters * (Unicode codepoints), can only contain lowercase letters, numeric - * characters, underscores and dashes. International characters are allowed. + * characters, underscores, and dashes. International characters are allowed. * No more than 64 user labels can be associated with one resource (System * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 9; @@ -349,12 +349,12 @@ java.lang.String getLabelsOrDefault( * be used to filter list operations. * Label keys and values can be no longer than 64 characters * (Unicode codepoints), can only contain lowercase letters, numeric - * characters, underscores and dashes. International characters are allowed. + * characters, underscores, and dashes. International characters are allowed. * No more than 64 user labels can be associated with one resource (System * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 9; diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiSpec.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiSpec.java index 31a9c9265322..6d622c1e997f 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiSpec.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiSpec.java @@ -22,11 +22,11 @@ * * *
- * An ApiSpec describes a version of an API in a structured way.
+ * Describes a version of an API in a structured way.
  * ApiSpecs provide formal descriptions that consumers can use to use a version.
  * ApiSpec resources are intended to be fully-resolved descriptions of an
  * ApiVersion. When specs consist of multiple files, these should be bundled
- * together (e.g. in a zip archive) and stored as a unit. Multiple specs can
+ * together (e.g., in a zip archive) and stored as a unit. Multiple specs can
  * exist to provide representations in different API description formats.
  * Synchronization of these representations would be provided by tooling and
  * background services.
@@ -635,8 +635,8 @@ public com.google.protobuf.TimestampOrBuilder getRevisionUpdateTimeOrBuilder() {
    * 
    * A style (format) descriptor for this spec that is specified as a Media Type
    * (https://en.wikipedia.org/wiki/Media_type). Possible values include
-   * "application/vnd.apigee.proto", "application/vnd.apigee.openapi", and
-   * "application/vnd.apigee.graphql", with possible suffixes representing
+   * `application/vnd.apigee.proto`, `application/vnd.apigee.openapi`, and
+   * `application/vnd.apigee.graphql`, with possible suffixes representing
    * compression types. These hypothetical names are defined in the vendor tree
    * defined in RFC6838 (https://tools.ietf.org/html/rfc6838) and are not final.
    * Content types can specify compression. Currently only GZip compression is
@@ -665,8 +665,8 @@ public java.lang.String getMimeType() {
    * 
    * A style (format) descriptor for this spec that is specified as a Media Type
    * (https://en.wikipedia.org/wiki/Media_type). Possible values include
-   * "application/vnd.apigee.proto", "application/vnd.apigee.openapi", and
-   * "application/vnd.apigee.graphql", with possible suffixes representing
+   * `application/vnd.apigee.proto`, `application/vnd.apigee.openapi`, and
+   * `application/vnd.apigee.graphql`, with possible suffixes representing
    * compression types. These hypothetical names are defined in the vendor tree
    * defined in RFC6838 (https://tools.ietf.org/html/rfc6838) and are not final.
    * Content types can specify compression. Currently only GZip compression is
@@ -873,7 +873,7 @@ public int getLabelsCount() {
    * labels are excluded).
    * See https://goo.gl/xmQnxf for more information and examples of labels.
    * System reserved label keys are prefixed with
-   * "apigeeregistry.googleapis.com/" and cannot be changed.
+   * `apigeeregistry.googleapis.com/` and cannot be changed.
    * 
* * map<string, string> labels = 14; @@ -904,7 +904,7 @@ public java.util.Map getLabels() { * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. *
* * map<string, string> labels = 14; @@ -926,7 +926,7 @@ public java.util.Map getLabelsMap() { * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. *
* * map<string, string> labels = 14; @@ -952,7 +952,7 @@ public java.lang.String getLabelsOrDefault(java.lang.String key, java.lang.Strin * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 14; @@ -1392,11 +1392,11 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * An ApiSpec describes a version of an API in a structured way.
+   * Describes a version of an API in a structured way.
    * ApiSpecs provide formal descriptions that consumers can use to use a version.
    * ApiSpec resources are intended to be fully-resolved descriptions of an
    * ApiVersion. When specs consist of multiple files, these should be bundled
-   * together (e.g. in a zip archive) and stored as a unit. Multiple specs can
+   * together (e.g., in a zip archive) and stored as a unit. Multiple specs can
    * exist to provide representations in different API description formats.
    * Synchronization of these representations would be provided by tooling and
    * background services.
@@ -2741,8 +2741,8 @@ public com.google.protobuf.TimestampOrBuilder getRevisionUpdateTimeOrBuilder() {
      * 
      * A style (format) descriptor for this spec that is specified as a Media Type
      * (https://en.wikipedia.org/wiki/Media_type). Possible values include
-     * "application/vnd.apigee.proto", "application/vnd.apigee.openapi", and
-     * "application/vnd.apigee.graphql", with possible suffixes representing
+     * `application/vnd.apigee.proto`, `application/vnd.apigee.openapi`, and
+     * `application/vnd.apigee.graphql`, with possible suffixes representing
      * compression types. These hypothetical names are defined in the vendor tree
      * defined in RFC6838 (https://tools.ietf.org/html/rfc6838) and are not final.
      * Content types can specify compression. Currently only GZip compression is
@@ -2770,8 +2770,8 @@ public java.lang.String getMimeType() {
      * 
      * A style (format) descriptor for this spec that is specified as a Media Type
      * (https://en.wikipedia.org/wiki/Media_type). Possible values include
-     * "application/vnd.apigee.proto", "application/vnd.apigee.openapi", and
-     * "application/vnd.apigee.graphql", with possible suffixes representing
+     * `application/vnd.apigee.proto`, `application/vnd.apigee.openapi`, and
+     * `application/vnd.apigee.graphql`, with possible suffixes representing
      * compression types. These hypothetical names are defined in the vendor tree
      * defined in RFC6838 (https://tools.ietf.org/html/rfc6838) and are not final.
      * Content types can specify compression. Currently only GZip compression is
@@ -2799,8 +2799,8 @@ public com.google.protobuf.ByteString getMimeTypeBytes() {
      * 
      * A style (format) descriptor for this spec that is specified as a Media Type
      * (https://en.wikipedia.org/wiki/Media_type). Possible values include
-     * "application/vnd.apigee.proto", "application/vnd.apigee.openapi", and
-     * "application/vnd.apigee.graphql", with possible suffixes representing
+     * `application/vnd.apigee.proto`, `application/vnd.apigee.openapi`, and
+     * `application/vnd.apigee.graphql`, with possible suffixes representing
      * compression types. These hypothetical names are defined in the vendor tree
      * defined in RFC6838 (https://tools.ietf.org/html/rfc6838) and are not final.
      * Content types can specify compression. Currently only GZip compression is
@@ -2827,8 +2827,8 @@ public Builder setMimeType(java.lang.String value) {
      * 
      * A style (format) descriptor for this spec that is specified as a Media Type
      * (https://en.wikipedia.org/wiki/Media_type). Possible values include
-     * "application/vnd.apigee.proto", "application/vnd.apigee.openapi", and
-     * "application/vnd.apigee.graphql", with possible suffixes representing
+     * `application/vnd.apigee.proto`, `application/vnd.apigee.openapi`, and
+     * `application/vnd.apigee.graphql`, with possible suffixes representing
      * compression types. These hypothetical names are defined in the vendor tree
      * defined in RFC6838 (https://tools.ietf.org/html/rfc6838) and are not final.
      * Content types can specify compression. Currently only GZip compression is
@@ -2851,8 +2851,8 @@ public Builder clearMimeType() {
      * 
      * A style (format) descriptor for this spec that is specified as a Media Type
      * (https://en.wikipedia.org/wiki/Media_type). Possible values include
-     * "application/vnd.apigee.proto", "application/vnd.apigee.openapi", and
-     * "application/vnd.apigee.graphql", with possible suffixes representing
+     * `application/vnd.apigee.proto`, `application/vnd.apigee.openapi`, and
+     * `application/vnd.apigee.graphql`, with possible suffixes representing
      * compression types. These hypothetical names are defined in the vendor tree
      * defined in RFC6838 (https://tools.ietf.org/html/rfc6838) and are not final.
      * Content types can specify compression. Currently only GZip compression is
@@ -3261,7 +3261,7 @@ public int getLabelsCount() {
      * labels are excluded).
      * See https://goo.gl/xmQnxf for more information and examples of labels.
      * System reserved label keys are prefixed with
-     * "apigeeregistry.googleapis.com/" and cannot be changed.
+     * `apigeeregistry.googleapis.com/` and cannot be changed.
      * 
* * map<string, string> labels = 14; @@ -3292,7 +3292,7 @@ public java.util.Map getLabels() { * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. *
* * map<string, string> labels = 14; @@ -3314,7 +3314,7 @@ public java.util.Map getLabelsMap() { * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. *
* * map<string, string> labels = 14; @@ -3341,7 +3341,7 @@ public java.lang.String getLabelsOrDefault( * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. *
* * map<string, string> labels = 14; @@ -3375,7 +3375,7 @@ public Builder clearLabels() { * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. *
* * map<string, string> labels = 14; @@ -3405,7 +3405,7 @@ public java.util.Map getMutableLabels() { * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. *
* * map<string, string> labels = 14; @@ -3434,7 +3434,7 @@ public Builder putLabels(java.lang.String key, java.lang.String value) { * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 14; diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiSpecOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiSpecOrBuilder.java index 0febe453a859..a080dbd24071 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiSpecOrBuilder.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiSpecOrBuilder.java @@ -257,8 +257,8 @@ public interface ApiSpecOrBuilder *
    * A style (format) descriptor for this spec that is specified as a Media Type
    * (https://en.wikipedia.org/wiki/Media_type). Possible values include
-   * "application/vnd.apigee.proto", "application/vnd.apigee.openapi", and
-   * "application/vnd.apigee.graphql", with possible suffixes representing
+   * `application/vnd.apigee.proto`, `application/vnd.apigee.openapi`, and
+   * `application/vnd.apigee.graphql`, with possible suffixes representing
    * compression types. These hypothetical names are defined in the vendor tree
    * defined in RFC6838 (https://tools.ietf.org/html/rfc6838) and are not final.
    * Content types can specify compression. Currently only GZip compression is
@@ -276,8 +276,8 @@ public interface ApiSpecOrBuilder
    * 
    * A style (format) descriptor for this spec that is specified as a Media Type
    * (https://en.wikipedia.org/wiki/Media_type). Possible values include
-   * "application/vnd.apigee.proto", "application/vnd.apigee.openapi", and
-   * "application/vnd.apigee.graphql", with possible suffixes representing
+   * `application/vnd.apigee.proto`, `application/vnd.apigee.openapi`, and
+   * `application/vnd.apigee.graphql`, with possible suffixes representing
    * compression types. These hypothetical names are defined in the vendor tree
    * defined in RFC6838 (https://tools.ietf.org/html/rfc6838) and are not final.
    * Content types can specify compression. Currently only GZip compression is
@@ -390,7 +390,7 @@ public interface ApiSpecOrBuilder
    * labels are excluded).
    * See https://goo.gl/xmQnxf for more information and examples of labels.
    * System reserved label keys are prefixed with
-   * "apigeeregistry.googleapis.com/" and cannot be changed.
+   * `apigeeregistry.googleapis.com/` and cannot be changed.
    * 
* * map<string, string> labels = 14; @@ -409,7 +409,7 @@ public interface ApiSpecOrBuilder * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. *
* * map<string, string> labels = 14; @@ -431,7 +431,7 @@ public interface ApiSpecOrBuilder * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 14; @@ -450,7 +450,7 @@ public interface ApiSpecOrBuilder * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 14; @@ -474,7 +474,7 @@ java.lang.String getLabelsOrDefault( * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 14; diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiVersion.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiVersion.java index 58e96687a418..6d20442cd004 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiVersion.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiVersion.java @@ -22,7 +22,7 @@ * * *
- * An ApiVersion describes a particular version of an API.
+ * Describes a particular version of an API.
  * ApiVersions are what consumers actually use.
  * 
* @@ -463,7 +463,7 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { *
    * A user-definable description of the lifecycle phase of this API version.
    * Format: free-form, but we expect single words that describe API maturity,
-   * e.g. "CONCEPT", "DESIGN", "DEVELOPMENT", "STAGING", "PRODUCTION",
+   * e.g., "CONCEPT", "DESIGN", "DEVELOPMENT", "STAGING", "PRODUCTION",
    * "DEPRECATED", "RETIRED".
    * 
* @@ -489,7 +489,7 @@ public java.lang.String getState() { *
    * A user-definable description of the lifecycle phase of this API version.
    * Format: free-form, but we expect single words that describe API maturity,
-   * e.g. "CONCEPT", "DESIGN", "DEVELOPMENT", "STAGING", "PRODUCTION",
+   * e.g., "CONCEPT", "DESIGN", "DEVELOPMENT", "STAGING", "PRODUCTION",
    * "DEPRECATED", "RETIRED".
    * 
* @@ -548,7 +548,7 @@ public int getLabelsCount() { * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 7; @@ -579,7 +579,7 @@ public java.util.Map getLabels() { * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 7; @@ -601,7 +601,7 @@ public java.util.Map getLabelsMap() { * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 7; @@ -627,7 +627,7 @@ public java.lang.String getLabelsOrDefault(java.lang.String key, java.lang.Strin * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 7; @@ -1008,7 +1008,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * An ApiVersion describes a particular version of an API.
+   * Describes a particular version of an API.
    * ApiVersions are what consumers actually use.
    * 
* @@ -1973,7 +1973,7 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { *
      * A user-definable description of the lifecycle phase of this API version.
      * Format: free-form, but we expect single words that describe API maturity,
-     * e.g. "CONCEPT", "DESIGN", "DEVELOPMENT", "STAGING", "PRODUCTION",
+     * e.g., "CONCEPT", "DESIGN", "DEVELOPMENT", "STAGING", "PRODUCTION",
      * "DEPRECATED", "RETIRED".
      * 
* @@ -1998,7 +1998,7 @@ public java.lang.String getState() { *
      * A user-definable description of the lifecycle phase of this API version.
      * Format: free-form, but we expect single words that describe API maturity,
-     * e.g. "CONCEPT", "DESIGN", "DEVELOPMENT", "STAGING", "PRODUCTION",
+     * e.g., "CONCEPT", "DESIGN", "DEVELOPMENT", "STAGING", "PRODUCTION",
      * "DEPRECATED", "RETIRED".
      * 
* @@ -2023,7 +2023,7 @@ public com.google.protobuf.ByteString getStateBytes() { *
      * A user-definable description of the lifecycle phase of this API version.
      * Format: free-form, but we expect single words that describe API maturity,
-     * e.g. "CONCEPT", "DESIGN", "DEVELOPMENT", "STAGING", "PRODUCTION",
+     * e.g., "CONCEPT", "DESIGN", "DEVELOPMENT", "STAGING", "PRODUCTION",
      * "DEPRECATED", "RETIRED".
      * 
* @@ -2047,7 +2047,7 @@ public Builder setState(java.lang.String value) { *
      * A user-definable description of the lifecycle phase of this API version.
      * Format: free-form, but we expect single words that describe API maturity,
-     * e.g. "CONCEPT", "DESIGN", "DEVELOPMENT", "STAGING", "PRODUCTION",
+     * e.g., "CONCEPT", "DESIGN", "DEVELOPMENT", "STAGING", "PRODUCTION",
      * "DEPRECATED", "RETIRED".
      * 
* @@ -2067,7 +2067,7 @@ public Builder clearState() { *
      * A user-definable description of the lifecycle phase of this API version.
      * Format: free-form, but we expect single words that describe API maturity,
-     * e.g. "CONCEPT", "DESIGN", "DEVELOPMENT", "STAGING", "PRODUCTION",
+     * e.g., "CONCEPT", "DESIGN", "DEVELOPMENT", "STAGING", "PRODUCTION",
      * "DEPRECATED", "RETIRED".
      * 
* @@ -2125,7 +2125,7 @@ public int getLabelsCount() { * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 7; @@ -2156,7 +2156,7 @@ public java.util.Map getLabels() { * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 7; @@ -2178,7 +2178,7 @@ public java.util.Map getLabelsMap() { * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 7; @@ -2205,7 +2205,7 @@ public java.lang.String getLabelsOrDefault( * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 7; @@ -2239,7 +2239,7 @@ public Builder clearLabels() { * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 7; @@ -2269,7 +2269,7 @@ public java.util.Map getMutableLabels() { * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 7; @@ -2298,7 +2298,7 @@ public Builder putLabels(java.lang.String key, java.lang.String value) { * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 7; diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiVersionOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiVersionOrBuilder.java index d1f92dd3e2df..8ff2fe532918 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiVersionOrBuilder.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ApiVersionOrBuilder.java @@ -180,7 +180,7 @@ public interface ApiVersionOrBuilder *
    * A user-definable description of the lifecycle phase of this API version.
    * Format: free-form, but we expect single words that describe API maturity,
-   * e.g. "CONCEPT", "DESIGN", "DEVELOPMENT", "STAGING", "PRODUCTION",
+   * e.g., "CONCEPT", "DESIGN", "DEVELOPMENT", "STAGING", "PRODUCTION",
    * "DEPRECATED", "RETIRED".
    * 
* @@ -195,7 +195,7 @@ public interface ApiVersionOrBuilder *
    * A user-definable description of the lifecycle phase of this API version.
    * Format: free-form, but we expect single words that describe API maturity,
-   * e.g. "CONCEPT", "DESIGN", "DEVELOPMENT", "STAGING", "PRODUCTION",
+   * e.g., "CONCEPT", "DESIGN", "DEVELOPMENT", "STAGING", "PRODUCTION",
    * "DEPRECATED", "RETIRED".
    * 
* @@ -218,7 +218,7 @@ public interface ApiVersionOrBuilder * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 7; @@ -237,7 +237,7 @@ public interface ApiVersionOrBuilder * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 7; @@ -259,7 +259,7 @@ public interface ApiVersionOrBuilder * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 7; @@ -278,7 +278,7 @@ public interface ApiVersionOrBuilder * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 7; @@ -302,7 +302,7 @@ java.lang.String getLabelsOrDefault( * labels are excluded). * See https://goo.gl/xmQnxf for more information and examples of labels. * System reserved label keys are prefixed with - * "apigeeregistry.googleapis.com/" and cannot be changed. + * `apigeeregistry.googleapis.com/` and cannot be changed. * * * map<string, string> labels = 7; diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/Artifact.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/Artifact.java index e5aeb65a4128..f3755c983a15 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/Artifact.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/Artifact.java @@ -26,8 +26,8 @@ * and are used to store metadata that is too large or numerous to be stored * directly on the resource. Since artifacts are stored separately from parent * resources, they should generally be used for metadata that is needed - * infrequently, i.e. not for display in primary views of the resource but - * perhaps displayed or downloaded upon request. The ListArtifacts method + * infrequently, i.e., not for display in primary views of the resource but + * perhaps displayed or downloaded upon request. The `ListArtifacts` method * allows artifacts to be quickly enumerated and checked for presence without * downloading their (potentially-large) contents. * @@ -704,8 +704,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * and are used to store metadata that is too large or numerous to be stored * directly on the resource. Since artifacts are stored separately from parent * resources, they should generally be used for metadata that is needed - * infrequently, i.e. not for display in primary views of the resource but - * perhaps displayed or downloaded upon request. The ListArtifacts method + * infrequently, i.e., not for display in primary views of the resource but + * perhaps displayed or downloaded upon request. The `ListArtifacts` method * allows artifacts to be quickly enumerated and checked for presence without * downloading their (potentially-large) contents. * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateApiDeploymentRequest.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateApiDeploymentRequest.java index e6cf0adaab1f..568c424d7195 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateApiDeploymentRequest.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateApiDeploymentRequest.java @@ -144,7 +144,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The parent, which owns this collection of deployments.
-   * Format: projects/*/locations/*/apis/*
+   * Format: `projects/*/locations/*/apis/*`
    * 
* * @@ -170,7 +170,7 @@ public java.lang.String getParent() { * *
    * Required. The parent, which owns this collection of deployments.
-   * Format: projects/*/locations/*/apis/*
+   * Format: `projects/*/locations/*/apis/*`
    * 
* * @@ -675,7 +675,7 @@ public Builder mergeFrom( * *
      * Required. The parent, which owns this collection of deployments.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * @@ -700,7 +700,7 @@ public java.lang.String getParent() { * *
      * Required. The parent, which owns this collection of deployments.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * @@ -725,7 +725,7 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. The parent, which owns this collection of deployments.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * @@ -749,7 +749,7 @@ public Builder setParent(java.lang.String value) { * *
      * Required. The parent, which owns this collection of deployments.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * @@ -769,7 +769,7 @@ public Builder clearParent() { * *
      * Required. The parent, which owns this collection of deployments.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateApiDeploymentRequestOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateApiDeploymentRequestOrBuilder.java index a168eb3f35f5..7ed4b9b1a0b6 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateApiDeploymentRequestOrBuilder.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateApiDeploymentRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface CreateApiDeploymentRequestOrBuilder * *
    * Required. The parent, which owns this collection of deployments.
-   * Format: projects/*/locations/*/apis/*
+   * Format: `projects/*/locations/*/apis/*`
    * 
* * @@ -43,7 +43,7 @@ public interface CreateApiDeploymentRequestOrBuilder * *
    * Required. The parent, which owns this collection of deployments.
-   * Format: projects/*/locations/*/apis/*
+   * Format: `projects/*/locations/*/apis/*`
    * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateApiRequest.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateApiRequest.java index 961322bd3f97..8d3642eeb8f9 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateApiRequest.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateApiRequest.java @@ -144,7 +144,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The parent, which owns this collection of APIs.
-   * Format: projects/*/locations/*
+   * Format: `projects/*/locations/*`
    * 
* * @@ -170,7 +170,7 @@ public java.lang.String getParent() { * *
    * Required. The parent, which owns this collection of APIs.
-   * Format: projects/*/locations/*
+   * Format: `projects/*/locations/*`
    * 
* * @@ -247,8 +247,8 @@ public com.google.cloud.apigeeregistry.v1.ApiOrBuilder getApiOrBuilder() { * * *
-   * Required. The ID to use for the api, which will become the final component of
-   * the api's resource name.
+   * Required. The ID to use for the API, which will become the final component of
+   * the API's resource name.
    * This value should be 4-63 characters, and valid characters
    * are /[a-z][0-9]-/.
    * Following AIP-162, IDs must not have the form of a UUID.
@@ -274,8 +274,8 @@ public java.lang.String getApiId() {
    *
    *
    * 
-   * Required. The ID to use for the api, which will become the final component of
-   * the api's resource name.
+   * Required. The ID to use for the API, which will become the final component of
+   * the API's resource name.
    * This value should be 4-63 characters, and valid characters
    * are /[a-z][0-9]-/.
    * Following AIP-162, IDs must not have the form of a UUID.
@@ -666,7 +666,7 @@ public Builder mergeFrom(
      *
      * 
      * Required. The parent, which owns this collection of APIs.
-     * Format: projects/*/locations/*
+     * Format: `projects/*/locations/*`
      * 
* * @@ -691,7 +691,7 @@ public java.lang.String getParent() { * *
      * Required. The parent, which owns this collection of APIs.
-     * Format: projects/*/locations/*
+     * Format: `projects/*/locations/*`
      * 
* * @@ -716,7 +716,7 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. The parent, which owns this collection of APIs.
-     * Format: projects/*/locations/*
+     * Format: `projects/*/locations/*`
      * 
* * @@ -740,7 +740,7 @@ public Builder setParent(java.lang.String value) { * *
      * Required. The parent, which owns this collection of APIs.
-     * Format: projects/*/locations/*
+     * Format: `projects/*/locations/*`
      * 
* * @@ -760,7 +760,7 @@ public Builder clearParent() { * *
      * Required. The parent, which owns this collection of APIs.
-     * Format: projects/*/locations/*
+     * Format: `projects/*/locations/*`
      * 
* * @@ -976,8 +976,8 @@ public com.google.cloud.apigeeregistry.v1.ApiOrBuilder getApiOrBuilder() { * * *
-     * Required. The ID to use for the api, which will become the final component of
-     * the api's resource name.
+     * Required. The ID to use for the API, which will become the final component of
+     * the API's resource name.
      * This value should be 4-63 characters, and valid characters
      * are /[a-z][0-9]-/.
      * Following AIP-162, IDs must not have the form of a UUID.
@@ -1002,8 +1002,8 @@ public java.lang.String getApiId() {
      *
      *
      * 
-     * Required. The ID to use for the api, which will become the final component of
-     * the api's resource name.
+     * Required. The ID to use for the API, which will become the final component of
+     * the API's resource name.
      * This value should be 4-63 characters, and valid characters
      * are /[a-z][0-9]-/.
      * Following AIP-162, IDs must not have the form of a UUID.
@@ -1028,8 +1028,8 @@ public com.google.protobuf.ByteString getApiIdBytes() {
      *
      *
      * 
-     * Required. The ID to use for the api, which will become the final component of
-     * the api's resource name.
+     * Required. The ID to use for the API, which will become the final component of
+     * the API's resource name.
      * This value should be 4-63 characters, and valid characters
      * are /[a-z][0-9]-/.
      * Following AIP-162, IDs must not have the form of a UUID.
@@ -1053,8 +1053,8 @@ public Builder setApiId(java.lang.String value) {
      *
      *
      * 
-     * Required. The ID to use for the api, which will become the final component of
-     * the api's resource name.
+     * Required. The ID to use for the API, which will become the final component of
+     * the API's resource name.
      * This value should be 4-63 characters, and valid characters
      * are /[a-z][0-9]-/.
      * Following AIP-162, IDs must not have the form of a UUID.
@@ -1074,8 +1074,8 @@ public Builder clearApiId() {
      *
      *
      * 
-     * Required. The ID to use for the api, which will become the final component of
-     * the api's resource name.
+     * Required. The ID to use for the API, which will become the final component of
+     * the API's resource name.
      * This value should be 4-63 characters, and valid characters
      * are /[a-z][0-9]-/.
      * Following AIP-162, IDs must not have the form of a UUID.
diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateApiRequestOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateApiRequestOrBuilder.java
index 09f5b293be32..824b1e5fd5a9 100644
--- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateApiRequestOrBuilder.java
+++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateApiRequestOrBuilder.java
@@ -28,7 +28,7 @@ public interface CreateApiRequestOrBuilder
    *
    * 
    * Required. The parent, which owns this collection of APIs.
-   * Format: projects/*/locations/*
+   * Format: `projects/*/locations/*`
    * 
* * @@ -43,7 +43,7 @@ public interface CreateApiRequestOrBuilder * *
    * Required. The parent, which owns this collection of APIs.
-   * Format: projects/*/locations/*
+   * Format: `projects/*/locations/*`
    * 
* * @@ -96,8 +96,8 @@ public interface CreateApiRequestOrBuilder * * *
-   * Required. The ID to use for the api, which will become the final component of
-   * the api's resource name.
+   * Required. The ID to use for the API, which will become the final component of
+   * the API's resource name.
    * This value should be 4-63 characters, and valid characters
    * are /[a-z][0-9]-/.
    * Following AIP-162, IDs must not have the form of a UUID.
@@ -112,8 +112,8 @@ public interface CreateApiRequestOrBuilder
    *
    *
    * 
-   * Required. The ID to use for the api, which will become the final component of
-   * the api's resource name.
+   * Required. The ID to use for the API, which will become the final component of
+   * the API's resource name.
    * This value should be 4-63 characters, and valid characters
    * are /[a-z][0-9]-/.
    * Following AIP-162, IDs must not have the form of a UUID.
diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateApiSpecRequest.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateApiSpecRequest.java
index c2dacfa43541..f707116e0b1b 100644
--- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateApiSpecRequest.java
+++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateApiSpecRequest.java
@@ -144,7 +144,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    *
    * 
    * Required. The parent, which owns this collection of specs.
-   * Format: projects/*/locations/*/apis/*/versions/*
+   * Format: `projects/*/locations/*/apis/*/versions/*`
    * 
* * @@ -170,7 +170,7 @@ public java.lang.String getParent() { * *
    * Required. The parent, which owns this collection of specs.
-   * Format: projects/*/locations/*/apis/*/versions/*
+   * Format: `projects/*/locations/*/apis/*/versions/*`
    * 
* * @@ -672,7 +672,7 @@ public Builder mergeFrom( * *
      * Required. The parent, which owns this collection of specs.
-     * Format: projects/*/locations/*/apis/*/versions/*
+     * Format: `projects/*/locations/*/apis/*/versions/*`
      * 
* * @@ -697,7 +697,7 @@ public java.lang.String getParent() { * *
      * Required. The parent, which owns this collection of specs.
-     * Format: projects/*/locations/*/apis/*/versions/*
+     * Format: `projects/*/locations/*/apis/*/versions/*`
      * 
* * @@ -722,7 +722,7 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. The parent, which owns this collection of specs.
-     * Format: projects/*/locations/*/apis/*/versions/*
+     * Format: `projects/*/locations/*/apis/*/versions/*`
      * 
* * @@ -746,7 +746,7 @@ public Builder setParent(java.lang.String value) { * *
      * Required. The parent, which owns this collection of specs.
-     * Format: projects/*/locations/*/apis/*/versions/*
+     * Format: `projects/*/locations/*/apis/*/versions/*`
      * 
* * @@ -766,7 +766,7 @@ public Builder clearParent() { * *
      * Required. The parent, which owns this collection of specs.
-     * Format: projects/*/locations/*/apis/*/versions/*
+     * Format: `projects/*/locations/*/apis/*/versions/*`
      * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateApiSpecRequestOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateApiSpecRequestOrBuilder.java index 6318bfc67714..ab6388ddca25 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateApiSpecRequestOrBuilder.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateApiSpecRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface CreateApiSpecRequestOrBuilder * *
    * Required. The parent, which owns this collection of specs.
-   * Format: projects/*/locations/*/apis/*/versions/*
+   * Format: `projects/*/locations/*/apis/*/versions/*`
    * 
* * @@ -43,7 +43,7 @@ public interface CreateApiSpecRequestOrBuilder * *
    * Required. The parent, which owns this collection of specs.
-   * Format: projects/*/locations/*/apis/*/versions/*
+   * Format: `projects/*/locations/*/apis/*/versions/*`
    * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateApiVersionRequest.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateApiVersionRequest.java index 957689f683a9..da41701a8c88 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateApiVersionRequest.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateApiVersionRequest.java @@ -144,7 +144,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The parent, which owns this collection of versions.
-   * Format: projects/*/locations/*/apis/*
+   * Format: `projects/*/locations/*/apis/*`
    * 
* * @@ -170,7 +170,7 @@ public java.lang.String getParent() { * *
    * Required. The parent, which owns this collection of versions.
-   * Format: projects/*/locations/*/apis/*
+   * Format: `projects/*/locations/*/apis/*`
    * 
* * @@ -672,7 +672,7 @@ public Builder mergeFrom( * *
      * Required. The parent, which owns this collection of versions.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * @@ -697,7 +697,7 @@ public java.lang.String getParent() { * *
      * Required. The parent, which owns this collection of versions.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * @@ -722,7 +722,7 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. The parent, which owns this collection of versions.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * @@ -746,7 +746,7 @@ public Builder setParent(java.lang.String value) { * *
      * Required. The parent, which owns this collection of versions.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * @@ -766,7 +766,7 @@ public Builder clearParent() { * *
      * Required. The parent, which owns this collection of versions.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateApiVersionRequestOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateApiVersionRequestOrBuilder.java index b00660227ce7..ff7dba6e2f2e 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateApiVersionRequestOrBuilder.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateApiVersionRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface CreateApiVersionRequestOrBuilder * *
    * Required. The parent, which owns this collection of versions.
-   * Format: projects/*/locations/*/apis/*
+   * Format: `projects/*/locations/*/apis/*`
    * 
* * @@ -43,7 +43,7 @@ public interface CreateApiVersionRequestOrBuilder * *
    * Required. The parent, which owns this collection of versions.
-   * Format: projects/*/locations/*/apis/*
+   * Format: `projects/*/locations/*/apis/*`
    * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateArtifactRequest.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateArtifactRequest.java index 70f2c85097a3..8c6289bddc7d 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateArtifactRequest.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateArtifactRequest.java @@ -144,7 +144,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The parent, which owns this collection of artifacts.
-   * Format: {parent}
+   * Format: `{parent}`
    * 
* * @@ -170,7 +170,7 @@ public java.lang.String getParent() { * *
    * Required. The parent, which owns this collection of artifacts.
-   * Format: {parent}
+   * Format: `{parent}`
    * 
* * @@ -672,7 +672,7 @@ public Builder mergeFrom( * *
      * Required. The parent, which owns this collection of artifacts.
-     * Format: {parent}
+     * Format: `{parent}`
      * 
* * @@ -697,7 +697,7 @@ public java.lang.String getParent() { * *
      * Required. The parent, which owns this collection of artifacts.
-     * Format: {parent}
+     * Format: `{parent}`
      * 
* * @@ -722,7 +722,7 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. The parent, which owns this collection of artifacts.
-     * Format: {parent}
+     * Format: `{parent}`
      * 
* * @@ -746,7 +746,7 @@ public Builder setParent(java.lang.String value) { * *
      * Required. The parent, which owns this collection of artifacts.
-     * Format: {parent}
+     * Format: `{parent}`
      * 
* * @@ -766,7 +766,7 @@ public Builder clearParent() { * *
      * Required. The parent, which owns this collection of artifacts.
-     * Format: {parent}
+     * Format: `{parent}`
      * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateArtifactRequestOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateArtifactRequestOrBuilder.java index 5a8561fe2445..c024a4395d3b 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateArtifactRequestOrBuilder.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/CreateArtifactRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface CreateArtifactRequestOrBuilder * *
    * Required. The parent, which owns this collection of artifacts.
-   * Format: {parent}
+   * Format: `{parent}`
    * 
* * @@ -43,7 +43,7 @@ public interface CreateArtifactRequestOrBuilder * *
    * Required. The parent, which owns this collection of artifacts.
-   * Format: {parent}
+   * Format: `{parent}`
    * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiDeploymentRequest.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiDeploymentRequest.java index 5670e011e2e4..be897eebfc13 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiDeploymentRequest.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiDeploymentRequest.java @@ -125,7 +125,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The name of the deployment to delete.
-   * Format: projects/*/locations/*/apis/*/deployments/*
+   * Format: `projects/*/locations/*/apis/*/deployments/*`
    * 
* * @@ -151,7 +151,7 @@ public java.lang.String getName() { * *
    * Required. The name of the deployment to delete.
-   * Format: projects/*/locations/*/apis/*/deployments/*
+   * Format: `projects/*/locations/*/apis/*/deployments/*`
    * 
* * @@ -535,7 +535,7 @@ public Builder mergeFrom( * *
      * Required. The name of the deployment to delete.
-     * Format: projects/*/locations/*/apis/*/deployments/*
+     * Format: `projects/*/locations/*/apis/*/deployments/*`
      * 
* * @@ -560,7 +560,7 @@ public java.lang.String getName() { * *
      * Required. The name of the deployment to delete.
-     * Format: projects/*/locations/*/apis/*/deployments/*
+     * Format: `projects/*/locations/*/apis/*/deployments/*`
      * 
* * @@ -585,7 +585,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * Required. The name of the deployment to delete.
-     * Format: projects/*/locations/*/apis/*/deployments/*
+     * Format: `projects/*/locations/*/apis/*/deployments/*`
      * 
* * @@ -609,7 +609,7 @@ public Builder setName(java.lang.String value) { * *
      * Required. The name of the deployment to delete.
-     * Format: projects/*/locations/*/apis/*/deployments/*
+     * Format: `projects/*/locations/*/apis/*/deployments/*`
      * 
* * @@ -629,7 +629,7 @@ public Builder clearName() { * *
      * Required. The name of the deployment to delete.
-     * Format: projects/*/locations/*/apis/*/deployments/*
+     * Format: `projects/*/locations/*/apis/*/deployments/*`
      * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiDeploymentRequestOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiDeploymentRequestOrBuilder.java index 85f314e8ff5c..ee47fecb0527 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiDeploymentRequestOrBuilder.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiDeploymentRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface DeleteApiDeploymentRequestOrBuilder * *
    * Required. The name of the deployment to delete.
-   * Format: projects/*/locations/*/apis/*/deployments/*
+   * Format: `projects/*/locations/*/apis/*/deployments/*`
    * 
* * @@ -43,7 +43,7 @@ public interface DeleteApiDeploymentRequestOrBuilder * *
    * Required. The name of the deployment to delete.
-   * Format: projects/*/locations/*/apis/*/deployments/*
+   * Format: `projects/*/locations/*/apis/*/deployments/*`
    * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiDeploymentRevisionRequest.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiDeploymentRevisionRequest.java index 1b9e077646aa..7e08825f4788 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiDeploymentRevisionRequest.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiDeploymentRevisionRequest.java @@ -123,7 +123,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * Required. The name of the deployment revision to be deleted, * with a revision ID explicitly included. * Example: - * projects/sample/locations/global/apis/petstore/deployments/prod@c7cfa2a8 + * `projects/sample/locations/global/apis/petstore/deployments/prod@c7cfa2a8` *
* * @@ -151,7 +151,7 @@ public java.lang.String getName() { * Required. The name of the deployment revision to be deleted, * with a revision ID explicitly included. * Example: - * projects/sample/locations/global/apis/petstore/deployments/prod@c7cfa2a8 + * `projects/sample/locations/global/apis/petstore/deployments/prod@c7cfa2a8` *
* * @@ -508,7 +508,7 @@ public Builder mergeFrom( * Required. The name of the deployment revision to be deleted, * with a revision ID explicitly included. * Example: - * projects/sample/locations/global/apis/petstore/deployments/prod@c7cfa2a8 + * `projects/sample/locations/global/apis/petstore/deployments/prod@c7cfa2a8` *
* * @@ -535,7 +535,7 @@ public java.lang.String getName() { * Required. The name of the deployment revision to be deleted, * with a revision ID explicitly included. * Example: - * projects/sample/locations/global/apis/petstore/deployments/prod@c7cfa2a8 + * `projects/sample/locations/global/apis/petstore/deployments/prod@c7cfa2a8` *
* * @@ -562,7 +562,7 @@ public com.google.protobuf.ByteString getNameBytes() { * Required. The name of the deployment revision to be deleted, * with a revision ID explicitly included. * Example: - * projects/sample/locations/global/apis/petstore/deployments/prod@c7cfa2a8 + * `projects/sample/locations/global/apis/petstore/deployments/prod@c7cfa2a8` *
* * @@ -588,7 +588,7 @@ public Builder setName(java.lang.String value) { * Required. The name of the deployment revision to be deleted, * with a revision ID explicitly included. * Example: - * projects/sample/locations/global/apis/petstore/deployments/prod@c7cfa2a8 + * `projects/sample/locations/global/apis/petstore/deployments/prod@c7cfa2a8` *
* * @@ -610,7 +610,7 @@ public Builder clearName() { * Required. The name of the deployment revision to be deleted, * with a revision ID explicitly included. * Example: - * projects/sample/locations/global/apis/petstore/deployments/prod@c7cfa2a8 + * `projects/sample/locations/global/apis/petstore/deployments/prod@c7cfa2a8` *
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiDeploymentRevisionRequestOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiDeploymentRevisionRequestOrBuilder.java index 4389c1e440f3..4ca6bc8c69bf 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiDeploymentRevisionRequestOrBuilder.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiDeploymentRevisionRequestOrBuilder.java @@ -30,7 +30,7 @@ public interface DeleteApiDeploymentRevisionRequestOrBuilder * Required. The name of the deployment revision to be deleted, * with a revision ID explicitly included. * Example: - * projects/sample/locations/global/apis/petstore/deployments/prod@c7cfa2a8 + * `projects/sample/locations/global/apis/petstore/deployments/prod@c7cfa2a8` *
* * @@ -47,7 +47,7 @@ public interface DeleteApiDeploymentRevisionRequestOrBuilder * Required. The name of the deployment revision to be deleted, * with a revision ID explicitly included. * Example: - * projects/sample/locations/global/apis/petstore/deployments/prod@c7cfa2a8 + * `projects/sample/locations/global/apis/petstore/deployments/prod@c7cfa2a8` *
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiRequest.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiRequest.java index 0ba3aacf94cb..8f5e480f00b7 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiRequest.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiRequest.java @@ -77,6 +77,11 @@ private DeleteApiRequest( name_ = s; break; } + case 16: + { + force_ = input.readBool(); + break; + } default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { @@ -120,7 +125,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The name of the API to delete.
-   * Format: projects/*/locations/*/apis/*
+   * Format: `projects/*/locations/*/apis/*`
    * 
* * @@ -146,7 +151,7 @@ public java.lang.String getName() { * *
    * Required. The name of the API to delete.
-   * Format: projects/*/locations/*/apis/*
+   * Format: `projects/*/locations/*/apis/*`
    * 
* * @@ -168,6 +173,25 @@ public com.google.protobuf.ByteString getNameBytes() { } } + public static final int FORCE_FIELD_NUMBER = 2; + private boolean force_; + /** + * + * + *
+   * If set to true, any child resources will also be deleted.
+   * (Otherwise, the request will only work if there are no child resources.)
+   * 
+ * + * bool force = 2; + * + * @return The force. + */ + @java.lang.Override + public boolean getForce() { + return force_; + } + private byte memoizedIsInitialized = -1; @java.lang.Override @@ -185,6 +209,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } + if (force_ != false) { + output.writeBool(2, force_); + } unknownFields.writeTo(output); } @@ -197,6 +224,9 @@ public int getSerializedSize() { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } + if (force_ != false) { + size += com.google.protobuf.CodedOutputStream.computeBoolSize(2, force_); + } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; @@ -214,6 +244,7 @@ public boolean equals(final java.lang.Object obj) { (com.google.cloud.apigeeregistry.v1.DeleteApiRequest) obj; if (!getName().equals(other.getName())) return false; + if (getForce() != other.getForce()) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -227,6 +258,8 @@ public int hashCode() { hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + NAME_FIELD_NUMBER; hash = (53 * hash) + getName().hashCode(); + hash = (37 * hash) + FORCE_FIELD_NUMBER; + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getForce()); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; @@ -374,6 +407,8 @@ public Builder clear() { super.clear(); name_ = ""; + force_ = false; + return this; } @@ -402,6 +437,7 @@ public com.google.cloud.apigeeregistry.v1.DeleteApiRequest buildPartial() { com.google.cloud.apigeeregistry.v1.DeleteApiRequest result = new com.google.cloud.apigeeregistry.v1.DeleteApiRequest(this); result.name_ = name_; + result.force_ = force_; onBuilt(); return result; } @@ -456,6 +492,9 @@ public Builder mergeFrom(com.google.cloud.apigeeregistry.v1.DeleteApiRequest oth name_ = other.name_; onChanged(); } + if (other.getForce() != false) { + setForce(other.getForce()); + } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; @@ -492,7 +531,7 @@ public Builder mergeFrom( * *
      * Required. The name of the API to delete.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * @@ -517,7 +556,7 @@ public java.lang.String getName() { * *
      * Required. The name of the API to delete.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * @@ -542,7 +581,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * Required. The name of the API to delete.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * @@ -566,7 +605,7 @@ public Builder setName(java.lang.String value) { * *
      * Required. The name of the API to delete.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * @@ -586,7 +625,7 @@ public Builder clearName() { * *
      * Required. The name of the API to delete.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * @@ -607,6 +646,61 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { return this; } + private boolean force_; + /** + * + * + *
+     * If set to true, any child resources will also be deleted.
+     * (Otherwise, the request will only work if there are no child resources.)
+     * 
+ * + * bool force = 2; + * + * @return The force. + */ + @java.lang.Override + public boolean getForce() { + return force_; + } + /** + * + * + *
+     * If set to true, any child resources will also be deleted.
+     * (Otherwise, the request will only work if there are no child resources.)
+     * 
+ * + * bool force = 2; + * + * @param value The force to set. + * @return This builder for chaining. + */ + public Builder setForce(boolean value) { + + force_ = value; + onChanged(); + return this; + } + /** + * + * + *
+     * If set to true, any child resources will also be deleted.
+     * (Otherwise, the request will only work if there are no child resources.)
+     * 
+ * + * bool force = 2; + * + * @return This builder for chaining. + */ + public Builder clearForce() { + + force_ = false; + onChanged(); + return this; + } + @java.lang.Override public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiRequestOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiRequestOrBuilder.java index 0e41de01dffe..90ee127a7e84 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiRequestOrBuilder.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface DeleteApiRequestOrBuilder * *
    * Required. The name of the API to delete.
-   * Format: projects/*/locations/*/apis/*
+   * Format: `projects/*/locations/*/apis/*`
    * 
* * @@ -43,7 +43,7 @@ public interface DeleteApiRequestOrBuilder * *
    * Required. The name of the API to delete.
-   * Format: projects/*/locations/*/apis/*
+   * Format: `projects/*/locations/*/apis/*`
    * 
* * @@ -53,4 +53,18 @@ public interface DeleteApiRequestOrBuilder * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); + + /** + * + * + *
+   * If set to true, any child resources will also be deleted.
+   * (Otherwise, the request will only work if there are no child resources.)
+   * 
+ * + * bool force = 2; + * + * @return The force. + */ + boolean getForce(); } diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiSpecRequest.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiSpecRequest.java index f1c15dfc3dc8..8e89072acae4 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiSpecRequest.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiSpecRequest.java @@ -125,7 +125,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The name of the spec to delete.
-   * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+   * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
    * 
* * @@ -151,7 +151,7 @@ public java.lang.String getName() { * *
    * Required. The name of the spec to delete.
-   * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+   * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
    * 
* * @@ -532,7 +532,7 @@ public Builder mergeFrom( * *
      * Required. The name of the spec to delete.
-     * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+     * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
      * 
* * @@ -557,7 +557,7 @@ public java.lang.String getName() { * *
      * Required. The name of the spec to delete.
-     * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+     * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
      * 
* * @@ -582,7 +582,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * Required. The name of the spec to delete.
-     * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+     * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
      * 
* * @@ -606,7 +606,7 @@ public Builder setName(java.lang.String value) { * *
      * Required. The name of the spec to delete.
-     * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+     * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
      * 
* * @@ -626,7 +626,7 @@ public Builder clearName() { * *
      * Required. The name of the spec to delete.
-     * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+     * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
      * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiSpecRequestOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiSpecRequestOrBuilder.java index 646d85229d4e..b7bbeefc588d 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiSpecRequestOrBuilder.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiSpecRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface DeleteApiSpecRequestOrBuilder * *
    * Required. The name of the spec to delete.
-   * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+   * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
    * 
* * @@ -43,7 +43,7 @@ public interface DeleteApiSpecRequestOrBuilder * *
    * Required. The name of the spec to delete.
-   * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+   * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
    * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiSpecRevisionRequest.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiSpecRevisionRequest.java index f359bf925164..35e70fc64486 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiSpecRevisionRequest.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiSpecRevisionRequest.java @@ -122,7 +122,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * Required. The name of the spec revision to be deleted, * with a revision ID explicitly included. * Example: - * projects/sample/locations/global/apis/petstore/versions/1.0.0/specs/openapi.yaml@c7cfa2a8 + * `projects/sample/locations/global/apis/petstore/versions/1.0.0/specs/openapi.yaml@c7cfa2a8` * * * @@ -150,7 +150,7 @@ public java.lang.String getName() { * Required. The name of the spec revision to be deleted, * with a revision ID explicitly included. * Example: - * projects/sample/locations/global/apis/petstore/versions/1.0.0/specs/openapi.yaml@c7cfa2a8 + * `projects/sample/locations/global/apis/petstore/versions/1.0.0/specs/openapi.yaml@c7cfa2a8` * * * @@ -503,7 +503,7 @@ public Builder mergeFrom( * Required. The name of the spec revision to be deleted, * with a revision ID explicitly included. * Example: - * projects/sample/locations/global/apis/petstore/versions/1.0.0/specs/openapi.yaml@c7cfa2a8 + * `projects/sample/locations/global/apis/petstore/versions/1.0.0/specs/openapi.yaml@c7cfa2a8` * * * @@ -530,7 +530,7 @@ public java.lang.String getName() { * Required. The name of the spec revision to be deleted, * with a revision ID explicitly included. * Example: - * projects/sample/locations/global/apis/petstore/versions/1.0.0/specs/openapi.yaml@c7cfa2a8 + * `projects/sample/locations/global/apis/petstore/versions/1.0.0/specs/openapi.yaml@c7cfa2a8` * * * @@ -557,7 +557,7 @@ public com.google.protobuf.ByteString getNameBytes() { * Required. The name of the spec revision to be deleted, * with a revision ID explicitly included. * Example: - * projects/sample/locations/global/apis/petstore/versions/1.0.0/specs/openapi.yaml@c7cfa2a8 + * `projects/sample/locations/global/apis/petstore/versions/1.0.0/specs/openapi.yaml@c7cfa2a8` * * * @@ -583,7 +583,7 @@ public Builder setName(java.lang.String value) { * Required. The name of the spec revision to be deleted, * with a revision ID explicitly included. * Example: - * projects/sample/locations/global/apis/petstore/versions/1.0.0/specs/openapi.yaml@c7cfa2a8 + * `projects/sample/locations/global/apis/petstore/versions/1.0.0/specs/openapi.yaml@c7cfa2a8` * * * @@ -605,7 +605,7 @@ public Builder clearName() { * Required. The name of the spec revision to be deleted, * with a revision ID explicitly included. * Example: - * projects/sample/locations/global/apis/petstore/versions/1.0.0/specs/openapi.yaml@c7cfa2a8 + * `projects/sample/locations/global/apis/petstore/versions/1.0.0/specs/openapi.yaml@c7cfa2a8` * * * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiSpecRevisionRequestOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiSpecRevisionRequestOrBuilder.java index be2a06e7d353..8c2ffec031bc 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiSpecRevisionRequestOrBuilder.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiSpecRevisionRequestOrBuilder.java @@ -30,7 +30,7 @@ public interface DeleteApiSpecRevisionRequestOrBuilder * Required. The name of the spec revision to be deleted, * with a revision ID explicitly included. * Example: - * projects/sample/locations/global/apis/petstore/versions/1.0.0/specs/openapi.yaml@c7cfa2a8 + * `projects/sample/locations/global/apis/petstore/versions/1.0.0/specs/openapi.yaml@c7cfa2a8` * * * @@ -47,7 +47,7 @@ public interface DeleteApiSpecRevisionRequestOrBuilder * Required. The name of the spec revision to be deleted, * with a revision ID explicitly included. * Example: - * projects/sample/locations/global/apis/petstore/versions/1.0.0/specs/openapi.yaml@c7cfa2a8 + * `projects/sample/locations/global/apis/petstore/versions/1.0.0/specs/openapi.yaml@c7cfa2a8` * * * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiVersionRequest.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiVersionRequest.java index 1bbf7f76790a..8cfc696b7479 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiVersionRequest.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiVersionRequest.java @@ -77,6 +77,11 @@ private DeleteApiVersionRequest( name_ = s; break; } + case 16: + { + force_ = input.readBool(); + break; + } default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { @@ -120,7 +125,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The name of the version to delete.
-   * Format: projects/*/locations/*/apis/*/versions/*
+   * Format: `projects/*/locations/*/apis/*/versions/*`
    * 
* * @@ -146,7 +151,7 @@ public java.lang.String getName() { * *
    * Required. The name of the version to delete.
-   * Format: projects/*/locations/*/apis/*/versions/*
+   * Format: `projects/*/locations/*/apis/*/versions/*`
    * 
* * @@ -168,6 +173,25 @@ public com.google.protobuf.ByteString getNameBytes() { } } + public static final int FORCE_FIELD_NUMBER = 2; + private boolean force_; + /** + * + * + *
+   * If set to true, any child resources will also be deleted.
+   * (Otherwise, the request will only work if there are no child resources.)
+   * 
+ * + * bool force = 2; + * + * @return The force. + */ + @java.lang.Override + public boolean getForce() { + return force_; + } + private byte memoizedIsInitialized = -1; @java.lang.Override @@ -185,6 +209,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } + if (force_ != false) { + output.writeBool(2, force_); + } unknownFields.writeTo(output); } @@ -197,6 +224,9 @@ public int getSerializedSize() { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } + if (force_ != false) { + size += com.google.protobuf.CodedOutputStream.computeBoolSize(2, force_); + } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; @@ -214,6 +244,7 @@ public boolean equals(final java.lang.Object obj) { (com.google.cloud.apigeeregistry.v1.DeleteApiVersionRequest) obj; if (!getName().equals(other.getName())) return false; + if (getForce() != other.getForce()) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -227,6 +258,8 @@ public int hashCode() { hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + NAME_FIELD_NUMBER; hash = (53 * hash) + getName().hashCode(); + hash = (37 * hash) + FORCE_FIELD_NUMBER; + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getForce()); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; @@ -375,6 +408,8 @@ public Builder clear() { super.clear(); name_ = ""; + force_ = false; + return this; } @@ -403,6 +438,7 @@ public com.google.cloud.apigeeregistry.v1.DeleteApiVersionRequest buildPartial() com.google.cloud.apigeeregistry.v1.DeleteApiVersionRequest result = new com.google.cloud.apigeeregistry.v1.DeleteApiVersionRequest(this); result.name_ = name_; + result.force_ = force_; onBuilt(); return result; } @@ -457,6 +493,9 @@ public Builder mergeFrom(com.google.cloud.apigeeregistry.v1.DeleteApiVersionRequ name_ = other.name_; onChanged(); } + if (other.getForce() != false) { + setForce(other.getForce()); + } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; @@ -493,7 +532,7 @@ public Builder mergeFrom( * *
      * Required. The name of the version to delete.
-     * Format: projects/*/locations/*/apis/*/versions/*
+     * Format: `projects/*/locations/*/apis/*/versions/*`
      * 
* * @@ -518,7 +557,7 @@ public java.lang.String getName() { * *
      * Required. The name of the version to delete.
-     * Format: projects/*/locations/*/apis/*/versions/*
+     * Format: `projects/*/locations/*/apis/*/versions/*`
      * 
* * @@ -543,7 +582,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * Required. The name of the version to delete.
-     * Format: projects/*/locations/*/apis/*/versions/*
+     * Format: `projects/*/locations/*/apis/*/versions/*`
      * 
* * @@ -567,7 +606,7 @@ public Builder setName(java.lang.String value) { * *
      * Required. The name of the version to delete.
-     * Format: projects/*/locations/*/apis/*/versions/*
+     * Format: `projects/*/locations/*/apis/*/versions/*`
      * 
* * @@ -587,7 +626,7 @@ public Builder clearName() { * *
      * Required. The name of the version to delete.
-     * Format: projects/*/locations/*/apis/*/versions/*
+     * Format: `projects/*/locations/*/apis/*/versions/*`
      * 
* * @@ -608,6 +647,61 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { return this; } + private boolean force_; + /** + * + * + *
+     * If set to true, any child resources will also be deleted.
+     * (Otherwise, the request will only work if there are no child resources.)
+     * 
+ * + * bool force = 2; + * + * @return The force. + */ + @java.lang.Override + public boolean getForce() { + return force_; + } + /** + * + * + *
+     * If set to true, any child resources will also be deleted.
+     * (Otherwise, the request will only work if there are no child resources.)
+     * 
+ * + * bool force = 2; + * + * @param value The force to set. + * @return This builder for chaining. + */ + public Builder setForce(boolean value) { + + force_ = value; + onChanged(); + return this; + } + /** + * + * + *
+     * If set to true, any child resources will also be deleted.
+     * (Otherwise, the request will only work if there are no child resources.)
+     * 
+ * + * bool force = 2; + * + * @return This builder for chaining. + */ + public Builder clearForce() { + + force_ = false; + onChanged(); + return this; + } + @java.lang.Override public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiVersionRequestOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiVersionRequestOrBuilder.java index c3864f8947e5..441dd77a51c9 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiVersionRequestOrBuilder.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteApiVersionRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface DeleteApiVersionRequestOrBuilder * *
    * Required. The name of the version to delete.
-   * Format: projects/*/locations/*/apis/*/versions/*
+   * Format: `projects/*/locations/*/apis/*/versions/*`
    * 
* * @@ -43,7 +43,7 @@ public interface DeleteApiVersionRequestOrBuilder * *
    * Required. The name of the version to delete.
-   * Format: projects/*/locations/*/apis/*/versions/*
+   * Format: `projects/*/locations/*/apis/*/versions/*`
    * 
* * @@ -53,4 +53,18 @@ public interface DeleteApiVersionRequestOrBuilder * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); + + /** + * + * + *
+   * If set to true, any child resources will also be deleted.
+   * (Otherwise, the request will only work if there are no child resources.)
+   * 
+ * + * bool force = 2; + * + * @return The force. + */ + boolean getForce(); } diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteArtifactRequest.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteArtifactRequest.java index f25b60a5b104..020ba49572dc 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteArtifactRequest.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteArtifactRequest.java @@ -120,7 +120,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The name of the artifact to delete.
-   * Format: {parent}/artifacts/*
+   * Format: `{parent}/artifacts/*`
    * 
* * @@ -146,7 +146,7 @@ public java.lang.String getName() { * *
    * Required. The name of the artifact to delete.
-   * Format: {parent}/artifacts/*
+   * Format: `{parent}/artifacts/*`
    * 
* * @@ -493,7 +493,7 @@ public Builder mergeFrom( * *
      * Required. The name of the artifact to delete.
-     * Format: {parent}/artifacts/*
+     * Format: `{parent}/artifacts/*`
      * 
* * @@ -518,7 +518,7 @@ public java.lang.String getName() { * *
      * Required. The name of the artifact to delete.
-     * Format: {parent}/artifacts/*
+     * Format: `{parent}/artifacts/*`
      * 
* * @@ -543,7 +543,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * Required. The name of the artifact to delete.
-     * Format: {parent}/artifacts/*
+     * Format: `{parent}/artifacts/*`
      * 
* * @@ -567,7 +567,7 @@ public Builder setName(java.lang.String value) { * *
      * Required. The name of the artifact to delete.
-     * Format: {parent}/artifacts/*
+     * Format: `{parent}/artifacts/*`
      * 
* * @@ -587,7 +587,7 @@ public Builder clearName() { * *
      * Required. The name of the artifact to delete.
-     * Format: {parent}/artifacts/*
+     * Format: `{parent}/artifacts/*`
      * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteArtifactRequestOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteArtifactRequestOrBuilder.java index aa3ce4ce1d60..23f0a6dbff07 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteArtifactRequestOrBuilder.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/DeleteArtifactRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface DeleteArtifactRequestOrBuilder * *
    * Required. The name of the artifact to delete.
-   * Format: {parent}/artifacts/*
+   * Format: `{parent}/artifacts/*`
    * 
* * @@ -43,7 +43,7 @@ public interface DeleteArtifactRequestOrBuilder * *
    * Required. The name of the artifact to delete.
-   * Format: {parent}/artifacts/*
+   * Format: `{parent}/artifacts/*`
    * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiDeploymentRequest.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiDeploymentRequest.java index e89e1779207c..df6e68c2ef71 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiDeploymentRequest.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiDeploymentRequest.java @@ -120,7 +120,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The name of the deployment to retrieve.
-   * Format: projects/*/locations/*/apis/*/deployments/*
+   * Format: `projects/*/locations/*/apis/*/deployments/*`
    * 
* * @@ -146,7 +146,7 @@ public java.lang.String getName() { * *
    * Required. The name of the deployment to retrieve.
-   * Format: projects/*/locations/*/apis/*/deployments/*
+   * Format: `projects/*/locations/*/apis/*/deployments/*`
    * 
* * @@ -493,7 +493,7 @@ public Builder mergeFrom( * *
      * Required. The name of the deployment to retrieve.
-     * Format: projects/*/locations/*/apis/*/deployments/*
+     * Format: `projects/*/locations/*/apis/*/deployments/*`
      * 
* * @@ -518,7 +518,7 @@ public java.lang.String getName() { * *
      * Required. The name of the deployment to retrieve.
-     * Format: projects/*/locations/*/apis/*/deployments/*
+     * Format: `projects/*/locations/*/apis/*/deployments/*`
      * 
* * @@ -543,7 +543,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * Required. The name of the deployment to retrieve.
-     * Format: projects/*/locations/*/apis/*/deployments/*
+     * Format: `projects/*/locations/*/apis/*/deployments/*`
      * 
* * @@ -567,7 +567,7 @@ public Builder setName(java.lang.String value) { * *
      * Required. The name of the deployment to retrieve.
-     * Format: projects/*/locations/*/apis/*/deployments/*
+     * Format: `projects/*/locations/*/apis/*/deployments/*`
      * 
* * @@ -587,7 +587,7 @@ public Builder clearName() { * *
      * Required. The name of the deployment to retrieve.
-     * Format: projects/*/locations/*/apis/*/deployments/*
+     * Format: `projects/*/locations/*/apis/*/deployments/*`
      * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiDeploymentRequestOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiDeploymentRequestOrBuilder.java index 37fe503fd11a..2205952aa660 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiDeploymentRequestOrBuilder.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiDeploymentRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface GetApiDeploymentRequestOrBuilder * *
    * Required. The name of the deployment to retrieve.
-   * Format: projects/*/locations/*/apis/*/deployments/*
+   * Format: `projects/*/locations/*/apis/*/deployments/*`
    * 
* * @@ -43,7 +43,7 @@ public interface GetApiDeploymentRequestOrBuilder * *
    * Required. The name of the deployment to retrieve.
-   * Format: projects/*/locations/*/apis/*/deployments/*
+   * Format: `projects/*/locations/*/apis/*/deployments/*`
    * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiRequest.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiRequest.java index 74258f38bd86..8dc233b8bdd1 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiRequest.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiRequest.java @@ -120,7 +120,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The name of the API to retrieve.
-   * Format: projects/*/locations/*/apis/*
+   * Format: `projects/*/locations/*/apis/*`
    * 
* * @@ -146,7 +146,7 @@ public java.lang.String getName() { * *
    * Required. The name of the API to retrieve.
-   * Format: projects/*/locations/*/apis/*
+   * Format: `projects/*/locations/*/apis/*`
    * 
* * @@ -491,7 +491,7 @@ public Builder mergeFrom( * *
      * Required. The name of the API to retrieve.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * @@ -516,7 +516,7 @@ public java.lang.String getName() { * *
      * Required. The name of the API to retrieve.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * @@ -541,7 +541,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * Required. The name of the API to retrieve.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * @@ -565,7 +565,7 @@ public Builder setName(java.lang.String value) { * *
      * Required. The name of the API to retrieve.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * @@ -585,7 +585,7 @@ public Builder clearName() { * *
      * Required. The name of the API to retrieve.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiRequestOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiRequestOrBuilder.java index e9256122ad26..11b4b6a68873 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiRequestOrBuilder.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface GetApiRequestOrBuilder * *
    * Required. The name of the API to retrieve.
-   * Format: projects/*/locations/*/apis/*
+   * Format: `projects/*/locations/*/apis/*`
    * 
* * @@ -43,7 +43,7 @@ public interface GetApiRequestOrBuilder * *
    * Required. The name of the API to retrieve.
-   * Format: projects/*/locations/*/apis/*
+   * Format: `projects/*/locations/*/apis/*`
    * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiSpecContentsRequest.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiSpecContentsRequest.java index 1d9ca8435039..997a4f72e7e7 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiSpecContentsRequest.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiSpecContentsRequest.java @@ -120,7 +120,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The name of the spec whose contents should be retrieved.
-   * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+   * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
    * 
* * @@ -146,7 +146,7 @@ public java.lang.String getName() { * *
    * Required. The name of the spec whose contents should be retrieved.
-   * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+   * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
    * 
* * @@ -495,7 +495,7 @@ public Builder mergeFrom( * *
      * Required. The name of the spec whose contents should be retrieved.
-     * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+     * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
      * 
* * @@ -520,7 +520,7 @@ public java.lang.String getName() { * *
      * Required. The name of the spec whose contents should be retrieved.
-     * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+     * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
      * 
* * @@ -545,7 +545,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * Required. The name of the spec whose contents should be retrieved.
-     * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+     * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
      * 
* * @@ -569,7 +569,7 @@ public Builder setName(java.lang.String value) { * *
      * Required. The name of the spec whose contents should be retrieved.
-     * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+     * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
      * 
* * @@ -589,7 +589,7 @@ public Builder clearName() { * *
      * Required. The name of the spec whose contents should be retrieved.
-     * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+     * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
      * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiSpecContentsRequestOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiSpecContentsRequestOrBuilder.java index 986751861171..56a64a2eaad3 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiSpecContentsRequestOrBuilder.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiSpecContentsRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface GetApiSpecContentsRequestOrBuilder * *
    * Required. The name of the spec whose contents should be retrieved.
-   * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+   * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
    * 
* * @@ -43,7 +43,7 @@ public interface GetApiSpecContentsRequestOrBuilder * *
    * Required. The name of the spec whose contents should be retrieved.
-   * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+   * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
    * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiSpecRequest.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiSpecRequest.java index 51f74e81151c..751c24403458 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiSpecRequest.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiSpecRequest.java @@ -120,7 +120,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The name of the spec to retrieve.
-   * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+   * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
    * 
* * @@ -146,7 +146,7 @@ public java.lang.String getName() { * *
    * Required. The name of the spec to retrieve.
-   * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+   * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
    * 
* * @@ -492,7 +492,7 @@ public Builder mergeFrom( * *
      * Required. The name of the spec to retrieve.
-     * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+     * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
      * 
* * @@ -517,7 +517,7 @@ public java.lang.String getName() { * *
      * Required. The name of the spec to retrieve.
-     * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+     * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
      * 
* * @@ -542,7 +542,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * Required. The name of the spec to retrieve.
-     * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+     * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
      * 
* * @@ -566,7 +566,7 @@ public Builder setName(java.lang.String value) { * *
      * Required. The name of the spec to retrieve.
-     * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+     * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
      * 
* * @@ -586,7 +586,7 @@ public Builder clearName() { * *
      * Required. The name of the spec to retrieve.
-     * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+     * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
      * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiSpecRequestOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiSpecRequestOrBuilder.java index 4901159df40b..96b423516c0f 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiSpecRequestOrBuilder.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiSpecRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface GetApiSpecRequestOrBuilder * *
    * Required. The name of the spec to retrieve.
-   * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+   * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
    * 
* * @@ -43,7 +43,7 @@ public interface GetApiSpecRequestOrBuilder * *
    * Required. The name of the spec to retrieve.
-   * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+   * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
    * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiVersionRequest.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiVersionRequest.java index 14b1d33aaa70..f27619b62354 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiVersionRequest.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiVersionRequest.java @@ -120,7 +120,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The name of the version to retrieve.
-   * Format: projects/*/locations/*/apis/*/versions/*
+   * Format: `projects/*/locations/*/apis/*/versions/*`
    * 
* * @@ -146,7 +146,7 @@ public java.lang.String getName() { * *
    * Required. The name of the version to retrieve.
-   * Format: projects/*/locations/*/apis/*/versions/*
+   * Format: `projects/*/locations/*/apis/*/versions/*`
    * 
* * @@ -493,7 +493,7 @@ public Builder mergeFrom( * *
      * Required. The name of the version to retrieve.
-     * Format: projects/*/locations/*/apis/*/versions/*
+     * Format: `projects/*/locations/*/apis/*/versions/*`
      * 
* * @@ -518,7 +518,7 @@ public java.lang.String getName() { * *
      * Required. The name of the version to retrieve.
-     * Format: projects/*/locations/*/apis/*/versions/*
+     * Format: `projects/*/locations/*/apis/*/versions/*`
      * 
* * @@ -543,7 +543,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * Required. The name of the version to retrieve.
-     * Format: projects/*/locations/*/apis/*/versions/*
+     * Format: `projects/*/locations/*/apis/*/versions/*`
      * 
* * @@ -567,7 +567,7 @@ public Builder setName(java.lang.String value) { * *
      * Required. The name of the version to retrieve.
-     * Format: projects/*/locations/*/apis/*/versions/*
+     * Format: `projects/*/locations/*/apis/*/versions/*`
      * 
* * @@ -587,7 +587,7 @@ public Builder clearName() { * *
      * Required. The name of the version to retrieve.
-     * Format: projects/*/locations/*/apis/*/versions/*
+     * Format: `projects/*/locations/*/apis/*/versions/*`
      * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiVersionRequestOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiVersionRequestOrBuilder.java index b64e44f377ec..050f396f788c 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiVersionRequestOrBuilder.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetApiVersionRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface GetApiVersionRequestOrBuilder * *
    * Required. The name of the version to retrieve.
-   * Format: projects/*/locations/*/apis/*/versions/*
+   * Format: `projects/*/locations/*/apis/*/versions/*`
    * 
* * @@ -43,7 +43,7 @@ public interface GetApiVersionRequestOrBuilder * *
    * Required. The name of the version to retrieve.
-   * Format: projects/*/locations/*/apis/*/versions/*
+   * Format: `projects/*/locations/*/apis/*/versions/*`
    * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetArtifactContentsRequest.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetArtifactContentsRequest.java index 28eb4cfdaabe..b7cc9b6696e1 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetArtifactContentsRequest.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetArtifactContentsRequest.java @@ -120,7 +120,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The name of the artifact whose contents should be retrieved.
-   * Format: {parent}/artifacts/*
+   * Format: `{parent}/artifacts/*`
    * 
* * @@ -146,7 +146,7 @@ public java.lang.String getName() { * *
    * Required. The name of the artifact whose contents should be retrieved.
-   * Format: {parent}/artifacts/*
+   * Format: `{parent}/artifacts/*`
    * 
* * @@ -496,7 +496,7 @@ public Builder mergeFrom( * *
      * Required. The name of the artifact whose contents should be retrieved.
-     * Format: {parent}/artifacts/*
+     * Format: `{parent}/artifacts/*`
      * 
* * @@ -521,7 +521,7 @@ public java.lang.String getName() { * *
      * Required. The name of the artifact whose contents should be retrieved.
-     * Format: {parent}/artifacts/*
+     * Format: `{parent}/artifacts/*`
      * 
* * @@ -546,7 +546,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * Required. The name of the artifact whose contents should be retrieved.
-     * Format: {parent}/artifacts/*
+     * Format: `{parent}/artifacts/*`
      * 
* * @@ -570,7 +570,7 @@ public Builder setName(java.lang.String value) { * *
      * Required. The name of the artifact whose contents should be retrieved.
-     * Format: {parent}/artifacts/*
+     * Format: `{parent}/artifacts/*`
      * 
* * @@ -590,7 +590,7 @@ public Builder clearName() { * *
      * Required. The name of the artifact whose contents should be retrieved.
-     * Format: {parent}/artifacts/*
+     * Format: `{parent}/artifacts/*`
      * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetArtifactContentsRequestOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetArtifactContentsRequestOrBuilder.java index 687605205387..15a2b064fa28 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetArtifactContentsRequestOrBuilder.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetArtifactContentsRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface GetArtifactContentsRequestOrBuilder * *
    * Required. The name of the artifact whose contents should be retrieved.
-   * Format: {parent}/artifacts/*
+   * Format: `{parent}/artifacts/*`
    * 
* * @@ -43,7 +43,7 @@ public interface GetArtifactContentsRequestOrBuilder * *
    * Required. The name of the artifact whose contents should be retrieved.
-   * Format: {parent}/artifacts/*
+   * Format: `{parent}/artifacts/*`
    * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetArtifactRequest.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetArtifactRequest.java index 7eb291ccf63a..6d24d83be3f2 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetArtifactRequest.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetArtifactRequest.java @@ -120,7 +120,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The name of the artifact to retrieve.
-   * Format: {parent}/artifacts/*
+   * Format: `{parent}/artifacts/*`
    * 
* * @@ -146,7 +146,7 @@ public java.lang.String getName() { * *
    * Required. The name of the artifact to retrieve.
-   * Format: {parent}/artifacts/*
+   * Format: `{parent}/artifacts/*`
    * 
* * @@ -493,7 +493,7 @@ public Builder mergeFrom( * *
      * Required. The name of the artifact to retrieve.
-     * Format: {parent}/artifacts/*
+     * Format: `{parent}/artifacts/*`
      * 
* * @@ -518,7 +518,7 @@ public java.lang.String getName() { * *
      * Required. The name of the artifact to retrieve.
-     * Format: {parent}/artifacts/*
+     * Format: `{parent}/artifacts/*`
      * 
* * @@ -543,7 +543,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * Required. The name of the artifact to retrieve.
-     * Format: {parent}/artifacts/*
+     * Format: `{parent}/artifacts/*`
      * 
* * @@ -567,7 +567,7 @@ public Builder setName(java.lang.String value) { * *
      * Required. The name of the artifact to retrieve.
-     * Format: {parent}/artifacts/*
+     * Format: `{parent}/artifacts/*`
      * 
* * @@ -587,7 +587,7 @@ public Builder clearName() { * *
      * Required. The name of the artifact to retrieve.
-     * Format: {parent}/artifacts/*
+     * Format: `{parent}/artifacts/*`
      * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetArtifactRequestOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetArtifactRequestOrBuilder.java index 34dec49bde04..09d022562a04 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetArtifactRequestOrBuilder.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/GetArtifactRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface GetArtifactRequestOrBuilder * *
    * Required. The name of the artifact to retrieve.
-   * Format: {parent}/artifacts/*
+   * Format: `{parent}/artifacts/*`
    * 
* * @@ -43,7 +43,7 @@ public interface GetArtifactRequestOrBuilder * *
    * Required. The name of the artifact to retrieve.
-   * Format: {parent}/artifacts/*
+   * Format: `{parent}/artifacts/*`
    * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/Instance.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/Instance.java index 6de16aeab642..7fa3e1822888 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/Instance.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/Instance.java @@ -1314,7 +1314,7 @@ public com.google.cloud.apigeeregistry.v1.Instance.Config getDefaultInstanceForT * *
    * Format: `projects/*/locations/*/instance`.
-   * Currently only locations/global is supported.
+   * Currently only `locations/global` is supported.
    * 
* * string name = 1; @@ -1338,7 +1338,7 @@ public java.lang.String getName() { * *
    * Format: `projects/*/locations/*/instance`.
-   * Currently only locations/global is supported.
+   * Currently only `locations/global` is supported.
    * 
* * string name = 1; @@ -2037,7 +2037,7 @@ public Builder mergeFrom( * *
      * Format: `projects/*/locations/*/instance`.
-     * Currently only locations/global is supported.
+     * Currently only `locations/global` is supported.
      * 
* * string name = 1; @@ -2060,7 +2060,7 @@ public java.lang.String getName() { * *
      * Format: `projects/*/locations/*/instance`.
-     * Currently only locations/global is supported.
+     * Currently only `locations/global` is supported.
      * 
* * string name = 1; @@ -2083,7 +2083,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * Format: `projects/*/locations/*/instance`.
-     * Currently only locations/global is supported.
+     * Currently only `locations/global` is supported.
      * 
* * string name = 1; @@ -2105,7 +2105,7 @@ public Builder setName(java.lang.String value) { * *
      * Format: `projects/*/locations/*/instance`.
-     * Currently only locations/global is supported.
+     * Currently only `locations/global` is supported.
      * 
* * string name = 1; @@ -2123,7 +2123,7 @@ public Builder clearName() { * *
      * Format: `projects/*/locations/*/instance`.
-     * Currently only locations/global is supported.
+     * Currently only `locations/global` is supported.
      * 
* * string name = 1; diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/InstanceOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/InstanceOrBuilder.java index d63b62158f59..28e93af3ea05 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/InstanceOrBuilder.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/InstanceOrBuilder.java @@ -28,7 +28,7 @@ public interface InstanceOrBuilder * *
    * Format: `projects/*/locations/*/instance`.
-   * Currently only locations/global is supported.
+   * Currently only `locations/global` is supported.
    * 
* * string name = 1; @@ -41,7 +41,7 @@ public interface InstanceOrBuilder * *
    * Format: `projects/*/locations/*/instance`.
-   * Currently only locations/global is supported.
+   * Currently only `locations/global` is supported.
    * 
* * string name = 1; diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListApiDeploymentsRequest.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListApiDeploymentsRequest.java index ffd5c2e3d0b8..4f00093ec766 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListApiDeploymentsRequest.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListApiDeploymentsRequest.java @@ -141,7 +141,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The parent, which owns this collection of deployments.
-   * Format: projects/*/locations/*/apis/*
+   * Format: `projects/*/locations/*/apis/*`
    * 
* * @@ -167,7 +167,7 @@ public java.lang.String getParent() { * *
    * Required. The parent, which owns this collection of deployments.
-   * Format: projects/*/locations/*/apis/*
+   * Format: `projects/*/locations/*/apis/*`
    * 
* * @@ -690,7 +690,7 @@ public Builder mergeFrom( * *
      * Required. The parent, which owns this collection of deployments.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * @@ -715,7 +715,7 @@ public java.lang.String getParent() { * *
      * Required. The parent, which owns this collection of deployments.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * @@ -740,7 +740,7 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. The parent, which owns this collection of deployments.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * @@ -764,7 +764,7 @@ public Builder setParent(java.lang.String value) { * *
      * Required. The parent, which owns this collection of deployments.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * @@ -784,7 +784,7 @@ public Builder clearParent() { * *
      * Required. The parent, which owns this collection of deployments.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListApiDeploymentsRequestOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListApiDeploymentsRequestOrBuilder.java index eaddca98eb22..5ca7f8e34d6c 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListApiDeploymentsRequestOrBuilder.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListApiDeploymentsRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface ListApiDeploymentsRequestOrBuilder * *
    * Required. The parent, which owns this collection of deployments.
-   * Format: projects/*/locations/*/apis/*
+   * Format: `projects/*/locations/*/apis/*`
    * 
* * @@ -43,7 +43,7 @@ public interface ListApiDeploymentsRequestOrBuilder * *
    * Required. The parent, which owns this collection of deployments.
-   * Format: projects/*/locations/*/apis/*
+   * Format: `projects/*/locations/*/apis/*`
    * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListApiSpecsRequest.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListApiSpecsRequest.java index 9919299fff65..7fc41aee515a 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListApiSpecsRequest.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListApiSpecsRequest.java @@ -141,7 +141,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The parent, which owns this collection of specs.
-   * Format: projects/*/locations/*/apis/*/versions/*
+   * Format: `projects/*/locations/*/apis/*/versions/*`
    * 
* * @@ -167,7 +167,7 @@ public java.lang.String getParent() { * *
    * Required. The parent, which owns this collection of specs.
-   * Format: projects/*/locations/*/apis/*/versions/*
+   * Format: `projects/*/locations/*/apis/*/versions/*`
    * 
* * @@ -688,7 +688,7 @@ public Builder mergeFrom( * *
      * Required. The parent, which owns this collection of specs.
-     * Format: projects/*/locations/*/apis/*/versions/*
+     * Format: `projects/*/locations/*/apis/*/versions/*`
      * 
* * @@ -713,7 +713,7 @@ public java.lang.String getParent() { * *
      * Required. The parent, which owns this collection of specs.
-     * Format: projects/*/locations/*/apis/*/versions/*
+     * Format: `projects/*/locations/*/apis/*/versions/*`
      * 
* * @@ -738,7 +738,7 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. The parent, which owns this collection of specs.
-     * Format: projects/*/locations/*/apis/*/versions/*
+     * Format: `projects/*/locations/*/apis/*/versions/*`
      * 
* * @@ -762,7 +762,7 @@ public Builder setParent(java.lang.String value) { * *
      * Required. The parent, which owns this collection of specs.
-     * Format: projects/*/locations/*/apis/*/versions/*
+     * Format: `projects/*/locations/*/apis/*/versions/*`
      * 
* * @@ -782,7 +782,7 @@ public Builder clearParent() { * *
      * Required. The parent, which owns this collection of specs.
-     * Format: projects/*/locations/*/apis/*/versions/*
+     * Format: `projects/*/locations/*/apis/*/versions/*`
      * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListApiSpecsRequestOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListApiSpecsRequestOrBuilder.java index 2a5001badd49..1129db838278 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListApiSpecsRequestOrBuilder.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListApiSpecsRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface ListApiSpecsRequestOrBuilder * *
    * Required. The parent, which owns this collection of specs.
-   * Format: projects/*/locations/*/apis/*/versions/*
+   * Format: `projects/*/locations/*/apis/*/versions/*`
    * 
* * @@ -43,7 +43,7 @@ public interface ListApiSpecsRequestOrBuilder * *
    * Required. The parent, which owns this collection of specs.
-   * Format: projects/*/locations/*/apis/*/versions/*
+   * Format: `projects/*/locations/*/apis/*/versions/*`
    * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListApiVersionsRequest.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListApiVersionsRequest.java index cf6972fe17c1..f97dc94cc99f 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListApiVersionsRequest.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListApiVersionsRequest.java @@ -141,7 +141,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The parent, which owns this collection of versions.
-   * Format: projects/*/locations/*/apis/*
+   * Format: `projects/*/locations/*/apis/*`
    * 
* * @@ -167,7 +167,7 @@ public java.lang.String getParent() { * *
    * Required. The parent, which owns this collection of versions.
-   * Format: projects/*/locations/*/apis/*
+   * Format: `projects/*/locations/*/apis/*`
    * 
* * @@ -688,7 +688,7 @@ public Builder mergeFrom( * *
      * Required. The parent, which owns this collection of versions.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * @@ -713,7 +713,7 @@ public java.lang.String getParent() { * *
      * Required. The parent, which owns this collection of versions.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * @@ -738,7 +738,7 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. The parent, which owns this collection of versions.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * @@ -762,7 +762,7 @@ public Builder setParent(java.lang.String value) { * *
      * Required. The parent, which owns this collection of versions.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * @@ -782,7 +782,7 @@ public Builder clearParent() { * *
      * Required. The parent, which owns this collection of versions.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListApiVersionsRequestOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListApiVersionsRequestOrBuilder.java index 9ed189c7c8ad..53290fb1a36f 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListApiVersionsRequestOrBuilder.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListApiVersionsRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface ListApiVersionsRequestOrBuilder * *
    * Required. The parent, which owns this collection of versions.
-   * Format: projects/*/locations/*/apis/*
+   * Format: `projects/*/locations/*/apis/*`
    * 
* * @@ -43,7 +43,7 @@ public interface ListApiVersionsRequestOrBuilder * *
    * Required. The parent, which owns this collection of versions.
-   * Format: projects/*/locations/*/apis/*
+   * Format: `projects/*/locations/*/apis/*`
    * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListApisRequest.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListApisRequest.java index 60b8692dfefe..623fa2e531c5 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListApisRequest.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListApisRequest.java @@ -141,7 +141,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The parent, which owns this collection of APIs.
-   * Format: projects/*/locations/*
+   * Format: `projects/*/locations/*`
    * 
* * @@ -167,7 +167,7 @@ public java.lang.String getParent() { * *
    * Required. The parent, which owns this collection of APIs.
-   * Format: projects/*/locations/*
+   * Format: `projects/*/locations/*`
    * 
* * @@ -687,7 +687,7 @@ public Builder mergeFrom( * *
      * Required. The parent, which owns this collection of APIs.
-     * Format: projects/*/locations/*
+     * Format: `projects/*/locations/*`
      * 
* * @@ -712,7 +712,7 @@ public java.lang.String getParent() { * *
      * Required. The parent, which owns this collection of APIs.
-     * Format: projects/*/locations/*
+     * Format: `projects/*/locations/*`
      * 
* * @@ -737,7 +737,7 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. The parent, which owns this collection of APIs.
-     * Format: projects/*/locations/*
+     * Format: `projects/*/locations/*`
      * 
* * @@ -761,7 +761,7 @@ public Builder setParent(java.lang.String value) { * *
      * Required. The parent, which owns this collection of APIs.
-     * Format: projects/*/locations/*
+     * Format: `projects/*/locations/*`
      * 
* * @@ -781,7 +781,7 @@ public Builder clearParent() { * *
      * Required. The parent, which owns this collection of APIs.
-     * Format: projects/*/locations/*
+     * Format: `projects/*/locations/*`
      * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListApisRequestOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListApisRequestOrBuilder.java index 50acde8e325d..e85e6a53c5ab 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListApisRequestOrBuilder.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListApisRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface ListApisRequestOrBuilder * *
    * Required. The parent, which owns this collection of APIs.
-   * Format: projects/*/locations/*
+   * Format: `projects/*/locations/*`
    * 
* * @@ -43,7 +43,7 @@ public interface ListApisRequestOrBuilder * *
    * Required. The parent, which owns this collection of APIs.
-   * Format: projects/*/locations/*
+   * Format: `projects/*/locations/*`
    * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListArtifactsRequest.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListArtifactsRequest.java index 82277e047cc5..0546c4120214 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListArtifactsRequest.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListArtifactsRequest.java @@ -141,7 +141,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The parent, which owns this collection of artifacts.
-   * Format: {parent}
+   * Format: `{parent}`
    * 
* * @@ -167,7 +167,7 @@ public java.lang.String getParent() { * *
    * Required. The parent, which owns this collection of artifacts.
-   * Format: {parent}
+   * Format: `{parent}`
    * 
* * @@ -688,7 +688,7 @@ public Builder mergeFrom( * *
      * Required. The parent, which owns this collection of artifacts.
-     * Format: {parent}
+     * Format: `{parent}`
      * 
* * @@ -713,7 +713,7 @@ public java.lang.String getParent() { * *
      * Required. The parent, which owns this collection of artifacts.
-     * Format: {parent}
+     * Format: `{parent}`
      * 
* * @@ -738,7 +738,7 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. The parent, which owns this collection of artifacts.
-     * Format: {parent}
+     * Format: `{parent}`
      * 
* * @@ -762,7 +762,7 @@ public Builder setParent(java.lang.String value) { * *
      * Required. The parent, which owns this collection of artifacts.
-     * Format: {parent}
+     * Format: `{parent}`
      * 
* * @@ -782,7 +782,7 @@ public Builder clearParent() { * *
      * Required. The parent, which owns this collection of artifacts.
-     * Format: {parent}
+     * Format: `{parent}`
      * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListArtifactsRequestOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListArtifactsRequestOrBuilder.java index 6cb5d0d5195b..eb9fc3282846 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListArtifactsRequestOrBuilder.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ListArtifactsRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface ListArtifactsRequestOrBuilder * *
    * Required. The parent, which owns this collection of artifacts.
-   * Format: {parent}
+   * Format: `{parent}`
    * 
* * @@ -43,7 +43,7 @@ public interface ListArtifactsRequestOrBuilder * *
    * Required. The parent, which owns this collection of artifacts.
-   * Format: {parent}
+   * Format: `{parent}`
    * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/RegistryServiceProto.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/RegistryServiceProto.java index 6441d1b72a56..ecc7bcbb8de2 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/RegistryServiceProto.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/RegistryServiceProto.java @@ -227,351 +227,352 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { + "\tB\003\340A\002\"\221\001\n\020UpdateApiRequest\0225\n\003api\030\001 \001(\013" + "2#.google.cloud.apigeeregistry.v1.ApiB\003\340" + "A\002\022/\n\013update_mask\030\002 \001(\0132\032.google.protobu" - + "f.FieldMask\022\025\n\rallow_missing\030\003 \001(\010\"K\n\020De" + + "f.FieldMask\022\025\n\rallow_missing\030\003 \001(\010\"Z\n\020De" + "leteApiRequest\0227\n\004name\030\001 \001(\tB)\340A\002\372A#\n!ap" - + "igeeregistry.googleapis.com/Api\"\221\001\n\026List" - + "ApiVersionsRequest\022@\n\006parent\030\001 \001(\tB0\340A\002\372" - + "A*\022(apigeeregistry.googleapis.com/ApiVer" - + "sion\022\021\n\tpage_size\030\002 \001(\005\022\022\n\npage_token\030\003 " - + "\001(\t\022\016\n\006filter\030\004 \001(\t\"t\n\027ListApiVersionsRe" - + "sponse\022@\n\014api_versions\030\001 \003(\0132*.google.cl" - + "oud.apigeeregistry.v1.ApiVersion\022\027\n\017next" - + "_page_token\030\002 \001(\t\"V\n\024GetApiVersionReques" - + "t\022>\n\004name\030\001 \001(\tB0\340A\002\372A*\n(apigeeregistry." - + "googleapis.com/ApiVersion\"\276\001\n\027CreateApiV" - + "ersionRequest\022@\n\006parent\030\001 \001(\tB0\340A\002\372A*\022(a" - + "pigeeregistry.googleapis.com/ApiVersion\022" - + "D\n\013api_version\030\002 \001(\0132*.google.cloud.apig" - + "eeregistry.v1.ApiVersionB\003\340A\002\022\033\n\016api_ver" - + "sion_id\030\003 \001(\tB\003\340A\002\"\247\001\n\027UpdateApiVersionR" - + "equest\022D\n\013api_version\030\001 \001(\0132*.google.clo" - + "ud.apigeeregistry.v1.ApiVersionB\003\340A\002\022/\n\013" - + "update_mask\030\002 \001(\0132\032.google.protobuf.Fiel" - + "dMask\022\025\n\rallow_missing\030\003 \001(\010\"Y\n\027DeleteAp" - + "iVersionRequest\022>\n\004name\030\001 \001(\tB0\340A\002\372A*\n(a" - + "pigeeregistry.googleapis.com/ApiVersion\"" - + "\213\001\n\023ListApiSpecsRequest\022=\n\006parent\030\001 \001(\tB" - + "-\340A\002\372A\'\022%apigeeregistry.googleapis.com/A" - + "piSpec\022\021\n\tpage_size\030\002 \001(\005\022\022\n\npage_token\030" - + "\003 \001(\t\022\016\n\006filter\030\004 \001(\t\"k\n\024ListApiSpecsRes" - + "ponse\022:\n\tapi_specs\030\001 \003(\0132\'.google.cloud." - + "apigeeregistry.v1.ApiSpec\022\027\n\017next_page_t" - + "oken\030\002 \001(\t\"P\n\021GetApiSpecRequest\022;\n\004name\030" + + "igeeregistry.googleapis.com/Api\022\r\n\005force" + + "\030\002 \001(\010\"\221\001\n\026ListApiVersionsRequest\022@\n\006par" + + "ent\030\001 \001(\tB0\340A\002\372A*\022(apigeeregistry.google" + + "apis.com/ApiVersion\022\021\n\tpage_size\030\002 \001(\005\022\022" + + "\n\npage_token\030\003 \001(\t\022\016\n\006filter\030\004 \001(\t\"t\n\027Li" + + "stApiVersionsResponse\022@\n\014api_versions\030\001 " + + "\003(\0132*.google.cloud.apigeeregistry.v1.Api" + + "Version\022\027\n\017next_page_token\030\002 \001(\t\"V\n\024GetA" + + "piVersionRequest\022>\n\004name\030\001 \001(\tB0\340A\002\372A*\n(" + + "apigeeregistry.googleapis.com/ApiVersion" + + "\"\276\001\n\027CreateApiVersionRequest\022@\n\006parent\030\001" + + " \001(\tB0\340A\002\372A*\022(apigeeregistry.googleapis." + + "com/ApiVersion\022D\n\013api_version\030\002 \001(\0132*.go" + + "ogle.cloud.apigeeregistry.v1.ApiVersionB" + + "\003\340A\002\022\033\n\016api_version_id\030\003 \001(\tB\003\340A\002\"\247\001\n\027Up" + + "dateApiVersionRequest\022D\n\013api_version\030\001 \001" + + "(\0132*.google.cloud.apigeeregistry.v1.ApiV" + + "ersionB\003\340A\002\022/\n\013update_mask\030\002 \001(\0132\032.googl" + + "e.protobuf.FieldMask\022\025\n\rallow_missing\030\003 " + + "\001(\010\"h\n\027DeleteApiVersionRequest\022>\n\004name\030\001" + + " \001(\tB0\340A\002\372A*\n(apigeeregistry.googleapis." + + "com/ApiVersion\022\r\n\005force\030\002 \001(\010\"\213\001\n\023ListAp" + + "iSpecsRequest\022=\n\006parent\030\001 \001(\tB-\340A\002\372A\'\022%a" + + "pigeeregistry.googleapis.com/ApiSpec\022\021\n\t" + + "page_size\030\002 \001(\005\022\022\n\npage_token\030\003 \001(\t\022\016\n\006f" + + "ilter\030\004 \001(\t\"k\n\024ListApiSpecsResponse\022:\n\ta" + + "pi_specs\030\001 \003(\0132\'.google.cloud.apigeeregi" + + "stry.v1.ApiSpec\022\027\n\017next_page_token\030\002 \001(\t" + + "\"P\n\021GetApiSpecRequest\022;\n\004name\030\001 \001(\tB-\340A\002" + + "\372A\'\n%apigeeregistry.googleapis.com/ApiSp" + + "ec\"X\n\031GetApiSpecContentsRequest\022;\n\004name\030" + "\001 \001(\tB-\340A\002\372A\'\n%apigeeregistry.googleapis" - + ".com/ApiSpec\"X\n\031GetApiSpecContentsReques" - + "t\022;\n\004name\030\001 \001(\tB-\340A\002\372A\'\n%apigeeregistry." - + "googleapis.com/ApiSpec\"\257\001\n\024CreateApiSpec" - + "Request\022=\n\006parent\030\001 \001(\tB-\340A\002\372A\'\022%apigeer" - + "egistry.googleapis.com/ApiSpec\022>\n\010api_sp" - + "ec\030\002 \001(\0132\'.google.cloud.apigeeregistry.v" - + "1.ApiSpecB\003\340A\002\022\030\n\013api_spec_id\030\003 \001(\tB\003\340A\002" - + "\"\236\001\n\024UpdateApiSpecRequest\022>\n\010api_spec\030\001 " - + "\001(\0132\'.google.cloud.apigeeregistry.v1.Api" - + "SpecB\003\340A\002\022/\n\013update_mask\030\002 \001(\0132\032.google." - + "protobuf.FieldMask\022\025\n\rallow_missing\030\003 \001(" - + "\010\"b\n\024DeleteApiSpecRequest\022;\n\004name\030\001 \001(\tB" - + "-\340A\002\372A\'\n%apigeeregistry.googleapis.com/A" - + "piSpec\022\r\n\005force\030\002 \001(\010\"j\n\031TagApiSpecRevis" - + "ionRequest\022;\n\004name\030\001 \001(\tB-\340A\002\372A\'\n%apigee" - + "registry.googleapis.com/ApiSpec\022\020\n\003tag\030\002" - + " \001(\tB\003\340A\002\"\201\001\n\033ListApiSpecRevisionsReques" - + "t\022;\n\004name\030\001 \001(\tB-\340A\002\372A\'\n%apigeeregistry." - + "googleapis.com/ApiSpec\022\021\n\tpage_size\030\002 \001(" - + "\005\022\022\n\npage_token\030\003 \001(\t\"s\n\034ListApiSpecRevi" - + "sionsResponse\022:\n\tapi_specs\030\001 \003(\0132\'.googl" - + "e.cloud.apigeeregistry.v1.ApiSpec\022\027\n\017nex" - + "t_page_token\030\002 \001(\t\"o\n\026RollbackApiSpecReq" - + "uest\022;\n\004name\030\001 \001(\tB-\340A\002\372A\'\n%apigeeregist" - + "ry.googleapis.com/ApiSpec\022\030\n\013revision_id" - + "\030\002 \001(\tB\003\340A\002\"[\n\034DeleteApiSpecRevisionRequ" - + "est\022;\n\004name\030\001 \001(\tB-\340A\002\372A\'\n%apigeeregistr" - + "y.googleapis.com/ApiSpec\"\227\001\n\031ListApiDepl" - + "oymentsRequest\022C\n\006parent\030\001 \001(\tB3\340A\002\372A-\022+" - + "apigeeregistry.googleapis.com/ApiDeploym" - + "ent\022\021\n\tpage_size\030\002 \001(\005\022\022\n\npage_token\030\003 \001" - + "(\t\022\016\n\006filter\030\004 \001(\t\"}\n\032ListApiDeployments" - + "Response\022F\n\017api_deployments\030\001 \003(\0132-.goog" + + ".com/ApiSpec\"\257\001\n\024CreateApiSpecRequest\022=\n" + + "\006parent\030\001 \001(\tB-\340A\002\372A\'\022%apigeeregistry.go" + + "ogleapis.com/ApiSpec\022>\n\010api_spec\030\002 \001(\0132\'" + + ".google.cloud.apigeeregistry.v1.ApiSpecB" + + "\003\340A\002\022\030\n\013api_spec_id\030\003 \001(\tB\003\340A\002\"\236\001\n\024Updat" + + "eApiSpecRequest\022>\n\010api_spec\030\001 \001(\0132\'.goog" + + "le.cloud.apigeeregistry.v1.ApiSpecB\003\340A\002\022" + + "/\n\013update_mask\030\002 \001(\0132\032.google.protobuf.F" + + "ieldMask\022\025\n\rallow_missing\030\003 \001(\010\"b\n\024Delet" + + "eApiSpecRequest\022;\n\004name\030\001 \001(\tB-\340A\002\372A\'\n%a" + + "pigeeregistry.googleapis.com/ApiSpec\022\r\n\005" + + "force\030\002 \001(\010\"j\n\031TagApiSpecRevisionRequest" + + "\022;\n\004name\030\001 \001(\tB-\340A\002\372A\'\n%apigeeregistry.g" + + "oogleapis.com/ApiSpec\022\020\n\003tag\030\002 \001(\tB\003\340A\002\"" + + "\201\001\n\033ListApiSpecRevisionsRequest\022;\n\004name\030" + + "\001 \001(\tB-\340A\002\372A\'\n%apigeeregistry.googleapis" + + ".com/ApiSpec\022\021\n\tpage_size\030\002 \001(\005\022\022\n\npage_" + + "token\030\003 \001(\t\"s\n\034ListApiSpecRevisionsRespo" + + "nse\022:\n\tapi_specs\030\001 \003(\0132\'.google.cloud.ap" + + "igeeregistry.v1.ApiSpec\022\027\n\017next_page_tok" + + "en\030\002 \001(\t\"o\n\026RollbackApiSpecRequest\022;\n\004na" + + "me\030\001 \001(\tB-\340A\002\372A\'\n%apigeeregistry.googlea" + + "pis.com/ApiSpec\022\030\n\013revision_id\030\002 \001(\tB\003\340A" + + "\002\"[\n\034DeleteApiSpecRevisionRequest\022;\n\004nam" + + "e\030\001 \001(\tB-\340A\002\372A\'\n%apigeeregistry.googleap" + + "is.com/ApiSpec\"\227\001\n\031ListApiDeploymentsReq" + + "uest\022C\n\006parent\030\001 \001(\tB3\340A\002\372A-\022+apigeeregi" + + "stry.googleapis.com/ApiDeployment\022\021\n\tpag" + + "e_size\030\002 \001(\005\022\022\n\npage_token\030\003 \001(\t\022\016\n\006filt" + + "er\030\004 \001(\t\"}\n\032ListApiDeploymentsResponse\022F" + + "\n\017api_deployments\030\001 \003(\0132-.google.cloud.a" + + "pigeeregistry.v1.ApiDeployment\022\027\n\017next_p" + + "age_token\030\002 \001(\t\"\\\n\027GetApiDeploymentReque" + + "st\022A\n\004name\030\001 \001(\tB3\340A\002\372A-\n+apigeeregistry" + + ".googleapis.com/ApiDeployment\"\315\001\n\032Create" + + "ApiDeploymentRequest\022C\n\006parent\030\001 \001(\tB3\340A" + + "\002\372A-\022+apigeeregistry.googleapis.com/ApiD" + + "eployment\022J\n\016api_deployment\030\002 \001(\0132-.goog" + "le.cloud.apigeeregistry.v1.ApiDeployment" - + "\022\027\n\017next_page_token\030\002 \001(\t\"\\\n\027GetApiDeplo" - + "ymentRequest\022A\n\004name\030\001 \001(\tB3\340A\002\372A-\n+apig" - + "eeregistry.googleapis.com/ApiDeployment\"" - + "\315\001\n\032CreateApiDeploymentRequest\022C\n\006parent" - + "\030\001 \001(\tB3\340A\002\372A-\022+apigeeregistry.googleapi" - + "s.com/ApiDeployment\022J\n\016api_deployment\030\002 " - + "\001(\0132-.google.cloud.apigeeregistry.v1.Api" - + "DeploymentB\003\340A\002\022\036\n\021api_deployment_id\030\003 \001" - + "(\tB\003\340A\002\"\260\001\n\032UpdateApiDeploymentRequest\022J" - + "\n\016api_deployment\030\001 \001(\0132-.google.cloud.ap" - + "igeeregistry.v1.ApiDeploymentB\003\340A\002\022/\n\013up" - + "date_mask\030\002 \001(\0132\032.google.protobuf.FieldM" - + "ask\022\025\n\rallow_missing\030\003 \001(\010\"n\n\032DeleteApiD" - + "eploymentRequest\022A\n\004name\030\001 \001(\tB3\340A\002\372A-\n+" - + "apigeeregistry.googleapis.com/ApiDeploym" - + "ent\022\r\n\005force\030\002 \001(\010\"v\n\037TagApiDeploymentRe" - + "visionRequest\022A\n\004name\030\001 \001(\tB3\340A\002\372A-\n+api" - + "geeregistry.googleapis.com/ApiDeployment" - + "\022\020\n\003tag\030\002 \001(\tB\003\340A\002\"\215\001\n!ListApiDeployment" - + "RevisionsRequest\022A\n\004name\030\001 \001(\tB3\340A\002\372A-\n+" - + "apigeeregistry.googleapis.com/ApiDeploym" - + "ent\022\021\n\tpage_size\030\002 \001(\005\022\022\n\npage_token\030\003 \001" - + "(\t\"\205\001\n\"ListApiDeploymentRevisionsRespons" - + "e\022F\n\017api_deployments\030\001 \003(\0132-.google.clou" - + "d.apigeeregistry.v1.ApiDeployment\022\027\n\017nex" - + "t_page_token\030\002 \001(\t\"{\n\034RollbackApiDeploym" - + "entRequest\022A\n\004name\030\001 \001(\tB3\340A\002\372A-\n+apigee" - + "registry.googleapis.com/ApiDeployment\022\030\n" - + "\013revision_id\030\002 \001(\tB\003\340A\002\"g\n\"DeleteApiDepl" - + "oymentRevisionRequest\022A\n\004name\030\001 \001(\tB3\340A\002" - + "\372A-\n+apigeeregistry.googleapis.com/ApiDe" - + "ployment\"\215\001\n\024ListArtifactsRequest\022>\n\006par" - + "ent\030\001 \001(\tB.\340A\002\372A(\022&apigeeregistry.google" - + "apis.com/Artifact\022\021\n\tpage_size\030\002 \001(\005\022\022\n\n" - + "page_token\030\003 \001(\t\022\016\n\006filter\030\004 \001(\t\"m\n\025List" - + "ArtifactsResponse\022;\n\tartifacts\030\001 \003(\0132(.g" - + "oogle.cloud.apigeeregistry.v1.Artifact\022\027" - + "\n\017next_page_token\030\002 \001(\t\"R\n\022GetArtifactRe" - + "quest\022<\n\004name\030\001 \001(\tB.\340A\002\372A(\n&apigeeregis" - + "try.googleapis.com/Artifact\"Z\n\032GetArtifa" - + "ctContentsRequest\022<\n\004name\030\001 \001(\tB.\340A\002\372A(\n" - + "&apigeeregistry.googleapis.com/Artifact\"" - + "\262\001\n\025CreateArtifactRequest\022>\n\006parent\030\001 \001(" - + "\tB.\340A\002\372A(\022&apigeeregistry.googleapis.com" - + "/Artifact\022?\n\010artifact\030\002 \001(\0132(.google.clo" - + "ud.apigeeregistry.v1.ArtifactB\003\340A\002\022\030\n\013ar" - + "tifact_id\030\003 \001(\tB\003\340A\002\"Y\n\026ReplaceArtifactR" - + "equest\022?\n\010artifact\030\001 \001(\0132(.google.cloud." - + "apigeeregistry.v1.ArtifactB\003\340A\002\"U\n\025Delet" - + "eArtifactRequest\022<\n\004name\030\001 \001(\tB.\340A\002\372A(\n&" - + "apigeeregistry.googleapis.com/Artifact2\300" - + "E\n\010Registry\022\250\001\n\010ListApis\022/.google.cloud." - + "apigeeregistry.v1.ListApisRequest\0320.goog" - + "le.cloud.apigeeregistry.v1.ListApisRespo" - + "nse\"9\202\323\344\223\002*\022(/v1/{parent=projects/*/loca" - + "tions/*}/apis\332A\006parent\022\225\001\n\006GetApi\022-.goog" - + "le.cloud.apigeeregistry.v1.GetApiRequest" - + "\032#.google.cloud.apigeeregistry.v1.Api\"7\202" - + "\323\344\223\002*\022(/v1/{name=projects/*/locations/*/" - + "apis/*}\332A\004name\022\255\001\n\tCreateApi\0220.google.cl" - + "oud.apigeeregistry.v1.CreateApiRequest\032#" - + ".google.cloud.apigeeregistry.v1.Api\"I\202\323\344" - + "\223\002/\"(/v1/{parent=projects/*/locations/*}" - + "/apis:\003api\332A\021parent,api,api_id\022\257\001\n\tUpdat" - + "eApi\0220.google.cloud.apigeeregistry.v1.Up" - + "dateApiRequest\032#.google.cloud.apigeeregi" - + "stry.v1.Api\"K\202\323\344\223\00232,/v1/{api.name=proje" - + "cts/*/locations/*/apis/*}:\003api\332A\017api,upd" - + "ate_mask\022\216\001\n\tDeleteApi\0220.google.cloud.ap" - + "igeeregistry.v1.DeleteApiRequest\032\026.googl" - + "e.protobuf.Empty\"7\202\323\344\223\002**(/v1/{name=proj" - + "ects/*/locations/*/apis/*}\332A\004name\022\310\001\n\017Li" - + "stApiVersions\0226.google.cloud.apigeeregis" - + "try.v1.ListApiVersionsRequest\0327.google.c" - + "loud.apigeeregistry.v1.ListApiVersionsRe" - + "sponse\"D\202\323\344\223\0025\0223/v1/{parent=projects/*/l" - + "ocations/*/apis/*}/versions\332A\006parent\022\265\001\n" - + "\rGetApiVersion\0224.google.cloud.apigeeregi" - + "stry.v1.GetApiVersionRequest\032*.google.cl" - + "oud.apigeeregistry.v1.ApiVersion\"B\202\323\344\223\0025" - + "\0223/v1/{name=projects/*/locations/*/apis/" - + "*/versions/*}\332A\004name\022\345\001\n\020CreateApiVersio" - + "n\0227.google.cloud.apigeeregistry.v1.Creat" - + "eApiVersionRequest\032*.google.cloud.apigee" - + "registry.v1.ApiVersion\"l\202\323\344\223\002B\"3/v1/{par" - + "ent=projects/*/locations/*/apis/*}/versi" - + "ons:\013api_version\332A!parent,api_version,ap" - + "i_version_id\022\347\001\n\020UpdateApiVersion\0227.goog" - + "le.cloud.apigeeregistry.v1.UpdateApiVers" - + "ionRequest\032*.google.cloud.apigeeregistry" - + ".v1.ApiVersion\"n\202\323\344\223\002N2?/v1/{api_version" - + ".name=projects/*/locations/*/apis/*/vers" - + "ions/*}:\013api_version\332A\027api_version,updat" - + "e_mask\022\247\001\n\020DeleteApiVersion\0227.google.clo" - + "ud.apigeeregistry.v1.DeleteApiVersionReq" - + "uest\032\026.google.protobuf.Empty\"B\202\323\344\223\0025*3/v" - + "1/{name=projects/*/locations/*/apis/*/ve" - + "rsions/*}\332A\004name\022\307\001\n\014ListApiSpecs\0223.goog" - + "le.cloud.apigeeregistry.v1.ListApiSpecsR" - + "equest\0324.google.cloud.apigeeregistry.v1." - + "ListApiSpecsResponse\"L\202\323\344\223\002=\022;/v1/{paren" - + "t=projects/*/locations/*/apis/*/versions" - + "/*}/specs\332A\006parent\022\264\001\n\nGetApiSpec\0221.goog" - + "le.cloud.apigeeregistry.v1.GetApiSpecReq" - + "uest\032\'.google.cloud.apigeeregistry.v1.Ap" - + "iSpec\"J\202\323\344\223\002=\022;/v1/{name=projects/*/loca" - + "tions/*/apis/*/versions/*/specs/*}\332A\004nam" - + "e\022\275\001\n\022GetApiSpecContents\0229.google.cloud." - + "apigeeregistry.v1.GetApiSpecContentsRequ" - + "est\032\024.google.api.HttpBody\"V\202\323\344\223\002I\022G/v1/{" - + "name=projects/*/locations/*/apis/*/versi" - + "ons/*/specs/*}:getContents\332A\004name\022\333\001\n\rCr" - + "eateApiSpec\0224.google.cloud.apigeeregistr" - + "y.v1.CreateApiSpecRequest\032\'.google.cloud" - + ".apigeeregistry.v1.ApiSpec\"k\202\323\344\223\002G\";/v1/" - + "{parent=projects/*/locations/*/apis/*/ve" - + "rsions/*}/specs:\010api_spec\332A\033parent,api_s" - + "pec,api_spec_id\022\335\001\n\rUpdateApiSpec\0224.goog" - + "le.cloud.apigeeregistry.v1.UpdateApiSpec" - + "Request\032\'.google.cloud.apigeeregistry.v1" - + ".ApiSpec\"m\202\323\344\223\002P2D/v1/{api_spec.name=pro" - + "jects/*/locations/*/apis/*/versions/*/sp" - + "ecs/*}:\010api_spec\332A\024api_spec,update_mask\022" - + "\251\001\n\rDeleteApiSpec\0224.google.cloud.apigeer" - + "egistry.v1.DeleteApiSpecRequest\032\026.google" - + ".protobuf.Empty\"J\202\323\344\223\002=*;/v1/{name=proje" + + "B\003\340A\002\022\036\n\021api_deployment_id\030\003 \001(\tB\003\340A\002\"\260\001" + + "\n\032UpdateApiDeploymentRequest\022J\n\016api_depl" + + "oyment\030\001 \001(\0132-.google.cloud.apigeeregist" + + "ry.v1.ApiDeploymentB\003\340A\002\022/\n\013update_mask\030" + + "\002 \001(\0132\032.google.protobuf.FieldMask\022\025\n\rall" + + "ow_missing\030\003 \001(\010\"n\n\032DeleteApiDeploymentR" + + "equest\022A\n\004name\030\001 \001(\tB3\340A\002\372A-\n+apigeeregi" + + "stry.googleapis.com/ApiDeployment\022\r\n\005for" + + "ce\030\002 \001(\010\"v\n\037TagApiDeploymentRevisionRequ" + + "est\022A\n\004name\030\001 \001(\tB3\340A\002\372A-\n+apigeeregistr" + + "y.googleapis.com/ApiDeployment\022\020\n\003tag\030\002 " + + "\001(\tB\003\340A\002\"\215\001\n!ListApiDeploymentRevisionsR" + + "equest\022A\n\004name\030\001 \001(\tB3\340A\002\372A-\n+apigeeregi" + + "stry.googleapis.com/ApiDeployment\022\021\n\tpag" + + "e_size\030\002 \001(\005\022\022\n\npage_token\030\003 \001(\t\"\205\001\n\"Lis" + + "tApiDeploymentRevisionsResponse\022F\n\017api_d" + + "eployments\030\001 \003(\0132-.google.cloud.apigeere" + + "gistry.v1.ApiDeployment\022\027\n\017next_page_tok" + + "en\030\002 \001(\t\"{\n\034RollbackApiDeploymentRequest" + + "\022A\n\004name\030\001 \001(\tB3\340A\002\372A-\n+apigeeregistry.g" + + "oogleapis.com/ApiDeployment\022\030\n\013revision_" + + "id\030\002 \001(\tB\003\340A\002\"g\n\"DeleteApiDeploymentRevi" + + "sionRequest\022A\n\004name\030\001 \001(\tB3\340A\002\372A-\n+apige" + + "eregistry.googleapis.com/ApiDeployment\"\215" + + "\001\n\024ListArtifactsRequest\022>\n\006parent\030\001 \001(\tB" + + ".\340A\002\372A(\022&apigeeregistry.googleapis.com/A" + + "rtifact\022\021\n\tpage_size\030\002 \001(\005\022\022\n\npage_token" + + "\030\003 \001(\t\022\016\n\006filter\030\004 \001(\t\"m\n\025ListArtifactsR" + + "esponse\022;\n\tartifacts\030\001 \003(\0132(.google.clou" + + "d.apigeeregistry.v1.Artifact\022\027\n\017next_pag" + + "e_token\030\002 \001(\t\"R\n\022GetArtifactRequest\022<\n\004n" + + "ame\030\001 \001(\tB.\340A\002\372A(\n&apigeeregistry.google" + + "apis.com/Artifact\"Z\n\032GetArtifactContents" + + "Request\022<\n\004name\030\001 \001(\tB.\340A\002\372A(\n&apigeereg" + + "istry.googleapis.com/Artifact\"\262\001\n\025Create" + + "ArtifactRequest\022>\n\006parent\030\001 \001(\tB.\340A\002\372A(\022" + + "&apigeeregistry.googleapis.com/Artifact\022" + + "?\n\010artifact\030\002 \001(\0132(.google.cloud.apigeer" + + "egistry.v1.ArtifactB\003\340A\002\022\030\n\013artifact_id\030" + + "\003 \001(\tB\003\340A\002\"Y\n\026ReplaceArtifactRequest\022?\n\010" + + "artifact\030\001 \001(\0132(.google.cloud.apigeeregi" + + "stry.v1.ArtifactB\003\340A\002\"U\n\025DeleteArtifactR" + + "equest\022<\n\004name\030\001 \001(\tB.\340A\002\372A(\n&apigeeregi" + + "stry.googleapis.com/Artifact2\300E\n\010Registr" + + "y\022\250\001\n\010ListApis\022/.google.cloud.apigeeregi" + + "stry.v1.ListApisRequest\0320.google.cloud.a" + + "pigeeregistry.v1.ListApisResponse\"9\202\323\344\223\002" + + "*\022(/v1/{parent=projects/*/locations/*}/a" + + "pis\332A\006parent\022\225\001\n\006GetApi\022-.google.cloud.a" + + "pigeeregistry.v1.GetApiRequest\032#.google." + + "cloud.apigeeregistry.v1.Api\"7\202\323\344\223\002*\022(/v1" + + "/{name=projects/*/locations/*/apis/*}\332A\004" + + "name\022\255\001\n\tCreateApi\0220.google.cloud.apigee" + + "registry.v1.CreateApiRequest\032#.google.cl" + + "oud.apigeeregistry.v1.Api\"I\202\323\344\223\002/\"(/v1/{" + + "parent=projects/*/locations/*}/apis:\003api" + + "\332A\021parent,api,api_id\022\257\001\n\tUpdateApi\0220.goo" + + "gle.cloud.apigeeregistry.v1.UpdateApiReq" + + "uest\032#.google.cloud.apigeeregistry.v1.Ap" + + "i\"K\202\323\344\223\00232,/v1/{api.name=projects/*/loca" + + "tions/*/apis/*}:\003api\332A\017api,update_mask\022\216" + + "\001\n\tDeleteApi\0220.google.cloud.apigeeregist" + + "ry.v1.DeleteApiRequest\032\026.google.protobuf" + + ".Empty\"7\202\323\344\223\002**(/v1/{name=projects/*/loc" + + "ations/*/apis/*}\332A\004name\022\310\001\n\017ListApiVersi" + + "ons\0226.google.cloud.apigeeregistry.v1.Lis" + + "tApiVersionsRequest\0327.google.cloud.apige" + + "eregistry.v1.ListApiVersionsResponse\"D\202\323" + + "\344\223\0025\0223/v1/{parent=projects/*/locations/*" + + "/apis/*}/versions\332A\006parent\022\265\001\n\rGetApiVer" + + "sion\0224.google.cloud.apigeeregistry.v1.Ge" + + "tApiVersionRequest\032*.google.cloud.apigee" + + "registry.v1.ApiVersion\"B\202\323\344\223\0025\0223/v1/{nam" + + "e=projects/*/locations/*/apis/*/versions" + + "/*}\332A\004name\022\345\001\n\020CreateApiVersion\0227.google" + + ".cloud.apigeeregistry.v1.CreateApiVersio" + + "nRequest\032*.google.cloud.apigeeregistry.v" + + "1.ApiVersion\"l\202\323\344\223\002B\"3/v1/{parent=projec" + + "ts/*/locations/*/apis/*}/versions:\013api_v" + + "ersion\332A!parent,api_version,api_version_" + + "id\022\347\001\n\020UpdateApiVersion\0227.google.cloud.a" + + "pigeeregistry.v1.UpdateApiVersionRequest" + + "\032*.google.cloud.apigeeregistry.v1.ApiVer" + + "sion\"n\202\323\344\223\002N2?/v1/{api_version.name=proj" + + "ects/*/locations/*/apis/*/versions/*}:\013a" + + "pi_version\332A\027api_version,update_mask\022\247\001\n" + + "\020DeleteApiVersion\0227.google.cloud.apigeer" + + "egistry.v1.DeleteApiVersionRequest\032\026.goo" + + "gle.protobuf.Empty\"B\202\323\344\223\0025*3/v1/{name=pr" + + "ojects/*/locations/*/apis/*/versions/*}\332" + + "A\004name\022\307\001\n\014ListApiSpecs\0223.google.cloud.a" + + "pigeeregistry.v1.ListApiSpecsRequest\0324.g" + + "oogle.cloud.apigeeregistry.v1.ListApiSpe" + + "csResponse\"L\202\323\344\223\002=\022;/v1/{parent=projects" + + "/*/locations/*/apis/*/versions/*}/specs\332" + + "A\006parent\022\264\001\n\nGetApiSpec\0221.google.cloud.a" + + "pigeeregistry.v1.GetApiSpecRequest\032\'.goo" + + "gle.cloud.apigeeregistry.v1.ApiSpec\"J\202\323\344" + + "\223\002=\022;/v1/{name=projects/*/locations/*/ap" + + "is/*/versions/*/specs/*}\332A\004name\022\275\001\n\022GetA" + + "piSpecContents\0229.google.cloud.apigeeregi" + + "stry.v1.GetApiSpecContentsRequest\032\024.goog" + + "le.api.HttpBody\"V\202\323\344\223\002I\022G/v1/{name=proje" + "cts/*/locations/*/apis/*/versions/*/spec" - + "s/*}\332A\004name\022\314\001\n\022TagApiSpecRevision\0229.goo" - + "gle.cloud.apigeeregistry.v1.TagApiSpecRe" - + "visionRequest\032\'.google.cloud.apigeeregis" - + "try.v1.ApiSpec\"R\202\323\344\223\002L\"G/v1/{name=projec" - + "ts/*/locations/*/apis/*/versions/*/specs" - + "/*}:tagRevision:\001*\022\344\001\n\024ListApiSpecRevisi" - + "ons\022;.google.cloud.apigeeregistry.v1.Lis" - + "tApiSpecRevisionsRequest\032<.google.cloud." - + "apigeeregistry.v1.ListApiSpecRevisionsRe" - + "sponse\"Q\202\323\344\223\002K\022I/v1/{name=projects/*/loc" - + "ations/*/apis/*/versions/*/specs/*}:list" - + "Revisions\022\303\001\n\017RollbackApiSpec\0226.google.c" - + "loud.apigeeregistry.v1.RollbackApiSpecRe" + + "s/*}:getContents\332A\004name\022\333\001\n\rCreateApiSpe" + + "c\0224.google.cloud.apigeeregistry.v1.Creat" + + "eApiSpecRequest\032\'.google.cloud.apigeereg" + + "istry.v1.ApiSpec\"k\202\323\344\223\002G\";/v1/{parent=pr" + + "ojects/*/locations/*/apis/*/versions/*}/" + + "specs:\010api_spec\332A\033parent,api_spec,api_sp" + + "ec_id\022\335\001\n\rUpdateApiSpec\0224.google.cloud.a" + + "pigeeregistry.v1.UpdateApiSpecRequest\032\'." + + "google.cloud.apigeeregistry.v1.ApiSpec\"m" + + "\202\323\344\223\002P2D/v1/{api_spec.name=projects/*/lo" + + "cations/*/apis/*/versions/*/specs/*}:\010ap" + + "i_spec\332A\024api_spec,update_mask\022\251\001\n\rDelete" + + "ApiSpec\0224.google.cloud.apigeeregistry.v1" + + ".DeleteApiSpecRequest\032\026.google.protobuf." + + "Empty\"J\202\323\344\223\002=*;/v1/{name=projects/*/loca" + + "tions/*/apis/*/versions/*/specs/*}\332A\004nam" + + "e\022\314\001\n\022TagApiSpecRevision\0229.google.cloud." + + "apigeeregistry.v1.TagApiSpecRevisionRequ" + + "est\032\'.google.cloud.apigeeregistry.v1.Api" + + "Spec\"R\202\323\344\223\002L\"G/v1/{name=projects/*/locat" + + "ions/*/apis/*/versions/*/specs/*}:tagRev" + + "ision:\001*\022\344\001\n\024ListApiSpecRevisions\022;.goog" + + "le.cloud.apigeeregistry.v1.ListApiSpecRe" + + "visionsRequest\032<.google.cloud.apigeeregi" + + "stry.v1.ListApiSpecRevisionsResponse\"Q\202\323" + + "\344\223\002K\022I/v1/{name=projects/*/locations/*/a" + + "pis/*/versions/*/specs/*}:listRevisions\022" + + "\303\001\n\017RollbackApiSpec\0226.google.cloud.apige" + + "eregistry.v1.RollbackApiSpecRequest\032\'.go" + + "ogle.cloud.apigeeregistry.v1.ApiSpec\"O\202\323" + + "\344\223\002I\"D/v1/{name=projects/*/locations/*/a" + + "pis/*/versions/*/specs/*}:rollback:\001*\022\331\001" + + "\n\025DeleteApiSpecRevision\022<.google.cloud.a" + + "pigeeregistry.v1.DeleteApiSpecRevisionRe" + "quest\032\'.google.cloud.apigeeregistry.v1.A" - + "piSpec\"O\202\323\344\223\002I\"D/v1/{name=projects/*/loc" - + "ations/*/apis/*/versions/*/specs/*}:roll" - + "back:\001*\022\331\001\n\025DeleteApiSpecRevision\022<.goog" - + "le.cloud.apigeeregistry.v1.DeleteApiSpec" - + "RevisionRequest\032\'.google.cloud.apigeereg" - + "istry.v1.ApiSpec\"Y\202\323\344\223\002L*J/v1/{name=proj" - + "ects/*/locations/*/apis/*/versions/*/spe" - + "cs/*}:deleteRevision\332A\004name\022\324\001\n\022ListApiD" - + "eployments\0229.google.cloud.apigeeregistry" - + ".v1.ListApiDeploymentsRequest\032:.google.c" - + "loud.apigeeregistry.v1.ListApiDeployment" - + "sResponse\"G\202\323\344\223\0028\0226/v1/{parent=projects/" - + "*/locations/*/apis/*}/deployments\332A\006pare" - + "nt\022\301\001\n\020GetApiDeployment\0227.google.cloud.a" - + "pigeeregistry.v1.GetApiDeploymentRequest" - + "\032-.google.cloud.apigeeregistry.v1.ApiDep" - + "loyment\"E\202\323\344\223\0028\0226/v1/{name=projects/*/lo" - + "cations/*/apis/*/deployments/*}\332A\004name\022\372" - + "\001\n\023CreateApiDeployment\022:.google.cloud.ap" - + "igeeregistry.v1.CreateApiDeploymentReque" - + "st\032-.google.cloud.apigeeregistry.v1.ApiD" - + "eployment\"x\202\323\344\223\002H\"6/v1/{parent=projects/" - + "*/locations/*/apis/*}/deployments:\016api_d" - + "eployment\332A\'parent,api_deployment,api_de" - + "ployment_id\022\374\001\n\023UpdateApiDeployment\022:.go" - + "ogle.cloud.apigeeregistry.v1.UpdateApiDe" - + "ploymentRequest\032-.google.cloud.apigeereg" - + "istry.v1.ApiDeployment\"z\202\323\344\223\002W2E/v1/{api" - + "_deployment.name=projects/*/locations/*/" - + "apis/*/deployments/*}:\016api_deployment\332A\032" - + "api_deployment,update_mask\022\260\001\n\023DeleteApi" - + "Deployment\022:.google.cloud.apigeeregistry" - + ".v1.DeleteApiDeploymentRequest\032\026.google." - + "protobuf.Empty\"E\202\323\344\223\0028*6/v1/{name=projec" - + "ts/*/locations/*/apis/*/deployments/*}\332A" - + "\004name\022\331\001\n\030TagApiDeploymentRevision\022?.goo" - + "gle.cloud.apigeeregistry.v1.TagApiDeploy" - + "mentRevisionRequest\032-.google.cloud.apige" - + "eregistry.v1.ApiDeployment\"M\202\323\344\223\002G\"B/v1/" - + "{name=projects/*/locations/*/apis/*/depl" - + "oyments/*}:tagRevision:\001*\022\361\001\n\032ListApiDep" - + "loymentRevisions\022A.google.cloud.apigeere" - + "gistry.v1.ListApiDeploymentRevisionsRequ" - + "est\032B.google.cloud.apigeeregistry.v1.Lis" - + "tApiDeploymentRevisionsResponse\"L\202\323\344\223\002F\022" - + "D/v1/{name=projects/*/locations/*/apis/*" - + "/deployments/*}:listRevisions\022\320\001\n\025Rollba" - + "ckApiDeployment\022<.google.cloud.apigeereg" - + "istry.v1.RollbackApiDeploymentRequest\032-." - + "google.cloud.apigeeregistry.v1.ApiDeploy" - + "ment\"J\202\323\344\223\002D\"?/v1/{name=projects/*/locat" - + "ions/*/apis/*/deployments/*}:rollback:\001*" - + "\022\346\001\n\033DeleteApiDeploymentRevision\022B.googl" - + "e.cloud.apigeeregistry.v1.DeleteApiDeplo" - + "ymentRevisionRequest\032-.google.cloud.apig" - + "eeregistry.v1.ApiDeployment\"T\202\323\344\223\002G*E/v1" - + "/{name=projects/*/locations/*/apis/*/dep" - + "loyments/*}:deleteRevision\332A\004name\022\312\003\n\rLi" - + "stArtifacts\0224.google.cloud.apigeeregistr" - + "y.v1.ListArtifactsRequest\0325.google.cloud" - + ".apigeeregistry.v1.ListArtifactsResponse" - + "\"\313\002\202\323\344\223\002\273\002\022-/v1/{parent=projects/*/locat" - + "ions/*}/artifactsZ6\0224/v1/{parent=project" - + "s/*/locations/*/apis/*}/artifactsZA\022?/v1" + + "piSpec\"Y\202\323\344\223\002L*J/v1/{name=projects/*/loc" + + "ations/*/apis/*/versions/*/specs/*}:dele" + + "teRevision\332A\004name\022\324\001\n\022ListApiDeployments" + + "\0229.google.cloud.apigeeregistry.v1.ListAp" + + "iDeploymentsRequest\032:.google.cloud.apige" + + "eregistry.v1.ListApiDeploymentsResponse\"" + + "G\202\323\344\223\0028\0226/v1/{parent=projects/*/location" + + "s/*/apis/*}/deployments\332A\006parent\022\301\001\n\020Get" + + "ApiDeployment\0227.google.cloud.apigeeregis" + + "try.v1.GetApiDeploymentRequest\032-.google." + + "cloud.apigeeregistry.v1.ApiDeployment\"E\202" + + "\323\344\223\0028\0226/v1/{name=projects/*/locations/*/" + + "apis/*/deployments/*}\332A\004name\022\372\001\n\023CreateA" + + "piDeployment\022:.google.cloud.apigeeregist" + + "ry.v1.CreateApiDeploymentRequest\032-.googl" + + "e.cloud.apigeeregistry.v1.ApiDeployment\"" + + "x\202\323\344\223\002H\"6/v1/{parent=projects/*/location" + + "s/*/apis/*}/deployments:\016api_deployment\332" + + "A\'parent,api_deployment,api_deployment_i" + + "d\022\374\001\n\023UpdateApiDeployment\022:.google.cloud" + + ".apigeeregistry.v1.UpdateApiDeploymentRe" + + "quest\032-.google.cloud.apigeeregistry.v1.A" + + "piDeployment\"z\202\323\344\223\002W2E/v1/{api_deploymen" + + "t.name=projects/*/locations/*/apis/*/dep" + + "loyments/*}:\016api_deployment\332A\032api_deploy" + + "ment,update_mask\022\260\001\n\023DeleteApiDeployment" + + "\022:.google.cloud.apigeeregistry.v1.Delete" + + "ApiDeploymentRequest\032\026.google.protobuf.E" + + "mpty\"E\202\323\344\223\0028*6/v1/{name=projects/*/locat" + + "ions/*/apis/*/deployments/*}\332A\004name\022\331\001\n\030" + + "TagApiDeploymentRevision\022?.google.cloud." + + "apigeeregistry.v1.TagApiDeploymentRevisi" + + "onRequest\032-.google.cloud.apigeeregistry." + + "v1.ApiDeployment\"M\202\323\344\223\002G\"B/v1/{name=proj" + + "ects/*/locations/*/apis/*/deployments/*}" + + ":tagRevision:\001*\022\361\001\n\032ListApiDeploymentRev" + + "isions\022A.google.cloud.apigeeregistry.v1." + + "ListApiDeploymentRevisionsRequest\032B.goog" + + "le.cloud.apigeeregistry.v1.ListApiDeploy" + + "mentRevisionsResponse\"L\202\323\344\223\002F\022D/v1/{name" + + "=projects/*/locations/*/apis/*/deploymen" + + "ts/*}:listRevisions\022\320\001\n\025RollbackApiDeplo" + + "yment\022<.google.cloud.apigeeregistry.v1.R" + + "ollbackApiDeploymentRequest\032-.google.clo" + + "ud.apigeeregistry.v1.ApiDeployment\"J\202\323\344\223" + + "\002D\"?/v1/{name=projects/*/locations/*/api" + + "s/*/deployments/*}:rollback:\001*\022\346\001\n\033Delet" + + "eApiDeploymentRevision\022B.google.cloud.ap" + + "igeeregistry.v1.DeleteApiDeploymentRevis" + + "ionRequest\032-.google.cloud.apigeeregistry" + + ".v1.ApiDeployment\"T\202\323\344\223\002G*E/v1/{name=pro" + + "jects/*/locations/*/apis/*/deployments/*" + + "}:deleteRevision\332A\004name\022\312\003\n\rListArtifact" + + "s\0224.google.cloud.apigeeregistry.v1.ListA" + + "rtifactsRequest\0325.google.cloud.apigeereg" + + "istry.v1.ListArtifactsResponse\"\313\002\202\323\344\223\002\273\002" + + "\022-/v1/{parent=projects/*/locations/*}/ar" + + "tifactsZ6\0224/v1/{parent=projects/*/locati" + + "ons/*/apis/*}/artifactsZA\022?/v1/{parent=p" + + "rojects/*/locations/*/apis/*/versions/*}" + + "/artifactsZI\022G/v1/{parent=projects/*/loc" + + "ations/*/apis/*/versions/*/specs/*}/arti" + + "factsZD\022B/v1/{parent=projects/*/location" + + "s/*/apis/*/deployments/*}/artifacts\332A\006pa" + + "rent\022\267\003\n\013GetArtifact\0222.google.cloud.apig" + + "eeregistry.v1.GetArtifactRequest\032(.googl" + + "e.cloud.apigeeregistry.v1.Artifact\"\311\002\202\323\344" + + "\223\002\273\002\022-/v1/{name=projects/*/locations/*/a" + + "rtifacts/*}Z6\0224/v1/{name=projects/*/loca" + + "tions/*/apis/*/artifacts/*}ZA\022?/v1/{name" + + "=projects/*/locations/*/apis/*/versions/" + + "*/artifacts/*}ZI\022G/v1/{name=projects/*/l" + + "ocations/*/apis/*/versions/*/specs/*/art" + + "ifacts/*}ZD\022B/v1/{name=projects/*/locati" + + "ons/*/apis/*/deployments/*/artifacts/*}\332" + + "A\004name\022\357\003\n\023GetArtifactContents\022:.google." + + "cloud.apigeeregistry.v1.GetArtifactConte" + + "ntsRequest\032\024.google.api.HttpBody\"\205\003\202\323\344\223\002" + + "\367\002\0229/v1/{name=projects/*/locations/*/art" + + "ifacts/*}:getContentsZB\022@/v1/{name=proje" + + "cts/*/locations/*/apis/*/artifacts/*}:ge" + + "tContentsZM\022K/v1/{name=projects/*/locati" + + "ons/*/apis/*/versions/*/artifacts/*}:get" + + "ContentsZU\022S/v1/{name=projects/*/locatio" + + "ns/*/apis/*/versions/*/specs/*/artifacts" + + "/*}:getContentsZP\022N/v1/{name=projects/*/" + + "locations/*/apis/*/deployments/*/artifac" + + "ts/*}:getContents\332A\004name\022\206\004\n\016CreateArtif" + + "act\0225.google.cloud.apigeeregistry.v1.Cre" + + "ateArtifactRequest\032(.google.cloud.apigee" + + "registry.v1.Artifact\"\222\003\202\323\344\223\002\355\002\"-/v1/{par" + + "ent=projects/*/locations/*}/artifacts:\010a" + + "rtifactZ@\"4/v1/{parent=projects/*/locati" + + "ons/*/apis/*}/artifacts:\010artifactZK\"?/v1" + "/{parent=projects/*/locations/*/apis/*/v" - + "ersions/*}/artifactsZI\022G/v1/{parent=proj" - + "ects/*/locations/*/apis/*/versions/*/spe" - + "cs/*}/artifactsZD\022B/v1/{parent=projects/" - + "*/locations/*/apis/*/deployments/*}/arti" - + "facts\332A\006parent\022\267\003\n\013GetArtifact\0222.google." - + "cloud.apigeeregistry.v1.GetArtifactReque" - + "st\032(.google.cloud.apigeeregistry.v1.Arti" - + "fact\"\311\002\202\323\344\223\002\273\002\022-/v1/{name=projects/*/loc" - + "ations/*/artifacts/*}Z6\0224/v1/{name=proje" - + "cts/*/locations/*/apis/*/artifacts/*}ZA\022" - + "?/v1/{name=projects/*/locations/*/apis/*" - + "/versions/*/artifacts/*}ZI\022G/v1/{name=pr" - + "ojects/*/locations/*/apis/*/versions/*/s" - + "pecs/*/artifacts/*}ZD\022B/v1/{name=project" - + "s/*/locations/*/apis/*/deployments/*/art" - + "ifacts/*}\332A\004name\022\357\003\n\023GetArtifactContents" - + "\022:.google.cloud.apigeeregistry.v1.GetArt" - + "ifactContentsRequest\032\024.google.api.HttpBo" - + "dy\"\205\003\202\323\344\223\002\367\002\0229/v1/{name=projects/*/locat" - + "ions/*/artifacts/*}:getContentsZB\022@/v1/{" - + "name=projects/*/locations/*/apis/*/artif" - + "acts/*}:getContentsZM\022K/v1/{name=project" - + "s/*/locations/*/apis/*/versions/*/artifa" - + "cts/*}:getContentsZU\022S/v1/{name=projects" - + "/*/locations/*/apis/*/versions/*/specs/*" - + "/artifacts/*}:getContentsZP\022N/v1/{name=p" - + "rojects/*/locations/*/apis/*/deployments" - + "/*/artifacts/*}:getContents\332A\004name\022\206\004\n\016C" - + "reateArtifact\0225.google.cloud.apigeeregis" - + "try.v1.CreateArtifactRequest\032(.google.cl" - + "oud.apigeeregistry.v1.Artifact\"\222\003\202\323\344\223\002\355\002" - + "\"-/v1/{parent=projects/*/locations/*}/ar" - + "tifacts:\010artifactZ@\"4/v1/{parent=project" - + "s/*/locations/*/apis/*}/artifacts:\010artif" - + "actZK\"?/v1/{parent=projects/*/locations/" - + "*/apis/*/versions/*}/artifacts:\010artifact" - + "ZS\"G/v1/{parent=projects/*/locations/*/a" - + "pis/*/versions/*/specs/*}/artifacts:\010art" - + "ifactZN\"B/v1/{parent=projects/*/location" - + "s/*/apis/*/deployments/*}/artifacts:\010art" - + "ifact\332A\033parent,artifact,artifact_id\022\242\004\n\017" - + "ReplaceArtifact\0226.google.cloud.apigeereg" - + "istry.v1.ReplaceArtifactRequest\032(.google" - + ".cloud.apigeeregistry.v1.Artifact\"\254\003\202\323\344\223" - + "\002\232\003\0326/v1/{artifact.name=projects/*/locat" - + "ions/*/artifacts/*}:\010artifactZI\032=/v1/{ar" - + "tifact.name=projects/*/locations/*/apis/" - + "*/artifacts/*}:\010artifactZT\032H/v1/{artifac" - + "t.name=projects/*/locations/*/apis/*/ver" - + "sions/*/artifacts/*}:\010artifactZ\\\032P/v1/{a" - + "rtifact.name=projects/*/locations/*/apis" - + "/*/versions/*/specs/*/artifacts/*}:\010arti" - + "factZW\032K/v1/{artifact.name=projects/*/lo" - + "cations/*/apis/*/deployments/*/artifacts" - + "/*}:\010artifact\332A\010artifact\022\253\003\n\016DeleteArtif" - + "act\0225.google.cloud.apigeeregistry.v1.Del" - + "eteArtifactRequest\032\026.google.protobuf.Emp" - + "ty\"\311\002\202\323\344\223\002\273\002*-/v1/{name=projects/*/locat" - + "ions/*/artifacts/*}Z6*4/v1/{name=project" - + "s/*/locations/*/apis/*/artifacts/*}ZA*?/" - + "v1/{name=projects/*/locations/*/apis/*/v" - + "ersions/*/artifacts/*}ZI*G/v1/{name=proj" - + "ects/*/locations/*/apis/*/versions/*/spe" - + "cs/*/artifacts/*}ZD*B/v1/{name=projects/" - + "*/locations/*/apis/*/deployments/*/artif" - + "acts/*}\332A\004name\032Q\312A\035apigeeregistry.google" - + "apis.com\322A.https://www.googleapis.com/au" - + "th/cloud-platformB\360\001\n\"com.google.cloud.a" - + "pigeeregistry.v1B\024RegistryServiceProtoP\001" - + "ZLgoogle.golang.org/genproto/googleapis/" - + "cloud/apigeeregistry/v1;apigeeregistry\252\002" - + "\036Google.Cloud.ApigeeRegistry.V1\312\002\036Google" - + "\\Cloud\\ApigeeRegistry\\V1\352\002!Google::Cloud" - + "::ApigeeRegistry::V1b\006proto3" + + "ersions/*}/artifacts:\010artifactZS\"G/v1/{p" + + "arent=projects/*/locations/*/apis/*/vers" + + "ions/*/specs/*}/artifacts:\010artifactZN\"B/" + + "v1/{parent=projects/*/locations/*/apis/*" + + "/deployments/*}/artifacts:\010artifact\332A\033pa" + + "rent,artifact,artifact_id\022\242\004\n\017ReplaceArt" + + "ifact\0226.google.cloud.apigeeregistry.v1.R" + + "eplaceArtifactRequest\032(.google.cloud.api" + + "geeregistry.v1.Artifact\"\254\003\202\323\344\223\002\232\003\0326/v1/{" + + "artifact.name=projects/*/locations/*/art" + + "ifacts/*}:\010artifactZI\032=/v1/{artifact.nam" + + "e=projects/*/locations/*/apis/*/artifact" + + "s/*}:\010artifactZT\032H/v1/{artifact.name=pro" + + "jects/*/locations/*/apis/*/versions/*/ar" + + "tifacts/*}:\010artifactZ\\\032P/v1/{artifact.na" + + "me=projects/*/locations/*/apis/*/version" + + "s/*/specs/*/artifacts/*}:\010artifactZW\032K/v" + + "1/{artifact.name=projects/*/locations/*/" + + "apis/*/deployments/*/artifacts/*}:\010artif" + + "act\332A\010artifact\022\253\003\n\016DeleteArtifact\0225.goog" + + "le.cloud.apigeeregistry.v1.DeleteArtifac" + + "tRequest\032\026.google.protobuf.Empty\"\311\002\202\323\344\223\002" + + "\273\002*-/v1/{name=projects/*/locations/*/art" + + "ifacts/*}Z6*4/v1/{name=projects/*/locati" + + "ons/*/apis/*/artifacts/*}ZA*?/v1/{name=p" + + "rojects/*/locations/*/apis/*/versions/*/" + + "artifacts/*}ZI*G/v1/{name=projects/*/loc" + + "ations/*/apis/*/versions/*/specs/*/artif" + + "acts/*}ZD*B/v1/{name=projects/*/location" + + "s/*/apis/*/deployments/*/artifacts/*}\332A\004" + + "name\032Q\312A\035apigeeregistry.googleapis.com\322A" + + ".https://www.googleapis.com/auth/cloud-p" + + "latformB\360\001\n\"com.google.cloud.apigeeregis" + + "try.v1B\024RegistryServiceProtoP\001ZLgoogle.g" + + "olang.org/genproto/googleapis/cloud/apig" + + "eeregistry/v1;apigeeregistry\252\002\036Google.Cl" + + "oud.ApigeeRegistry.V1\312\002\036Google\\Cloud\\Api" + + "geeRegistry\\V1\352\002!Google::Cloud::ApigeeRe" + + "gistry::V1b\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( @@ -632,7 +633,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_google_cloud_apigeeregistry_v1_DeleteApiRequest_descriptor, new java.lang.String[] { - "Name", + "Name", "Force", }); internal_static_google_cloud_apigeeregistry_v1_ListApiVersionsRequest_descriptor = getDescriptor().getMessageTypes().get(6); @@ -680,7 +681,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_google_cloud_apigeeregistry_v1_DeleteApiVersionRequest_descriptor, new java.lang.String[] { - "Name", + "Name", "Force", }); internal_static_google_cloud_apigeeregistry_v1_ListApiSpecsRequest_descriptor = getDescriptor().getMessageTypes().get(12); diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ReplaceArtifactRequest.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ReplaceArtifactRequest.java index 9a2638635875..8207af9a1140 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ReplaceArtifactRequest.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ReplaceArtifactRequest.java @@ -128,7 +128,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { *
    * Required. The artifact to replace.
    * The `name` field is used to identify the artifact to replace.
-   * Format: {parent}/artifacts/*
+   * Format: `{parent}/artifacts/*`
    * 
* * @@ -147,7 +147,7 @@ public boolean hasArtifact() { *
    * Required. The artifact to replace.
    * The `name` field is used to identify the artifact to replace.
-   * Format: {parent}/artifacts/*
+   * Format: `{parent}/artifacts/*`
    * 
* * @@ -168,7 +168,7 @@ public com.google.cloud.apigeeregistry.v1.Artifact getArtifact() { *
    * Required. The artifact to replace.
    * The `name` field is used to identify the artifact to replace.
-   * Format: {parent}/artifacts/*
+   * Format: `{parent}/artifacts/*`
    * 
* * @@ -523,7 +523,7 @@ public Builder mergeFrom( *
      * Required. The artifact to replace.
      * The `name` field is used to identify the artifact to replace.
-     * Format: {parent}/artifacts/*
+     * Format: `{parent}/artifacts/*`
      * 
* * @@ -541,7 +541,7 @@ public boolean hasArtifact() { *
      * Required. The artifact to replace.
      * The `name` field is used to identify the artifact to replace.
-     * Format: {parent}/artifacts/*
+     * Format: `{parent}/artifacts/*`
      * 
* * @@ -565,7 +565,7 @@ public com.google.cloud.apigeeregistry.v1.Artifact getArtifact() { *
      * Required. The artifact to replace.
      * The `name` field is used to identify the artifact to replace.
-     * Format: {parent}/artifacts/*
+     * Format: `{parent}/artifacts/*`
      * 
* * @@ -591,7 +591,7 @@ public Builder setArtifact(com.google.cloud.apigeeregistry.v1.Artifact value) { *
      * Required. The artifact to replace.
      * The `name` field is used to identify the artifact to replace.
-     * Format: {parent}/artifacts/*
+     * Format: `{parent}/artifacts/*`
      * 
* * @@ -615,7 +615,7 @@ public Builder setArtifact( *
      * Required. The artifact to replace.
      * The `name` field is used to identify the artifact to replace.
-     * Format: {parent}/artifacts/*
+     * Format: `{parent}/artifacts/*`
      * 
* * @@ -645,7 +645,7 @@ public Builder mergeArtifact(com.google.cloud.apigeeregistry.v1.Artifact value) *
      * Required. The artifact to replace.
      * The `name` field is used to identify the artifact to replace.
-     * Format: {parent}/artifacts/*
+     * Format: `{parent}/artifacts/*`
      * 
* * @@ -669,7 +669,7 @@ public Builder clearArtifact() { *
      * Required. The artifact to replace.
      * The `name` field is used to identify the artifact to replace.
-     * Format: {parent}/artifacts/*
+     * Format: `{parent}/artifacts/*`
      * 
* * @@ -687,7 +687,7 @@ public com.google.cloud.apigeeregistry.v1.Artifact.Builder getArtifactBuilder() *
      * Required. The artifact to replace.
      * The `name` field is used to identify the artifact to replace.
-     * Format: {parent}/artifacts/*
+     * Format: `{parent}/artifacts/*`
      * 
* * @@ -709,7 +709,7 @@ public com.google.cloud.apigeeregistry.v1.ArtifactOrBuilder getArtifactOrBuilder *
      * Required. The artifact to replace.
      * The `name` field is used to identify the artifact to replace.
-     * Format: {parent}/artifacts/*
+     * Format: `{parent}/artifacts/*`
      * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ReplaceArtifactRequestOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ReplaceArtifactRequestOrBuilder.java index cc0bce937501..5d109cd71a08 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ReplaceArtifactRequestOrBuilder.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/ReplaceArtifactRequestOrBuilder.java @@ -29,7 +29,7 @@ public interface ReplaceArtifactRequestOrBuilder *
    * Required. The artifact to replace.
    * The `name` field is used to identify the artifact to replace.
-   * Format: {parent}/artifacts/*
+   * Format: `{parent}/artifacts/*`
    * 
* * @@ -45,7 +45,7 @@ public interface ReplaceArtifactRequestOrBuilder *
    * Required. The artifact to replace.
    * The `name` field is used to identify the artifact to replace.
-   * Format: {parent}/artifacts/*
+   * Format: `{parent}/artifacts/*`
    * 
* * @@ -61,7 +61,7 @@ public interface ReplaceArtifactRequestOrBuilder *
    * Required. The artifact to replace.
    * The `name` field is used to identify the artifact to replace.
-   * Format: {parent}/artifacts/*
+   * Format: `{parent}/artifacts/*`
    * 
* * diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/RollbackApiDeploymentRequest.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/RollbackApiDeploymentRequest.java index d6b911c50798..fae27169af5b 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/RollbackApiDeploymentRequest.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/RollbackApiDeploymentRequest.java @@ -182,7 +182,7 @@ public com.google.protobuf.ByteString getNameBytes() { *
    * Required. The revision ID to roll back to.
    * It must be a revision of the same deployment.
-   *   Example: c7cfa2a8
+   *   Example: `c7cfa2a8`
    * 
* * string revision_id = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -207,7 +207,7 @@ public java.lang.String getRevisionId() { *
    * Required. The revision ID to roll back to.
    * It must be a revision of the same deployment.
-   *   Example: c7cfa2a8
+   *   Example: `c7cfa2a8`
    * 
* * string revision_id = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -689,7 +689,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { *
      * Required. The revision ID to roll back to.
      * It must be a revision of the same deployment.
-     *   Example: c7cfa2a8
+     *   Example: `c7cfa2a8`
      * 
* * string revision_id = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -713,7 +713,7 @@ public java.lang.String getRevisionId() { *
      * Required. The revision ID to roll back to.
      * It must be a revision of the same deployment.
-     *   Example: c7cfa2a8
+     *   Example: `c7cfa2a8`
      * 
* * string revision_id = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -737,7 +737,7 @@ public com.google.protobuf.ByteString getRevisionIdBytes() { *
      * Required. The revision ID to roll back to.
      * It must be a revision of the same deployment.
-     *   Example: c7cfa2a8
+     *   Example: `c7cfa2a8`
      * 
* * string revision_id = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -760,7 +760,7 @@ public Builder setRevisionId(java.lang.String value) { *
      * Required. The revision ID to roll back to.
      * It must be a revision of the same deployment.
-     *   Example: c7cfa2a8
+     *   Example: `c7cfa2a8`
      * 
* * string revision_id = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -779,7 +779,7 @@ public Builder clearRevisionId() { *
      * Required. The revision ID to roll back to.
      * It must be a revision of the same deployment.
-     *   Example: c7cfa2a8
+     *   Example: `c7cfa2a8`
      * 
* * string revision_id = 2 [(.google.api.field_behavior) = REQUIRED]; diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/RollbackApiDeploymentRequestOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/RollbackApiDeploymentRequestOrBuilder.java index 596f4a02cfb8..eb06016c7e13 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/RollbackApiDeploymentRequestOrBuilder.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/RollbackApiDeploymentRequestOrBuilder.java @@ -58,7 +58,7 @@ public interface RollbackApiDeploymentRequestOrBuilder *
    * Required. The revision ID to roll back to.
    * It must be a revision of the same deployment.
-   *   Example: c7cfa2a8
+   *   Example: `c7cfa2a8`
    * 
* * string revision_id = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -72,7 +72,7 @@ public interface RollbackApiDeploymentRequestOrBuilder *
    * Required. The revision ID to roll back to.
    * It must be a revision of the same deployment.
-   *   Example: c7cfa2a8
+   *   Example: `c7cfa2a8`
    * 
* * string revision_id = 2 [(.google.api.field_behavior) = REQUIRED]; diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/RollbackApiSpecRequest.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/RollbackApiSpecRequest.java index 78f6c9d64626..6da2bf0154b7 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/RollbackApiSpecRequest.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/RollbackApiSpecRequest.java @@ -182,7 +182,7 @@ public com.google.protobuf.ByteString getNameBytes() { *
    * Required. The revision ID to roll back to.
    * It must be a revision of the same spec.
-   *   Example: c7cfa2a8
+   *   Example: `c7cfa2a8`
    * 
* * string revision_id = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -207,7 +207,7 @@ public java.lang.String getRevisionId() { *
    * Required. The revision ID to roll back to.
    * It must be a revision of the same spec.
-   *   Example: c7cfa2a8
+   *   Example: `c7cfa2a8`
    * 
* * string revision_id = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -685,7 +685,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { *
      * Required. The revision ID to roll back to.
      * It must be a revision of the same spec.
-     *   Example: c7cfa2a8
+     *   Example: `c7cfa2a8`
      * 
* * string revision_id = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -709,7 +709,7 @@ public java.lang.String getRevisionId() { *
      * Required. The revision ID to roll back to.
      * It must be a revision of the same spec.
-     *   Example: c7cfa2a8
+     *   Example: `c7cfa2a8`
      * 
* * string revision_id = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -733,7 +733,7 @@ public com.google.protobuf.ByteString getRevisionIdBytes() { *
      * Required. The revision ID to roll back to.
      * It must be a revision of the same spec.
-     *   Example: c7cfa2a8
+     *   Example: `c7cfa2a8`
      * 
* * string revision_id = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -756,7 +756,7 @@ public Builder setRevisionId(java.lang.String value) { *
      * Required. The revision ID to roll back to.
      * It must be a revision of the same spec.
-     *   Example: c7cfa2a8
+     *   Example: `c7cfa2a8`
      * 
* * string revision_id = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -775,7 +775,7 @@ public Builder clearRevisionId() { *
      * Required. The revision ID to roll back to.
      * It must be a revision of the same spec.
-     *   Example: c7cfa2a8
+     *   Example: `c7cfa2a8`
      * 
* * string revision_id = 2 [(.google.api.field_behavior) = REQUIRED]; diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/RollbackApiSpecRequestOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/RollbackApiSpecRequestOrBuilder.java index be6a0023dc5e..6a0c9e3cf067 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/RollbackApiSpecRequestOrBuilder.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/RollbackApiSpecRequestOrBuilder.java @@ -58,7 +58,7 @@ public interface RollbackApiSpecRequestOrBuilder *
    * Required. The revision ID to roll back to.
    * It must be a revision of the same spec.
-   *   Example: c7cfa2a8
+   *   Example: `c7cfa2a8`
    * 
* * string revision_id = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -72,7 +72,7 @@ public interface RollbackApiSpecRequestOrBuilder *
    * Required. The revision ID to roll back to.
    * It must be a revision of the same spec.
-   *   Example: c7cfa2a8
+   *   Example: `c7cfa2a8`
    * 
* * string revision_id = 2 [(.google.api.field_behavior) = REQUIRED]; diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/UpdateApiDeploymentRequest.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/UpdateApiDeploymentRequest.java index 9c238fb35b3e..01b4a27fad49 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/UpdateApiDeploymentRequest.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/UpdateApiDeploymentRequest.java @@ -148,7 +148,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { *
    * Required. The deployment to update.
    * The `name` field is used to identify the deployment to update.
-   * Format: projects/*/locations/*/apis/*/deployments/*
+   * Format: `projects/*/locations/*/apis/*/deployments/*`
    * 
* * @@ -167,7 +167,7 @@ public boolean hasApiDeployment() { *
    * Required. The deployment to update.
    * The `name` field is used to identify the deployment to update.
-   * Format: projects/*/locations/*/apis/*/deployments/*
+   * Format: `projects/*/locations/*/apis/*/deployments/*`
    * 
* * @@ -188,7 +188,7 @@ public com.google.cloud.apigeeregistry.v1.ApiDeployment getApiDeployment() { *
    * Required. The deployment to update.
    * The `name` field is used to identify the deployment to update.
-   * Format: projects/*/locations/*/apis/*/deployments/*
+   * Format: `projects/*/locations/*/apis/*/deployments/*`
    * 
* * @@ -208,8 +208,8 @@ public com.google.cloud.apigeeregistry.v1.ApiDeploymentOrBuilder getApiDeploymen *
    * The list of fields to be updated. If omitted, all fields are updated that
    * are set in the request message (fields set to default values are ignored).
-   * If a "*" is specified, all fields are updated, including fields that are
-   * unspecified/default in the request.
+   * If an asterisk "*" is specified, all fields are updated, including fields
+   * that are unspecified/default in the request.
    * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -226,8 +226,8 @@ public boolean hasUpdateMask() { *
    * The list of fields to be updated. If omitted, all fields are updated that
    * are set in the request message (fields set to default values are ignored).
-   * If a "*" is specified, all fields are updated, including fields that are
-   * unspecified/default in the request.
+   * If an asterisk "*" is specified, all fields are updated, including fields
+   * that are unspecified/default in the request.
    * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -244,8 +244,8 @@ public com.google.protobuf.FieldMask getUpdateMask() { *
    * The list of fields to be updated. If omitted, all fields are updated that
    * are set in the request message (fields set to default values are ignored).
-   * If a "*" is specified, all fields are updated, including fields that are
-   * unspecified/default in the request.
+   * If an asterisk "*" is specified, all fields are updated, including fields
+   * that are unspecified/default in the request.
    * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -663,7 +663,7 @@ public Builder mergeFrom( *
      * Required. The deployment to update.
      * The `name` field is used to identify the deployment to update.
-     * Format: projects/*/locations/*/apis/*/deployments/*
+     * Format: `projects/*/locations/*/apis/*/deployments/*`
      * 
* * @@ -681,7 +681,7 @@ public boolean hasApiDeployment() { *
      * Required. The deployment to update.
      * The `name` field is used to identify the deployment to update.
-     * Format: projects/*/locations/*/apis/*/deployments/*
+     * Format: `projects/*/locations/*/apis/*/deployments/*`
      * 
* * @@ -705,7 +705,7 @@ public com.google.cloud.apigeeregistry.v1.ApiDeployment getApiDeployment() { *
      * Required. The deployment to update.
      * The `name` field is used to identify the deployment to update.
-     * Format: projects/*/locations/*/apis/*/deployments/*
+     * Format: `projects/*/locations/*/apis/*/deployments/*`
      * 
* * @@ -731,7 +731,7 @@ public Builder setApiDeployment(com.google.cloud.apigeeregistry.v1.ApiDeployment *
      * Required. The deployment to update.
      * The `name` field is used to identify the deployment to update.
-     * Format: projects/*/locations/*/apis/*/deployments/*
+     * Format: `projects/*/locations/*/apis/*/deployments/*`
      * 
* * @@ -755,7 +755,7 @@ public Builder setApiDeployment( *
      * Required. The deployment to update.
      * The `name` field is used to identify the deployment to update.
-     * Format: projects/*/locations/*/apis/*/deployments/*
+     * Format: `projects/*/locations/*/apis/*/deployments/*`
      * 
* * @@ -785,7 +785,7 @@ public Builder mergeApiDeployment(com.google.cloud.apigeeregistry.v1.ApiDeployme *
      * Required. The deployment to update.
      * The `name` field is used to identify the deployment to update.
-     * Format: projects/*/locations/*/apis/*/deployments/*
+     * Format: `projects/*/locations/*/apis/*/deployments/*`
      * 
* * @@ -809,7 +809,7 @@ public Builder clearApiDeployment() { *
      * Required. The deployment to update.
      * The `name` field is used to identify the deployment to update.
-     * Format: projects/*/locations/*/apis/*/deployments/*
+     * Format: `projects/*/locations/*/apis/*/deployments/*`
      * 
* * @@ -827,7 +827,7 @@ public com.google.cloud.apigeeregistry.v1.ApiDeployment.Builder getApiDeployment *
      * Required. The deployment to update.
      * The `name` field is used to identify the deployment to update.
-     * Format: projects/*/locations/*/apis/*/deployments/*
+     * Format: `projects/*/locations/*/apis/*/deployments/*`
      * 
* * @@ -849,7 +849,7 @@ public com.google.cloud.apigeeregistry.v1.ApiDeploymentOrBuilder getApiDeploymen *
      * Required. The deployment to update.
      * The `name` field is used to identify the deployment to update.
-     * Format: projects/*/locations/*/apis/*/deployments/*
+     * Format: `projects/*/locations/*/apis/*/deployments/*`
      * 
* * @@ -885,8 +885,8 @@ public com.google.cloud.apigeeregistry.v1.ApiDeploymentOrBuilder getApiDeploymen *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -902,8 +902,8 @@ public boolean hasUpdateMask() { *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -925,8 +925,8 @@ public com.google.protobuf.FieldMask getUpdateMask() { *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -950,8 +950,8 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -972,8 +972,8 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -999,8 +999,8 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -1022,8 +1022,8 @@ public Builder clearUpdateMask() { *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -1039,8 +1039,8 @@ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() { *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -1060,8 +1060,8 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/UpdateApiDeploymentRequestOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/UpdateApiDeploymentRequestOrBuilder.java index 8d302ea5a34d..4ecbdd8f5d9b 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/UpdateApiDeploymentRequestOrBuilder.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/UpdateApiDeploymentRequestOrBuilder.java @@ -29,7 +29,7 @@ public interface UpdateApiDeploymentRequestOrBuilder *
    * Required. The deployment to update.
    * The `name` field is used to identify the deployment to update.
-   * Format: projects/*/locations/*/apis/*/deployments/*
+   * Format: `projects/*/locations/*/apis/*/deployments/*`
    * 
* * @@ -45,7 +45,7 @@ public interface UpdateApiDeploymentRequestOrBuilder *
    * Required. The deployment to update.
    * The `name` field is used to identify the deployment to update.
-   * Format: projects/*/locations/*/apis/*/deployments/*
+   * Format: `projects/*/locations/*/apis/*/deployments/*`
    * 
* * @@ -61,7 +61,7 @@ public interface UpdateApiDeploymentRequestOrBuilder *
    * Required. The deployment to update.
    * The `name` field is used to identify the deployment to update.
-   * Format: projects/*/locations/*/apis/*/deployments/*
+   * Format: `projects/*/locations/*/apis/*/deployments/*`
    * 
* * @@ -76,8 +76,8 @@ public interface UpdateApiDeploymentRequestOrBuilder *
    * The list of fields to be updated. If omitted, all fields are updated that
    * are set in the request message (fields set to default values are ignored).
-   * If a "*" is specified, all fields are updated, including fields that are
-   * unspecified/default in the request.
+   * If an asterisk "*" is specified, all fields are updated, including fields
+   * that are unspecified/default in the request.
    * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -91,8 +91,8 @@ public interface UpdateApiDeploymentRequestOrBuilder *
    * The list of fields to be updated. If omitted, all fields are updated that
    * are set in the request message (fields set to default values are ignored).
-   * If a "*" is specified, all fields are updated, including fields that are
-   * unspecified/default in the request.
+   * If an asterisk "*" is specified, all fields are updated, including fields
+   * that are unspecified/default in the request.
    * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -106,8 +106,8 @@ public interface UpdateApiDeploymentRequestOrBuilder *
    * The list of fields to be updated. If omitted, all fields are updated that
    * are set in the request message (fields set to default values are ignored).
-   * If a "*" is specified, all fields are updated, including fields that are
-   * unspecified/default in the request.
+   * If an asterisk "*" is specified, all fields are updated, including fields
+   * that are unspecified/default in the request.
    * 
* * .google.protobuf.FieldMask update_mask = 2; diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/UpdateApiRequest.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/UpdateApiRequest.java index 7d8a6a1a7bb8..87c7fe9ac4ad 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/UpdateApiRequest.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/UpdateApiRequest.java @@ -148,7 +148,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { *
    * Required. The API to update.
    * The `name` field is used to identify the API to update.
-   * Format: projects/*/locations/*/apis/*
+   * Format: `projects/*/locations/*/apis/*`
    * 
* * .google.cloud.apigeeregistry.v1.Api api = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -166,7 +166,7 @@ public boolean hasApi() { *
    * Required. The API to update.
    * The `name` field is used to identify the API to update.
-   * Format: projects/*/locations/*/apis/*
+   * Format: `projects/*/locations/*/apis/*`
    * 
* * .google.cloud.apigeeregistry.v1.Api api = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -184,7 +184,7 @@ public com.google.cloud.apigeeregistry.v1.Api getApi() { *
    * Required. The API to update.
    * The `name` field is used to identify the API to update.
-   * Format: projects/*/locations/*/apis/*
+   * Format: `projects/*/locations/*/apis/*`
    * 
* * .google.cloud.apigeeregistry.v1.Api api = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -203,8 +203,8 @@ public com.google.cloud.apigeeregistry.v1.ApiOrBuilder getApiOrBuilder() { *
    * The list of fields to be updated. If omitted, all fields are updated that
    * are set in the request message (fields set to default values are ignored).
-   * If a "*" is specified, all fields are updated, including fields that are
-   * unspecified/default in the request.
+   * If an asterisk "*" is specified, all fields are updated, including fields
+   * that are unspecified/default in the request.
    * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -221,8 +221,8 @@ public boolean hasUpdateMask() { *
    * The list of fields to be updated. If omitted, all fields are updated that
    * are set in the request message (fields set to default values are ignored).
-   * If a "*" is specified, all fields are updated, including fields that are
-   * unspecified/default in the request.
+   * If an asterisk "*" is specified, all fields are updated, including fields
+   * that are unspecified/default in the request.
    * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -239,8 +239,8 @@ public com.google.protobuf.FieldMask getUpdateMask() { *
    * The list of fields to be updated. If omitted, all fields are updated that
    * are set in the request message (fields set to default values are ignored).
-   * If a "*" is specified, all fields are updated, including fields that are
-   * unspecified/default in the request.
+   * If an asterisk "*" is specified, all fields are updated, including fields
+   * that are unspecified/default in the request.
    * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -256,7 +256,7 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { * * *
-   * If set to true, and the api is not found, a new api will be created.
+   * If set to true, and the API is not found, a new API will be created.
    * In this situation, `update_mask` is ignored.
    * 
* @@ -654,7 +654,7 @@ public Builder mergeFrom( *
      * Required. The API to update.
      * The `name` field is used to identify the API to update.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * .google.cloud.apigeeregistry.v1.Api api = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -671,7 +671,7 @@ public boolean hasApi() { *
      * Required. The API to update.
      * The `name` field is used to identify the API to update.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * .google.cloud.apigeeregistry.v1.Api api = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -692,7 +692,7 @@ public com.google.cloud.apigeeregistry.v1.Api getApi() { *
      * Required. The API to update.
      * The `name` field is used to identify the API to update.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * .google.cloud.apigeeregistry.v1.Api api = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -717,7 +717,7 @@ public Builder setApi(com.google.cloud.apigeeregistry.v1.Api value) { *
      * Required. The API to update.
      * The `name` field is used to identify the API to update.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * .google.cloud.apigeeregistry.v1.Api api = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -739,7 +739,7 @@ public Builder setApi(com.google.cloud.apigeeregistry.v1.Api.Builder builderForV *
      * Required. The API to update.
      * The `name` field is used to identify the API to update.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * .google.cloud.apigeeregistry.v1.Api api = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -768,7 +768,7 @@ public Builder mergeApi(com.google.cloud.apigeeregistry.v1.Api value) { *
      * Required. The API to update.
      * The `name` field is used to identify the API to update.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * .google.cloud.apigeeregistry.v1.Api api = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -791,7 +791,7 @@ public Builder clearApi() { *
      * Required. The API to update.
      * The `name` field is used to identify the API to update.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * .google.cloud.apigeeregistry.v1.Api api = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -808,7 +808,7 @@ public com.google.cloud.apigeeregistry.v1.Api.Builder getApiBuilder() { *
      * Required. The API to update.
      * The `name` field is used to identify the API to update.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * .google.cloud.apigeeregistry.v1.Api api = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -827,7 +827,7 @@ public com.google.cloud.apigeeregistry.v1.ApiOrBuilder getApiOrBuilder() { *
      * Required. The API to update.
      * The `name` field is used to identify the API to update.
-     * Format: projects/*/locations/*/apis/*
+     * Format: `projects/*/locations/*/apis/*`
      * 
* * .google.cloud.apigeeregistry.v1.Api api = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -862,8 +862,8 @@ public com.google.cloud.apigeeregistry.v1.ApiOrBuilder getApiOrBuilder() { *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -879,8 +879,8 @@ public boolean hasUpdateMask() { *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -902,8 +902,8 @@ public com.google.protobuf.FieldMask getUpdateMask() { *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -927,8 +927,8 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -949,8 +949,8 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -976,8 +976,8 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -999,8 +999,8 @@ public Builder clearUpdateMask() { *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -1016,8 +1016,8 @@ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() { *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -1037,8 +1037,8 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -1065,7 +1065,7 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { * * *
-     * If set to true, and the api is not found, a new api will be created.
+     * If set to true, and the API is not found, a new API will be created.
      * In this situation, `update_mask` is ignored.
      * 
* @@ -1081,7 +1081,7 @@ public boolean getAllowMissing() { * * *
-     * If set to true, and the api is not found, a new api will be created.
+     * If set to true, and the API is not found, a new API will be created.
      * In this situation, `update_mask` is ignored.
      * 
* @@ -1100,7 +1100,7 @@ public Builder setAllowMissing(boolean value) { * * *
-     * If set to true, and the api is not found, a new api will be created.
+     * If set to true, and the API is not found, a new API will be created.
      * In this situation, `update_mask` is ignored.
      * 
* diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/UpdateApiRequestOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/UpdateApiRequestOrBuilder.java index 83ef1d9dfc98..df444ae11c2c 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/UpdateApiRequestOrBuilder.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/UpdateApiRequestOrBuilder.java @@ -29,7 +29,7 @@ public interface UpdateApiRequestOrBuilder *
    * Required. The API to update.
    * The `name` field is used to identify the API to update.
-   * Format: projects/*/locations/*/apis/*
+   * Format: `projects/*/locations/*/apis/*`
    * 
* * .google.cloud.apigeeregistry.v1.Api api = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -44,7 +44,7 @@ public interface UpdateApiRequestOrBuilder *
    * Required. The API to update.
    * The `name` field is used to identify the API to update.
-   * Format: projects/*/locations/*/apis/*
+   * Format: `projects/*/locations/*/apis/*`
    * 
* * .google.cloud.apigeeregistry.v1.Api api = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -59,7 +59,7 @@ public interface UpdateApiRequestOrBuilder *
    * Required. The API to update.
    * The `name` field is used to identify the API to update.
-   * Format: projects/*/locations/*/apis/*
+   * Format: `projects/*/locations/*/apis/*`
    * 
* * .google.cloud.apigeeregistry.v1.Api api = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -73,8 +73,8 @@ public interface UpdateApiRequestOrBuilder *
    * The list of fields to be updated. If omitted, all fields are updated that
    * are set in the request message (fields set to default values are ignored).
-   * If a "*" is specified, all fields are updated, including fields that are
-   * unspecified/default in the request.
+   * If an asterisk "*" is specified, all fields are updated, including fields
+   * that are unspecified/default in the request.
    * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -88,8 +88,8 @@ public interface UpdateApiRequestOrBuilder *
    * The list of fields to be updated. If omitted, all fields are updated that
    * are set in the request message (fields set to default values are ignored).
-   * If a "*" is specified, all fields are updated, including fields that are
-   * unspecified/default in the request.
+   * If an asterisk "*" is specified, all fields are updated, including fields
+   * that are unspecified/default in the request.
    * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -103,8 +103,8 @@ public interface UpdateApiRequestOrBuilder *
    * The list of fields to be updated. If omitted, all fields are updated that
    * are set in the request message (fields set to default values are ignored).
-   * If a "*" is specified, all fields are updated, including fields that are
-   * unspecified/default in the request.
+   * If an asterisk "*" is specified, all fields are updated, including fields
+   * that are unspecified/default in the request.
    * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -115,7 +115,7 @@ public interface UpdateApiRequestOrBuilder * * *
-   * If set to true, and the api is not found, a new api will be created.
+   * If set to true, and the API is not found, a new API will be created.
    * In this situation, `update_mask` is ignored.
    * 
* diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/UpdateApiSpecRequest.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/UpdateApiSpecRequest.java index dabc475fd72a..e0e2ad3352d3 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/UpdateApiSpecRequest.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/UpdateApiSpecRequest.java @@ -148,7 +148,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { *
    * Required. The spec to update.
    * The `name` field is used to identify the spec to update.
-   * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+   * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
    * 
* * @@ -167,7 +167,7 @@ public boolean hasApiSpec() { *
    * Required. The spec to update.
    * The `name` field is used to identify the spec to update.
-   * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+   * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
    * 
* * @@ -188,7 +188,7 @@ public com.google.cloud.apigeeregistry.v1.ApiSpec getApiSpec() { *
    * Required. The spec to update.
    * The `name` field is used to identify the spec to update.
-   * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+   * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
    * 
* * @@ -208,8 +208,8 @@ public com.google.cloud.apigeeregistry.v1.ApiSpecOrBuilder getApiSpecOrBuilder() *
    * The list of fields to be updated. If omitted, all fields are updated that
    * are set in the request message (fields set to default values are ignored).
-   * If a "*" is specified, all fields are updated, including fields that are
-   * unspecified/default in the request.
+   * If an asterisk "*" is specified, all fields are updated, including fields
+   * that are unspecified/default in the request.
    * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -226,8 +226,8 @@ public boolean hasUpdateMask() { *
    * The list of fields to be updated. If omitted, all fields are updated that
    * are set in the request message (fields set to default values are ignored).
-   * If a "*" is specified, all fields are updated, including fields that are
-   * unspecified/default in the request.
+   * If an asterisk "*" is specified, all fields are updated, including fields
+   * that are unspecified/default in the request.
    * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -244,8 +244,8 @@ public com.google.protobuf.FieldMask getUpdateMask() { *
    * The list of fields to be updated. If omitted, all fields are updated that
    * are set in the request message (fields set to default values are ignored).
-   * If a "*" is specified, all fields are updated, including fields that are
-   * unspecified/default in the request.
+   * If an asterisk "*" is specified, all fields are updated, including fields
+   * that are unspecified/default in the request.
    * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -660,7 +660,7 @@ public Builder mergeFrom( *
      * Required. The spec to update.
      * The `name` field is used to identify the spec to update.
-     * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+     * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
      * 
* * @@ -678,7 +678,7 @@ public boolean hasApiSpec() { *
      * Required. The spec to update.
      * The `name` field is used to identify the spec to update.
-     * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+     * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
      * 
* * @@ -702,7 +702,7 @@ public com.google.cloud.apigeeregistry.v1.ApiSpec getApiSpec() { *
      * Required. The spec to update.
      * The `name` field is used to identify the spec to update.
-     * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+     * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
      * 
* * @@ -728,7 +728,7 @@ public Builder setApiSpec(com.google.cloud.apigeeregistry.v1.ApiSpec value) { *
      * Required. The spec to update.
      * The `name` field is used to identify the spec to update.
-     * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+     * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
      * 
* * @@ -751,7 +751,7 @@ public Builder setApiSpec(com.google.cloud.apigeeregistry.v1.ApiSpec.Builder bui *
      * Required. The spec to update.
      * The `name` field is used to identify the spec to update.
-     * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+     * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
      * 
* * @@ -781,7 +781,7 @@ public Builder mergeApiSpec(com.google.cloud.apigeeregistry.v1.ApiSpec value) { *
      * Required. The spec to update.
      * The `name` field is used to identify the spec to update.
-     * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+     * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
      * 
* * @@ -805,7 +805,7 @@ public Builder clearApiSpec() { *
      * Required. The spec to update.
      * The `name` field is used to identify the spec to update.
-     * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+     * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
      * 
* * @@ -823,7 +823,7 @@ public com.google.cloud.apigeeregistry.v1.ApiSpec.Builder getApiSpecBuilder() { *
      * Required. The spec to update.
      * The `name` field is used to identify the spec to update.
-     * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+     * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
      * 
* * @@ -845,7 +845,7 @@ public com.google.cloud.apigeeregistry.v1.ApiSpecOrBuilder getApiSpecOrBuilder() *
      * Required. The spec to update.
      * The `name` field is used to identify the spec to update.
-     * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+     * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
      * 
* * @@ -881,8 +881,8 @@ public com.google.cloud.apigeeregistry.v1.ApiSpecOrBuilder getApiSpecOrBuilder() *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -898,8 +898,8 @@ public boolean hasUpdateMask() { *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -921,8 +921,8 @@ public com.google.protobuf.FieldMask getUpdateMask() { *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -946,8 +946,8 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -968,8 +968,8 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -995,8 +995,8 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -1018,8 +1018,8 @@ public Builder clearUpdateMask() { *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -1035,8 +1035,8 @@ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() { *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -1056,8 +1056,8 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/UpdateApiSpecRequestOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/UpdateApiSpecRequestOrBuilder.java index 0bd25b5b7270..481131cc238c 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/UpdateApiSpecRequestOrBuilder.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/UpdateApiSpecRequestOrBuilder.java @@ -29,7 +29,7 @@ public interface UpdateApiSpecRequestOrBuilder *
    * Required. The spec to update.
    * The `name` field is used to identify the spec to update.
-   * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+   * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
    * 
* * @@ -45,7 +45,7 @@ public interface UpdateApiSpecRequestOrBuilder *
    * Required. The spec to update.
    * The `name` field is used to identify the spec to update.
-   * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+   * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
    * 
* * @@ -61,7 +61,7 @@ public interface UpdateApiSpecRequestOrBuilder *
    * Required. The spec to update.
    * The `name` field is used to identify the spec to update.
-   * Format: projects/*/locations/*/apis/*/versions/*/specs/*
+   * Format: `projects/*/locations/*/apis/*/versions/*/specs/*`
    * 
* * @@ -76,8 +76,8 @@ public interface UpdateApiSpecRequestOrBuilder *
    * The list of fields to be updated. If omitted, all fields are updated that
    * are set in the request message (fields set to default values are ignored).
-   * If a "*" is specified, all fields are updated, including fields that are
-   * unspecified/default in the request.
+   * If an asterisk "*" is specified, all fields are updated, including fields
+   * that are unspecified/default in the request.
    * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -91,8 +91,8 @@ public interface UpdateApiSpecRequestOrBuilder *
    * The list of fields to be updated. If omitted, all fields are updated that
    * are set in the request message (fields set to default values are ignored).
-   * If a "*" is specified, all fields are updated, including fields that are
-   * unspecified/default in the request.
+   * If an asterisk "*" is specified, all fields are updated, including fields
+   * that are unspecified/default in the request.
    * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -106,8 +106,8 @@ public interface UpdateApiSpecRequestOrBuilder *
    * The list of fields to be updated. If omitted, all fields are updated that
    * are set in the request message (fields set to default values are ignored).
-   * If a "*" is specified, all fields are updated, including fields that are
-   * unspecified/default in the request.
+   * If an asterisk "*" is specified, all fields are updated, including fields
+   * that are unspecified/default in the request.
    * 
* * .google.protobuf.FieldMask update_mask = 2; diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/UpdateApiVersionRequest.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/UpdateApiVersionRequest.java index 1f5d7153cc45..e9ac9bf9b94d 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/UpdateApiVersionRequest.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/UpdateApiVersionRequest.java @@ -148,7 +148,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { *
    * Required. The version to update.
    * The `name` field is used to identify the version to update.
-   * Format: projects/*/locations/*/apis/*/versions/*
+   * Format: `projects/*/locations/*/apis/*/versions/*`
    * 
* * @@ -167,7 +167,7 @@ public boolean hasApiVersion() { *
    * Required. The version to update.
    * The `name` field is used to identify the version to update.
-   * Format: projects/*/locations/*/apis/*/versions/*
+   * Format: `projects/*/locations/*/apis/*/versions/*`
    * 
* * @@ -188,7 +188,7 @@ public com.google.cloud.apigeeregistry.v1.ApiVersion getApiVersion() { *
    * Required. The version to update.
    * The `name` field is used to identify the version to update.
-   * Format: projects/*/locations/*/apis/*/versions/*
+   * Format: `projects/*/locations/*/apis/*/versions/*`
    * 
* * @@ -208,8 +208,8 @@ public com.google.cloud.apigeeregistry.v1.ApiVersionOrBuilder getApiVersionOrBui *
    * The list of fields to be updated. If omitted, all fields are updated that
    * are set in the request message (fields set to default values are ignored).
-   * If a "*" is specified, all fields are updated, including fields that are
-   * unspecified/default in the request.
+   * If an asterisk "*" is specified, all fields are updated, including fields
+   * that are unspecified/default in the request.
    * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -226,8 +226,8 @@ public boolean hasUpdateMask() { *
    * The list of fields to be updated. If omitted, all fields are updated that
    * are set in the request message (fields set to default values are ignored).
-   * If a "*" is specified, all fields are updated, including fields that are
-   * unspecified/default in the request.
+   * If an asterisk "*" is specified, all fields are updated, including fields
+   * that are unspecified/default in the request.
    * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -244,8 +244,8 @@ public com.google.protobuf.FieldMask getUpdateMask() { *
    * The list of fields to be updated. If omitted, all fields are updated that
    * are set in the request message (fields set to default values are ignored).
-   * If a "*" is specified, all fields are updated, including fields that are
-   * unspecified/default in the request.
+   * If an asterisk "*" is specified, all fields are updated, including fields
+   * that are unspecified/default in the request.
    * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -660,7 +660,7 @@ public Builder mergeFrom( *
      * Required. The version to update.
      * The `name` field is used to identify the version to update.
-     * Format: projects/*/locations/*/apis/*/versions/*
+     * Format: `projects/*/locations/*/apis/*/versions/*`
      * 
* * @@ -678,7 +678,7 @@ public boolean hasApiVersion() { *
      * Required. The version to update.
      * The `name` field is used to identify the version to update.
-     * Format: projects/*/locations/*/apis/*/versions/*
+     * Format: `projects/*/locations/*/apis/*/versions/*`
      * 
* * @@ -702,7 +702,7 @@ public com.google.cloud.apigeeregistry.v1.ApiVersion getApiVersion() { *
      * Required. The version to update.
      * The `name` field is used to identify the version to update.
-     * Format: projects/*/locations/*/apis/*/versions/*
+     * Format: `projects/*/locations/*/apis/*/versions/*`
      * 
* * @@ -728,7 +728,7 @@ public Builder setApiVersion(com.google.cloud.apigeeregistry.v1.ApiVersion value *
      * Required. The version to update.
      * The `name` field is used to identify the version to update.
-     * Format: projects/*/locations/*/apis/*/versions/*
+     * Format: `projects/*/locations/*/apis/*/versions/*`
      * 
* * @@ -752,7 +752,7 @@ public Builder setApiVersion( *
      * Required. The version to update.
      * The `name` field is used to identify the version to update.
-     * Format: projects/*/locations/*/apis/*/versions/*
+     * Format: `projects/*/locations/*/apis/*/versions/*`
      * 
* * @@ -782,7 +782,7 @@ public Builder mergeApiVersion(com.google.cloud.apigeeregistry.v1.ApiVersion val *
      * Required. The version to update.
      * The `name` field is used to identify the version to update.
-     * Format: projects/*/locations/*/apis/*/versions/*
+     * Format: `projects/*/locations/*/apis/*/versions/*`
      * 
* * @@ -806,7 +806,7 @@ public Builder clearApiVersion() { *
      * Required. The version to update.
      * The `name` field is used to identify the version to update.
-     * Format: projects/*/locations/*/apis/*/versions/*
+     * Format: `projects/*/locations/*/apis/*/versions/*`
      * 
* * @@ -824,7 +824,7 @@ public com.google.cloud.apigeeregistry.v1.ApiVersion.Builder getApiVersionBuilde *
      * Required. The version to update.
      * The `name` field is used to identify the version to update.
-     * Format: projects/*/locations/*/apis/*/versions/*
+     * Format: `projects/*/locations/*/apis/*/versions/*`
      * 
* * @@ -846,7 +846,7 @@ public com.google.cloud.apigeeregistry.v1.ApiVersionOrBuilder getApiVersionOrBui *
      * Required. The version to update.
      * The `name` field is used to identify the version to update.
-     * Format: projects/*/locations/*/apis/*/versions/*
+     * Format: `projects/*/locations/*/apis/*/versions/*`
      * 
* * @@ -882,8 +882,8 @@ public com.google.cloud.apigeeregistry.v1.ApiVersionOrBuilder getApiVersionOrBui *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -899,8 +899,8 @@ public boolean hasUpdateMask() { *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -922,8 +922,8 @@ public com.google.protobuf.FieldMask getUpdateMask() { *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -947,8 +947,8 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -969,8 +969,8 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -996,8 +996,8 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -1019,8 +1019,8 @@ public Builder clearUpdateMask() { *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -1036,8 +1036,8 @@ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() { *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -1057,8 +1057,8 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { *
      * The list of fields to be updated. If omitted, all fields are updated that
      * are set in the request message (fields set to default values are ignored).
-     * If a "*" is specified, all fields are updated, including fields that are
-     * unspecified/default in the request.
+     * If an asterisk "*" is specified, all fields are updated, including fields
+     * that are unspecified/default in the request.
      * 
* * .google.protobuf.FieldMask update_mask = 2; diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/UpdateApiVersionRequestOrBuilder.java b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/UpdateApiVersionRequestOrBuilder.java index e41bd9c4bda7..19fde00ddf20 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/UpdateApiVersionRequestOrBuilder.java +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/java/com/google/cloud/apigeeregistry/v1/UpdateApiVersionRequestOrBuilder.java @@ -29,7 +29,7 @@ public interface UpdateApiVersionRequestOrBuilder *
    * Required. The version to update.
    * The `name` field is used to identify the version to update.
-   * Format: projects/*/locations/*/apis/*/versions/*
+   * Format: `projects/*/locations/*/apis/*/versions/*`
    * 
* * @@ -45,7 +45,7 @@ public interface UpdateApiVersionRequestOrBuilder *
    * Required. The version to update.
    * The `name` field is used to identify the version to update.
-   * Format: projects/*/locations/*/apis/*/versions/*
+   * Format: `projects/*/locations/*/apis/*/versions/*`
    * 
* * @@ -61,7 +61,7 @@ public interface UpdateApiVersionRequestOrBuilder *
    * Required. The version to update.
    * The `name` field is used to identify the version to update.
-   * Format: projects/*/locations/*/apis/*/versions/*
+   * Format: `projects/*/locations/*/apis/*/versions/*`
    * 
* * @@ -76,8 +76,8 @@ public interface UpdateApiVersionRequestOrBuilder *
    * The list of fields to be updated. If omitted, all fields are updated that
    * are set in the request message (fields set to default values are ignored).
-   * If a "*" is specified, all fields are updated, including fields that are
-   * unspecified/default in the request.
+   * If an asterisk "*" is specified, all fields are updated, including fields
+   * that are unspecified/default in the request.
    * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -91,8 +91,8 @@ public interface UpdateApiVersionRequestOrBuilder *
    * The list of fields to be updated. If omitted, all fields are updated that
    * are set in the request message (fields set to default values are ignored).
-   * If a "*" is specified, all fields are updated, including fields that are
-   * unspecified/default in the request.
+   * If an asterisk "*" is specified, all fields are updated, including fields
+   * that are unspecified/default in the request.
    * 
* * .google.protobuf.FieldMask update_mask = 2; @@ -106,8 +106,8 @@ public interface UpdateApiVersionRequestOrBuilder *
    * The list of fields to be updated. If omitted, all fields are updated that
    * are set in the request message (fields set to default values are ignored).
-   * If a "*" is specified, all fields are updated, including fields that are
-   * unspecified/default in the request.
+   * If an asterisk "*" is specified, all fields are updated, including fields
+   * that are unspecified/default in the request.
    * 
* * .google.protobuf.FieldMask update_mask = 2; diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/proto/google/cloud/apigeeregistry/v1/provisioning_service.proto b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/proto/google/cloud/apigeeregistry/v1/provisioning_service.proto index 8ecc5a1ff968..9e7baee5866a 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/proto/google/cloud/apigeeregistry/v1/provisioning_service.proto +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/proto/google/cloud/apigeeregistry/v1/provisioning_service.proto @@ -185,7 +185,7 @@ message Instance { } // Format: `projects/*/locations/*/instance`. - // Currently only locations/global is supported. + // Currently only `locations/global` is supported. string name = 1; // Output only. Creation timestamp. diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/proto/google/cloud/apigeeregistry/v1/registry_models.proto b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/proto/google/cloud/apigeeregistry/v1/registry_models.proto index 002a8b2138e0..8411f9ecf7ff 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/proto/google/cloud/apigeeregistry/v1/registry_models.proto +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/proto/google/cloud/apigeeregistry/v1/registry_models.proto @@ -28,8 +28,8 @@ option java_package = "com.google.cloud.apigeeregistry.v1"; option php_namespace = "Google\\Cloud\\ApigeeRegistry\\V1"; option ruby_package = "Google::Cloud::ApigeeRegistry::V1"; -// An Api is a top-level description of an API. -// Apis are produced by producers and are commitments to provide services. +// A top-level description of an API. +// Produced by producers and are commitments to provide services. message Api { option (google.api.resource) = { type: "apigeeregistry.googleapis.com/Api" @@ -53,17 +53,17 @@ message Api { // A user-definable description of the availability of this service. // Format: free-form, but we expect single words that describe availability, - // e.g. "NONE", "TESTING", "PREVIEW", "GENERAL", "DEPRECATED", "SHUTDOWN". + // e.g., "NONE", "TESTING", "PREVIEW", "GENERAL", "DEPRECATED", "SHUTDOWN". string availability = 6; // The recommended version of the API. - // Format: apis/{api}/versions/{version} + // Format: `apis/{api}/versions/{version}` string recommended_version = 7 [(google.api.resource_reference) = { type: "apigeeregistry.googleapis.com/ApiVersion" }]; // The recommended deployment of the API. - // Format: apis/{api}/deployments/{deployment} + // Format: `apis/{api}/deployments/{deployment}` string recommended_deployment = 8 [(google.api.resource_reference) = { type: "apigeeregistry.googleapis.com/ApiDeployment" }]; @@ -73,13 +73,13 @@ message Api { // // Label keys and values can be no longer than 64 characters // (Unicode codepoints), can only contain lowercase letters, numeric - // characters, underscores and dashes. International characters are allowed. + // characters, underscores, and dashes. International characters are allowed. // No more than 64 user labels can be associated with one resource (System // labels are excluded). // // See https://goo.gl/xmQnxf for more information and examples of labels. // System reserved label keys are prefixed with - // "apigeeregistry.googleapis.com/" and cannot be changed. + // `apigeeregistry.googleapis.com/` and cannot be changed. map labels = 9; // Annotations attach non-identifying metadata to resources. @@ -90,7 +90,7 @@ message Api { map annotations = 10; } -// An ApiVersion describes a particular version of an API. +// Describes a particular version of an API. // ApiVersions are what consumers actually use. message ApiVersion { option (google.api.resource) = { @@ -115,7 +115,7 @@ message ApiVersion { // A user-definable description of the lifecycle phase of this API version. // Format: free-form, but we expect single words that describe API maturity, - // e.g. "CONCEPT", "DESIGN", "DEVELOPMENT", "STAGING", "PRODUCTION", + // e.g., "CONCEPT", "DESIGN", "DEVELOPMENT", "STAGING", "PRODUCTION", // "DEPRECATED", "RETIRED". string state = 6; @@ -130,7 +130,7 @@ message ApiVersion { // // See https://goo.gl/xmQnxf for more information and examples of labels. // System reserved label keys are prefixed with - // "apigeeregistry.googleapis.com/" and cannot be changed. + // `apigeeregistry.googleapis.com/` and cannot be changed. map labels = 7; // Annotations attach non-identifying metadata to resources. @@ -141,11 +141,11 @@ message ApiVersion { map annotations = 8; } -// An ApiSpec describes a version of an API in a structured way. +// Describes a version of an API in a structured way. // ApiSpecs provide formal descriptions that consumers can use to use a version. // ApiSpec resources are intended to be fully-resolved descriptions of an // ApiVersion. When specs consist of multiple files, these should be bundled -// together (e.g. in a zip archive) and stored as a unit. Multiple specs can +// together (e.g., in a zip archive) and stored as a unit. Multiple specs can // exist to provide representations in different API description formats. // Synchronization of these representations would be provided by tooling and // background services. @@ -183,8 +183,8 @@ message ApiSpec { // A style (format) descriptor for this spec that is specified as a Media Type // (https://en.wikipedia.org/wiki/Media_type). Possible values include - // "application/vnd.apigee.proto", "application/vnd.apigee.openapi", and - // "application/vnd.apigee.graphql", with possible suffixes representing + // `application/vnd.apigee.proto`, `application/vnd.apigee.openapi`, and + // `application/vnd.apigee.graphql`, with possible suffixes representing // compression types. These hypothetical names are defined in the vendor tree // defined in RFC6838 (https://tools.ietf.org/html/rfc6838) and are not final. // Content types can specify compression. Currently only GZip compression is @@ -221,7 +221,7 @@ message ApiSpec { // // See https://goo.gl/xmQnxf for more information and examples of labels. // System reserved label keys are prefixed with - // "apigeeregistry.googleapis.com/" and cannot be changed. + // `apigeeregistry.googleapis.com/` and cannot be changed. map labels = 14; // Annotations attach non-identifying metadata to resources. @@ -232,7 +232,7 @@ message ApiSpec { map annotations = 15; } -// An ApiDeployment describes a service running at particular address that +// Describes a service running at particular address that // provides a particular version of an API. ApiDeployments have revisions which // correspond to different configurations of a single deployment in time. // Revision identifiers should be updated whenever the served API spec or @@ -269,9 +269,9 @@ message ApiDeployment { // Output only. Last update timestamp: when the represented revision was last modified. google.protobuf.Timestamp revision_update_time = 7 [(google.api.field_behavior) = OUTPUT_ONLY]; - // The full resource name (including revision id) of the spec of the API being + // The full resource name (including revision ID) of the spec of the API being // served by the deployment. Changes to this value will update the revision. - // Format: apis/{api}/deployments/{deployment} + // Format: `apis/{api}/deployments/{deployment}` string api_spec_revision = 8 [(google.api.resource_reference) = { type: "apigeeregistry.googleapis.com/ApiSpec" }]; @@ -280,7 +280,7 @@ message ApiDeployment { // update the revision. string endpoint_uri = 9; - // The address of the external channel of the API (e.g. the Developer + // The address of the external channel of the API (e.g., the Developer // Portal). Changes to this value will not affect the revision. string external_channel_uri = 10; @@ -303,7 +303,7 @@ message ApiDeployment { // // See https://goo.gl/xmQnxf for more information and examples of labels. // System reserved label keys are prefixed with - // "apigeeregistry.googleapis.com/" and cannot be changed. + // `apigeeregistry.googleapis.com/` and cannot be changed. map labels = 14; // Annotations attach non-identifying metadata to resources. @@ -318,8 +318,8 @@ message ApiDeployment { // and are used to store metadata that is too large or numerous to be stored // directly on the resource. Since artifacts are stored separately from parent // resources, they should generally be used for metadata that is needed -// infrequently, i.e. not for display in primary views of the resource but -// perhaps displayed or downloaded upon request. The ListArtifacts method +// infrequently, i.e., not for display in primary views of the resource but +// perhaps displayed or downloaded upon request. The `ListArtifacts` method // allows artifacts to be quickly enumerated and checked for presence without // downloading their (potentially-large) contents. message Artifact { diff --git a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/proto/google/cloud/apigeeregistry/v1/registry_service.proto b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/proto/google/cloud/apigeeregistry/v1/registry_service.proto index f191336f16ea..1eec64e8b8f2 100644 --- a/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/proto/google/cloud/apigeeregistry/v1/registry_service.proto +++ b/java-apigee-registry/proto-google-cloud-apigee-registry-v1/src/main/proto/google/cloud/apigeeregistry/v1/registry_service.proto @@ -38,7 +38,7 @@ service Registry { option (google.api.default_host) = "apigeeregistry.googleapis.com"; option (google.api.oauth_scopes) = "https://www.googleapis.com/auth/cloud-platform"; - // ListApis returns matching APIs. + // Returns matching APIs. rpc ListApis(ListApisRequest) returns (ListApisResponse) { option (google.api.http) = { get: "/v1/{parent=projects/*/locations/*}/apis" @@ -46,7 +46,7 @@ service Registry { option (google.api.method_signature) = "parent"; } - // GetApi returns a specified API. + // Returns a specified API. rpc GetApi(GetApiRequest) returns (Api) { option (google.api.http) = { get: "/v1/{name=projects/*/locations/*/apis/*}" @@ -54,7 +54,7 @@ service Registry { option (google.api.method_signature) = "name"; } - // CreateApi creates a specified API. + // Creates a specified API. rpc CreateApi(CreateApiRequest) returns (Api) { option (google.api.http) = { post: "/v1/{parent=projects/*/locations/*}/apis" @@ -63,7 +63,7 @@ service Registry { option (google.api.method_signature) = "parent,api,api_id"; } - // UpdateApi can be used to modify a specified API. + // Used to modify a specified API. rpc UpdateApi(UpdateApiRequest) returns (Api) { option (google.api.http) = { patch: "/v1/{api.name=projects/*/locations/*/apis/*}" @@ -72,7 +72,7 @@ service Registry { option (google.api.method_signature) = "api,update_mask"; } - // DeleteApi removes a specified API and all of the resources that it + // Removes a specified API and all of the resources that it // owns. rpc DeleteApi(DeleteApiRequest) returns (google.protobuf.Empty) { option (google.api.http) = { @@ -81,7 +81,7 @@ service Registry { option (google.api.method_signature) = "name"; } - // ListApiVersions returns matching versions. + // Returns matching versions. rpc ListApiVersions(ListApiVersionsRequest) returns (ListApiVersionsResponse) { option (google.api.http) = { get: "/v1/{parent=projects/*/locations/*/apis/*}/versions" @@ -89,7 +89,7 @@ service Registry { option (google.api.method_signature) = "parent"; } - // GetApiVersion returns a specified version. + // Returns a specified version. rpc GetApiVersion(GetApiVersionRequest) returns (ApiVersion) { option (google.api.http) = { get: "/v1/{name=projects/*/locations/*/apis/*/versions/*}" @@ -97,7 +97,7 @@ service Registry { option (google.api.method_signature) = "name"; } - // CreateApiVersion creates a specified version. + // Creates a specified version. rpc CreateApiVersion(CreateApiVersionRequest) returns (ApiVersion) { option (google.api.http) = { post: "/v1/{parent=projects/*/locations/*/apis/*}/versions" @@ -106,7 +106,7 @@ service Registry { option (google.api.method_signature) = "parent,api_version,api_version_id"; } - // UpdateApiVersion can be used to modify a specified version. + // Used to modify a specified version. rpc UpdateApiVersion(UpdateApiVersionRequest) returns (ApiVersion) { option (google.api.http) = { patch: "/v1/{api_version.name=projects/*/locations/*/apis/*/versions/*}" @@ -115,7 +115,7 @@ service Registry { option (google.api.method_signature) = "api_version,update_mask"; } - // DeleteApiVersion removes a specified version and all of the resources that + // Removes a specified version and all of the resources that // it owns. rpc DeleteApiVersion(DeleteApiVersionRequest) returns (google.protobuf.Empty) { option (google.api.http) = { @@ -124,7 +124,7 @@ service Registry { option (google.api.method_signature) = "name"; } - // ListApiSpecs returns matching specs. + // Returns matching specs. rpc ListApiSpecs(ListApiSpecsRequest) returns (ListApiSpecsResponse) { option (google.api.http) = { get: "/v1/{parent=projects/*/locations/*/apis/*/versions/*}/specs" @@ -132,7 +132,7 @@ service Registry { option (google.api.method_signature) = "parent"; } - // GetApiSpec returns a specified spec. + // Returns a specified spec. rpc GetApiSpec(GetApiSpecRequest) returns (ApiSpec) { option (google.api.http) = { get: "/v1/{name=projects/*/locations/*/apis/*/versions/*/specs/*}" @@ -140,7 +140,7 @@ service Registry { option (google.api.method_signature) = "name"; } - // GetApiSpecContents returns the contents of a specified spec. + // Returns the contents of a specified spec. // If specs are stored with GZip compression, the default behavior // is to return the spec uncompressed (the mime_type response field // indicates the exact format returned). @@ -151,7 +151,7 @@ service Registry { option (google.api.method_signature) = "name"; } - // CreateApiSpec creates a specified spec. + // Creates a specified spec. rpc CreateApiSpec(CreateApiSpecRequest) returns (ApiSpec) { option (google.api.http) = { post: "/v1/{parent=projects/*/locations/*/apis/*/versions/*}/specs" @@ -160,7 +160,7 @@ service Registry { option (google.api.method_signature) = "parent,api_spec,api_spec_id"; } - // UpdateApiSpec can be used to modify a specified spec. + // Used to modify a specified spec. rpc UpdateApiSpec(UpdateApiSpecRequest) returns (ApiSpec) { option (google.api.http) = { patch: "/v1/{api_spec.name=projects/*/locations/*/apis/*/versions/*/specs/*}" @@ -169,8 +169,8 @@ service Registry { option (google.api.method_signature) = "api_spec,update_mask"; } - // DeleteApiSpec removes a specified spec, all revisions, and all child - // resources (e.g. artifacts). + // Removes a specified spec, all revisions, and all child + // resources (e.g., artifacts). rpc DeleteApiSpec(DeleteApiSpecRequest) returns (google.protobuf.Empty) { option (google.api.http) = { delete: "/v1/{name=projects/*/locations/*/apis/*/versions/*/specs/*}" @@ -178,7 +178,7 @@ service Registry { option (google.api.method_signature) = "name"; } - // TagApiSpecRevision adds a tag to a specified revision of a spec. + // Adds a tag to a specified revision of a spec. rpc TagApiSpecRevision(TagApiSpecRevisionRequest) returns (ApiSpec) { option (google.api.http) = { post: "/v1/{name=projects/*/locations/*/apis/*/versions/*/specs/*}:tagRevision" @@ -186,7 +186,7 @@ service Registry { }; } - // ListApiSpecRevisions lists all revisions of a spec. + // Lists all revisions of a spec. // Revisions are returned in descending order of revision creation time. rpc ListApiSpecRevisions(ListApiSpecRevisionsRequest) returns (ListApiSpecRevisionsResponse) { option (google.api.http) = { @@ -194,7 +194,7 @@ service Registry { }; } - // RollbackApiSpec sets the current revision to a specified prior revision. + // Sets the current revision to a specified prior revision. // Note that this creates a new revision with a new revision ID. rpc RollbackApiSpec(RollbackApiSpecRequest) returns (ApiSpec) { option (google.api.http) = { @@ -203,7 +203,7 @@ service Registry { }; } - // DeleteApiSpecRevision deletes a revision of a spec. + // Deletes a revision of a spec. rpc DeleteApiSpecRevision(DeleteApiSpecRevisionRequest) returns (ApiSpec) { option (google.api.http) = { delete: "/v1/{name=projects/*/locations/*/apis/*/versions/*/specs/*}:deleteRevision" @@ -211,7 +211,7 @@ service Registry { option (google.api.method_signature) = "name"; } - // ListApiDeployments returns matching deployments. + // Returns matching deployments. rpc ListApiDeployments(ListApiDeploymentsRequest) returns (ListApiDeploymentsResponse) { option (google.api.http) = { get: "/v1/{parent=projects/*/locations/*/apis/*}/deployments" @@ -219,7 +219,7 @@ service Registry { option (google.api.method_signature) = "parent"; } - // GetApiDeployment returns a specified deployment. + // Returns a specified deployment. rpc GetApiDeployment(GetApiDeploymentRequest) returns (ApiDeployment) { option (google.api.http) = { get: "/v1/{name=projects/*/locations/*/apis/*/deployments/*}" @@ -227,7 +227,7 @@ service Registry { option (google.api.method_signature) = "name"; } - // CreateApiDeployment creates a specified deployment. + // Creates a specified deployment. rpc CreateApiDeployment(CreateApiDeploymentRequest) returns (ApiDeployment) { option (google.api.http) = { post: "/v1/{parent=projects/*/locations/*/apis/*}/deployments" @@ -236,7 +236,7 @@ service Registry { option (google.api.method_signature) = "parent,api_deployment,api_deployment_id"; } - // UpdateApiDeployment can be used to modify a specified deployment. + // Used to modify a specified deployment. rpc UpdateApiDeployment(UpdateApiDeploymentRequest) returns (ApiDeployment) { option (google.api.http) = { patch: "/v1/{api_deployment.name=projects/*/locations/*/apis/*/deployments/*}" @@ -245,8 +245,8 @@ service Registry { option (google.api.method_signature) = "api_deployment,update_mask"; } - // DeleteApiDeployment removes a specified deployment, all revisions, and all - // child resources (e.g. artifacts). + // Removes a specified deployment, all revisions, and all + // child resources (e.g., artifacts). rpc DeleteApiDeployment(DeleteApiDeploymentRequest) returns (google.protobuf.Empty) { option (google.api.http) = { delete: "/v1/{name=projects/*/locations/*/apis/*/deployments/*}" @@ -254,7 +254,7 @@ service Registry { option (google.api.method_signature) = "name"; } - // TagApiDeploymentRevision adds a tag to a specified revision of a + // Adds a tag to a specified revision of a // deployment. rpc TagApiDeploymentRevision(TagApiDeploymentRevisionRequest) returns (ApiDeployment) { option (google.api.http) = { @@ -263,7 +263,7 @@ service Registry { }; } - // ListApiDeploymentRevisions lists all revisions of a deployment. + // Lists all revisions of a deployment. // Revisions are returned in descending order of revision creation time. rpc ListApiDeploymentRevisions(ListApiDeploymentRevisionsRequest) returns (ListApiDeploymentRevisionsResponse) { option (google.api.http) = { @@ -271,7 +271,7 @@ service Registry { }; } - // RollbackApiDeployment sets the current revision to a specified prior + // Sets the current revision to a specified prior // revision. Note that this creates a new revision with a new revision ID. rpc RollbackApiDeployment(RollbackApiDeploymentRequest) returns (ApiDeployment) { option (google.api.http) = { @@ -280,7 +280,7 @@ service Registry { }; } - // DeleteApiDeploymentRevision deletes a revision of a deployment. + // Deletes a revision of a deployment. rpc DeleteApiDeploymentRevision(DeleteApiDeploymentRevisionRequest) returns (ApiDeployment) { option (google.api.http) = { delete: "/v1/{name=projects/*/locations/*/apis/*/deployments/*}:deleteRevision" @@ -288,7 +288,7 @@ service Registry { option (google.api.method_signature) = "name"; } - // ListArtifacts returns matching artifacts. + // Returns matching artifacts. rpc ListArtifacts(ListArtifactsRequest) returns (ListArtifactsResponse) { option (google.api.http) = { get: "/v1/{parent=projects/*/locations/*}/artifacts" @@ -308,7 +308,7 @@ service Registry { option (google.api.method_signature) = "parent"; } - // GetArtifact returns a specified artifact. + // Returns a specified artifact. rpc GetArtifact(GetArtifactRequest) returns (Artifact) { option (google.api.http) = { get: "/v1/{name=projects/*/locations/*/artifacts/*}" @@ -328,7 +328,7 @@ service Registry { option (google.api.method_signature) = "name"; } - // GetArtifactContents returns the contents of a specified artifact. + // Returns the contents of a specified artifact. // If artifacts are stored with GZip compression, the default behavior // is to return the artifact uncompressed (the mime_type response field // indicates the exact format returned). @@ -351,7 +351,7 @@ service Registry { option (google.api.method_signature) = "name"; } - // CreateArtifact creates a specified artifact. + // Creates a specified artifact. rpc CreateArtifact(CreateArtifactRequest) returns (Artifact) { option (google.api.http) = { post: "/v1/{parent=projects/*/locations/*}/artifacts" @@ -376,7 +376,7 @@ service Registry { option (google.api.method_signature) = "parent,artifact,artifact_id"; } - // ReplaceArtifact can be used to replace a specified artifact. + // Used to replace a specified artifact. rpc ReplaceArtifact(ReplaceArtifactRequest) returns (Artifact) { option (google.api.http) = { put: "/v1/{artifact.name=projects/*/locations/*/artifacts/*}" @@ -401,7 +401,7 @@ service Registry { option (google.api.method_signature) = "artifact"; } - // DeleteArtifact removes a specified artifact. + // Removes a specified artifact. rpc DeleteArtifact(DeleteArtifactRequest) returns (google.protobuf.Empty) { option (google.api.http) = { delete: "/v1/{name=projects/*/locations/*/artifacts/*}" @@ -425,7 +425,7 @@ service Registry { // Request message for ListApis. message ListApisRequest { // Required. The parent, which owns this collection of APIs. - // Format: projects/*/locations/* + // Format: `projects/*/locations/*` string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -464,7 +464,7 @@ message ListApisResponse { // Request message for GetApi. message GetApiRequest { // Required. The name of the API to retrieve. - // Format: projects/*/locations/*/apis/* + // Format: `projects/*/locations/*/apis/*` string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -476,7 +476,7 @@ message GetApiRequest { // Request message for CreateApi. message CreateApiRequest { // Required. The parent, which owns this collection of APIs. - // Format: projects/*/locations/* + // Format: `projects/*/locations/*` string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -487,8 +487,8 @@ message CreateApiRequest { // Required. The API to create. Api api = 2 [(google.api.field_behavior) = REQUIRED]; - // Required. The ID to use for the api, which will become the final component of - // the api's resource name. + // Required. The ID to use for the API, which will become the final component of + // the API's resource name. // // This value should be 4-63 characters, and valid characters // are /[a-z][0-9]-/. @@ -502,16 +502,16 @@ message UpdateApiRequest { // Required. The API to update. // // The `name` field is used to identify the API to update. - // Format: projects/*/locations/*/apis/* + // Format: `projects/*/locations/*/apis/*` Api api = 1 [(google.api.field_behavior) = REQUIRED]; // The list of fields to be updated. If omitted, all fields are updated that // are set in the request message (fields set to default values are ignored). - // If a "*" is specified, all fields are updated, including fields that are - // unspecified/default in the request. + // If an asterisk "*" is specified, all fields are updated, including fields + // that are unspecified/default in the request. google.protobuf.FieldMask update_mask = 2; - // If set to true, and the api is not found, a new api will be created. + // If set to true, and the API is not found, a new API will be created. // In this situation, `update_mask` is ignored. bool allow_missing = 3; } @@ -519,19 +519,23 @@ message UpdateApiRequest { // Request message for DeleteApi. message DeleteApiRequest { // Required. The name of the API to delete. - // Format: projects/*/locations/*/apis/* + // Format: `projects/*/locations/*/apis/*` string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { type: "apigeeregistry.googleapis.com/Api" } ]; + + // If set to true, any child resources will also be deleted. + // (Otherwise, the request will only work if there are no child resources.) + bool force = 2; } // Request message for ListApiVersions. message ListApiVersionsRequest { // Required. The parent, which owns this collection of versions. - // Format: projects/*/locations/*/apis/* + // Format: `projects/*/locations/*/apis/*` string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -570,7 +574,7 @@ message ListApiVersionsResponse { // Request message for GetApiVersion. message GetApiVersionRequest { // Required. The name of the version to retrieve. - // Format: projects/*/locations/*/apis/*/versions/* + // Format: `projects/*/locations/*/apis/*/versions/*` string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -582,7 +586,7 @@ message GetApiVersionRequest { // Request message for CreateApiVersion. message CreateApiVersionRequest { // Required. The parent, which owns this collection of versions. - // Format: projects/*/locations/*/apis/* + // Format: `projects/*/locations/*/apis/*` string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -608,13 +612,13 @@ message UpdateApiVersionRequest { // Required. The version to update. // // The `name` field is used to identify the version to update. - // Format: projects/*/locations/*/apis/*/versions/* + // Format: `projects/*/locations/*/apis/*/versions/*` ApiVersion api_version = 1 [(google.api.field_behavior) = REQUIRED]; // The list of fields to be updated. If omitted, all fields are updated that // are set in the request message (fields set to default values are ignored). - // If a "*" is specified, all fields are updated, including fields that are - // unspecified/default in the request. + // If an asterisk "*" is specified, all fields are updated, including fields + // that are unspecified/default in the request. google.protobuf.FieldMask update_mask = 2; // If set to true, and the version is not found, a new version will be @@ -625,19 +629,23 @@ message UpdateApiVersionRequest { // Request message for DeleteApiVersion. message DeleteApiVersionRequest { // Required. The name of the version to delete. - // Format: projects/*/locations/*/apis/*/versions/* + // Format: `projects/*/locations/*/apis/*/versions/*` string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { type: "apigeeregistry.googleapis.com/ApiVersion" } ]; + + // If set to true, any child resources will also be deleted. + // (Otherwise, the request will only work if there are no child resources.) + bool force = 2; } // Request message for ListApiSpecs. message ListApiSpecsRequest { // Required. The parent, which owns this collection of specs. - // Format: projects/*/locations/*/apis/*/versions/* + // Format: `projects/*/locations/*/apis/*/versions/*` string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -676,7 +684,7 @@ message ListApiSpecsResponse { // Request message for GetApiSpec. message GetApiSpecRequest { // Required. The name of the spec to retrieve. - // Format: projects/*/locations/*/apis/*/versions/*/specs/* + // Format: `projects/*/locations/*/apis/*/versions/*/specs/*` string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -688,7 +696,7 @@ message GetApiSpecRequest { // Request message for GetApiSpecContents. message GetApiSpecContentsRequest { // Required. The name of the spec whose contents should be retrieved. - // Format: projects/*/locations/*/apis/*/versions/*/specs/* + // Format: `projects/*/locations/*/apis/*/versions/*/specs/*` string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -700,7 +708,7 @@ message GetApiSpecContentsRequest { // Request message for CreateApiSpec. message CreateApiSpecRequest { // Required. The parent, which owns this collection of specs. - // Format: projects/*/locations/*/apis/*/versions/* + // Format: `projects/*/locations/*/apis/*/versions/*` string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -726,13 +734,13 @@ message UpdateApiSpecRequest { // Required. The spec to update. // // The `name` field is used to identify the spec to update. - // Format: projects/*/locations/*/apis/*/versions/*/specs/* + // Format: `projects/*/locations/*/apis/*/versions/*/specs/*` ApiSpec api_spec = 1 [(google.api.field_behavior) = REQUIRED]; // The list of fields to be updated. If omitted, all fields are updated that // are set in the request message (fields set to default values are ignored). - // If a "*" is specified, all fields are updated, including fields that are - // unspecified/default in the request. + // If an asterisk "*" is specified, all fields are updated, including fields + // that are unspecified/default in the request. google.protobuf.FieldMask update_mask = 2; // If set to true, and the spec is not found, a new spec will be created. @@ -743,7 +751,7 @@ message UpdateApiSpecRequest { // Request message for DeleteApiSpec. message DeleteApiSpecRequest { // Required. The name of the spec to delete. - // Format: projects/*/locations/*/apis/*/versions/*/specs/* + // Format: `projects/*/locations/*/apis/*/versions/*/specs/*` string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -812,7 +820,7 @@ message RollbackApiSpecRequest { // Required. The revision ID to roll back to. // It must be a revision of the same spec. // - // Example: c7cfa2a8 + // Example: `c7cfa2a8` string revision_id = 2 [(google.api.field_behavior) = REQUIRED]; } @@ -822,7 +830,7 @@ message DeleteApiSpecRevisionRequest { // with a revision ID explicitly included. // // Example: - // projects/sample/locations/global/apis/petstore/versions/1.0.0/specs/openapi.yaml@c7cfa2a8 + // `projects/sample/locations/global/apis/petstore/versions/1.0.0/specs/openapi.yaml@c7cfa2a8` string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -834,7 +842,7 @@ message DeleteApiSpecRevisionRequest { // Request message for ListApiDeployments. message ListApiDeploymentsRequest { // Required. The parent, which owns this collection of deployments. - // Format: projects/*/locations/*/apis/* + // Format: `projects/*/locations/*/apis/*` string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -873,7 +881,7 @@ message ListApiDeploymentsResponse { // Request message for GetApiDeployment. message GetApiDeploymentRequest { // Required. The name of the deployment to retrieve. - // Format: projects/*/locations/*/apis/*/deployments/* + // Format: `projects/*/locations/*/apis/*/deployments/*` string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -885,7 +893,7 @@ message GetApiDeploymentRequest { // Request message for CreateApiDeployment. message CreateApiDeploymentRequest { // Required. The parent, which owns this collection of deployments. - // Format: projects/*/locations/*/apis/* + // Format: `projects/*/locations/*/apis/*` string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -911,13 +919,13 @@ message UpdateApiDeploymentRequest { // Required. The deployment to update. // // The `name` field is used to identify the deployment to update. - // Format: projects/*/locations/*/apis/*/deployments/* + // Format: `projects/*/locations/*/apis/*/deployments/*` ApiDeployment api_deployment = 1 [(google.api.field_behavior) = REQUIRED]; // The list of fields to be updated. If omitted, all fields are updated that // are set in the request message (fields set to default values are ignored). - // If a "*" is specified, all fields are updated, including fields that are - // unspecified/default in the request. + // If an asterisk "*" is specified, all fields are updated, including fields + // that are unspecified/default in the request. google.protobuf.FieldMask update_mask = 2; // If set to true, and the deployment is not found, a new deployment will be @@ -928,7 +936,7 @@ message UpdateApiDeploymentRequest { // Request message for DeleteApiDeployment. message DeleteApiDeploymentRequest { // Required. The name of the deployment to delete. - // Format: projects/*/locations/*/apis/*/deployments/* + // Format: `projects/*/locations/*/apis/*/deployments/*` string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -997,7 +1005,7 @@ message RollbackApiDeploymentRequest { // Required. The revision ID to roll back to. // It must be a revision of the same deployment. // - // Example: c7cfa2a8 + // Example: `c7cfa2a8` string revision_id = 2 [(google.api.field_behavior) = REQUIRED]; } @@ -1007,7 +1015,7 @@ message DeleteApiDeploymentRevisionRequest { // with a revision ID explicitly included. // // Example: - // projects/sample/locations/global/apis/petstore/deployments/prod@c7cfa2a8 + // `projects/sample/locations/global/apis/petstore/deployments/prod@c7cfa2a8` string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -1019,7 +1027,7 @@ message DeleteApiDeploymentRevisionRequest { // Request message for ListArtifacts. message ListArtifactsRequest { // Required. The parent, which owns this collection of artifacts. - // Format: {parent} + // Format: `{parent}` string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -1058,7 +1066,7 @@ message ListArtifactsResponse { // Request message for GetArtifact. message GetArtifactRequest { // Required. The name of the artifact to retrieve. - // Format: {parent}/artifacts/* + // Format: `{parent}/artifacts/*` string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -1070,7 +1078,7 @@ message GetArtifactRequest { // Request message for GetArtifactContents. message GetArtifactContentsRequest { // Required. The name of the artifact whose contents should be retrieved. - // Format: {parent}/artifacts/* + // Format: `{parent}/artifacts/*` string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -1082,7 +1090,7 @@ message GetArtifactContentsRequest { // Request message for CreateArtifact. message CreateArtifactRequest { // Required. The parent, which owns this collection of artifacts. - // Format: {parent} + // Format: `{parent}` string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -1108,14 +1116,14 @@ message ReplaceArtifactRequest { // Required. The artifact to replace. // // The `name` field is used to identify the artifact to replace. - // Format: {parent}/artifacts/* + // Format: `{parent}/artifacts/*` Artifact artifact = 1 [(google.api.field_behavior) = REQUIRED]; } // Request message for DeleteArtifact. message DeleteArtifactRequest { // Required. The name of the artifact to delete. - // Format: {parent}/artifacts/* + // Format: `{parent}/artifacts/*` string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registryclient/deleteapi/AsyncDeleteApi.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registryclient/deleteapi/AsyncDeleteApi.java index 9dedcf21a397..6a1532b484a6 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registryclient/deleteapi/AsyncDeleteApi.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registryclient/deleteapi/AsyncDeleteApi.java @@ -36,6 +36,7 @@ public static void asyncDeleteApi() throws Exception { DeleteApiRequest request = DeleteApiRequest.newBuilder() .setName(ApiName.of("[PROJECT]", "[LOCATION]", "[API]").toString()) + .setForce(true) .build(); ApiFuture future = registryClient.deleteApiCallable().futureCall(request); // Do something. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registryclient/deleteapi/SyncDeleteApi.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registryclient/deleteapi/SyncDeleteApi.java index 1aaaef0516d3..15e48279a24e 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registryclient/deleteapi/SyncDeleteApi.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registryclient/deleteapi/SyncDeleteApi.java @@ -35,6 +35,7 @@ public static void syncDeleteApi() throws Exception { DeleteApiRequest request = DeleteApiRequest.newBuilder() .setName(ApiName.of("[PROJECT]", "[LOCATION]", "[API]").toString()) + .setForce(true) .build(); registryClient.deleteApi(request); } diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registryclient/deleteapiversion/AsyncDeleteApiVersion.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registryclient/deleteapiversion/AsyncDeleteApiVersion.java index be04a49d1f8e..9c85302021d3 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registryclient/deleteapiversion/AsyncDeleteApiVersion.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registryclient/deleteapiversion/AsyncDeleteApiVersion.java @@ -37,6 +37,7 @@ public static void asyncDeleteApiVersion() throws Exception { DeleteApiVersionRequest.newBuilder() .setName( ApiVersionName.of("[PROJECT]", "[LOCATION]", "[API]", "[VERSION]").toString()) + .setForce(true) .build(); ApiFuture future = registryClient.deleteApiVersionCallable().futureCall(request); // Do something. diff --git a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registryclient/deleteapiversion/SyncDeleteApiVersion.java b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registryclient/deleteapiversion/SyncDeleteApiVersion.java index 505e93295e7e..8ab9d3e91171 100644 --- a/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registryclient/deleteapiversion/SyncDeleteApiVersion.java +++ b/java-apigee-registry/samples/snippets/generated/com/google/cloud/apigeeregistry/v1/registryclient/deleteapiversion/SyncDeleteApiVersion.java @@ -36,6 +36,7 @@ public static void syncDeleteApiVersion() throws Exception { DeleteApiVersionRequest.newBuilder() .setName( ApiVersionName.of("[PROJECT]", "[LOCATION]", "[API]", "[VERSION]").toString()) + .setForce(true) .build(); registryClient.deleteApiVersion(request); }