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 Sample code:
*
@@ -322,7 +322,7 @@ public final UnaryCallable Sample code:
*
@@ -336,7 +336,7 @@ public final UnaryCallable 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 Sample code:
*
@@ -436,10 +436,10 @@ public final UnaryCallable 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 Sample code:
*
@@ -557,11 +557,11 @@ public final UnaryCallable 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 Sample code:
*
@@ -639,7 +639,7 @@ public final UnaryCallable 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 Sample code:
*
@@ -739,7 +741,7 @@ public final UnaryCallable 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 Sample code:
*
@@ -992,7 +994,7 @@ public final UnaryCallable 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 Sample code:
*
@@ -1119,11 +1121,11 @@ public final UnaryCallable 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 Sample code:
*
@@ -1204,7 +1206,7 @@ public final UnaryCallable 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 Sample code:
*
@@ -1306,7 +1310,7 @@ public final UnaryCallable 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 Sample code:
*
@@ -1458,7 +1462,7 @@ public final UnaryCallable 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 Sample code:
*
@@ -1563,7 +1567,7 @@ public final UnaryCallable 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 Sample code:
*
@@ -1677,7 +1681,7 @@ public final UnaryCallable 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 Sample code:
*
@@ -1804,11 +1808,11 @@ public final UnaryCallable 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 Sample code:
*
@@ -1887,7 +1890,7 @@ public final UnaryCallable 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 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 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 Sample code:
*
@@ -2215,7 +2215,7 @@ public final UnaryCallable 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 Sample code:
*
@@ -2589,7 +2589,7 @@ public final UnaryCallable 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 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 Sample code:
*
@@ -3521,7 +3517,7 @@ public final UnaryCallable 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 Sample code:
*
@@ -3629,7 +3625,7 @@ public final UnaryCallable 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 Sample code:
*
@@ -3746,7 +3742,7 @@ public final UnaryCallable 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 Sample code:
*
@@ -4012,7 +4008,7 @@ public final UnaryCallable 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 Sample code:
*
@@ -4082,7 +4078,7 @@ public final UnaryCallable 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
- * 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(
*
*
*
*/
public com.google.common.util.concurrent.ListenableFuture<
@@ -3699,7 +3699,7 @@ public com.google.common.util.concurrent.ListenableFuture
- * 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(
*
*
*
*/
@@ -3685,7 +3685,7 @@ public com.google.common.util.concurrent.ListenableFuture
- * 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(
*
*
*
*/
public com.google.common.util.concurrent.ListenableFuture<
@@ -3671,7 +3671,7 @@ public com.google.common.util.concurrent.ListenableFuture
- * 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(
*
*
*
*/
public com.google.common.util.concurrent.ListenableFuture<
@@ -3657,7 +3657,7 @@ public com.google.common.util.concurrent.ListenableFuture
- * 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(
*
*
*
*/
public com.google.common.util.concurrent.ListenableFuture<
@@ -3643,7 +3643,7 @@ public com.google.common.util.concurrent.ListenableFuture
- * 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(
*
*
*
*/
public com.google.common.util.concurrent.ListenableFuture<
@@ -3629,7 +3629,7 @@ public com.google.common.util.concurrent.ListenableFuture
- * 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
- * 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.Mapmap<string, string> labels = 9;
@@ -712,12 +712,12 @@ public java.util.Mapmap<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.Mapmap<string, string> labels = 9;
@@ -2537,12 +2537,12 @@ public java.util.Mapmap<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.Mapmap<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.Mapmap<string, string> labels = 14;
@@ -977,7 +977,7 @@ public java.util.Mapmap<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.Mapmap<string, string> labels = 14;
@@ -3436,7 +3436,7 @@ public java.util.Mapmap<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.Mapmap<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.Mapmap<string, string> labels = 14;
@@ -926,7 +926,7 @@ public java.util.Mapmap<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.Mapmap<string, string> labels = 14;
@@ -3314,7 +3314,7 @@ public java.util.Mapmap<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.Mapmap<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.Mapmap<string, string> labels = 7;
@@ -601,7 +601,7 @@ public java.util.Mapmap<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.Mapmap<string, string> labels = 7;
@@ -2178,7 +2178,7 @@ public java.util.Mapmap<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.Mapmap<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() {
*
*