Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ java.lang.String getLabelsOrDefault(
*
*
* <pre>
* Immutable. The Google Cloud IAM Service Account that Gateways serving this config
* should use to authenticate to other services. This may either be the
* Immutable. The Google Cloud IAM Service Account that Gateways serving this
* config should use to authenticate to other services. This may either be the
* Service Account's email
* (`{ACCOUNT_ID}&#64;{PROJECT}.iam.gserviceaccount.com`) or its full resource
* name (`projects/{PROJECT}/accounts/{UNIQUE_ID}`). This is most often used
Expand All @@ -258,8 +258,8 @@ java.lang.String getLabelsOrDefault(
*
*
* <pre>
* Immutable. The Google Cloud IAM Service Account that Gateways serving this config
* should use to authenticate to other services. This may either be the
* Immutable. The Google Cloud IAM Service Account that Gateways serving this
* config should use to authenticate to other services. This may either be the
* Service Account's email
* (`{ACCOUNT_ID}&#64;{PROJECT}.iam.gserviceaccount.com`) or its full resource
* name (`projects/{PROJECT}/accounts/{UNIQUE_ID}`). This is most often used
Expand Down Expand Up @@ -414,8 +414,8 @@ com.google.cloud.apigateway.v1.ApiConfig.OpenApiDocumentOrBuilder getOpenapiDocu
*
*
* <pre>
* Optional. gRPC service definition files. If specified, openapi_documents must
* not be included.
* Optional. gRPC service definition files. If specified, openapi_documents
* must not be included.
* </pre>
*
* <code>
Expand All @@ -429,8 +429,8 @@ com.google.cloud.apigateway.v1.ApiConfig.OpenApiDocumentOrBuilder getOpenapiDocu
*
*
* <pre>
* Optional. gRPC service definition files. If specified, openapi_documents must
* not be included.
* Optional. gRPC service definition files. If specified, openapi_documents
* must not be included.
* </pre>
*
* <code>
Expand All @@ -443,8 +443,8 @@ com.google.cloud.apigateway.v1.ApiConfig.OpenApiDocumentOrBuilder getOpenapiDocu
*
*
* <pre>
* Optional. gRPC service definition files. If specified, openapi_documents must
* not be included.
* Optional. gRPC service definition files. If specified, openapi_documents
* must not be included.
* </pre>
*
* <code>
Expand All @@ -457,8 +457,8 @@ com.google.cloud.apigateway.v1.ApiConfig.OpenApiDocumentOrBuilder getOpenapiDocu
*
*
* <pre>
* Optional. gRPC service definition files. If specified, openapi_documents must
* not be included.
* Optional. gRPC service definition files. If specified, openapi_documents
* must not be included.
* </pre>
*
* <code>
Expand All @@ -472,8 +472,8 @@ com.google.cloud.apigateway.v1.ApiConfig.OpenApiDocumentOrBuilder getOpenapiDocu
*
*
* <pre>
* Optional. gRPC service definition files. If specified, openapi_documents must
* not be included.
* Optional. gRPC service definition files. If specified, openapi_documents
* must not be included.
* </pre>
*
* <code>
Expand All @@ -487,8 +487,8 @@ com.google.cloud.apigateway.v1.ApiConfig.GrpcServiceDefinitionOrBuilder getGrpcS
*
*
* <pre>
* Optional. Service Configuration files. At least one must be included when using gRPC
* service definitions. See
* Optional. Service Configuration files. At least one must be included when
* using gRPC service definitions. See
* https://cloud.google.com/endpoints/docs/grpc/grpc-service-config#service_configuration_overview
* for the expected file contents.
*
Expand All @@ -511,8 +511,8 @@ com.google.cloud.apigateway.v1.ApiConfig.GrpcServiceDefinitionOrBuilder getGrpcS
*
*
* <pre>
* Optional. Service Configuration files. At least one must be included when using gRPC
* service definitions. See
* Optional. Service Configuration files. At least one must be included when
* using gRPC service definitions. See
* https://cloud.google.com/endpoints/docs/grpc/grpc-service-config#service_configuration_overview
* for the expected file contents.
*
Expand All @@ -535,8 +535,8 @@ com.google.cloud.apigateway.v1.ApiConfig.GrpcServiceDefinitionOrBuilder getGrpcS
*
*
* <pre>
* Optional. Service Configuration files. At least one must be included when using gRPC
* service definitions. See
* Optional. Service Configuration files. At least one must be included when
* using gRPC service definitions. See
* https://cloud.google.com/endpoints/docs/grpc/grpc-service-config#service_configuration_overview
* for the expected file contents.
*
Expand All @@ -559,8 +559,8 @@ com.google.cloud.apigateway.v1.ApiConfig.GrpcServiceDefinitionOrBuilder getGrpcS
*
*
* <pre>
* Optional. Service Configuration files. At least one must be included when using gRPC
* service definitions. See
* Optional. Service Configuration files. At least one must be included when
* using gRPC service definitions. See
* https://cloud.google.com/endpoints/docs/grpc/grpc-service-config#service_configuration_overview
* for the expected file contents.
*
Expand All @@ -584,8 +584,8 @@ com.google.cloud.apigateway.v1.ApiConfig.GrpcServiceDefinitionOrBuilder getGrpcS
*
*
* <pre>
* Optional. Service Configuration files. At least one must be included when using gRPC
* service definitions. See
* Optional. Service Configuration files. At least one must be included when
* using gRPC service definitions. See
* https://cloud.google.com/endpoints/docs/grpc/grpc-service-config#service_configuration_overview
* for the expected file contents.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ public com.google.protobuf.ByteString getParentBytes() {
*
*
* <pre>
* Required. Identifier to assign to the API Config. Must be unique within scope of
* the parent resource.
* Required. Identifier to assign to the API Config. Must be unique within
* scope of the parent resource.
* </pre>
*
* <code>string api_config_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -165,8 +165,8 @@ public java.lang.String getApiConfigId() {
*
*
* <pre>
* Required. Identifier to assign to the API Config. Must be unique within scope of
* the parent resource.
* Required. Identifier to assign to the API Config. Must be unique within
* scope of the parent resource.
* </pre>
*
* <code>string api_config_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
Expand Down Expand Up @@ -756,8 +756,8 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) {
*
*
* <pre>
* Required. Identifier to assign to the API Config. Must be unique within scope of
* the parent resource.
* Required. Identifier to assign to the API Config. Must be unique within
* scope of the parent resource.
* </pre>
*
* <code>string api_config_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -780,8 +780,8 @@ public java.lang.String getApiConfigId() {
*
*
* <pre>
* Required. Identifier to assign to the API Config. Must be unique within scope of
* the parent resource.
* Required. Identifier to assign to the API Config. Must be unique within
* scope of the parent resource.
* </pre>
*
* <code>string api_config_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -804,8 +804,8 @@ public com.google.protobuf.ByteString getApiConfigIdBytes() {
*
*
* <pre>
* Required. Identifier to assign to the API Config. Must be unique within scope of
* the parent resource.
* Required. Identifier to assign to the API Config. Must be unique within
* scope of the parent resource.
* </pre>
*
* <code>string api_config_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -827,8 +827,8 @@ public Builder setApiConfigId(java.lang.String value) {
*
*
* <pre>
* Required. Identifier to assign to the API Config. Must be unique within scope of
* the parent resource.
* Required. Identifier to assign to the API Config. Must be unique within
* scope of the parent resource.
* </pre>
*
* <code>string api_config_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -846,8 +846,8 @@ public Builder clearApiConfigId() {
*
*
* <pre>
* Required. Identifier to assign to the API Config. Must be unique within scope of
* the parent resource.
* Required. Identifier to assign to the API Config. Must be unique within
* scope of the parent resource.
* </pre>
*
* <code>string api_config_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ public interface CreateApiConfigRequestOrBuilder
*
*
* <pre>
* Required. Identifier to assign to the API Config. Must be unique within scope of
* the parent resource.
* Required. Identifier to assign to the API Config. Must be unique within
* scope of the parent resource.
* </pre>
*
* <code>string api_config_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -76,8 +76,8 @@ public interface CreateApiConfigRequestOrBuilder
*
*
* <pre>
* Required. Identifier to assign to the API Config. Must be unique within scope of
* the parent resource.
* Required. Identifier to assign to the API Config. Must be unique within
* scope of the parent resource.
* </pre>
*
* <code>string api_config_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ public com.google.protobuf.ByteString getParentBytes() {
*
*
* <pre>
* Required. Identifier to assign to the Gateway. Must be unique within scope of
* the parent resource.
* Required. Identifier to assign to the Gateway. Must be unique within scope
* of the parent resource.
* </pre>
*
* <code>string gateway_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -165,8 +165,8 @@ public java.lang.String getGatewayId() {
*
*
* <pre>
* Required. Identifier to assign to the Gateway. Must be unique within scope of
* the parent resource.
* Required. Identifier to assign to the Gateway. Must be unique within scope
* of the parent resource.
* </pre>
*
* <code>string gateway_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
Expand Down Expand Up @@ -754,8 +754,8 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) {
*
*
* <pre>
* Required. Identifier to assign to the Gateway. Must be unique within scope of
* the parent resource.
* Required. Identifier to assign to the Gateway. Must be unique within scope
* of the parent resource.
* </pre>
*
* <code>string gateway_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -778,8 +778,8 @@ public java.lang.String getGatewayId() {
*
*
* <pre>
* Required. Identifier to assign to the Gateway. Must be unique within scope of
* the parent resource.
* Required. Identifier to assign to the Gateway. Must be unique within scope
* of the parent resource.
* </pre>
*
* <code>string gateway_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -802,8 +802,8 @@ public com.google.protobuf.ByteString getGatewayIdBytes() {
*
*
* <pre>
* Required. Identifier to assign to the Gateway. Must be unique within scope of
* the parent resource.
* Required. Identifier to assign to the Gateway. Must be unique within scope
* of the parent resource.
* </pre>
*
* <code>string gateway_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -825,8 +825,8 @@ public Builder setGatewayId(java.lang.String value) {
*
*
* <pre>
* Required. Identifier to assign to the Gateway. Must be unique within scope of
* the parent resource.
* Required. Identifier to assign to the Gateway. Must be unique within scope
* of the parent resource.
* </pre>
*
* <code>string gateway_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -844,8 +844,8 @@ public Builder clearGatewayId() {
*
*
* <pre>
* Required. Identifier to assign to the Gateway. Must be unique within scope of
* the parent resource.
* Required. Identifier to assign to the Gateway. Must be unique within scope
* of the parent resource.
* </pre>
*
* <code>string gateway_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ public interface CreateGatewayRequestOrBuilder
*
*
* <pre>
* Required. Identifier to assign to the Gateway. Must be unique within scope of
* the parent resource.
* Required. Identifier to assign to the Gateway. Must be unique within scope
* of the parent resource.
* </pre>
*
* <code>string gateway_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -76,8 +76,8 @@ public interface CreateGatewayRequestOrBuilder
*
*
* <pre>
* Required. Identifier to assign to the Gateway. Must be unique within scope of
* the parent resource.
* Required. Identifier to assign to the Gateway. Must be unique within scope
* of the parent resource.
* </pre>
*
* <code>string gateway_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
Expand Down
Loading
Loading