From 1aa6f79419e5a7004ade1bb8ebb57ed4382770d7 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Fri, 13 Jan 2023 17:13:19 +0000 Subject: [PATCH 1/2] feat: Add the google.rpc.context.AuditContext and google.rpc.http message to the open source Regeneration of the code based on https://github.com/googleapis/java-common-protos/pull/491 --- .../java/com/google/api/AnnotationsProto.java | 78 - .../main/java/com/google/api/AuthProto.java | 135 - .../java/com/google/api/BackendProto.java | 92 - .../java/com/google/api/BillingProto.java | 77 - .../main/java/com/google/api/ClientProto.java | 398 - .../com/google/api/ConfigChangeProto.java | 79 - .../java/com/google/api/ConsumerProto.java | 79 - .../java/com/google/api/ContextProto.java | 81 - .../java/com/google/api/ControlProto.java | 62 - .../com/google/api/DistributionProto.java | 169 - .../com/google/api/DocumentationProto.java | 94 - .../java/com/google/api/EndpointProto.java | 64 - .../java/com/google/api/ErrorReasonProto.java | 70 - .../com/google/api/FieldBehaviorProto.java | 90 - .../java/com/google/api/HttpBodyProto.java | 68 - .../main/java/com/google/api/HttpProto.java | 104 - .../main/java/com/google/api/LabelProto.java | 66 - .../java/com/google/api/LaunchStageProto.java | 53 - .../main/java/com/google/api/LogProto.java | 69 - .../java/com/google/api/LoggingProto.java | 79 - .../main/java/com/google/api/MetricProto.java | 140 - .../google/api/MonitoredResourceProto.java | 135 - .../java/com/google/api/MonitoringProto.java | 80 - .../main/java/com/google/api/QuotaProto.java | 129 - .../java/com/google/api/ResourceProto.java | 159 - .../java/com/google/api/RoutingProto.java | 102 - .../java/com/google/api/ServiceProto.java | 170 - .../java/com/google/api/SourceInfoProto.java | 68 - .../com/google/api/SystemParameterProto.java | 93 - .../main/java/com/google/api/UsageProto.java | 77 - .../java/com/google/api/VisibilityProto.java | 209 - .../google/cloud/ExtendedOperationsProto.java | 181 - .../com/google/cloud/audit/AuditLogProto.java | 310 - .../location/GetLocationRequestOrBuilder.java | 50 - .../google/cloud/location/LocationsProto.java | 150 - .../com/google/geo/type/ViewportProto.java | 68 - .../google/logging/type/HttpRequestProto.java | 93 - .../google/logging/type/LogSeverityProto.java | 56 - .../CancelOperationRequestOrBuilder.java | 50 - .../DeleteOperationRequestOrBuilder.java | 50 - .../GetOperationRequestOrBuilder.java | 50 - .../google/longrunning/OperationsProto.java | 235 - .../main/java/com/google/rpc/CodeProto.java | 57 - .../com/google/rpc/ErrorDetailsProto.java | 252 - .../main/java/com/google/rpc/StatusProto.java | 68 - .../rpc/context/AttributeContextProto.java | 297 - .../com/google/type/CalendarPeriodProto.java | 53 - .../main/java/com/google/type/ColorProto.java | 68 - .../main/java/com/google/type/DateProto.java | 62 - .../java/com/google/type/DateTimeProto.java | 93 - .../java/com/google/type/DayOfWeekProto.java | 53 - .../java/com/google/type/DecimalProto.java | 62 - .../main/java/com/google/type/ExprProto.java | 63 - .../com/google/type/FractionOrBuilder.java | 52 - .../java/com/google/type/FractionProto.java | 63 - .../java/com/google/type/IntervalProto.java | 69 - .../java/com/google/type/LatLngOrBuilder.java | 51 - .../java/com/google/type/LatLngProto.java | 62 - .../com/google/type/LocalizedTextProto.java | 63 - .../main/java/com/google/type/MoneyProto.java | 63 - .../main/java/com/google/type/MonthProto.java | 53 - .../com/google/type/PhoneNumberProto.java | 78 - .../com/google/type/PostalAddressProto.java | 78 - .../java/com/google/type/QuaternionProto.java | 63 - .../java/com/google/type/TimeOfDayProto.java | 63 - .../google/cloud/location/LocationsGrpc.java | 312 +- .../google/longrunning/OperationsGrpc.java | 570 +- .../src/main/java/com/google/api/Advice.java | 292 +- .../java/com/google/api/AdviceOrBuilder.java | 27 +- .../java/com/google/api/AnnotationsProto.java | 63 + .../main/java/com/google/api/AuthProto.java | 120 + .../java/com/google/api/AuthProvider.java | 770 +- .../com/google/api/AuthProviderOrBuilder.java | 82 +- .../java/com/google/api/AuthRequirement.java | 371 +- .../google/api/AuthRequirementOrBuilder.java | 36 +- .../java/com/google/api/Authentication.java | 537 +- .../google/api/AuthenticationOrBuilder.java | 56 +- .../com/google/api/AuthenticationRule.java | 566 +- .../api/AuthenticationRuleOrBuilder.java | 57 +- .../src/main/java/com/google/api/Backend.java | 378 +- .../java/com/google/api/BackendOrBuilder.java | 37 +- .../java/com/google/api/BackendProto.java | 71 + .../main/java/com/google/api/BackendRule.java | 904 +- .../com/google/api/BackendRuleOrBuilder.java | 81 +- .../src/main/java/com/google/api/Billing.java | 787 +- .../java/com/google/api/BillingOrBuilder.java | 36 +- .../java/com/google/api/BillingProto.java | 64 + .../main/java/com/google/api/ChangeType.java | 89 +- .../google/api/ClientLibraryDestination.java | 77 +- .../google/api/ClientLibraryOrganization.java | 91 +- .../com/google/api/ClientLibrarySettings.java | 1062 +- .../api/ClientLibrarySettingsOrBuilder.java | 100 +- .../main/java/com/google/api/ClientProto.java | 357 + .../google/api/CommonLanguageSettings.java | 474 +- .../api/CommonLanguageSettingsOrBuilder.java | 55 +- .../java/com/google/api/ConfigChange.java | 658 +- .../com/google/api/ConfigChangeOrBuilder.java | 70 +- .../com/google/api/ConfigChangeProto.java | 67 + .../java/com/google/api/ConsumerProto.java | 66 + .../src/main/java/com/google/api/Context.java | 378 +- .../java/com/google/api/ContextOrBuilder.java | 37 +- .../java/com/google/api/ContextProto.java | 65 + .../main/java/com/google/api/ContextRule.java | 729 +- .../com/google/api/ContextRuleOrBuilder.java | 99 +- .../src/main/java/com/google/api/Control.java | 292 +- .../java/com/google/api/ControlOrBuilder.java | 27 +- .../java/com/google/api/ControlProto.java | 50 + .../main/java/com/google/api/CppSettings.java | 301 +- .../com/google/api/CppSettingsOrBuilder.java | 26 +- .../com/google/api/CustomHttpPattern.java | 377 +- .../api/CustomHttpPatternOrBuilder.java | 36 +- .../java/com/google/api/Distribution.java | 3237 +- .../com/google/api/DistributionOrBuilder.java | 70 +- .../com/google/api/DistributionProto.java | 143 + .../java/com/google/api/Documentation.java | 854 +- .../google/api/DocumentationOrBuilder.java | 92 +- .../com/google/api/DocumentationProto.java | 81 + .../com/google/api/DocumentationRule.java | 462 +- .../api/DocumentationRuleOrBuilder.java | 45 +- .../java/com/google/api/DotnetSettings.java | 301 +- .../google/api/DotnetSettingsOrBuilder.java | 26 +- .../main/java/com/google/api/Endpoint.java | 572 +- .../com/google/api/EndpointOrBuilder.java | 77 +- .../java/com/google/api/EndpointProto.java | 52 + .../main/java/com/google/api/ErrorReason.java | 255 +- .../java/com/google/api/ErrorReasonProto.java | 59 + .../java/com/google/api/FieldBehavior.java | 115 +- .../com/google/api/FieldBehaviorProto.java | 74 + .../main/java/com/google/api/GoSettings.java | 301 +- .../com/google/api/GoSettingsOrBuilder.java | 26 +- .../src/main/java/com/google/api/Http.java | 415 +- .../main/java/com/google/api/HttpBody.java | 490 +- .../com/google/api/HttpBodyOrBuilder.java | 49 +- .../java/com/google/api/HttpBodyProto.java | 54 + .../java/com/google/api/HttpOrBuilder.java | 40 +- .../main/java/com/google/api/HttpProto.java | 81 + .../main/java/com/google/api/HttpRule.java | 1231 +- .../com/google/api/HttpRuleOrBuilder.java | 132 +- .../java/com/google/api/JavaSettings.java | 614 +- .../com/google/api/JavaSettingsOrBuilder.java | 66 +- .../main/java/com/google/api/JwtLocation.java | 621 +- .../com/google/api/JwtLocationOrBuilder.java | 63 +- .../java/com/google/api/LabelDescriptor.java | 491 +- .../google/api/LabelDescriptorOrBuilder.java | 42 +- .../main/java/com/google/api/LabelProto.java | 53 + .../main/java/com/google/api/LaunchStage.java | 115 +- .../java/com/google/api/LaunchStageProto.java | 42 + .../java/com/google/api/LogDescriptor.java | 606 +- .../google/api/LogDescriptorOrBuilder.java | 64 +- .../main/java/com/google/api/LogProto.java | 55 + .../src/main/java/com/google/api/Logging.java | 923 +- .../java/com/google/api/LoggingOrBuilder.java | 54 +- .../java/com/google/api/LoggingProto.java | 66 + .../java/com/google/api/MethodSettings.java | 935 +- .../google/api/MethodSettingsOrBuilder.java | 35 +- .../src/main/java/com/google/api/Metric.java | 550 +- .../java/com/google/api/MetricDescriptor.java | 1819 +- .../google/api/MetricDescriptorOrBuilder.java | 126 +- .../java/com/google/api/MetricOrBuilder.java | 58 +- .../main/java/com/google/api/MetricProto.java | 113 + .../main/java/com/google/api/MetricRule.java | 547 +- .../com/google/api/MetricRuleOrBuilder.java | 59 +- .../com/google/api/MonitoredResource.java | 569 +- .../api/MonitoredResourceDescriptor.java | 771 +- .../MonitoredResourceDescriptorOrBuilder.java | 79 +- .../google/api/MonitoredResourceMetadata.java | 575 +- .../MonitoredResourceMetadataOrBuilder.java | 57 +- .../api/MonitoredResourceOrBuilder.java | 58 +- .../google/api/MonitoredResourceProto.java | 116 + .../main/java/com/google/api/Monitoring.java | 958 +- .../com/google/api/MonitoringOrBuilder.java | 48 +- .../java/com/google/api/MonitoringProto.java | 67 + .../java/com/google/api/NodeSettings.java | 301 +- .../com/google/api/NodeSettingsOrBuilder.java | 26 +- .../com/google/api/OAuthRequirements.java | 298 +- .../api/OAuthRequirementsOrBuilder.java | 27 +- .../src/main/java/com/google/api/Page.java | 525 +- .../java/com/google/api/PageOrBuilder.java | 55 +- .../main/java/com/google/api/PhpSettings.java | 301 +- .../com/google/api/PhpSettingsOrBuilder.java | 26 +- .../com/google/api/ProjectProperties.java | 387 +- .../api/ProjectPropertiesOrBuilder.java | 37 +- .../main/java/com/google/api/Property.java | 507 +- .../com/google/api/PropertyOrBuilder.java | 42 +- .../main/java/com/google/api/Publishing.java | 1085 +- .../com/google/api/PublishingOrBuilder.java | 124 +- .../java/com/google/api/PythonSettings.java | 301 +- .../google/api/PythonSettingsOrBuilder.java | 26 +- .../src/main/java/com/google/api/Quota.java | 539 +- .../main/java/com/google/api/QuotaLimit.java | 1056 +- .../com/google/api/QuotaLimitOrBuilder.java | 113 +- .../java/com/google/api/QuotaOrBuilder.java | 56 +- .../main/java/com/google/api/QuotaProto.java | 106 + .../com/google/api/ResourceDescriptor.java | 944 +- .../api/ResourceDescriptorOrBuilder.java | 96 +- .../java/com/google/api/ResourceProto.java | 135 + .../com/google/api/ResourceReference.java | 380 +- .../api/ResourceReferenceOrBuilder.java | 36 +- .../java/com/google/api/RoutingParameter.java | 373 +- .../google/api/RoutingParameterOrBuilder.java | 36 +- .../java/com/google/api/RoutingProto.java | 85 + .../main/java/com/google/api/RoutingRule.java | 369 +- .../com/google/api/RoutingRuleOrBuilder.java | 36 +- .../java/com/google/api/RubySettings.java | 301 +- .../com/google/api/RubySettingsOrBuilder.java | 26 +- .../src/main/java/com/google/api/Service.java | 2817 +- .../java/com/google/api/ServiceOrBuilder.java | 306 +- .../java/com/google/api/ServiceProto.java | 131 + .../main/java/com/google/api/SourceInfo.java | 378 +- .../com/google/api/SourceInfoOrBuilder.java | 37 +- .../java/com/google/api/SourceInfoProto.java | 54 + .../java/com/google/api/SystemParameter.java | 465 +- .../google/api/SystemParameterOrBuilder.java | 45 +- .../com/google/api/SystemParameterProto.java | 78 + .../com/google/api/SystemParameterRule.java | 467 +- .../api/SystemParameterRuleOrBuilder.java | 46 +- .../java/com/google/api/SystemParameters.java | 391 +- .../google/api/SystemParametersOrBuilder.java | 37 +- .../src/main/java/com/google/api/Usage.java | 565 +- .../java/com/google/api/UsageOrBuilder.java | 64 +- .../main/java/com/google/api/UsageProto.java | 65 + .../main/java/com/google/api/UsageRule.java | 368 +- .../com/google/api/UsageRuleOrBuilder.java | 33 +- .../main/java/com/google/api/Visibility.java | 378 +- .../com/google/api/VisibilityOrBuilder.java | 37 +- .../java/com/google/api/VisibilityProto.java | 182 + .../java/com/google/api/VisibilityRule.java | 377 +- .../google/api/VisibilityRuleOrBuilder.java | 36 +- .../google/cloud/ExtendedOperationsProto.java | 161 + .../cloud/OperationResponseMapping.java | 91 +- .../java/com/google/cloud/audit/AuditLog.java | 1520 +- .../google/cloud/audit/AuditLogOrBuilder.java | 163 +- .../com/google/cloud/audit/AuditLogProto.java | 255 + .../cloud/audit/AuthenticationInfo.java | 924 +- .../audit/AuthenticationInfoOrBuilder.java | 100 +- .../google/cloud/audit/AuthorizationInfo.java | 519 +- .../audit/AuthorizationInfoOrBuilder.java | 47 +- .../cloud/audit/BigQueryAuditMetadata.java | 66367 ++++++++++++++++ .../audit/BigQueryAuditMetadataOrBuilder.java | 659 + .../audit/BigQueryAuditMetadataProto.java | 957 + .../cloud/audit/OrgPolicyViolationInfo.java | 928 +- .../OrgPolicyViolationInfoOrBuilder.java | 119 +- .../cloud/audit/PolicyViolationInfo.java | 344 +- .../audit/PolicyViolationInfoOrBuilder.java | 26 +- .../google/cloud/audit/RequestMetadata.java | 652 +- .../cloud/audit/RequestMetadataOrBuilder.java | 61 +- .../google/cloud/audit/ResourceLocation.java | 451 +- .../audit/ResourceLocationOrBuilder.java | 54 +- .../audit/ServiceAccountDelegationInfo.java | 1618 +- ...ServiceAccountDelegationInfoOrBuilder.java | 73 +- .../com/google/cloud/audit/ViolationInfo.java | 632 +- .../cloud/audit/ViolationInfoOrBuilder.java | 59 +- .../cloud/location/GetLocationRequest.java | 320 +- .../location/GetLocationRequestOrBuilder.java | 29 + .../cloud/location/ListLocationsRequest.java | 505 +- .../ListLocationsRequestOrBuilder.java | 48 +- .../cloud/location/ListLocationsResponse.java | 478 +- .../ListLocationsResponseOrBuilder.java | 46 +- .../com/google/cloud/location/Location.java | 805 +- .../cloud/location/LocationOrBuilder.java | 84 +- .../google/cloud/location/LocationsProto.java | 131 + .../java/com/google/geo/type/Viewport.java | 368 +- .../google/geo/type/ViewportOrBuilder.java | 34 +- .../com/google/geo/type/ViewportProto.java | 54 + .../com/google/logging/type/HttpRequest.java | 1133 +- .../logging/type/HttpRequestOrBuilder.java | 110 +- .../google/logging/type/HttpRequestProto.java | 64 + .../com/google/logging/type/LogSeverity.java | 122 +- .../google/logging/type/LogSeverityProto.java | 45 + .../longrunning/CancelOperationRequest.java | 320 +- .../CancelOperationRequestOrBuilder.java | 29 + .../longrunning/DeleteOperationRequest.java | 320 +- .../DeleteOperationRequestOrBuilder.java | 29 + .../longrunning/GetOperationRequest.java | 320 +- .../GetOperationRequestOrBuilder.java | 29 + .../longrunning/ListOperationsRequest.java | 505 +- .../ListOperationsRequestOrBuilder.java | 48 +- .../longrunning/ListOperationsResponse.java | 474 +- .../ListOperationsResponseOrBuilder.java | 46 +- .../com/google/longrunning/Operation.java | 655 +- .../com/google/longrunning/OperationInfo.java | 392 +- .../longrunning/OperationInfoOrBuilder.java | 36 +- .../longrunning/OperationOrBuilder.java | 54 +- .../google/longrunning/OperationsProto.java | 210 + .../longrunning/WaitOperationRequest.java | 397 +- .../WaitOperationRequestOrBuilder.java | 35 +- .../main/java/com/google/rpc/BadRequest.java | 1036 +- .../com/google/rpc/BadRequestOrBuilder.java | 36 +- .../src/main/java/com/google/rpc/Code.java | 202 +- .../main/java/com/google/rpc/CodeProto.java | 46 + .../main/java/com/google/rpc/DebugInfo.java | 402 +- .../com/google/rpc/DebugInfoOrBuilder.java | 45 +- .../com/google/rpc/ErrorDetailsProto.java | 231 + .../main/java/com/google/rpc/ErrorInfo.java | 666 +- .../com/google/rpc/ErrorInfoOrBuilder.java | 77 +- .../src/main/java/com/google/rpc/Help.java | 756 +- .../java/com/google/rpc/HelpOrBuilder.java | 37 +- .../java/com/google/rpc/LocalizedMessage.java | 397 +- .../google/rpc/LocalizedMessageOrBuilder.java | 40 +- .../com/google/rpc/PreconditionFailure.java | 880 +- .../rpc/PreconditionFailureOrBuilder.java | 36 +- .../java/com/google/rpc/QuotaFailure.java | 774 +- .../com/google/rpc/QuotaFailureOrBuilder.java | 36 +- .../main/java/com/google/rpc/RequestInfo.java | 377 +- .../com/google/rpc/RequestInfoOrBuilder.java | 36 +- .../java/com/google/rpc/ResourceInfo.java | 548 +- .../com/google/rpc/ResourceInfoOrBuilder.java | 60 +- .../main/java/com/google/rpc/RetryInfo.java | 302 +- .../com/google/rpc/RetryInfoOrBuilder.java | 26 +- .../src/main/java/com/google/rpc/Status.java | 521 +- .../java/com/google/rpc/StatusOrBuilder.java | 58 +- .../main/java/com/google/rpc/StatusProto.java | 54 + .../google/rpc/context/AttributeContext.java | 7143 +- .../context/AttributeContextOrBuilder.java | 93 +- .../rpc/context/AttributeContextProto.java | 234 + .../java/com/google/type/CalendarPeriod.java | 117 +- .../com/google/type/CalendarPeriodProto.java | 42 + .../src/main/java/com/google/type/Color.java | 401 +- .../java/com/google/type/ColorOrBuilder.java | 35 +- .../main/java/com/google/type/ColorProto.java | 54 + .../src/main/java/com/google/type/Date.java | 321 +- .../java/com/google/type/DateOrBuilder.java | 27 +- .../main/java/com/google/type/DateProto.java | 50 + .../main/java/com/google/type/DateTime.java | 696 +- .../com/google/type/DateTimeOrBuilder.java | 55 +- .../java/com/google/type/DateTimeProto.java | 70 + .../main/java/com/google/type/DayOfWeek.java | 117 +- .../java/com/google/type/DayOfWeekProto.java | 42 + .../main/java/com/google/type/Decimal.java | 292 +- .../com/google/type/DecimalOrBuilder.java | 27 +- .../java/com/google/type/DecimalProto.java | 50 + .../src/main/java/com/google/type/Expr.java | 521 +- .../java/com/google/type/ExprOrBuilder.java | 54 +- .../main/java/com/google/type/ExprProto.java | 51 + .../main/java/com/google/type/Fraction.java | 292 +- .../com/google/type/FractionOrBuilder.java | 30 + .../java/com/google/type/FractionProto.java | 51 + .../main/java/com/google/type/Interval.java | 370 +- .../com/google/type/IntervalOrBuilder.java | 34 +- .../java/com/google/type/IntervalProto.java | 55 + .../src/main/java/com/google/type/LatLng.java | 298 +- .../java/com/google/type/LatLngOrBuilder.java | 29 + .../java/com/google/type/LatLngProto.java | 50 + .../java/com/google/type/LocalizedText.java | 383 +- .../google/type/LocalizedTextOrBuilder.java | 36 +- .../com/google/type/LocalizedTextProto.java | 51 + .../src/main/java/com/google/type/Money.java | 365 +- .../java/com/google/type/MoneyOrBuilder.java | 33 +- .../main/java/com/google/type/MoneyProto.java | 51 + .../src/main/java/com/google/type/Month.java | 150 +- .../main/java/com/google/type/MonthProto.java | 42 + .../java/com/google/type/PhoneNumber.java | 927 +- .../com/google/type/PhoneNumberOrBuilder.java | 47 +- .../com/google/type/PhoneNumberProto.java | 65 + .../java/com/google/type/PostalAddress.java | 1105 +- .../google/type/PostalAddressOrBuilder.java | 129 +- .../com/google/type/PostalAddressProto.java | 56 + .../main/java/com/google/type/Quaternion.java | 379 +- .../com/google/type/QuaternionOrBuilder.java | 30 +- .../java/com/google/type/QuaternionProto.java | 51 + .../main/java/com/google/type/TimeOfDay.java | 356 +- .../com/google/type/TimeOfDayOrBuilder.java | 30 +- .../java/com/google/type/TimeOfDayProto.java | 51 + .../main/java/com/google/type/TimeZone.java | 371 +- .../com/google/type/TimeZoneOrBuilder.java | 36 +- .../main/proto/google/api/annotations.proto | 0 .../src/main/proto/google/api/auth.proto | 0 .../src/main/proto/google/api/backend.proto | 0 .../src/main/proto/google/api/billing.proto | 0 .../src/main/proto/google/api/client.proto | 2 +- .../main/proto/google/api/config_change.proto | 0 .../src/main/proto/google/api/consumer.proto | 0 .../src/main/proto/google/api/context.proto | 0 .../src/main/proto/google/api/control.proto | 0 .../main/proto/google/api/distribution.proto | 0 .../main/proto/google/api/documentation.proto | 0 .../src/main/proto/google/api/endpoint.proto | 0 .../main/proto/google/api/error_reason.proto | 0 .../proto/google/api/field_behavior.proto | 0 .../src/main/proto/google/api/http.proto | 0 .../src/main/proto/google/api/httpbody.proto | 0 .../src/main/proto/google/api/label.proto | 0 .../main/proto/google/api/launch_stage.proto | 0 .../src/main/proto/google/api/log.proto | 0 .../src/main/proto/google/api/logging.proto | 0 .../src/main/proto/google/api/metric.proto | 0 .../proto/google/api/monitored_resource.proto | 0 .../main/proto/google/api/monitoring.proto | 0 .../src/main/proto/google/api/quota.proto | 0 .../src/main/proto/google/api/resource.proto | 0 .../src/main/proto/google/api/routing.proto | 0 .../src/main/proto/google/api/service.proto | 0 .../main/proto/google/api/source_info.proto | 0 .../proto/google/api/system_parameter.proto | 0 .../src/main/proto/google/api/usage.proto | 0 .../main/proto/google/api/visibility.proto | 0 .../proto/google/cloud/audit/audit_log.proto | 0 .../cloud/audit/bigquery_audit_metadata.proto | 1327 + .../google/cloud/extended_operations.proto | 0 .../main/proto/google/geo/type/viewport.proto | 0 .../google/logging/type/http_request.proto | 0 .../google/logging/type/log_severity.proto | 0 .../proto/google/longrunning/operations.proto | 0 .../src/main/proto/google/rpc/code.proto | 14 +- .../rpc/context/attribute_context.proto | 11 +- .../main/proto/google/rpc/error_details.proto | 146 +- .../src/main/proto/google/rpc/status.proto | 8 +- .../proto/google/type/calendar_period.proto | 0 .../src/main/proto/google/type/color.proto | 0 .../src/main/proto/google/type/date.proto | 0 .../src/main/proto/google/type/datetime.proto | 0 .../main/proto/google/type/dayofweek.proto | 0 .../src/main/proto/google/type/decimal.proto | 0 .../src/main/proto/google/type/expr.proto | 0 .../src/main/proto/google/type/fraction.proto | 0 .../src/main/proto/google/type/interval.proto | 0 .../src/main/proto/google/type/latlng.proto | 0 .../proto/google/type/localized_text.proto | 0 .../src/main/proto/google/type/money.proto | 0 .../src/main/proto/google/type/month.proto | 0 .../main/proto/google/type/phone_number.proto | 0 .../proto/google/type/postal_address.proto | 0 .../main/proto/google/type/quaternion.proto | 0 .../main/proto/google/type/timeofday.proto | 0 424 files changed, 107727 insertions(+), 58169 deletions(-) delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AnnotationsProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AuthProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/api/BackendProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/api/BillingProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ClientProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ConfigChangeProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ConsumerProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ContextProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ControlProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/api/DistributionProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/api/DocumentationProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/api/EndpointProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ErrorReasonProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/api/FieldBehaviorProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/api/HttpBodyProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/api/HttpProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/api/LabelProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/api/LaunchStageProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/api/LogProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/api/LoggingProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MetricProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MonitoringProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/api/QuotaProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ResourceProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/api/RoutingProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ServiceProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/api/SourceInfoProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/api/SystemParameterProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/api/UsageProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/api/VisibilityProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/cloud/ExtendedOperationsProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/cloud/audit/AuditLogProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/cloud/location/GetLocationRequestOrBuilder.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/cloud/location/LocationsProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/geo/type/ViewportProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/logging/type/HttpRequestProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/logging/type/LogSeverityProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/CancelOperationRequestOrBuilder.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/DeleteOperationRequestOrBuilder.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/GetOperationRequestOrBuilder.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/OperationsProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/rpc/CodeProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/rpc/ErrorDetailsProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/rpc/StatusProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/rpc/context/AttributeContextProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/type/CalendarPeriodProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/type/ColorProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/type/DateProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/type/DateTimeProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/type/DayOfWeekProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/type/DecimalProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/type/ExprProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/type/FractionOrBuilder.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/type/FractionProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/type/IntervalProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/type/LatLngOrBuilder.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/type/LatLngProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/type/LocalizedTextProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/type/MoneyProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/type/MonthProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/type/PhoneNumberProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/type/PostalAddressProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/type/QuaternionProto.java delete mode 100644 java-common-protos/proto-google-common-protos/src/main/java/com/google/type/TimeOfDayProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/grpc-google-common-protos/src/main/java/com/google/cloud/location/LocationsGrpc.java (50%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/grpc-google-common-protos/src/main/java/com/google/longrunning/OperationsGrpc.java (60%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/Advice.java (69%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/AdviceOrBuilder.java (51%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/AnnotationsProto.java create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/AuthProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/AuthProvider.java (83%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/AuthProviderOrBuilder.java (88%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/AuthRequirement.java (76%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/AuthRequirementOrBuilder.java (77%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/Authentication.java (77%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/AuthenticationOrBuilder.java (71%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/AuthenticationRule.java (75%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/AuthenticationRuleOrBuilder.java (74%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/Backend.java (73%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/BackendOrBuilder.java (65%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/BackendProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/BackendRule.java (78%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/BackendRuleOrBuilder.java (86%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/Billing.java (78%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/BillingOrBuilder.java (74%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/BillingProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/ChangeType.java (70%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/ClientLibraryDestination.java (70%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/ClientLibraryOrganization.java (70%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/ClientLibrarySettings.java (75%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/ClientLibrarySettingsOrBuilder.java (85%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ClientProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/CommonLanguageSettings.java (71%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/CommonLanguageSettingsOrBuilder.java (69%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/ConfigChange.java (76%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/ConfigChangeOrBuilder.java (78%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ConfigChangeProto.java create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ConsumerProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/Context.java (75%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/ContextOrBuilder.java (65%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ContextProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/ContextRule.java (75%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/ContextRuleOrBuilder.java (78%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/Control.java (70%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/ControlOrBuilder.java (55%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ControlProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/CppSettings.java (68%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/CppSettingsOrBuilder.java (54%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/CustomHttpPattern.java (68%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/CustomHttpPatternOrBuilder.java (52%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/Distribution.java (77%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/DistributionOrBuilder.java (88%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/DistributionProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/Documentation.java (79%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/DocumentationOrBuilder.java (79%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/DocumentationProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/DocumentationRule.java (73%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/DocumentationRuleOrBuilder.java (75%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/DotnetSettings.java (69%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/DotnetSettingsOrBuilder.java (54%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/Endpoint.java (74%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/EndpointOrBuilder.java (71%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/EndpointProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/ErrorReason.java (93%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ErrorReasonProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/FieldBehavior.java (79%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/FieldBehaviorProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/GoSettings.java (68%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/GoSettingsOrBuilder.java (54%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/Http.java (74%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/HttpBody.java (76%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/HttpBodyOrBuilder.java (66%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/HttpBodyProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/HttpOrBuilder.java (69%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/HttpProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/HttpRule.java (81%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/HttpRuleOrBuilder.java (83%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/JavaSettings.java (72%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/JavaSettingsOrBuilder.java (81%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/JwtLocation.java (73%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/JwtLocationOrBuilder.java (75%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/LabelDescriptor.java (71%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/LabelDescriptorOrBuilder.java (62%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/LabelProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/LaunchStage.java (81%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/LaunchStageProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/LogDescriptor.java (76%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/LogDescriptorOrBuilder.java (75%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/LogProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/Logging.java (80%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/LoggingOrBuilder.java (81%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/LoggingProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/MethodSettings.java (76%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/MethodSettingsOrBuilder.java (80%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/Metric.java (64%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/MetricDescriptor.java (82%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/MetricDescriptorOrBuilder.java (92%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/MetricOrBuilder.java (64%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MetricProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/MetricRule.java (66%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/MetricRuleOrBuilder.java (71%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/MonitoredResource.java (67%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceDescriptor.java (78%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceDescriptorOrBuilder.java (82%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceMetadata.java (68%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceMetadataOrBuilder.java (72%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceOrBuilder.java (72%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/Monitoring.java (81%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/MonitoringOrBuilder.java (88%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MonitoringProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/NodeSettings.java (68%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/NodeSettingsOrBuilder.java (54%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/OAuthRequirements.java (73%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/OAuthRequirementsOrBuilder.java (60%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/Page.java (77%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/PageOrBuilder.java (77%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/PhpSettings.java (68%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/PhpSettingsOrBuilder.java (54%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/ProjectProperties.java (73%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/ProjectPropertiesOrBuilder.java (54%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/Property.java (72%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/PropertyOrBuilder.java (61%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/Publishing.java (78%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/PublishingOrBuilder.java (83%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/PythonSettings.java (69%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/PythonSettingsOrBuilder.java (54%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/Quota.java (76%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/QuotaLimit.java (75%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/QuotaLimitOrBuilder.java (83%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/QuotaOrBuilder.java (65%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/QuotaProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/ResourceDescriptor.java (82%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/ResourceDescriptorOrBuilder.java (89%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ResourceProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/ResourceReference.java (75%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/ResourceReferenceOrBuilder.java (76%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/RoutingParameter.java (82%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/RoutingParameterOrBuilder.java (87%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/RoutingProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/RoutingRule.java (86%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/RoutingRuleOrBuilder.java (77%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/RubySettings.java (68%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/RubySettingsOrBuilder.java (54%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/Service.java (80%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/ServiceOrBuilder.java (88%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ServiceProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/SourceInfo.java (72%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/SourceInfoOrBuilder.java (54%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/SourceInfoProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/SystemParameter.java (70%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/SystemParameterOrBuilder.java (63%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/SystemParameterProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/SystemParameterRule.java (76%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/SystemParameterRuleOrBuilder.java (77%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/SystemParameters.java (83%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/SystemParametersOrBuilder.java (87%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/Usage.java (78%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/UsageOrBuilder.java (82%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/UsageProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/UsageRule.java (74%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/UsageRuleOrBuilder.java (67%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/Visibility.java (75%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/VisibilityOrBuilder.java (65%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/VisibilityProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/VisibilityRule.java (74%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/api/VisibilityRuleOrBuilder.java (73%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/cloud/ExtendedOperationsProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/cloud/OperationResponseMapping.java (77%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/cloud/audit/AuditLog.java (79%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/cloud/audit/AuditLogOrBuilder.java (89%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/cloud/audit/AuditLogProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/cloud/audit/AuthenticationInfo.java (75%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/cloud/audit/AuthenticationInfoOrBuilder.java (79%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/cloud/audit/AuthorizationInfo.java (73%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/cloud/audit/AuthorizationInfoOrBuilder.java (78%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/cloud/audit/BigQueryAuditMetadata.java create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/cloud/audit/BigQueryAuditMetadataOrBuilder.java create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/cloud/audit/BigQueryAuditMetadataProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/cloud/audit/OrgPolicyViolationInfo.java (67%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/cloud/audit/OrgPolicyViolationInfoOrBuilder.java (71%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/cloud/audit/PolicyViolationInfo.java (66%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/cloud/audit/PolicyViolationInfoOrBuilder.java (62%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/cloud/audit/RequestMetadata.java (79%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/cloud/audit/RequestMetadataOrBuilder.java (88%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/cloud/audit/ResourceLocation.java (76%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/cloud/audit/ResourceLocationOrBuilder.java (80%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/cloud/audit/ServiceAccountDelegationInfo.java (64%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/cloud/audit/ServiceAccountDelegationInfoOrBuilder.java (60%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/cloud/audit/ViolationInfo.java (69%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/cloud/audit/ViolationInfoOrBuilder.java (64%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/cloud/location/GetLocationRequest.java (64%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/cloud/location/GetLocationRequestOrBuilder.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/cloud/location/ListLocationsRequest.java (68%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/cloud/location/ListLocationsRequestOrBuilder.java (61%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/cloud/location/ListLocationsResponse.java (72%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/cloud/location/ListLocationsResponseOrBuilder.java (66%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/cloud/location/Location.java (67%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/cloud/location/LocationOrBuilder.java (72%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/cloud/location/LocationsProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/geo/type/Viewport.java (74%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/geo/type/ViewportOrBuilder.java (66%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/geo/type/ViewportProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/logging/type/HttpRequest.java (75%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/logging/type/HttpRequestOrBuilder.java (83%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/logging/type/HttpRequestProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/logging/type/LogSeverity.java (75%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/logging/type/LogSeverityProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/longrunning/CancelOperationRequest.java (65%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/longrunning/CancelOperationRequestOrBuilder.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/longrunning/DeleteOperationRequest.java (65%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/longrunning/DeleteOperationRequestOrBuilder.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/longrunning/GetOperationRequest.java (64%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/longrunning/GetOperationRequestOrBuilder.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/longrunning/ListOperationsRequest.java (68%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/longrunning/ListOperationsRequestOrBuilder.java (60%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/longrunning/ListOperationsResponse.java (72%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/longrunning/ListOperationsResponseOrBuilder.java (66%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/longrunning/Operation.java (77%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/longrunning/OperationInfo.java (72%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/longrunning/OperationInfoOrBuilder.java (72%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/longrunning/OperationOrBuilder.java (86%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/longrunning/OperationsProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/longrunning/WaitOperationRequest.java (71%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/longrunning/WaitOperationRequestOrBuilder.java (70%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/rpc/BadRequest.java (61%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/rpc/BadRequestOrBuilder.java (63%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/rpc/Code.java (84%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/rpc/CodeProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/rpc/DebugInfo.java (70%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/rpc/DebugInfoOrBuilder.java (64%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/rpc/ErrorDetailsProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/rpc/ErrorInfo.java (71%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/rpc/ErrorInfoOrBuilder.java (79%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/rpc/Help.java (72%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/rpc/HelpOrBuilder.java (57%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/rpc/LocalizedMessage.java (67%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/rpc/LocalizedMessageOrBuilder.java (53%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/rpc/PreconditionFailure.java (73%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/rpc/PreconditionFailureOrBuilder.java (62%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/rpc/QuotaFailure.java (74%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/rpc/QuotaFailureOrBuilder.java (61%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/rpc/RequestInfo.java (70%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/rpc/RequestInfoOrBuilder.java (63%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/rpc/ResourceInfo.java (72%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/rpc/ResourceInfoOrBuilder.java (70%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/rpc/RetryInfo.java (71%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/rpc/RetryInfoOrBuilder.java (59%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/rpc/Status.java (73%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/rpc/StatusOrBuilder.java (65%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/rpc/StatusProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/rpc/context/AttributeContext.java (75%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/rpc/context/AttributeContextOrBuilder.java (87%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/rpc/context/AttributeContextProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/type/CalendarPeriod.java (73%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/type/CalendarPeriodProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/type/Color.java (82%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/type/ColorOrBuilder.java (81%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/type/ColorProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/type/Date.java (72%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/type/DateOrBuilder.java (57%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/type/DateProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/type/DateTime.java (76%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/type/DateTimeOrBuilder.java (80%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/type/DateTimeProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/type/DayOfWeek.java (69%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/type/DayOfWeekProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/type/Decimal.java (84%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/type/DecimalOrBuilder.java (89%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/type/DecimalProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/type/Expr.java (74%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/type/ExprOrBuilder.java (70%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/type/ExprProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/type/Fraction.java (68%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/type/FractionOrBuilder.java create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/type/FractionProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/type/Interval.java (75%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/type/IntervalOrBuilder.java (74%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/type/IntervalProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/type/LatLng.java (69%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/type/LatLngOrBuilder.java create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/type/LatLngProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/type/LocalizedText.java (69%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/type/LocalizedTextOrBuilder.java (60%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/type/LocalizedTextProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/type/Money.java (71%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/type/MoneyOrBuilder.java (64%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/type/MoneyProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/type/Month.java (71%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/type/MonthProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/type/PhoneNumber.java (77%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/type/PhoneNumberOrBuilder.java (85%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/type/PhoneNumberProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/type/PostalAddress.java (82%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/type/PostalAddressOrBuilder.java (89%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/type/PostalAddressProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/type/Quaternion.java (74%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/type/QuaternionOrBuilder.java (52%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/type/QuaternionProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/type/TimeOfDay.java (72%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/type/TimeOfDayOrBuilder.java (61%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/type/TimeOfDayProto.java rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/type/TimeZone.java (69%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/java/com/google/type/TimeZoneOrBuilder.java (55%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/api/annotations.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/api/auth.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/api/backend.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/api/billing.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/api/client.proto (99%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/api/config_change.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/api/consumer.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/api/context.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/api/control.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/api/distribution.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/api/documentation.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/api/endpoint.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/api/error_reason.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/api/field_behavior.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/api/http.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/api/httpbody.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/api/label.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/api/launch_stage.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/api/log.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/api/logging.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/api/metric.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/api/monitored_resource.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/api/monitoring.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/api/quota.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/api/resource.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/api/routing.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/api/service.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/api/source_info.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/api/system_parameter.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/api/usage.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/api/visibility.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/cloud/audit/audit_log.proto (100%) create mode 100644 owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/proto/google/cloud/audit/bigquery_audit_metadata.proto rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/cloud/extended_operations.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/geo/type/viewport.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/logging/type/http_request.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/logging/type/log_severity.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/longrunning/operations.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/rpc/code.proto (94%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/rpc/context/attribute_context.proto (98%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/rpc/error_details.proto (85%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/rpc/status.proto (91%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/type/calendar_period.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/type/color.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/type/date.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/type/datetime.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/type/dayofweek.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/type/decimal.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/type/expr.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/type/fraction.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/type/interval.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/type/latlng.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/type/localized_text.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/type/money.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/type/month.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/type/phone_number.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/type/postal_address.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/type/quaternion.proto (100%) rename {java-common-protos => owl-bot-staging/java-common-protos/v1}/proto-google-common-protos/src/main/proto/google/type/timeofday.proto (100%) diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AnnotationsProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AnnotationsProto.java deleted file mode 100644 index fb7f8ed52d..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AnnotationsProto.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/api/annotations.proto - -package com.google.api; - -public final class AnnotationsProto { - private AnnotationsProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) { - registry.add(com.google.api.AnnotationsProto.http); - } - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - public static final int HTTP_FIELD_NUMBER = 72295728; - /** - * - * - *
-   * See `HttpRule`.
-   * 
- * - * extend .google.protobuf.MethodOptions { ... } - */ - public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< - com.google.protobuf.DescriptorProtos.MethodOptions, com.google.api.HttpRule> - http = - com.google.protobuf.GeneratedMessage.newFileScopedGeneratedExtension( - com.google.api.HttpRule.class, com.google.api.HttpRule.getDefaultInstance()); - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\034google/api/annotations.proto\022\ngoogle.a" - + "pi\032\025google/api/http.proto\032 google/protob" - + "uf/descriptor.proto:E\n\004http\022\036.google.pro" - + "tobuf.MethodOptions\030\260\312\274\" \001(\0132\024.google.ap" - + "i.HttpRuleBn\n\016com.google.apiB\020Annotation" - + "sProtoP\001ZAgoogle.golang.org/genproto/goo" - + "gleapis/api/annotations;annotations\242\002\004GA" - + "PIb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.HttpProto.getDescriptor(), - com.google.protobuf.DescriptorProtos.getDescriptor(), - }); - http.internalInit(descriptor.getExtensions().get(0)); - com.google.api.HttpProto.getDescriptor(); - com.google.protobuf.DescriptorProtos.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AuthProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AuthProto.java deleted file mode 100644 index 61f9e9c64d..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AuthProto.java +++ /dev/null @@ -1,135 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/api/auth.proto - -package com.google.api; - -public final class AuthProto { - private AuthProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_Authentication_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_Authentication_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_AuthenticationRule_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_AuthenticationRule_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_JwtLocation_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_JwtLocation_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_AuthProvider_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_AuthProvider_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_OAuthRequirements_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_OAuthRequirements_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_AuthRequirement_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_AuthRequirement_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\025google/api/auth.proto\022\ngoogle.api\"l\n\016A" - + "uthentication\022-\n\005rules\030\003 \003(\0132\036.google.ap" - + "i.AuthenticationRule\022+\n\tproviders\030\004 \003(\0132" - + "\030.google.api.AuthProvider\"\251\001\n\022Authentica" - + "tionRule\022\020\n\010selector\030\001 \001(\t\022,\n\005oauth\030\002 \001(" - + "\0132\035.google.api.OAuthRequirements\022 \n\030allo" - + "w_without_credential\030\005 \001(\010\0221\n\014requiremen" - + "ts\030\007 \003(\0132\033.google.api.AuthRequirement\"^\n" - + "\013JwtLocation\022\020\n\006header\030\001 \001(\tH\000\022\017\n\005query\030" - + "\002 \001(\tH\000\022\020\n\006cookie\030\004 \001(\tH\000\022\024\n\014value_prefi" - + "x\030\003 \001(\tB\004\n\002in\"\232\001\n\014AuthProvider\022\n\n\002id\030\001 \001" - + "(\t\022\016\n\006issuer\030\002 \001(\t\022\020\n\010jwks_uri\030\003 \001(\t\022\021\n\t" - + "audiences\030\004 \001(\t\022\031\n\021authorization_url\030\005 \001" - + "(\t\022.\n\rjwt_locations\030\006 \003(\0132\027.google.api.J" - + "wtLocation\"-\n\021OAuthRequirements\022\030\n\020canon" - + "ical_scopes\030\001 \001(\t\"9\n\017AuthRequirement\022\023\n\013" - + "provider_id\030\001 \001(\t\022\021\n\taudiences\030\002 \001(\tBk\n\016" - + "com.google.apiB\tAuthProtoP\001ZEgoogle.gola" - + "ng.org/genproto/googleapis/api/serviceco" - + "nfig;serviceconfig\242\002\004GAPIb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - internal_static_google_api_Authentication_descriptor = getDescriptor().getMessageTypes().get(0); - internal_static_google_api_Authentication_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_Authentication_descriptor, - new java.lang.String[] { - "Rules", "Providers", - }); - internal_static_google_api_AuthenticationRule_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_api_AuthenticationRule_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_AuthenticationRule_descriptor, - new java.lang.String[] { - "Selector", "Oauth", "AllowWithoutCredential", "Requirements", - }); - internal_static_google_api_JwtLocation_descriptor = getDescriptor().getMessageTypes().get(2); - internal_static_google_api_JwtLocation_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_JwtLocation_descriptor, - new java.lang.String[] { - "Header", "Query", "Cookie", "ValuePrefix", "In", - }); - internal_static_google_api_AuthProvider_descriptor = getDescriptor().getMessageTypes().get(3); - internal_static_google_api_AuthProvider_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_AuthProvider_descriptor, - new java.lang.String[] { - "Id", "Issuer", "JwksUri", "Audiences", "AuthorizationUrl", "JwtLocations", - }); - internal_static_google_api_OAuthRequirements_descriptor = - getDescriptor().getMessageTypes().get(4); - internal_static_google_api_OAuthRequirements_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_OAuthRequirements_descriptor, - new java.lang.String[] { - "CanonicalScopes", - }); - internal_static_google_api_AuthRequirement_descriptor = - getDescriptor().getMessageTypes().get(5); - internal_static_google_api_AuthRequirement_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_AuthRequirement_descriptor, - new java.lang.String[] { - "ProviderId", "Audiences", - }); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/BackendProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/BackendProto.java deleted file mode 100644 index 2c755afd17..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/BackendProto.java +++ /dev/null @@ -1,92 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/api/backend.proto - -package com.google.api; - -public final class BackendProto { - private BackendProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_Backend_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_Backend_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_BackendRule_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_BackendRule_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\030google/api/backend.proto\022\ngoogle.api\"1" - + "\n\007Backend\022&\n\005rules\030\001 \003(\0132\027.google.api.Ba" - + "ckendRule\"\366\002\n\013BackendRule\022\020\n\010selector\030\001 " - + "\001(\t\022\017\n\007address\030\002 \001(\t\022\020\n\010deadline\030\003 \001(\001\022\030" - + "\n\014min_deadline\030\004 \001(\001B\002\030\001\022\032\n\022operation_de" - + "adline\030\005 \001(\001\022A\n\020path_translation\030\006 \001(\0162\'" - + ".google.api.BackendRule.PathTranslation\022" - + "\026\n\014jwt_audience\030\007 \001(\tH\000\022\026\n\014disable_auth\030" - + "\010 \001(\010H\000\022\020\n\010protocol\030\t \001(\t\"e\n\017PathTransla" - + "tion\022 \n\034PATH_TRANSLATION_UNSPECIFIED\020\000\022\024" - + "\n\020CONSTANT_ADDRESS\020\001\022\032\n\026APPEND_PATH_TO_A" - + "DDRESS\020\002B\020\n\016authenticationBn\n\016com.google" - + ".apiB\014BackendProtoP\001ZEgoogle.golang.org/" - + "genproto/googleapis/api/serviceconfig;se" - + "rviceconfig\242\002\004GAPIb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - internal_static_google_api_Backend_descriptor = getDescriptor().getMessageTypes().get(0); - internal_static_google_api_Backend_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_Backend_descriptor, - new java.lang.String[] { - "Rules", - }); - internal_static_google_api_BackendRule_descriptor = getDescriptor().getMessageTypes().get(1); - internal_static_google_api_BackendRule_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_BackendRule_descriptor, - new java.lang.String[] { - "Selector", - "Address", - "Deadline", - "MinDeadline", - "OperationDeadline", - "PathTranslation", - "JwtAudience", - "DisableAuth", - "Protocol", - "Authentication", - }); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/BillingProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/BillingProto.java deleted file mode 100644 index b03896654d..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/BillingProto.java +++ /dev/null @@ -1,77 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/api/billing.proto - -package com.google.api; - -public final class BillingProto { - private BillingProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_Billing_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_Billing_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_Billing_BillingDestination_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_Billing_BillingDestination_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\030google/api/billing.proto\022\ngoogle.api\"\223" - + "\001\n\007Billing\022E\n\025consumer_destinations\030\010 \003(" - + "\0132&.google.api.Billing.BillingDestinatio" - + "n\032A\n\022BillingDestination\022\032\n\022monitored_res" - + "ource\030\001 \001(\t\022\017\n\007metrics\030\002 \003(\tBn\n\016com.goog" - + "le.apiB\014BillingProtoP\001ZEgoogle.golang.or" - + "g/genproto/googleapis/api/serviceconfig;" - + "serviceconfig\242\002\004GAPIb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - internal_static_google_api_Billing_descriptor = getDescriptor().getMessageTypes().get(0); - internal_static_google_api_Billing_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_Billing_descriptor, - new java.lang.String[] { - "ConsumerDestinations", - }); - internal_static_google_api_Billing_BillingDestination_descriptor = - internal_static_google_api_Billing_descriptor.getNestedTypes().get(0); - internal_static_google_api_Billing_BillingDestination_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_Billing_BillingDestination_descriptor, - new java.lang.String[] { - "MonitoredResource", "Metrics", - }); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ClientProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ClientProto.java deleted file mode 100644 index 4680c28e0d..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ClientProto.java +++ /dev/null @@ -1,398 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/api/client.proto - -package com.google.api; - -public final class ClientProto { - private ClientProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) { - registry.add(com.google.api.ClientProto.methodSignature); - registry.add(com.google.api.ClientProto.defaultHost); - registry.add(com.google.api.ClientProto.oauthScopes); - } - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - public static final int METHOD_SIGNATURE_FIELD_NUMBER = 1051; - /** - * - * - *
-   * A definition of a client library method signature.
-   * In client libraries, each proto RPC corresponds to one or more methods
-   * which the end user is able to call, and calls the underlying RPC.
-   * Normally, this method receives a single argument (a struct or instance
-   * corresponding to the RPC request object). Defining this field will
-   * add one or more overloads providing flattened or simpler method signatures
-   * in some languages.
-   * The fields on the method signature are provided as a comma-separated
-   * string.
-   * For example, the proto RPC and annotation:
-   *   rpc CreateSubscription(CreateSubscriptionRequest)
-   *       returns (Subscription) {
-   *     option (google.api.method_signature) = "name,topic";
-   *   }
-   * Would add the following Java overload (in addition to the method accepting
-   * the request object):
-   *   public final Subscription createSubscription(String name, String topic)
-   * The following backwards-compatibility guidelines apply:
-   *   * Adding this annotation to an unannotated method is backwards
-   *     compatible.
-   *   * Adding this annotation to a method which already has existing
-   *     method signature annotations is backwards compatible if and only if
-   *     the new method signature annotation is last in the sequence.
-   *   * Modifying or removing an existing method signature annotation is
-   *     a breaking change.
-   *   * Re-ordering existing method signature annotations is a breaking
-   *     change.
-   * 
- * - * extend .google.protobuf.MethodOptions { ... } - */ - public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< - com.google.protobuf.DescriptorProtos.MethodOptions, java.util.List> - methodSignature = - com.google.protobuf.GeneratedMessage.newFileScopedGeneratedExtension( - java.lang.String.class, null); - - public static final int DEFAULT_HOST_FIELD_NUMBER = 1049; - /** - * - * - *
-   * The hostname for this service.
-   * This should be specified with no prefix or protocol.
-   * Example:
-   *   service Foo {
-   *     option (google.api.default_host) = "foo.googleapi.com";
-   *     ...
-   *   }
-   * 
- * - * extend .google.protobuf.ServiceOptions { ... } - */ - public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< - com.google.protobuf.DescriptorProtos.ServiceOptions, java.lang.String> - defaultHost = - com.google.protobuf.GeneratedMessage.newFileScopedGeneratedExtension( - java.lang.String.class, null); - - public static final int OAUTH_SCOPES_FIELD_NUMBER = 1050; - /** - * - * - *
-   * OAuth scopes needed for the client.
-   * Example:
-   *   service Foo {
-   *     option (google.api.oauth_scopes) = \
-   *       "https://www.googleapis.com/auth/cloud-platform";
-   *     ...
-   *   }
-   * If there is more than one scope, use a comma-separated string:
-   * Example:
-   *   service Foo {
-   *     option (google.api.oauth_scopes) = \
-   *       "https://www.googleapis.com/auth/cloud-platform,"
-   *       "https://www.googleapis.com/auth/monitoring";
-   *     ...
-   *   }
-   * 
- * - * extend .google.protobuf.ServiceOptions { ... } - */ - public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< - com.google.protobuf.DescriptorProtos.ServiceOptions, java.lang.String> - oauthScopes = - com.google.protobuf.GeneratedMessage.newFileScopedGeneratedExtension( - java.lang.String.class, null); - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_CommonLanguageSettings_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_CommonLanguageSettings_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_ClientLibrarySettings_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_ClientLibrarySettings_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_Publishing_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_Publishing_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_JavaSettings_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_JavaSettings_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_JavaSettings_ServiceClassNamesEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_JavaSettings_ServiceClassNamesEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_CppSettings_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_CppSettings_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_PhpSettings_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_PhpSettings_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_PythonSettings_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_PythonSettings_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_NodeSettings_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_NodeSettings_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_DotnetSettings_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_DotnetSettings_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_RubySettings_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_RubySettings_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_GoSettings_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_GoSettings_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_MethodSettings_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_MethodSettings_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_MethodSettings_LongRunning_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_MethodSettings_LongRunning_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\027google/api/client.proto\022\ngoogle.api\032\035g" - + "oogle/api/launch_stage.proto\032 google/pro" - + "tobuf/descriptor.proto\032\036google/protobuf/" - + "duration.proto\"p\n\026CommonLanguageSettings" - + "\022\032\n\022reference_docs_uri\030\001 \001(\t\022:\n\014destinat" - + "ions\030\002 \003(\0162$.google.api.ClientLibraryDes" - + "tination\"\373\003\n\025ClientLibrarySettings\022\017\n\007ve" - + "rsion\030\001 \001(\t\022-\n\014launch_stage\030\002 \001(\0162\027.goog" - + "le.api.LaunchStage\022\032\n\022rest_numeric_enums" - + "\030\003 \001(\010\022/\n\rjava_settings\030\025 \001(\0132\030.google.a" - + "pi.JavaSettings\022-\n\014cpp_settings\030\026 \001(\0132\027." - + "google.api.CppSettings\022-\n\014php_settings\030\027" - + " \001(\0132\027.google.api.PhpSettings\0223\n\017python_" - + "settings\030\030 \001(\0132\032.google.api.PythonSettin" - + "gs\022/\n\rnode_settings\030\031 \001(\0132\030.google.api.N" - + "odeSettings\0223\n\017dotnet_settings\030\032 \001(\0132\032.g" - + "oogle.api.DotnetSettings\022/\n\rruby_setting" - + "s\030\033 \001(\0132\030.google.api.RubySettings\022+\n\013go_" - + "settings\030\034 \001(\0132\026.google.api.GoSettings\"\323" - + "\002\n\nPublishing\0223\n\017method_settings\030\002 \003(\0132\032" - + ".google.api.MethodSettings\022\025\n\rnew_issue_" - + "uri\030e \001(\t\022\031\n\021documentation_uri\030f \001(\t\022\026\n\016" - + "api_short_name\030g \001(\t\022\024\n\014github_label\030h \001" - + "(\t\022\036\n\026codeowner_github_teams\030i \003(\t\022\026\n\016do" - + "c_tag_prefix\030j \001(\t\022;\n\014organization\030k \001(\016" - + "2%.google.api.ClientLibraryOrganization\022" - + ";\n\020library_settings\030m \003(\0132!.google.api.C" - + "lientLibrarySettings\"\343\001\n\014JavaSettings\022\027\n" - + "\017library_package\030\001 \001(\t\022L\n\023service_class_" - + "names\030\002 \003(\0132/.google.api.JavaSettings.Se" - + "rviceClassNamesEntry\0222\n\006common\030\003 \001(\0132\".g" - + "oogle.api.CommonLanguageSettings\0328\n\026Serv" - + "iceClassNamesEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value" - + "\030\002 \001(\t:\0028\001\"A\n\013CppSettings\0222\n\006common\030\001 \001(" - + "\0132\".google.api.CommonLanguageSettings\"A\n" - + "\013PhpSettings\0222\n\006common\030\001 \001(\0132\".google.ap" - + "i.CommonLanguageSettings\"D\n\016PythonSettin" - + "gs\0222\n\006common\030\001 \001(\0132\".google.api.CommonLa" - + "nguageSettings\"B\n\014NodeSettings\0222\n\006common" - + "\030\001 \001(\0132\".google.api.CommonLanguageSettin" - + "gs\"D\n\016DotnetSettings\0222\n\006common\030\001 \001(\0132\".g" - + "oogle.api.CommonLanguageSettings\"B\n\014Ruby" - + "Settings\0222\n\006common\030\001 \001(\0132\".google.api.Co" - + "mmonLanguageSettings\"@\n\nGoSettings\0222\n\006co" - + "mmon\030\001 \001(\0132\".google.api.CommonLanguageSe" - + "ttings\"\260\002\n\016MethodSettings\022\020\n\010selector\030\001 " - + "\001(\t\022<\n\014long_running\030\002 \001(\0132&.google.api.M" - + "ethodSettings.LongRunning\032\315\001\n\013LongRunnin" - + "g\0225\n\022initial_poll_delay\030\001 \001(\0132\031.google.p" - + "rotobuf.Duration\022\035\n\025poll_delay_multiplie" - + "r\030\002 \001(\002\0221\n\016max_poll_delay\030\003 \001(\0132\031.google" - + ".protobuf.Duration\0225\n\022total_poll_timeout" - + "\030\004 \001(\0132\031.google.protobuf.Duration*y\n\031Cli" - + "entLibraryOrganization\022+\n\'CLIENT_LIBRARY" - + "_ORGANIZATION_UNSPECIFIED\020\000\022\t\n\005CLOUD\020\001\022\007" - + "\n\003ADS\020\002\022\n\n\006PHOTOS\020\003\022\017\n\013STREET_VIEW\020\004*g\n\030" - + "ClientLibraryDestination\022*\n&CLIENT_LIBRA" - + "RY_DESTINATION_UNSPECIFIED\020\000\022\n\n\006GITHUB\020\n" - + "\022\023\n\017PACKAGE_MANAGER\020\024:9\n\020method_signatur" - + "e\022\036.google.protobuf.MethodOptions\030\233\010 \003(\t" - + ":6\n\014default_host\022\037.google.protobuf.Servi" - + "ceOptions\030\231\010 \001(\t:6\n\014oauth_scopes\022\037.googl" - + "e.protobuf.ServiceOptions\030\232\010 \001(\tBi\n\016com." - + "google.apiB\013ClientProtoP\001ZAgoogle.golang" - + ".org/genproto/googleapis/api/annotations" - + ";annotations\242\002\004GAPIb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.LaunchStageProto.getDescriptor(), - com.google.protobuf.DescriptorProtos.getDescriptor(), - com.google.protobuf.DurationProto.getDescriptor(), - }); - internal_static_google_api_CommonLanguageSettings_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_api_CommonLanguageSettings_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_CommonLanguageSettings_descriptor, - new java.lang.String[] { - "ReferenceDocsUri", "Destinations", - }); - internal_static_google_api_ClientLibrarySettings_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_api_ClientLibrarySettings_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_ClientLibrarySettings_descriptor, - new java.lang.String[] { - "Version", - "LaunchStage", - "RestNumericEnums", - "JavaSettings", - "CppSettings", - "PhpSettings", - "PythonSettings", - "NodeSettings", - "DotnetSettings", - "RubySettings", - "GoSettings", - }); - internal_static_google_api_Publishing_descriptor = getDescriptor().getMessageTypes().get(2); - internal_static_google_api_Publishing_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_Publishing_descriptor, - new java.lang.String[] { - "MethodSettings", - "NewIssueUri", - "DocumentationUri", - "ApiShortName", - "GithubLabel", - "CodeownerGithubTeams", - "DocTagPrefix", - "Organization", - "LibrarySettings", - }); - internal_static_google_api_JavaSettings_descriptor = getDescriptor().getMessageTypes().get(3); - internal_static_google_api_JavaSettings_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_JavaSettings_descriptor, - new java.lang.String[] { - "LibraryPackage", "ServiceClassNames", "Common", - }); - internal_static_google_api_JavaSettings_ServiceClassNamesEntry_descriptor = - internal_static_google_api_JavaSettings_descriptor.getNestedTypes().get(0); - internal_static_google_api_JavaSettings_ServiceClassNamesEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_JavaSettings_ServiceClassNamesEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - internal_static_google_api_CppSettings_descriptor = getDescriptor().getMessageTypes().get(4); - internal_static_google_api_CppSettings_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_CppSettings_descriptor, - new java.lang.String[] { - "Common", - }); - internal_static_google_api_PhpSettings_descriptor = getDescriptor().getMessageTypes().get(5); - internal_static_google_api_PhpSettings_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_PhpSettings_descriptor, - new java.lang.String[] { - "Common", - }); - internal_static_google_api_PythonSettings_descriptor = getDescriptor().getMessageTypes().get(6); - internal_static_google_api_PythonSettings_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_PythonSettings_descriptor, - new java.lang.String[] { - "Common", - }); - internal_static_google_api_NodeSettings_descriptor = getDescriptor().getMessageTypes().get(7); - internal_static_google_api_NodeSettings_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_NodeSettings_descriptor, - new java.lang.String[] { - "Common", - }); - internal_static_google_api_DotnetSettings_descriptor = getDescriptor().getMessageTypes().get(8); - internal_static_google_api_DotnetSettings_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_DotnetSettings_descriptor, - new java.lang.String[] { - "Common", - }); - internal_static_google_api_RubySettings_descriptor = getDescriptor().getMessageTypes().get(9); - internal_static_google_api_RubySettings_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_RubySettings_descriptor, - new java.lang.String[] { - "Common", - }); - internal_static_google_api_GoSettings_descriptor = getDescriptor().getMessageTypes().get(10); - internal_static_google_api_GoSettings_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_GoSettings_descriptor, - new java.lang.String[] { - "Common", - }); - internal_static_google_api_MethodSettings_descriptor = - getDescriptor().getMessageTypes().get(11); - internal_static_google_api_MethodSettings_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_MethodSettings_descriptor, - new java.lang.String[] { - "Selector", "LongRunning", - }); - internal_static_google_api_MethodSettings_LongRunning_descriptor = - internal_static_google_api_MethodSettings_descriptor.getNestedTypes().get(0); - internal_static_google_api_MethodSettings_LongRunning_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_MethodSettings_LongRunning_descriptor, - new java.lang.String[] { - "InitialPollDelay", "PollDelayMultiplier", "MaxPollDelay", "TotalPollTimeout", - }); - methodSignature.internalInit(descriptor.getExtensions().get(0)); - defaultHost.internalInit(descriptor.getExtensions().get(1)); - oauthScopes.internalInit(descriptor.getExtensions().get(2)); - com.google.api.LaunchStageProto.getDescriptor(); - com.google.protobuf.DescriptorProtos.getDescriptor(); - com.google.protobuf.DurationProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ConfigChangeProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ConfigChangeProto.java deleted file mode 100644 index d9573bcdfd..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ConfigChangeProto.java +++ /dev/null @@ -1,79 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/api/config_change.proto - -package com.google.api; - -public final class ConfigChangeProto { - private ConfigChangeProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_ConfigChange_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_ConfigChange_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_Advice_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_Advice_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\036google/api/config_change.proto\022\ngoogle" - + ".api\"\227\001\n\014ConfigChange\022\017\n\007element\030\001 \001(\t\022\021" - + "\n\told_value\030\002 \001(\t\022\021\n\tnew_value\030\003 \001(\t\022+\n\013" - + "change_type\030\004 \001(\0162\026.google.api.ChangeTyp" - + "e\022#\n\007advices\030\005 \003(\0132\022.google.api.Advice\"\035" - + "\n\006Advice\022\023\n\013description\030\002 \001(\t*O\n\nChangeT" - + "ype\022\033\n\027CHANGE_TYPE_UNSPECIFIED\020\000\022\t\n\005ADDE" - + "D\020\001\022\013\n\007REMOVED\020\002\022\014\n\010MODIFIED\020\003Bq\n\016com.go" - + "ogle.apiB\021ConfigChangeProtoP\001ZCgoogle.go" - + "lang.org/genproto/googleapis/api/configc" - + "hange;configchange\242\002\004GAPIb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - internal_static_google_api_ConfigChange_descriptor = getDescriptor().getMessageTypes().get(0); - internal_static_google_api_ConfigChange_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_ConfigChange_descriptor, - new java.lang.String[] { - "Element", "OldValue", "NewValue", "ChangeType", "Advices", - }); - internal_static_google_api_Advice_descriptor = getDescriptor().getMessageTypes().get(1); - internal_static_google_api_Advice_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_Advice_descriptor, - new java.lang.String[] { - "Description", - }); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ConsumerProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ConsumerProto.java deleted file mode 100644 index 474e18306c..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ConsumerProto.java +++ /dev/null @@ -1,79 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/api/consumer.proto - -package com.google.api; - -public final class ConsumerProto { - private ConsumerProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_ProjectProperties_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_ProjectProperties_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_Property_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_Property_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\031google/api/consumer.proto\022\ngoogle.api\"" - + "=\n\021ProjectProperties\022(\n\nproperties\030\001 \003(\013" - + "2\024.google.api.Property\"\254\001\n\010Property\022\014\n\004n" - + "ame\030\001 \001(\t\022/\n\004type\030\002 \001(\0162!.google.api.Pro" - + "perty.PropertyType\022\023\n\013description\030\003 \001(\t\"" - + "L\n\014PropertyType\022\017\n\013UNSPECIFIED\020\000\022\t\n\005INT6" - + "4\020\001\022\010\n\004BOOL\020\002\022\n\n\006STRING\020\003\022\n\n\006DOUBLE\020\004Bh\n" - + "\016com.google.apiB\rConsumerProtoP\001ZEgoogle" - + ".golang.org/genproto/googleapis/api/serv" - + "iceconfig;serviceconfigb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - internal_static_google_api_ProjectProperties_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_api_ProjectProperties_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_ProjectProperties_descriptor, - new java.lang.String[] { - "Properties", - }); - internal_static_google_api_Property_descriptor = getDescriptor().getMessageTypes().get(1); - internal_static_google_api_Property_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_Property_descriptor, - new java.lang.String[] { - "Name", "Type", "Description", - }); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ContextProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ContextProto.java deleted file mode 100644 index c06990e8c2..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ContextProto.java +++ /dev/null @@ -1,81 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/api/context.proto - -package com.google.api; - -public final class ContextProto { - private ContextProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_Context_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_Context_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_ContextRule_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_ContextRule_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\030google/api/context.proto\022\ngoogle.api\"1" - + "\n\007Context\022&\n\005rules\030\001 \003(\0132\027.google.api.Co" - + "ntextRule\"\215\001\n\013ContextRule\022\020\n\010selector\030\001 " - + "\001(\t\022\021\n\trequested\030\002 \003(\t\022\020\n\010provided\030\003 \003(\t" - + "\022\"\n\032allowed_request_extensions\030\004 \003(\t\022#\n\033" - + "allowed_response_extensions\030\005 \003(\tBn\n\016com" - + ".google.apiB\014ContextProtoP\001ZEgoogle.gola" - + "ng.org/genproto/googleapis/api/serviceco" - + "nfig;serviceconfig\242\002\004GAPIb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - internal_static_google_api_Context_descriptor = getDescriptor().getMessageTypes().get(0); - internal_static_google_api_Context_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_Context_descriptor, - new java.lang.String[] { - "Rules", - }); - internal_static_google_api_ContextRule_descriptor = getDescriptor().getMessageTypes().get(1); - internal_static_google_api_ContextRule_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_ContextRule_descriptor, - new java.lang.String[] { - "Selector", - "Requested", - "Provided", - "AllowedRequestExtensions", - "AllowedResponseExtensions", - }); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ControlProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ControlProto.java deleted file mode 100644 index f315b5ddd4..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ControlProto.java +++ /dev/null @@ -1,62 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/api/control.proto - -package com.google.api; - -public final class ControlProto { - private ControlProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_Control_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_Control_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\030google/api/control.proto\022\ngoogle.api\"\036" - + "\n\007Control\022\023\n\013environment\030\001 \001(\tBn\n\016com.go" - + "ogle.apiB\014ControlProtoP\001ZEgoogle.golang." - + "org/genproto/googleapis/api/serviceconfi" - + "g;serviceconfig\242\002\004GAPIb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - internal_static_google_api_Control_descriptor = getDescriptor().getMessageTypes().get(0); - internal_static_google_api_Control_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_Control_descriptor, - new java.lang.String[] { - "Environment", - }); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/DistributionProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/DistributionProto.java deleted file mode 100644 index 3237218949..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/DistributionProto.java +++ /dev/null @@ -1,169 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/api/distribution.proto - -package com.google.api; - -public final class DistributionProto { - private DistributionProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_Distribution_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_Distribution_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_Distribution_Range_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_Distribution_Range_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_Distribution_BucketOptions_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_Distribution_BucketOptions_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_Distribution_BucketOptions_Linear_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_Distribution_BucketOptions_Linear_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_Distribution_BucketOptions_Exponential_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_Distribution_BucketOptions_Exponential_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_Distribution_BucketOptions_Explicit_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_Distribution_BucketOptions_Explicit_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_Distribution_Exemplar_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_Distribution_Exemplar_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\035google/api/distribution.proto\022\ngoogle." - + "api\032\031google/protobuf/any.proto\032\037google/p" - + "rotobuf/timestamp.proto\"\331\006\n\014Distribution" - + "\022\r\n\005count\030\001 \001(\003\022\014\n\004mean\030\002 \001(\001\022 \n\030sum_of_" - + "squared_deviation\030\003 \001(\001\022-\n\005range\030\004 \001(\0132\036" - + ".google.api.Distribution.Range\022>\n\016bucket" - + "_options\030\006 \001(\0132&.google.api.Distribution" - + ".BucketOptions\022\025\n\rbucket_counts\030\007 \003(\003\0224\n" - + "\texemplars\030\n \003(\0132!.google.api.Distributi" - + "on.Exemplar\032!\n\005Range\022\013\n\003min\030\001 \001(\001\022\013\n\003max" - + "\030\002 \001(\001\032\265\003\n\rBucketOptions\022G\n\016linear_bucke" - + "ts\030\001 \001(\0132-.google.api.Distribution.Bucke" - + "tOptions.LinearH\000\022Q\n\023exponential_buckets" - + "\030\002 \001(\01322.google.api.Distribution.BucketO" - + "ptions.ExponentialH\000\022K\n\020explicit_buckets" - + "\030\003 \001(\0132/.google.api.Distribution.BucketO" - + "ptions.ExplicitH\000\032C\n\006Linear\022\032\n\022num_finit" - + "e_buckets\030\001 \001(\005\022\r\n\005width\030\002 \001(\001\022\016\n\006offset" - + "\030\003 \001(\001\032O\n\013Exponential\022\032\n\022num_finite_buck" - + "ets\030\001 \001(\005\022\025\n\rgrowth_factor\030\002 \001(\001\022\r\n\005scal" - + "e\030\003 \001(\001\032\032\n\010Explicit\022\016\n\006bounds\030\001 \003(\001B\t\n\007o" - + "ptions\032s\n\010Exemplar\022\r\n\005value\030\001 \001(\001\022-\n\ttim" - + "estamp\030\002 \001(\0132\032.google.protobuf.Timestamp" - + "\022)\n\013attachments\030\003 \003(\0132\024.google.protobuf." - + "AnyBq\n\016com.google.apiB\021DistributionProto" - + "P\001ZCgoogle.golang.org/genproto/googleapi" - + "s/api/distribution;distribution\242\002\004GAPIb\006" - + "proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.protobuf.AnyProto.getDescriptor(), - com.google.protobuf.TimestampProto.getDescriptor(), - }); - internal_static_google_api_Distribution_descriptor = getDescriptor().getMessageTypes().get(0); - internal_static_google_api_Distribution_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_Distribution_descriptor, - new java.lang.String[] { - "Count", - "Mean", - "SumOfSquaredDeviation", - "Range", - "BucketOptions", - "BucketCounts", - "Exemplars", - }); - internal_static_google_api_Distribution_Range_descriptor = - internal_static_google_api_Distribution_descriptor.getNestedTypes().get(0); - internal_static_google_api_Distribution_Range_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_Distribution_Range_descriptor, - new java.lang.String[] { - "Min", "Max", - }); - internal_static_google_api_Distribution_BucketOptions_descriptor = - internal_static_google_api_Distribution_descriptor.getNestedTypes().get(1); - internal_static_google_api_Distribution_BucketOptions_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_Distribution_BucketOptions_descriptor, - new java.lang.String[] { - "LinearBuckets", "ExponentialBuckets", "ExplicitBuckets", "Options", - }); - internal_static_google_api_Distribution_BucketOptions_Linear_descriptor = - internal_static_google_api_Distribution_BucketOptions_descriptor.getNestedTypes().get(0); - internal_static_google_api_Distribution_BucketOptions_Linear_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_Distribution_BucketOptions_Linear_descriptor, - new java.lang.String[] { - "NumFiniteBuckets", "Width", "Offset", - }); - internal_static_google_api_Distribution_BucketOptions_Exponential_descriptor = - internal_static_google_api_Distribution_BucketOptions_descriptor.getNestedTypes().get(1); - internal_static_google_api_Distribution_BucketOptions_Exponential_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_Distribution_BucketOptions_Exponential_descriptor, - new java.lang.String[] { - "NumFiniteBuckets", "GrowthFactor", "Scale", - }); - internal_static_google_api_Distribution_BucketOptions_Explicit_descriptor = - internal_static_google_api_Distribution_BucketOptions_descriptor.getNestedTypes().get(2); - internal_static_google_api_Distribution_BucketOptions_Explicit_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_Distribution_BucketOptions_Explicit_descriptor, - new java.lang.String[] { - "Bounds", - }); - internal_static_google_api_Distribution_Exemplar_descriptor = - internal_static_google_api_Distribution_descriptor.getNestedTypes().get(2); - internal_static_google_api_Distribution_Exemplar_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_Distribution_Exemplar_descriptor, - new java.lang.String[] { - "Value", "Timestamp", "Attachments", - }); - com.google.protobuf.AnyProto.getDescriptor(); - com.google.protobuf.TimestampProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/DocumentationProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/DocumentationProto.java deleted file mode 100644 index e15d06447c..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/DocumentationProto.java +++ /dev/null @@ -1,94 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/api/documentation.proto - -package com.google.api; - -public final class DocumentationProto { - private DocumentationProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_Documentation_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_Documentation_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_DocumentationRule_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_DocumentationRule_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_Page_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_Page_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\036google/api/documentation.proto\022\ngoogle" - + ".api\"\273\001\n\rDocumentation\022\017\n\007summary\030\001 \001(\t\022" - + "\037\n\005pages\030\005 \003(\0132\020.google.api.Page\022,\n\005rule" - + "s\030\003 \003(\0132\035.google.api.DocumentationRule\022\036" - + "\n\026documentation_root_url\030\004 \001(\t\022\030\n\020servic" - + "e_root_url\030\006 \001(\t\022\020\n\010overview\030\002 \001(\t\"[\n\021Do" - + "cumentationRule\022\020\n\010selector\030\001 \001(\t\022\023\n\013des" - + "cription\030\002 \001(\t\022\037\n\027deprecation_descriptio" - + "n\030\003 \001(\t\"I\n\004Page\022\014\n\004name\030\001 \001(\t\022\017\n\007content" - + "\030\002 \001(\t\022\"\n\010subpages\030\003 \003(\0132\020.google.api.Pa" - + "geBt\n\016com.google.apiB\022DocumentationProto" - + "P\001ZEgoogle.golang.org/genproto/googleapi" - + "s/api/serviceconfig;serviceconfig\242\002\004GAPI" - + "b\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - internal_static_google_api_Documentation_descriptor = getDescriptor().getMessageTypes().get(0); - internal_static_google_api_Documentation_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_Documentation_descriptor, - new java.lang.String[] { - "Summary", "Pages", "Rules", "DocumentationRootUrl", "ServiceRootUrl", "Overview", - }); - internal_static_google_api_DocumentationRule_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_api_DocumentationRule_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_DocumentationRule_descriptor, - new java.lang.String[] { - "Selector", "Description", "DeprecationDescription", - }); - internal_static_google_api_Page_descriptor = getDescriptor().getMessageTypes().get(2); - internal_static_google_api_Page_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_Page_descriptor, - new java.lang.String[] { - "Name", "Content", "Subpages", - }); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/EndpointProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/EndpointProto.java deleted file mode 100644 index 196f1b64f6..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/EndpointProto.java +++ /dev/null @@ -1,64 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/api/endpoint.proto - -package com.google.api; - -public final class EndpointProto { - private EndpointProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_Endpoint_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_Endpoint_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\031google/api/endpoint.proto\022\ngoogle.api\"" - + "Q\n\010Endpoint\022\014\n\004name\030\001 \001(\t\022\023\n\007aliases\030\002 \003" - + "(\tB\002\030\001\022\016\n\006target\030e \001(\t\022\022\n\nallow_cors\030\005 \001" - + "(\010Bo\n\016com.google.apiB\rEndpointProtoP\001ZEg" - + "oogle.golang.org/genproto/googleapis/api" - + "/serviceconfig;serviceconfig\242\002\004GAPIb\006pro" - + "to3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - internal_static_google_api_Endpoint_descriptor = getDescriptor().getMessageTypes().get(0); - internal_static_google_api_Endpoint_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_Endpoint_descriptor, - new java.lang.String[] { - "Name", "Aliases", "Target", "AllowCors", - }); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ErrorReasonProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ErrorReasonProto.java deleted file mode 100644 index 406d7c3554..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ErrorReasonProto.java +++ /dev/null @@ -1,70 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/api/error_reason.proto - -package com.google.api; - -public final class ErrorReasonProto { - private ErrorReasonProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\035google/api/error_reason.proto\022\ngoogle." - + "api*\300\006\n\013ErrorReason\022\034\n\030ERROR_REASON_UNSP" - + "ECIFIED\020\000\022\024\n\020SERVICE_DISABLED\020\001\022\024\n\020BILLI" - + "NG_DISABLED\020\002\022\023\n\017API_KEY_INVALID\020\003\022\033\n\027AP" - + "I_KEY_SERVICE_BLOCKED\020\004\022!\n\035API_KEY_HTTP_" - + "REFERRER_BLOCKED\020\007\022\036\n\032API_KEY_IP_ADDRESS" - + "_BLOCKED\020\010\022\037\n\033API_KEY_ANDROID_APP_BLOCKE" - + "D\020\t\022\033\n\027API_KEY_IOS_APP_BLOCKED\020\r\022\027\n\023RATE" - + "_LIMIT_EXCEEDED\020\005\022\033\n\027RESOURCE_QUOTA_EXCE" - + "EDED\020\006\022 \n\034LOCATION_TAX_POLICY_VIOLATED\020\n" - + "\022\027\n\023USER_PROJECT_DENIED\020\013\022\026\n\022CONSUMER_SU" - + "SPENDED\020\014\022\024\n\020CONSUMER_INVALID\020\016\022\034\n\030SECUR" - + "ITY_POLICY_VIOLATED\020\017\022\030\n\024ACCESS_TOKEN_EX" - + "PIRED\020\020\022#\n\037ACCESS_TOKEN_SCOPE_INSUFFICIE" - + "NT\020\021\022\031\n\025ACCOUNT_STATE_INVALID\020\022\022!\n\035ACCES" - + "S_TOKEN_TYPE_UNSUPPORTED\020\023\022\027\n\023CREDENTIAL" - + "S_MISSING\020\024\022\034\n\030RESOURCE_PROJECT_INVALID\020" - + "\025\022\032\n\026SESSION_COOKIE_INVALID\020\027\022\031\n\025USER_BL" - + "OCKED_BY_ADMIN\020\030\022\'\n#RESOURCE_USAGE_RESTR" - + "ICTION_VIOLATED\020\031\022 \n\034SYSTEM_PARAMETER_UN" - + "SUPPORTED\020\032\022\035\n\031ORG_RESTRICTION_VIOLATION" - + "\020\033\022\"\n\036ORG_RESTRICTION_HEADER_INVALID\020\034Bp" - + "\n\016com.google.apiB\020ErrorReasonProtoP\001ZCgo" - + "ogle.golang.org/genproto/googleapis/api/" - + "error_reason;error_reason\242\002\004GAPIb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/FieldBehaviorProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/FieldBehaviorProto.java deleted file mode 100644 index 07ab7e51a0..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/FieldBehaviorProto.java +++ /dev/null @@ -1,90 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/api/field_behavior.proto - -package com.google.api; - -public final class FieldBehaviorProto { - private FieldBehaviorProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) { - registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); - } - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - public static final int FIELD_BEHAVIOR_FIELD_NUMBER = 1052; - /** - * - * - *
-   * A designation of a specific field behavior (required, output only, etc.)
-   * in protobuf messages.
-   * Examples:
-   *   string name = 1 [(google.api.field_behavior) = REQUIRED];
-   *   State state = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
-   *   google.protobuf.Duration ttl = 1
-   *     [(google.api.field_behavior) = INPUT_ONLY];
-   *   google.protobuf.Timestamp expire_time = 1
-   *     [(google.api.field_behavior) = OUTPUT_ONLY,
-   *      (google.api.field_behavior) = IMMUTABLE];
-   * 
- * - * extend .google.protobuf.FieldOptions { ... } - */ - public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< - com.google.protobuf.DescriptorProtos.FieldOptions, - java.util.List> - fieldBehavior = - com.google.protobuf.GeneratedMessage.newFileScopedGeneratedExtension( - com.google.api.FieldBehavior.class, null); - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\037google/api/field_behavior.proto\022\ngoogl" - + "e.api\032 google/protobuf/descriptor.proto*" - + "\246\001\n\rFieldBehavior\022\036\n\032FIELD_BEHAVIOR_UNSP" - + "ECIFIED\020\000\022\014\n\010OPTIONAL\020\001\022\014\n\010REQUIRED\020\002\022\017\n" - + "\013OUTPUT_ONLY\020\003\022\016\n\nINPUT_ONLY\020\004\022\r\n\tIMMUTA" - + "BLE\020\005\022\022\n\016UNORDERED_LIST\020\006\022\025\n\021NON_EMPTY_D" - + "EFAULT\020\007:Q\n\016field_behavior\022\035.google.prot" - + "obuf.FieldOptions\030\234\010 \003(\0162\031.google.api.Fi" - + "eldBehaviorBp\n\016com.google.apiB\022FieldBeha" - + "viorProtoP\001ZAgoogle.golang.org/genproto/" - + "googleapis/api/annotations;annotations\242\002" - + "\004GAPIb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.protobuf.DescriptorProtos.getDescriptor(), - }); - fieldBehavior.internalInit(descriptor.getExtensions().get(0)); - com.google.protobuf.DescriptorProtos.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/HttpBodyProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/HttpBodyProto.java deleted file mode 100644 index b136b6924b..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/HttpBodyProto.java +++ /dev/null @@ -1,68 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/api/httpbody.proto - -package com.google.api; - -public final class HttpBodyProto { - private HttpBodyProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_HttpBody_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_HttpBody_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\031google/api/httpbody.proto\022\ngoogle.api\032" - + "\031google/protobuf/any.proto\"X\n\010HttpBody\022\024" - + "\n\014content_type\030\001 \001(\t\022\014\n\004data\030\002 \001(\014\022(\n\nex" - + "tensions\030\003 \003(\0132\024.google.protobuf.AnyBh\n\016" - + "com.google.apiB\rHttpBodyProtoP\001Z;google." - + "golang.org/genproto/googleapis/api/httpb" - + "ody;httpbody\370\001\001\242\002\004GAPIb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.protobuf.AnyProto.getDescriptor(), - }); - internal_static_google_api_HttpBody_descriptor = getDescriptor().getMessageTypes().get(0); - internal_static_google_api_HttpBody_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_HttpBody_descriptor, - new java.lang.String[] { - "ContentType", "Data", "Extensions", - }); - com.google.protobuf.AnyProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/HttpProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/HttpProto.java deleted file mode 100644 index 02dfa316be..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/HttpProto.java +++ /dev/null @@ -1,104 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/api/http.proto - -package com.google.api; - -public final class HttpProto { - private HttpProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_Http_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_Http_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_HttpRule_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_HttpRule_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_CustomHttpPattern_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_CustomHttpPattern_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\025google/api/http.proto\022\ngoogle.api\"T\n\004H" - + "ttp\022#\n\005rules\030\001 \003(\0132\024.google.api.HttpRule" - + "\022\'\n\037fully_decode_reserved_expansion\030\002 \001(" - + "\010\"\201\002\n\010HttpRule\022\020\n\010selector\030\001 \001(\t\022\r\n\003get\030" - + "\002 \001(\tH\000\022\r\n\003put\030\003 \001(\tH\000\022\016\n\004post\030\004 \001(\tH\000\022\020" - + "\n\006delete\030\005 \001(\tH\000\022\017\n\005patch\030\006 \001(\tH\000\022/\n\006cus" - + "tom\030\010 \001(\0132\035.google.api.CustomHttpPattern" - + "H\000\022\014\n\004body\030\007 \001(\t\022\025\n\rresponse_body\030\014 \001(\t\022" - + "1\n\023additional_bindings\030\013 \003(\0132\024.google.ap" - + "i.HttpRuleB\t\n\007pattern\"/\n\021CustomHttpPatte" - + "rn\022\014\n\004kind\030\001 \001(\t\022\014\n\004path\030\002 \001(\tBj\n\016com.go" - + "ogle.apiB\tHttpProtoP\001ZAgoogle.golang.org" - + "/genproto/googleapis/api/annotations;ann" - + "otations\370\001\001\242\002\004GAPIb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - internal_static_google_api_Http_descriptor = getDescriptor().getMessageTypes().get(0); - internal_static_google_api_Http_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_Http_descriptor, - new java.lang.String[] { - "Rules", "FullyDecodeReservedExpansion", - }); - internal_static_google_api_HttpRule_descriptor = getDescriptor().getMessageTypes().get(1); - internal_static_google_api_HttpRule_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_HttpRule_descriptor, - new java.lang.String[] { - "Selector", - "Get", - "Put", - "Post", - "Delete", - "Patch", - "Custom", - "Body", - "ResponseBody", - "AdditionalBindings", - "Pattern", - }); - internal_static_google_api_CustomHttpPattern_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_google_api_CustomHttpPattern_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_CustomHttpPattern_descriptor, - new java.lang.String[] { - "Kind", "Path", - }); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/LabelProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/LabelProto.java deleted file mode 100644 index 4a32bc4b8a..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/LabelProto.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/api/label.proto - -package com.google.api; - -public final class LabelProto { - private LabelProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_LabelDescriptor_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_LabelDescriptor_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\026google/api/label.proto\022\ngoogle.api\"\234\001\n" - + "\017LabelDescriptor\022\013\n\003key\030\001 \001(\t\0229\n\nvalue_t" - + "ype\030\002 \001(\0162%.google.api.LabelDescriptor.V" - + "alueType\022\023\n\013description\030\003 \001(\t\",\n\tValueTy" - + "pe\022\n\n\006STRING\020\000\022\010\n\004BOOL\020\001\022\t\n\005INT64\020\002B_\n\016c" - + "om.google.apiB\nLabelProtoP\001Z5google.gola" - + "ng.org/genproto/googleapis/api/label;lab" - + "el\370\001\001\242\002\004GAPIb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - internal_static_google_api_LabelDescriptor_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_api_LabelDescriptor_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_LabelDescriptor_descriptor, - new java.lang.String[] { - "Key", "ValueType", "Description", - }); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/LaunchStageProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/LaunchStageProto.java deleted file mode 100644 index acc85f9403..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/LaunchStageProto.java +++ /dev/null @@ -1,53 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/api/launch_stage.proto - -package com.google.api; - -public final class LaunchStageProto { - private LaunchStageProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\035google/api/launch_stage.proto\022\ngoogle." - + "api*\214\001\n\013LaunchStage\022\034\n\030LAUNCH_STAGE_UNSP" - + "ECIFIED\020\000\022\021\n\rUNIMPLEMENTED\020\006\022\r\n\tPRELAUNC" - + "H\020\007\022\020\n\014EARLY_ACCESS\020\001\022\t\n\005ALPHA\020\002\022\010\n\004BETA" - + "\020\003\022\006\n\002GA\020\004\022\016\n\nDEPRECATED\020\005BZ\n\016com.google" - + ".apiB\020LaunchStageProtoP\001Z-google.golang." - + "org/genproto/googleapis/api;api\242\002\004GAPIb\006" - + "proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/LogProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/LogProto.java deleted file mode 100644 index 2aaad09035..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/LogProto.java +++ /dev/null @@ -1,69 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/api/log.proto - -package com.google.api; - -public final class LogProto { - private LogProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_LogDescriptor_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_LogDescriptor_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\024google/api/log.proto\022\ngoogle.api\032\026goog" - + "le/api/label.proto\"u\n\rLogDescriptor\022\014\n\004n" - + "ame\030\001 \001(\t\022+\n\006labels\030\002 \003(\0132\033.google.api.L" - + "abelDescriptor\022\023\n\013description\030\003 \001(\t\022\024\n\014d" - + "isplay_name\030\004 \001(\tBj\n\016com.google.apiB\010Log" - + "ProtoP\001ZEgoogle.golang.org/genproto/goog" - + "leapis/api/serviceconfig;serviceconfig\242\002" - + "\004GAPIb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.LabelProto.getDescriptor(), - }); - internal_static_google_api_LogDescriptor_descriptor = getDescriptor().getMessageTypes().get(0); - internal_static_google_api_LogDescriptor_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_LogDescriptor_descriptor, - new java.lang.String[] { - "Name", "Labels", "Description", "DisplayName", - }); - com.google.api.LabelProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/LoggingProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/LoggingProto.java deleted file mode 100644 index 43c8d73225..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/LoggingProto.java +++ /dev/null @@ -1,79 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/api/logging.proto - -package com.google.api; - -public final class LoggingProto { - private LoggingProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_Logging_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_Logging_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_Logging_LoggingDestination_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_Logging_LoggingDestination_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\030google/api/logging.proto\022\ngoogle.api\"\327" - + "\001\n\007Logging\022E\n\025producer_destinations\030\001 \003(" - + "\0132&.google.api.Logging.LoggingDestinatio" - + "n\022E\n\025consumer_destinations\030\002 \003(\0132&.googl" - + "e.api.Logging.LoggingDestination\032>\n\022Logg" - + "ingDestination\022\032\n\022monitored_resource\030\003 \001" - + "(\t\022\014\n\004logs\030\001 \003(\tBn\n\016com.google.apiB\014Logg" - + "ingProtoP\001ZEgoogle.golang.org/genproto/g" - + "oogleapis/api/serviceconfig;serviceconfi" - + "g\242\002\004GAPIb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - internal_static_google_api_Logging_descriptor = getDescriptor().getMessageTypes().get(0); - internal_static_google_api_Logging_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_Logging_descriptor, - new java.lang.String[] { - "ProducerDestinations", "ConsumerDestinations", - }); - internal_static_google_api_Logging_LoggingDestination_descriptor = - internal_static_google_api_Logging_descriptor.getNestedTypes().get(0); - internal_static_google_api_Logging_LoggingDestination_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_Logging_LoggingDestination_descriptor, - new java.lang.String[] { - "MonitoredResource", "Logs", - }); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MetricProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MetricProto.java deleted file mode 100644 index 43d694522c..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MetricProto.java +++ /dev/null @@ -1,140 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/api/metric.proto - -package com.google.api; - -public final class MetricProto { - private MetricProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_MetricDescriptor_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_MetricDescriptor_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_MetricDescriptor_MetricDescriptorMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_MetricDescriptor_MetricDescriptorMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_Metric_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_Metric_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_Metric_LabelsEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_Metric_LabelsEntry_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\027google/api/metric.proto\022\ngoogle.api\032\026g" - + "oogle/api/label.proto\032\035google/api/launch" - + "_stage.proto\032\036google/protobuf/duration.p" - + "roto\"\237\006\n\020MetricDescriptor\022\014\n\004name\030\001 \001(\t\022" - + "\014\n\004type\030\010 \001(\t\022+\n\006labels\030\002 \003(\0132\033.google.a" - + "pi.LabelDescriptor\022<\n\013metric_kind\030\003 \001(\0162" - + "\'.google.api.MetricDescriptor.MetricKind" - + "\022:\n\nvalue_type\030\004 \001(\0162&.google.api.Metric" - + "Descriptor.ValueType\022\014\n\004unit\030\005 \001(\t\022\023\n\013de" - + "scription\030\006 \001(\t\022\024\n\014display_name\030\007 \001(\t\022G\n" - + "\010metadata\030\n \001(\01325.google.api.MetricDescr" - + "iptor.MetricDescriptorMetadata\022-\n\014launch" - + "_stage\030\014 \001(\0162\027.google.api.LaunchStage\022 \n" - + "\030monitored_resource_types\030\r \003(\t\032\260\001\n\030Metr" - + "icDescriptorMetadata\0221\n\014launch_stage\030\001 \001" - + "(\0162\027.google.api.LaunchStageB\002\030\001\0220\n\rsampl" - + "e_period\030\002 \001(\0132\031.google.protobuf.Duratio" - + "n\022/\n\014ingest_delay\030\003 \001(\0132\031.google.protobu" - + "f.Duration\"O\n\nMetricKind\022\033\n\027METRIC_KIND_" - + "UNSPECIFIED\020\000\022\t\n\005GAUGE\020\001\022\t\n\005DELTA\020\002\022\016\n\nC" - + "UMULATIVE\020\003\"q\n\tValueType\022\032\n\026VALUE_TYPE_U" - + "NSPECIFIED\020\000\022\010\n\004BOOL\020\001\022\t\n\005INT64\020\002\022\n\n\006DOU" - + "BLE\020\003\022\n\n\006STRING\020\004\022\020\n\014DISTRIBUTION\020\005\022\t\n\005M" - + "ONEY\020\006\"u\n\006Metric\022\014\n\004type\030\003 \001(\t\022.\n\006labels" - + "\030\002 \003(\0132\036.google.api.Metric.LabelsEntry\032-" - + "\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(" - + "\t:\0028\001B_\n\016com.google.apiB\013MetricProtoP\001Z7" - + "google.golang.org/genproto/googleapis/ap" - + "i/metric;metric\242\002\004GAPIb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.LabelProto.getDescriptor(), - com.google.api.LaunchStageProto.getDescriptor(), - com.google.protobuf.DurationProto.getDescriptor(), - }); - internal_static_google_api_MetricDescriptor_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_api_MetricDescriptor_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_MetricDescriptor_descriptor, - new java.lang.String[] { - "Name", - "Type", - "Labels", - "MetricKind", - "ValueType", - "Unit", - "Description", - "DisplayName", - "Metadata", - "LaunchStage", - "MonitoredResourceTypes", - }); - internal_static_google_api_MetricDescriptor_MetricDescriptorMetadata_descriptor = - internal_static_google_api_MetricDescriptor_descriptor.getNestedTypes().get(0); - internal_static_google_api_MetricDescriptor_MetricDescriptorMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_MetricDescriptor_MetricDescriptorMetadata_descriptor, - new java.lang.String[] { - "LaunchStage", "SamplePeriod", "IngestDelay", - }); - internal_static_google_api_Metric_descriptor = getDescriptor().getMessageTypes().get(1); - internal_static_google_api_Metric_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_Metric_descriptor, - new java.lang.String[] { - "Type", "Labels", - }); - internal_static_google_api_Metric_LabelsEntry_descriptor = - internal_static_google_api_Metric_descriptor.getNestedTypes().get(0); - internal_static_google_api_Metric_LabelsEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_Metric_LabelsEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - com.google.api.LabelProto.getDescriptor(); - com.google.api.LaunchStageProto.getDescriptor(); - com.google.protobuf.DurationProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceProto.java deleted file mode 100644 index 4d4a2321fd..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceProto.java +++ /dev/null @@ -1,135 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/api/monitored_resource.proto - -package com.google.api; - -public final class MonitoredResourceProto { - private MonitoredResourceProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_MonitoredResourceDescriptor_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_MonitoredResourceDescriptor_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_MonitoredResource_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_MonitoredResource_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_MonitoredResource_LabelsEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_MonitoredResource_LabelsEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_MonitoredResourceMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_MonitoredResourceMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_MonitoredResourceMetadata_UserLabelsEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_MonitoredResourceMetadata_UserLabelsEntry_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n#google/api/monitored_resource.proto\022\ng" - + "oogle.api\032\026google/api/label.proto\032\035googl" - + "e/api/launch_stage.proto\032\034google/protobu" - + "f/struct.proto\"\300\001\n\033MonitoredResourceDesc" - + "riptor\022\014\n\004name\030\005 \001(\t\022\014\n\004type\030\001 \001(\t\022\024\n\014di" - + "splay_name\030\002 \001(\t\022\023\n\013description\030\003 \001(\t\022+\n" - + "\006labels\030\004 \003(\0132\033.google.api.LabelDescript" - + "or\022-\n\014launch_stage\030\007 \001(\0162\027.google.api.La" - + "unchStage\"\213\001\n\021MonitoredResource\022\014\n\004type\030" - + "\001 \001(\t\0229\n\006labels\030\002 \003(\0132).google.api.Monit" - + "oredResource.LabelsEntry\032-\n\013LabelsEntry\022" - + "\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"\312\001\n\031Moni" - + "toredResourceMetadata\022.\n\rsystem_labels\030\001" - + " \001(\0132\027.google.protobuf.Struct\022J\n\013user_la" - + "bels\030\002 \003(\01325.google.api.MonitoredResourc" - + "eMetadata.UserLabelsEntry\0321\n\017UserLabelsE" - + "ntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001By\n\016" - + "com.google.apiB\026MonitoredResourceProtoP\001" - + "ZCgoogle.golang.org/genproto/googleapis/" - + "api/monitoredres;monitoredres\370\001\001\242\002\004GAPIb" - + "\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.LabelProto.getDescriptor(), - com.google.api.LaunchStageProto.getDescriptor(), - com.google.protobuf.StructProto.getDescriptor(), - }); - internal_static_google_api_MonitoredResourceDescriptor_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_api_MonitoredResourceDescriptor_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_MonitoredResourceDescriptor_descriptor, - new java.lang.String[] { - "Name", "Type", "DisplayName", "Description", "Labels", "LaunchStage", - }); - internal_static_google_api_MonitoredResource_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_api_MonitoredResource_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_MonitoredResource_descriptor, - new java.lang.String[] { - "Type", "Labels", - }); - internal_static_google_api_MonitoredResource_LabelsEntry_descriptor = - internal_static_google_api_MonitoredResource_descriptor.getNestedTypes().get(0); - internal_static_google_api_MonitoredResource_LabelsEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_MonitoredResource_LabelsEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - internal_static_google_api_MonitoredResourceMetadata_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_google_api_MonitoredResourceMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_MonitoredResourceMetadata_descriptor, - new java.lang.String[] { - "SystemLabels", "UserLabels", - }); - internal_static_google_api_MonitoredResourceMetadata_UserLabelsEntry_descriptor = - internal_static_google_api_MonitoredResourceMetadata_descriptor.getNestedTypes().get(0); - internal_static_google_api_MonitoredResourceMetadata_UserLabelsEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_MonitoredResourceMetadata_UserLabelsEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - com.google.api.LabelProto.getDescriptor(); - com.google.api.LaunchStageProto.getDescriptor(); - com.google.protobuf.StructProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MonitoringProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MonitoringProto.java deleted file mode 100644 index f71eac12f1..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MonitoringProto.java +++ /dev/null @@ -1,80 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/api/monitoring.proto - -package com.google.api; - -public final class MonitoringProto { - private MonitoringProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_Monitoring_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_Monitoring_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_Monitoring_MonitoringDestination_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_Monitoring_MonitoringDestination_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\033google/api/monitoring.proto\022\ngoogle.ap" - + "i\"\354\001\n\nMonitoring\022K\n\025producer_destination" - + "s\030\001 \003(\0132,.google.api.Monitoring.Monitori" - + "ngDestination\022K\n\025consumer_destinations\030\002" - + " \003(\0132,.google.api.Monitoring.MonitoringD" - + "estination\032D\n\025MonitoringDestination\022\032\n\022m" - + "onitored_resource\030\001 \001(\t\022\017\n\007metrics\030\002 \003(\t" - + "Bq\n\016com.google.apiB\017MonitoringProtoP\001ZEg" - + "oogle.golang.org/genproto/googleapis/api" - + "/serviceconfig;serviceconfig\242\002\004GAPIb\006pro" - + "to3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - internal_static_google_api_Monitoring_descriptor = getDescriptor().getMessageTypes().get(0); - internal_static_google_api_Monitoring_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_Monitoring_descriptor, - new java.lang.String[] { - "ProducerDestinations", "ConsumerDestinations", - }); - internal_static_google_api_Monitoring_MonitoringDestination_descriptor = - internal_static_google_api_Monitoring_descriptor.getNestedTypes().get(0); - internal_static_google_api_Monitoring_MonitoringDestination_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_Monitoring_MonitoringDestination_descriptor, - new java.lang.String[] { - "MonitoredResource", "Metrics", - }); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/QuotaProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/QuotaProto.java deleted file mode 100644 index 33c663c8ef..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/QuotaProto.java +++ /dev/null @@ -1,129 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/api/quota.proto - -package com.google.api; - -public final class QuotaProto { - private QuotaProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_Quota_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_Quota_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_MetricRule_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_MetricRule_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_MetricRule_MetricCostsEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_MetricRule_MetricCostsEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_QuotaLimit_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_QuotaLimit_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_QuotaLimit_ValuesEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_QuotaLimit_ValuesEntry_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\026google/api/quota.proto\022\ngoogle.api\"]\n\005" - + "Quota\022&\n\006limits\030\003 \003(\0132\026.google.api.Quota" - + "Limit\022,\n\014metric_rules\030\004 \003(\0132\026.google.api" - + ".MetricRule\"\221\001\n\nMetricRule\022\020\n\010selector\030\001" - + " \001(\t\022=\n\014metric_costs\030\002 \003(\0132\'.google.api." - + "MetricRule.MetricCostsEntry\0322\n\020MetricCos" - + "tsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\003:\0028\001\"" - + "\225\002\n\nQuotaLimit\022\014\n\004name\030\006 \001(\t\022\023\n\013descript" - + "ion\030\002 \001(\t\022\025\n\rdefault_limit\030\003 \001(\003\022\021\n\tmax_" - + "limit\030\004 \001(\003\022\021\n\tfree_tier\030\007 \001(\003\022\020\n\010durati" - + "on\030\005 \001(\t\022\016\n\006metric\030\010 \001(\t\022\014\n\004unit\030\t \001(\t\0222" - + "\n\006values\030\n \003(\0132\".google.api.QuotaLimit.V" - + "aluesEntry\022\024\n\014display_name\030\014 \001(\t\032-\n\013Valu" - + "esEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\003:\0028\001B" - + "l\n\016com.google.apiB\nQuotaProtoP\001ZEgoogle." - + "golang.org/genproto/googleapis/api/servi" - + "ceconfig;serviceconfig\242\002\004GAPIb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - internal_static_google_api_Quota_descriptor = getDescriptor().getMessageTypes().get(0); - internal_static_google_api_Quota_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_Quota_descriptor, - new java.lang.String[] { - "Limits", "MetricRules", - }); - internal_static_google_api_MetricRule_descriptor = getDescriptor().getMessageTypes().get(1); - internal_static_google_api_MetricRule_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_MetricRule_descriptor, - new java.lang.String[] { - "Selector", "MetricCosts", - }); - internal_static_google_api_MetricRule_MetricCostsEntry_descriptor = - internal_static_google_api_MetricRule_descriptor.getNestedTypes().get(0); - internal_static_google_api_MetricRule_MetricCostsEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_MetricRule_MetricCostsEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - internal_static_google_api_QuotaLimit_descriptor = getDescriptor().getMessageTypes().get(2); - internal_static_google_api_QuotaLimit_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_QuotaLimit_descriptor, - new java.lang.String[] { - "Name", - "Description", - "DefaultLimit", - "MaxLimit", - "FreeTier", - "Duration", - "Metric", - "Unit", - "Values", - "DisplayName", - }); - internal_static_google_api_QuotaLimit_ValuesEntry_descriptor = - internal_static_google_api_QuotaLimit_descriptor.getNestedTypes().get(0); - internal_static_google_api_QuotaLimit_ValuesEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_QuotaLimit_ValuesEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ResourceProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ResourceProto.java deleted file mode 100644 index 80c375e126..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ResourceProto.java +++ /dev/null @@ -1,159 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/api/resource.proto - -package com.google.api; - -public final class ResourceProto { - private ResourceProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) { - registry.add(com.google.api.ResourceProto.resourceReference); - registry.add(com.google.api.ResourceProto.resourceDefinition); - registry.add(com.google.api.ResourceProto.resource); - } - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - public static final int RESOURCE_REFERENCE_FIELD_NUMBER = 1055; - /** - * - * - *
-   * An annotation that describes a resource reference, see
-   * [ResourceReference][].
-   * 
- * - * extend .google.protobuf.FieldOptions { ... } - */ - public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< - com.google.protobuf.DescriptorProtos.FieldOptions, com.google.api.ResourceReference> - resourceReference = - com.google.protobuf.GeneratedMessage.newFileScopedGeneratedExtension( - com.google.api.ResourceReference.class, - com.google.api.ResourceReference.getDefaultInstance()); - - public static final int RESOURCE_DEFINITION_FIELD_NUMBER = 1053; - /** - * - * - *
-   * An annotation that describes a resource definition without a corresponding
-   * message; see [ResourceDescriptor][].
-   * 
- * - * extend .google.protobuf.FileOptions { ... } - */ - public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< - com.google.protobuf.DescriptorProtos.FileOptions, - java.util.List> - resourceDefinition = - com.google.protobuf.GeneratedMessage.newFileScopedGeneratedExtension( - com.google.api.ResourceDescriptor.class, - com.google.api.ResourceDescriptor.getDefaultInstance()); - - public static final int RESOURCE_FIELD_NUMBER = 1053; - /** - * - * - *
-   * An annotation that describes a resource definition, see
-   * [ResourceDescriptor][].
-   * 
- * - * extend .google.protobuf.MessageOptions { ... } - */ - public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< - com.google.protobuf.DescriptorProtos.MessageOptions, com.google.api.ResourceDescriptor> - resource = - com.google.protobuf.GeneratedMessage.newFileScopedGeneratedExtension( - com.google.api.ResourceDescriptor.class, - com.google.api.ResourceDescriptor.getDefaultInstance()); - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_ResourceDescriptor_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_ResourceDescriptor_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_ResourceReference_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_ResourceReference_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\031google/api/resource.proto\022\ngoogle.api\032" - + " google/protobuf/descriptor.proto\"\356\002\n\022Re" - + "sourceDescriptor\022\014\n\004type\030\001 \001(\t\022\017\n\007patter" - + "n\030\002 \003(\t\022\022\n\nname_field\030\003 \001(\t\0227\n\007history\030\004" - + " \001(\0162&.google.api.ResourceDescriptor.His" - + "tory\022\016\n\006plural\030\005 \001(\t\022\020\n\010singular\030\006 \001(\t\0223" - + "\n\005style\030\n \003(\0162$.google.api.ResourceDescr" - + "iptor.Style\"[\n\007History\022\027\n\023HISTORY_UNSPEC" - + "IFIED\020\000\022\035\n\031ORIGINALLY_SINGLE_PATTERN\020\001\022\030" - + "\n\024FUTURE_MULTI_PATTERN\020\002\"8\n\005Style\022\025\n\021STY" - + "LE_UNSPECIFIED\020\000\022\030\n\024DECLARATIVE_FRIENDLY" - + "\020\001\"5\n\021ResourceReference\022\014\n\004type\030\001 \001(\t\022\022\n" - + "\nchild_type\030\002 \001(\t:Y\n\022resource_reference\022" - + "\035.google.protobuf.FieldOptions\030\237\010 \001(\0132\035." - + "google.api.ResourceReference:Z\n\023resource" - + "_definition\022\034.google.protobuf.FileOption" - + "s\030\235\010 \003(\0132\036.google.api.ResourceDescriptor" - + ":R\n\010resource\022\037.google.protobuf.MessageOp" - + "tions\030\235\010 \001(\0132\036.google.api.ResourceDescri" - + "ptorBn\n\016com.google.apiB\rResourceProtoP\001Z" - + "Agoogle.golang.org/genproto/googleapis/a" - + "pi/annotations;annotations\370\001\001\242\002\004GAPIb\006pr" - + "oto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.protobuf.DescriptorProtos.getDescriptor(), - }); - internal_static_google_api_ResourceDescriptor_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_api_ResourceDescriptor_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_ResourceDescriptor_descriptor, - new java.lang.String[] { - "Type", "Pattern", "NameField", "History", "Plural", "Singular", "Style", - }); - internal_static_google_api_ResourceReference_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_api_ResourceReference_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_ResourceReference_descriptor, - new java.lang.String[] { - "Type", "ChildType", - }); - resourceReference.internalInit(descriptor.getExtensions().get(0)); - resourceDefinition.internalInit(descriptor.getExtensions().get(1)); - resource.internalInit(descriptor.getExtensions().get(2)); - com.google.protobuf.DescriptorProtos.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/RoutingProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/RoutingProto.java deleted file mode 100644 index 31189bf5e6..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/RoutingProto.java +++ /dev/null @@ -1,102 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/api/routing.proto - -package com.google.api; - -public final class RoutingProto { - private RoutingProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) { - registry.add(com.google.api.RoutingProto.routing); - } - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - public static final int ROUTING_FIELD_NUMBER = 72295729; - /** - * - * - *
-   * See RoutingRule.
-   * 
- * - * extend .google.protobuf.MethodOptions { ... } - */ - public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< - com.google.protobuf.DescriptorProtos.MethodOptions, com.google.api.RoutingRule> - routing = - com.google.protobuf.GeneratedMessage.newFileScopedGeneratedExtension( - com.google.api.RoutingRule.class, com.google.api.RoutingRule.getDefaultInstance()); - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_RoutingRule_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_RoutingRule_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_RoutingParameter_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_RoutingParameter_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\030google/api/routing.proto\022\ngoogle.api\032 " - + "google/protobuf/descriptor.proto\"G\n\013Rout" - + "ingRule\0228\n\022routing_parameters\030\002 \003(\0132\034.go" - + "ogle.api.RoutingParameter\"8\n\020RoutingPara" - + "meter\022\r\n\005field\030\001 \001(\t\022\025\n\rpath_template\030\002 " - + "\001(\t:K\n\007routing\022\036.google.protobuf.MethodO" - + "ptions\030\261\312\274\" \001(\0132\027.google.api.RoutingRule" - + "Bj\n\016com.google.apiB\014RoutingProtoP\001ZAgoog" - + "le.golang.org/genproto/googleapis/api/an" - + "notations;annotations\242\002\004GAPIb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.protobuf.DescriptorProtos.getDescriptor(), - }); - internal_static_google_api_RoutingRule_descriptor = getDescriptor().getMessageTypes().get(0); - internal_static_google_api_RoutingRule_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_RoutingRule_descriptor, - new java.lang.String[] { - "RoutingParameters", - }); - internal_static_google_api_RoutingParameter_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_api_RoutingParameter_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_RoutingParameter_descriptor, - new java.lang.String[] { - "Field", "PathTemplate", - }); - routing.internalInit(descriptor.getExtensions().get(0)); - com.google.protobuf.DescriptorProtos.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ServiceProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ServiceProto.java deleted file mode 100644 index 1f5f57d815..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ServiceProto.java +++ /dev/null @@ -1,170 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/api/service.proto - -package com.google.api; - -public final class ServiceProto { - private ServiceProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_Service_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_Service_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\030google/api/service.proto\022\ngoogle.api\032\025" - + "google/api/auth.proto\032\030google/api/backen" - + "d.proto\032\030google/api/billing.proto\032\027googl" - + "e/api/client.proto\032\030google/api/context.p" - + "roto\032\030google/api/control.proto\032\036google/a" - + "pi/documentation.proto\032\031google/api/endpo" - + "int.proto\032\025google/api/http.proto\032\024google" - + "/api/log.proto\032\030google/api/logging.proto" - + "\032\027google/api/metric.proto\032#google/api/mo" - + "nitored_resource.proto\032\033google/api/monit" - + "oring.proto\032\026google/api/quota.proto\032\034goo" - + "gle/api/source_info.proto\032!google/api/sy" - + "stem_parameter.proto\032\026google/api/usage.p" - + "roto\032\031google/protobuf/api.proto\032\032google/" - + "protobuf/type.proto\032\036google/protobuf/wra" - + "ppers.proto\"\202\010\n\007Service\022\014\n\004name\030\001 \001(\t\022\r\n" - + "\005title\030\002 \001(\t\022\033\n\023producer_project_id\030\026 \001(" - + "\t\022\n\n\002id\030! \001(\t\022\"\n\004apis\030\003 \003(\0132\024.google.pro" - + "tobuf.Api\022$\n\005types\030\004 \003(\0132\025.google.protob" - + "uf.Type\022$\n\005enums\030\005 \003(\0132\025.google.protobuf" - + ".Enum\0220\n\rdocumentation\030\006 \001(\0132\031.google.ap" - + "i.Documentation\022$\n\007backend\030\010 \001(\0132\023.googl" - + "e.api.Backend\022\036\n\004http\030\t \001(\0132\020.google.api" - + ".Http\022 \n\005quota\030\n \001(\0132\021.google.api.Quota\022" - + "2\n\016authentication\030\013 \001(\0132\032.google.api.Aut" - + "hentication\022$\n\007context\030\014 \001(\0132\023.google.ap" - + "i.Context\022 \n\005usage\030\017 \001(\0132\021.google.api.Us" - + "age\022\'\n\tendpoints\030\022 \003(\0132\024.google.api.Endp" - + "oint\022$\n\007control\030\025 \001(\0132\023.google.api.Contr" - + "ol\022\'\n\004logs\030\027 \003(\0132\031.google.api.LogDescrip" - + "tor\022-\n\007metrics\030\030 \003(\0132\034.google.api.Metric" - + "Descriptor\022D\n\023monitored_resources\030\031 \003(\0132" - + "\'.google.api.MonitoredResourceDescriptor" - + "\022$\n\007billing\030\032 \001(\0132\023.google.api.Billing\022$" - + "\n\007logging\030\033 \001(\0132\023.google.api.Logging\022*\n\n" - + "monitoring\030\034 \001(\0132\026.google.api.Monitoring" - + "\0227\n\021system_parameters\030\035 \001(\0132\034.google.api" - + ".SystemParameters\022+\n\013source_info\030% \001(\0132\026" - + ".google.api.SourceInfo\022*\n\npublishing\030- \001" - + "(\0132\026.google.api.Publishing\0224\n\016config_ver" - + "sion\030\024 \001(\0132\034.google.protobuf.UInt32Value" - + "Bn\n\016com.google.apiB\014ServiceProtoP\001ZEgoog" - + "le.golang.org/genproto/googleapis/api/se" - + "rviceconfig;serviceconfig\242\002\004GAPIb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.AuthProto.getDescriptor(), - com.google.api.BackendProto.getDescriptor(), - com.google.api.BillingProto.getDescriptor(), - com.google.api.ClientProto.getDescriptor(), - com.google.api.ContextProto.getDescriptor(), - com.google.api.ControlProto.getDescriptor(), - com.google.api.DocumentationProto.getDescriptor(), - com.google.api.EndpointProto.getDescriptor(), - com.google.api.HttpProto.getDescriptor(), - com.google.api.LogProto.getDescriptor(), - com.google.api.LoggingProto.getDescriptor(), - com.google.api.MetricProto.getDescriptor(), - com.google.api.MonitoredResourceProto.getDescriptor(), - com.google.api.MonitoringProto.getDescriptor(), - com.google.api.QuotaProto.getDescriptor(), - com.google.api.SourceInfoProto.getDescriptor(), - com.google.api.SystemParameterProto.getDescriptor(), - com.google.api.UsageProto.getDescriptor(), - com.google.protobuf.ApiProto.getDescriptor(), - com.google.protobuf.TypeProto.getDescriptor(), - com.google.protobuf.WrappersProto.getDescriptor(), - }); - internal_static_google_api_Service_descriptor = getDescriptor().getMessageTypes().get(0); - internal_static_google_api_Service_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_Service_descriptor, - new java.lang.String[] { - "Name", - "Title", - "ProducerProjectId", - "Id", - "Apis", - "Types", - "Enums", - "Documentation", - "Backend", - "Http", - "Quota", - "Authentication", - "Context", - "Usage", - "Endpoints", - "Control", - "Logs", - "Metrics", - "MonitoredResources", - "Billing", - "Logging", - "Monitoring", - "SystemParameters", - "SourceInfo", - "Publishing", - "ConfigVersion", - }); - com.google.api.AuthProto.getDescriptor(); - com.google.api.BackendProto.getDescriptor(); - com.google.api.BillingProto.getDescriptor(); - com.google.api.ClientProto.getDescriptor(); - com.google.api.ContextProto.getDescriptor(); - com.google.api.ControlProto.getDescriptor(); - com.google.api.DocumentationProto.getDescriptor(); - com.google.api.EndpointProto.getDescriptor(); - com.google.api.HttpProto.getDescriptor(); - com.google.api.LogProto.getDescriptor(); - com.google.api.LoggingProto.getDescriptor(); - com.google.api.MetricProto.getDescriptor(); - com.google.api.MonitoredResourceProto.getDescriptor(); - com.google.api.MonitoringProto.getDescriptor(); - com.google.api.QuotaProto.getDescriptor(); - com.google.api.SourceInfoProto.getDescriptor(); - com.google.api.SystemParameterProto.getDescriptor(); - com.google.api.UsageProto.getDescriptor(); - com.google.protobuf.ApiProto.getDescriptor(); - com.google.protobuf.TypeProto.getDescriptor(); - com.google.protobuf.WrappersProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/SourceInfoProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/SourceInfoProto.java deleted file mode 100644 index 7c1b540d5b..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/SourceInfoProto.java +++ /dev/null @@ -1,68 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/api/source_info.proto - -package com.google.api; - -public final class SourceInfoProto { - private SourceInfoProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_SourceInfo_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_SourceInfo_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\034google/api/source_info.proto\022\ngoogle.a" - + "pi\032\031google/protobuf/any.proto\"8\n\nSourceI" - + "nfo\022*\n\014source_files\030\001 \003(\0132\024.google.proto" - + "buf.AnyBq\n\016com.google.apiB\017SourceInfoPro" - + "toP\001ZEgoogle.golang.org/genproto/googlea" - + "pis/api/serviceconfig;serviceconfig\242\002\004GA" - + "PIb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.protobuf.AnyProto.getDescriptor(), - }); - internal_static_google_api_SourceInfo_descriptor = getDescriptor().getMessageTypes().get(0); - internal_static_google_api_SourceInfo_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_SourceInfo_descriptor, - new java.lang.String[] { - "SourceFiles", - }); - com.google.protobuf.AnyProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/SystemParameterProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/SystemParameterProto.java deleted file mode 100644 index 1d1b9c28ff..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/SystemParameterProto.java +++ /dev/null @@ -1,93 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/api/system_parameter.proto - -package com.google.api; - -public final class SystemParameterProto { - private SystemParameterProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_SystemParameters_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_SystemParameters_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_SystemParameterRule_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_SystemParameterRule_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_SystemParameter_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_SystemParameter_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n!google/api/system_parameter.proto\022\ngoo" - + "gle.api\"B\n\020SystemParameters\022.\n\005rules\030\001 \003" - + "(\0132\037.google.api.SystemParameterRule\"X\n\023S" - + "ystemParameterRule\022\020\n\010selector\030\001 \001(\t\022/\n\n" - + "parameters\030\002 \003(\0132\033.google.api.SystemPara" - + "meter\"Q\n\017SystemParameter\022\014\n\004name\030\001 \001(\t\022\023" - + "\n\013http_header\030\002 \001(\t\022\033\n\023url_query_paramet" - + "er\030\003 \001(\tBv\n\016com.google.apiB\024SystemParame" - + "terProtoP\001ZEgoogle.golang.org/genproto/g" - + "oogleapis/api/serviceconfig;serviceconfi" - + "g\242\002\004GAPIb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - internal_static_google_api_SystemParameters_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_api_SystemParameters_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_SystemParameters_descriptor, - new java.lang.String[] { - "Rules", - }); - internal_static_google_api_SystemParameterRule_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_api_SystemParameterRule_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_SystemParameterRule_descriptor, - new java.lang.String[] { - "Selector", "Parameters", - }); - internal_static_google_api_SystemParameter_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_google_api_SystemParameter_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_SystemParameter_descriptor, - new java.lang.String[] { - "Name", "HttpHeader", "UrlQueryParameter", - }); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/UsageProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/UsageProto.java deleted file mode 100644 index 07163a828c..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/UsageProto.java +++ /dev/null @@ -1,77 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/api/usage.proto - -package com.google.api; - -public final class UsageProto { - private UsageProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_Usage_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_Usage_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_UsageRule_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_UsageRule_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\026google/api/usage.proto\022\ngoogle.api\"j\n\005" - + "Usage\022\024\n\014requirements\030\001 \003(\t\022$\n\005rules\030\006 \003" - + "(\0132\025.google.api.UsageRule\022%\n\035producer_no" - + "tification_channel\030\007 \001(\t\"]\n\tUsageRule\022\020\n" - + "\010selector\030\001 \001(\t\022 \n\030allow_unregistered_ca" - + "lls\030\002 \001(\010\022\034\n\024skip_service_control\030\003 \001(\010B" - + "l\n\016com.google.apiB\nUsageProtoP\001ZEgoogle." - + "golang.org/genproto/googleapis/api/servi" - + "ceconfig;serviceconfig\242\002\004GAPIb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - internal_static_google_api_Usage_descriptor = getDescriptor().getMessageTypes().get(0); - internal_static_google_api_Usage_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_Usage_descriptor, - new java.lang.String[] { - "Requirements", "Rules", "ProducerNotificationChannel", - }); - internal_static_google_api_UsageRule_descriptor = getDescriptor().getMessageTypes().get(1); - internal_static_google_api_UsageRule_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_UsageRule_descriptor, - new java.lang.String[] { - "Selector", "AllowUnregisteredCalls", "SkipServiceControl", - }); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/VisibilityProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/VisibilityProto.java deleted file mode 100644 index aaa371cf61..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/VisibilityProto.java +++ /dev/null @@ -1,209 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/api/visibility.proto - -package com.google.api; - -public final class VisibilityProto { - private VisibilityProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) { - registry.add(com.google.api.VisibilityProto.enumVisibility); - registry.add(com.google.api.VisibilityProto.valueVisibility); - registry.add(com.google.api.VisibilityProto.fieldVisibility); - registry.add(com.google.api.VisibilityProto.messageVisibility); - registry.add(com.google.api.VisibilityProto.methodVisibility); - registry.add(com.google.api.VisibilityProto.apiVisibility); - } - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - public static final int ENUM_VISIBILITY_FIELD_NUMBER = 72295727; - /** - * - * - *
-   * See `VisibilityRule`.
-   * 
- * - * extend .google.protobuf.EnumOptions { ... } - */ - public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< - com.google.protobuf.DescriptorProtos.EnumOptions, com.google.api.VisibilityRule> - enumVisibility = - com.google.protobuf.GeneratedMessage.newFileScopedGeneratedExtension( - com.google.api.VisibilityRule.class, - com.google.api.VisibilityRule.getDefaultInstance()); - - public static final int VALUE_VISIBILITY_FIELD_NUMBER = 72295727; - /** - * - * - *
-   * See `VisibilityRule`.
-   * 
- * - * extend .google.protobuf.EnumValueOptions { ... } - */ - public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< - com.google.protobuf.DescriptorProtos.EnumValueOptions, com.google.api.VisibilityRule> - valueVisibility = - com.google.protobuf.GeneratedMessage.newFileScopedGeneratedExtension( - com.google.api.VisibilityRule.class, - com.google.api.VisibilityRule.getDefaultInstance()); - - public static final int FIELD_VISIBILITY_FIELD_NUMBER = 72295727; - /** - * - * - *
-   * See `VisibilityRule`.
-   * 
- * - * extend .google.protobuf.FieldOptions { ... } - */ - public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< - com.google.protobuf.DescriptorProtos.FieldOptions, com.google.api.VisibilityRule> - fieldVisibility = - com.google.protobuf.GeneratedMessage.newFileScopedGeneratedExtension( - com.google.api.VisibilityRule.class, - com.google.api.VisibilityRule.getDefaultInstance()); - - public static final int MESSAGE_VISIBILITY_FIELD_NUMBER = 72295727; - /** - * - * - *
-   * See `VisibilityRule`.
-   * 
- * - * extend .google.protobuf.MessageOptions { ... } - */ - public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< - com.google.protobuf.DescriptorProtos.MessageOptions, com.google.api.VisibilityRule> - messageVisibility = - com.google.protobuf.GeneratedMessage.newFileScopedGeneratedExtension( - com.google.api.VisibilityRule.class, - com.google.api.VisibilityRule.getDefaultInstance()); - - public static final int METHOD_VISIBILITY_FIELD_NUMBER = 72295727; - /** - * - * - *
-   * See `VisibilityRule`.
-   * 
- * - * extend .google.protobuf.MethodOptions { ... } - */ - public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< - com.google.protobuf.DescriptorProtos.MethodOptions, com.google.api.VisibilityRule> - methodVisibility = - com.google.protobuf.GeneratedMessage.newFileScopedGeneratedExtension( - com.google.api.VisibilityRule.class, - com.google.api.VisibilityRule.getDefaultInstance()); - - public static final int API_VISIBILITY_FIELD_NUMBER = 72295727; - /** - * - * - *
-   * See `VisibilityRule`.
-   * 
- * - * extend .google.protobuf.ServiceOptions { ... } - */ - public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< - com.google.protobuf.DescriptorProtos.ServiceOptions, com.google.api.VisibilityRule> - apiVisibility = - com.google.protobuf.GeneratedMessage.newFileScopedGeneratedExtension( - com.google.api.VisibilityRule.class, - com.google.api.VisibilityRule.getDefaultInstance()); - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_Visibility_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_Visibility_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_api_VisibilityRule_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_api_VisibilityRule_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\033google/api/visibility.proto\022\ngoogle.ap" - + "i\032 google/protobuf/descriptor.proto\"7\n\nV" - + "isibility\022)\n\005rules\030\001 \003(\0132\032.google.api.Vi" - + "sibilityRule\"7\n\016VisibilityRule\022\020\n\010select" - + "or\030\001 \001(\t\022\023\n\013restriction\030\002 \001(\t:T\n\017enum_vi" - + "sibility\022\034.google.protobuf.EnumOptions\030\257" - + "\312\274\" \001(\0132\032.google.api.VisibilityRule:Z\n\020v" - + "alue_visibility\022!.google.protobuf.EnumVa" - + "lueOptions\030\257\312\274\" \001(\0132\032.google.api.Visibil" - + "ityRule:V\n\020field_visibility\022\035.google.pro" - + "tobuf.FieldOptions\030\257\312\274\" \001(\0132\032.google.api" - + ".VisibilityRule:Z\n\022message_visibility\022\037." - + "google.protobuf.MessageOptions\030\257\312\274\" \001(\0132" - + "\032.google.api.VisibilityRule:X\n\021method_vi" - + "sibility\022\036.google.protobuf.MethodOptions" - + "\030\257\312\274\" \001(\0132\032.google.api.VisibilityRule:V\n" - + "\016api_visibility\022\037.google.protobuf.Servic" - + "eOptions\030\257\312\274\" \001(\0132\032.google.api.Visibilit" - + "yRuleBn\n\016com.google.apiB\017VisibilityProto" - + "P\001Z?google.golang.org/genproto/googleapi" - + "s/api/visibility;visibility\370\001\001\242\002\004GAPIb\006p" - + "roto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.protobuf.DescriptorProtos.getDescriptor(), - }); - internal_static_google_api_Visibility_descriptor = getDescriptor().getMessageTypes().get(0); - internal_static_google_api_Visibility_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_Visibility_descriptor, - new java.lang.String[] { - "Rules", - }); - internal_static_google_api_VisibilityRule_descriptor = getDescriptor().getMessageTypes().get(1); - internal_static_google_api_VisibilityRule_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_api_VisibilityRule_descriptor, - new java.lang.String[] { - "Selector", "Restriction", - }); - enumVisibility.internalInit(descriptor.getExtensions().get(0)); - valueVisibility.internalInit(descriptor.getExtensions().get(1)); - fieldVisibility.internalInit(descriptor.getExtensions().get(2)); - messageVisibility.internalInit(descriptor.getExtensions().get(3)); - methodVisibility.internalInit(descriptor.getExtensions().get(4)); - apiVisibility.internalInit(descriptor.getExtensions().get(5)); - com.google.protobuf.DescriptorProtos.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/cloud/ExtendedOperationsProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/cloud/ExtendedOperationsProto.java deleted file mode 100644 index e5215cdc96..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/cloud/ExtendedOperationsProto.java +++ /dev/null @@ -1,181 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/extended_operations.proto - -package com.google.cloud; - -public final class ExtendedOperationsProto { - private ExtendedOperationsProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) { - registry.add(com.google.cloud.ExtendedOperationsProto.operationField); - registry.add(com.google.cloud.ExtendedOperationsProto.operationRequestField); - registry.add(com.google.cloud.ExtendedOperationsProto.operationResponseField); - registry.add(com.google.cloud.ExtendedOperationsProto.operationService); - registry.add(com.google.cloud.ExtendedOperationsProto.operationPollingMethod); - } - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - public static final int OPERATION_FIELD_FIELD_NUMBER = 1149; - /** - * - * - *
-   * A field annotation that maps fields in an API-specific Operation object to
-   * their standard counterparts in google.longrunning.Operation. See
-   * OperationResponseMapping enum definition.
-   * 
- * - * extend .google.protobuf.FieldOptions { ... } - */ - public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< - com.google.protobuf.DescriptorProtos.FieldOptions, - com.google.cloud.OperationResponseMapping> - operationField = - com.google.protobuf.GeneratedMessage.newFileScopedGeneratedExtension( - com.google.cloud.OperationResponseMapping.class, null); - - public static final int OPERATION_REQUEST_FIELD_FIELD_NUMBER = 1150; - /** - * - * - *
-   * A field annotation that maps fields in the initial request message
-   * (the one which started the LRO) to their counterparts in the polling
-   * request message. For non-standard LRO, the polling response may be missing
-   * some of the information needed to make a subsequent polling request. The
-   * missing information (for example, project or region ID) is contained in the
-   * fields of the initial request message that this annotation must be applied
-   * to. The string value of the annotation corresponds to the name of the
-   * counterpart field in the polling request message that the annotated field's
-   * value will be copied to.
-   * 
- * - * extend .google.protobuf.FieldOptions { ... } - */ - public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< - com.google.protobuf.DescriptorProtos.FieldOptions, java.lang.String> - operationRequestField = - com.google.protobuf.GeneratedMessage.newFileScopedGeneratedExtension( - java.lang.String.class, null); - - public static final int OPERATION_RESPONSE_FIELD_FIELD_NUMBER = 1151; - /** - * - * - *
-   * A field annotation that maps fields in the polling request message to their
-   * counterparts in the initial and/or polling response message. The initial
-   * and the polling methods return an API-specific Operation object. Some of
-   * the fields from that response object must be reused in the subsequent
-   * request (like operation name/ID) to fully identify the polled operation.
-   * This annotation must be applied to the fields in the polling request
-   * message, the string value of the annotation must correspond to the name of
-   * the counterpart field in the Operation response object whose value will be
-   * copied to the annotated field.
-   * 
- * - * extend .google.protobuf.FieldOptions { ... } - */ - public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< - com.google.protobuf.DescriptorProtos.FieldOptions, java.lang.String> - operationResponseField = - com.google.protobuf.GeneratedMessage.newFileScopedGeneratedExtension( - java.lang.String.class, null); - - public static final int OPERATION_SERVICE_FIELD_NUMBER = 1249; - /** - * - * - *
-   * A method annotation that maps an LRO method (the one which starts an LRO)
-   * to the service, which will be used to poll for the operation status. The
-   * annotation must be applied to the method which starts an LRO, the string
-   * value of the annotation must correspond to the name of the service used to
-   * poll for the operation status.
-   * 
- * - * extend .google.protobuf.MethodOptions { ... } - */ - public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< - com.google.protobuf.DescriptorProtos.MethodOptions, java.lang.String> - operationService = - com.google.protobuf.GeneratedMessage.newFileScopedGeneratedExtension( - java.lang.String.class, null); - - public static final int OPERATION_POLLING_METHOD_FIELD_NUMBER = 1250; - /** - * - * - *
-   * A method annotation that marks methods that can be used for polling
-   * operation status (e.g. the MyPollingService.Get(MyPollingRequest) method).
-   * 
- * - * extend .google.protobuf.MethodOptions { ... } - */ - public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< - com.google.protobuf.DescriptorProtos.MethodOptions, java.lang.Boolean> - operationPollingMethod = - com.google.protobuf.GeneratedMessage.newFileScopedGeneratedExtension( - java.lang.Boolean.class, null); - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n&google/cloud/extended_operations.proto" - + "\022\014google.cloud\032 google/protobuf/descript" - + "or.proto*b\n\030OperationResponseMapping\022\r\n\t" - + "UNDEFINED\020\000\022\010\n\004NAME\020\001\022\n\n\006STATUS\020\002\022\016\n\nERR" - + "OR_CODE\020\003\022\021\n\rERROR_MESSAGE\020\004:_\n\017operatio" - + "n_field\022\035.google.protobuf.FieldOptions\030\375" - + "\010 \001(\0162&.google.cloud.OperationResponseMa" - + "pping:?\n\027operation_request_field\022\035.googl" - + "e.protobuf.FieldOptions\030\376\010 \001(\t:@\n\030operat" - + "ion_response_field\022\035.google.protobuf.Fie" - + "ldOptions\030\377\010 \001(\t::\n\021operation_service\022\036." - + "google.protobuf.MethodOptions\030\341\t \001(\t:A\n\030" - + "operation_polling_method\022\036.google.protob" - + "uf.MethodOptions\030\342\t \001(\010By\n\020com.google.cl" - + "oudB\027ExtendedOperationsProtoP\001ZCgoogle.g" - + "olang.org/genproto/googleapis/cloud/exte" - + "ndedops;extendedops\242\002\004GAPIb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.protobuf.DescriptorProtos.getDescriptor(), - }); - operationField.internalInit(descriptor.getExtensions().get(0)); - operationRequestField.internalInit(descriptor.getExtensions().get(1)); - operationResponseField.internalInit(descriptor.getExtensions().get(2)); - operationService.internalInit(descriptor.getExtensions().get(3)); - operationPollingMethod.internalInit(descriptor.getExtensions().get(4)); - com.google.protobuf.DescriptorProtos.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/cloud/audit/AuditLogProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/cloud/audit/AuditLogProto.java deleted file mode 100644 index 2269b3f77e..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/cloud/audit/AuditLogProto.java +++ /dev/null @@ -1,310 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/audit/audit_log.proto - -package com.google.cloud.audit; - -public final class AuditLogProto { - private AuditLogProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_audit_AuditLog_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_audit_AuditLog_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_audit_AuthenticationInfo_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_audit_AuthenticationInfo_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_audit_AuthorizationInfo_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_audit_AuthorizationInfo_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_audit_RequestMetadata_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_audit_RequestMetadata_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_audit_ResourceLocation_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_audit_ResourceLocation_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_audit_ServiceAccountDelegationInfo_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_audit_ServiceAccountDelegationInfo_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_audit_ServiceAccountDelegationInfo_FirstPartyPrincipal_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_audit_ServiceAccountDelegationInfo_FirstPartyPrincipal_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_audit_ServiceAccountDelegationInfo_ThirdPartyPrincipal_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_audit_ServiceAccountDelegationInfo_ThirdPartyPrincipal_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_audit_PolicyViolationInfo_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_audit_PolicyViolationInfo_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_audit_OrgPolicyViolationInfo_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_audit_OrgPolicyViolationInfo_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_audit_OrgPolicyViolationInfo_ResourceTagsEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_audit_OrgPolicyViolationInfo_ResourceTagsEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_audit_ViolationInfo_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_audit_ViolationInfo_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\"google/cloud/audit/audit_log.proto\022\022go" - + "ogle.cloud.audit\032\037google/api/field_behav" - + "ior.proto\032\031google/protobuf/any.proto\032\034go" - + "ogle/protobuf/struct.proto\032*google/rpc/c" - + "ontext/attribute_context.proto\032\027google/r" - + "pc/status.proto\"\306\005\n\010AuditLog\022\024\n\014service_" - + "name\030\007 \001(\t\022\023\n\013method_name\030\010 \001(\t\022\025\n\rresou" - + "rce_name\030\013 \001(\t\022?\n\021resource_location\030\024 \001(" - + "\0132$.google.cloud.audit.ResourceLocation\022" - + "8\n\027resource_original_state\030\023 \001(\0132\027.googl" - + "e.protobuf.Struct\022\032\n\022num_response_items\030" - + "\014 \001(\003\022\"\n\006status\030\002 \001(\0132\022.google.rpc.Statu" - + "s\022C\n\023authentication_info\030\003 \001(\0132&.google." - + "cloud.audit.AuthenticationInfo\022A\n\022author" - + "ization_info\030\t \003(\0132%.google.cloud.audit." - + "AuthorizationInfo\022F\n\025policy_violation_in" - + "fo\030\031 \001(\0132\'.google.cloud.audit.PolicyViol" - + "ationInfo\022=\n\020request_metadata\030\004 \001(\0132#.go" - + "ogle.cloud.audit.RequestMetadata\022(\n\007requ" - + "est\030\020 \001(\0132\027.google.protobuf.Struct\022)\n\010re" - + "sponse\030\021 \001(\0132\027.google.protobuf.Struct\022)\n" - + "\010metadata\030\022 \001(\0132\027.google.protobuf.Struct" - + "\022.\n\014service_data\030\017 \001(\0132\024.google.protobuf" - + ".AnyB\002\030\001\"\231\002\n\022AuthenticationInfo\022\027\n\017princ" - + "ipal_email\030\001 \001(\t\022\032\n\022authority_selector\030\002" - + " \001(\t\0226\n\025third_party_principal\030\004 \001(\0132\027.go" - + "ogle.protobuf.Struct\022 \n\030service_account_" - + "key_name\030\005 \001(\t\022Y\n\037service_account_delega" - + "tion_info\030\006 \003(\01320.google.cloud.audit.Ser" - + "viceAccountDelegationInfo\022\031\n\021principal_s" - + "ubject\030\010 \001(\t\"\226\001\n\021AuthorizationInfo\022\020\n\010re" - + "source\030\001 \001(\t\022\022\n\npermission\030\002 \001(\t\022\017\n\007gran" - + "ted\030\003 \001(\010\022J\n\023resource_attributes\030\005 \001(\0132-" - + ".google.rpc.context.AttributeContext.Res" - + "ource\"\365\001\n\017RequestMetadata\022\021\n\tcaller_ip\030\001" - + " \001(\t\022\"\n\032caller_supplied_user_agent\030\002 \001(\t" - + "\022\026\n\016caller_network\030\003 \001(\t\022H\n\022request_attr" - + "ibutes\030\007 \001(\0132,.google.rpc.context.Attrib" - + "uteContext.Request\022I\n\026destination_attrib" - + "utes\030\010 \001(\0132).google.rpc.context.Attribut" - + "eContext.Peer\"I\n\020ResourceLocation\022\031\n\021cur" - + "rent_locations\030\001 \003(\t\022\032\n\022original_locatio" - + "ns\030\002 \003(\t\"\303\003\n\034ServiceAccountDelegationInf" - + "o\022\031\n\021principal_subject\030\003 \001(\t\022e\n\025first_pa" - + "rty_principal\030\001 \001(\0132D.google.cloud.audit" - + ".ServiceAccountDelegationInfo.FirstParty" - + "PrincipalH\000\022e\n\025third_party_principal\030\002 \001" - + "(\0132D.google.cloud.audit.ServiceAccountDe" - + "legationInfo.ThirdPartyPrincipalH\000\032a\n\023Fi" - + "rstPartyPrincipal\022\027\n\017principal_email\030\001 \001" - + "(\t\0221\n\020service_metadata\030\002 \001(\0132\027.google.pr" - + "otobuf.Struct\032J\n\023ThirdPartyPrincipal\0223\n\022" - + "third_party_claims\030\001 \001(\0132\027.google.protob" - + "uf.StructB\013\n\tAuthority\"d\n\023PolicyViolatio" - + "nInfo\022M\n\031org_policy_violation_info\030\001 \001(\013" - + "2*.google.cloud.audit.OrgPolicyViolation" - + "Info\"\262\002\n\026OrgPolicyViolationInfo\022-\n\007paylo" - + "ad\030\001 \001(\0132\027.google.protobuf.StructB\003\340A\001\022\032" - + "\n\rresource_type\030\002 \001(\tB\003\340A\001\022X\n\rresource_t" - + "ags\030\003 \003(\0132<.google.cloud.audit.OrgPolicy" - + "ViolationInfo.ResourceTagsEntryB\003\340A\001\022>\n\016" - + "violation_info\030\004 \003(\0132!.google.cloud.audi" - + "t.ViolationInfoB\003\340A\001\0323\n\021ResourceTagsEntr" - + "y\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"\227\002\n\rVi" - + "olationInfo\022\027\n\nconstraint\030\001 \001(\tB\003\340A\001\022\032\n\r" - + "error_message\030\002 \001(\tB\003\340A\001\022\032\n\rchecked_valu" - + "e\030\003 \001(\tB\003\340A\001\022F\n\013policy_type\030\004 \001(\0162,.goog" - + "le.cloud.audit.ViolationInfo.PolicyTypeB" - + "\003\340A\001\"m\n\nPolicyType\022\033\n\027POLICY_TYPE_UNSPEC" - + "IFIED\020\000\022\026\n\022BOOLEAN_CONSTRAINT\020\001\022\023\n\017LIST_" - + "CONSTRAINT\020\002\022\025\n\021CUSTOM_CONSTRAINT\020\003Be\n\026c" - + "om.google.cloud.auditB\rAuditLogProtoP\001Z7" - + "google.golang.org/genproto/googleapis/cl" - + "oud/audit;audit\370\001\001b\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.FieldBehaviorProto.getDescriptor(), - com.google.protobuf.AnyProto.getDescriptor(), - com.google.protobuf.StructProto.getDescriptor(), - com.google.rpc.context.AttributeContextProto.getDescriptor(), - com.google.rpc.StatusProto.getDescriptor(), - }); - internal_static_google_cloud_audit_AuditLog_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_cloud_audit_AuditLog_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_audit_AuditLog_descriptor, - new java.lang.String[] { - "ServiceName", - "MethodName", - "ResourceName", - "ResourceLocation", - "ResourceOriginalState", - "NumResponseItems", - "Status", - "AuthenticationInfo", - "AuthorizationInfo", - "PolicyViolationInfo", - "RequestMetadata", - "Request", - "Response", - "Metadata", - "ServiceData", - }); - internal_static_google_cloud_audit_AuthenticationInfo_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_cloud_audit_AuthenticationInfo_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_audit_AuthenticationInfo_descriptor, - new java.lang.String[] { - "PrincipalEmail", - "AuthoritySelector", - "ThirdPartyPrincipal", - "ServiceAccountKeyName", - "ServiceAccountDelegationInfo", - "PrincipalSubject", - }); - internal_static_google_cloud_audit_AuthorizationInfo_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_google_cloud_audit_AuthorizationInfo_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_audit_AuthorizationInfo_descriptor, - new java.lang.String[] { - "Resource", "Permission", "Granted", "ResourceAttributes", - }); - internal_static_google_cloud_audit_RequestMetadata_descriptor = - getDescriptor().getMessageTypes().get(3); - internal_static_google_cloud_audit_RequestMetadata_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_audit_RequestMetadata_descriptor, - new java.lang.String[] { - "CallerIp", - "CallerSuppliedUserAgent", - "CallerNetwork", - "RequestAttributes", - "DestinationAttributes", - }); - internal_static_google_cloud_audit_ResourceLocation_descriptor = - getDescriptor().getMessageTypes().get(4); - internal_static_google_cloud_audit_ResourceLocation_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_audit_ResourceLocation_descriptor, - new java.lang.String[] { - "CurrentLocations", "OriginalLocations", - }); - internal_static_google_cloud_audit_ServiceAccountDelegationInfo_descriptor = - getDescriptor().getMessageTypes().get(5); - internal_static_google_cloud_audit_ServiceAccountDelegationInfo_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_audit_ServiceAccountDelegationInfo_descriptor, - new java.lang.String[] { - "PrincipalSubject", "FirstPartyPrincipal", "ThirdPartyPrincipal", "Authority", - }); - internal_static_google_cloud_audit_ServiceAccountDelegationInfo_FirstPartyPrincipal_descriptor = - internal_static_google_cloud_audit_ServiceAccountDelegationInfo_descriptor - .getNestedTypes() - .get(0); - internal_static_google_cloud_audit_ServiceAccountDelegationInfo_FirstPartyPrincipal_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_audit_ServiceAccountDelegationInfo_FirstPartyPrincipal_descriptor, - new java.lang.String[] { - "PrincipalEmail", "ServiceMetadata", - }); - internal_static_google_cloud_audit_ServiceAccountDelegationInfo_ThirdPartyPrincipal_descriptor = - internal_static_google_cloud_audit_ServiceAccountDelegationInfo_descriptor - .getNestedTypes() - .get(1); - internal_static_google_cloud_audit_ServiceAccountDelegationInfo_ThirdPartyPrincipal_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_audit_ServiceAccountDelegationInfo_ThirdPartyPrincipal_descriptor, - new java.lang.String[] { - "ThirdPartyClaims", - }); - internal_static_google_cloud_audit_PolicyViolationInfo_descriptor = - getDescriptor().getMessageTypes().get(6); - internal_static_google_cloud_audit_PolicyViolationInfo_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_audit_PolicyViolationInfo_descriptor, - new java.lang.String[] { - "OrgPolicyViolationInfo", - }); - internal_static_google_cloud_audit_OrgPolicyViolationInfo_descriptor = - getDescriptor().getMessageTypes().get(7); - internal_static_google_cloud_audit_OrgPolicyViolationInfo_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_audit_OrgPolicyViolationInfo_descriptor, - new java.lang.String[] { - "Payload", "ResourceType", "ResourceTags", "ViolationInfo", - }); - internal_static_google_cloud_audit_OrgPolicyViolationInfo_ResourceTagsEntry_descriptor = - internal_static_google_cloud_audit_OrgPolicyViolationInfo_descriptor - .getNestedTypes() - .get(0); - internal_static_google_cloud_audit_OrgPolicyViolationInfo_ResourceTagsEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_audit_OrgPolicyViolationInfo_ResourceTagsEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - internal_static_google_cloud_audit_ViolationInfo_descriptor = - getDescriptor().getMessageTypes().get(8); - internal_static_google_cloud_audit_ViolationInfo_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_audit_ViolationInfo_descriptor, - new java.lang.String[] { - "Constraint", "ErrorMessage", "CheckedValue", "PolicyType", - }); - com.google.protobuf.ExtensionRegistry registry = - com.google.protobuf.ExtensionRegistry.newInstance(); - registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); - com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( - descriptor, registry); - com.google.api.FieldBehaviorProto.getDescriptor(); - com.google.protobuf.AnyProto.getDescriptor(); - com.google.protobuf.StructProto.getDescriptor(); - com.google.rpc.context.AttributeContextProto.getDescriptor(); - com.google.rpc.StatusProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/cloud/location/GetLocationRequestOrBuilder.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/cloud/location/GetLocationRequestOrBuilder.java deleted file mode 100644 index a8f3d0f9b5..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/cloud/location/GetLocationRequestOrBuilder.java +++ /dev/null @@ -1,50 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/location/locations.proto - -package com.google.cloud.location; - -public interface GetLocationRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.cloud.location.GetLocationRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * Resource name for the location.
-   * 
- * - * string name = 1; - * - * @return The name. - */ - java.lang.String getName(); - /** - * - * - *
-   * Resource name for the location.
-   * 
- * - * string name = 1; - * - * @return The bytes for name. - */ - com.google.protobuf.ByteString getNameBytes(); -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/cloud/location/LocationsProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/cloud/location/LocationsProto.java deleted file mode 100644 index d2b6da3066..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/cloud/location/LocationsProto.java +++ /dev/null @@ -1,150 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/cloud/location/locations.proto - -package com.google.cloud.location; - -public final class LocationsProto { - private LocationsProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_location_ListLocationsRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_location_ListLocationsRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_location_ListLocationsResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_location_ListLocationsResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_location_GetLocationRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_location_GetLocationRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_location_Location_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_location_Location_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_cloud_location_Location_LabelsEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_cloud_location_Location_LabelsEntry_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n%google/cloud/location/locations.proto\022" - + "\025google.cloud.location\032\034google/api/annot" - + "ations.proto\032\031google/protobuf/any.proto\032" - + "\027google/api/client.proto\"[\n\024ListLocation" - + "sRequest\022\014\n\004name\030\001 \001(\t\022\016\n\006filter\030\002 \001(\t\022\021" - + "\n\tpage_size\030\003 \001(\005\022\022\n\npage_token\030\004 \001(\t\"d\n" - + "\025ListLocationsResponse\0222\n\tlocations\030\001 \003(" - + "\0132\037.google.cloud.location.Location\022\027\n\017ne" - + "xt_page_token\030\002 \001(\t\"\"\n\022GetLocationReques" - + "t\022\014\n\004name\030\001 \001(\t\"\327\001\n\010Location\022\014\n\004name\030\001 \001" - + "(\t\022\023\n\013location_id\030\004 \001(\t\022\024\n\014display_name\030" - + "\005 \001(\t\022;\n\006labels\030\002 \003(\0132+.google.cloud.loc" - + "ation.Location.LabelsEntry\022&\n\010metadata\030\003" - + " \001(\0132\024.google.protobuf.Any\032-\n\013LabelsEntr" - + "y\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\0012\244\003\n\tLo" - + "cations\022\253\001\n\rListLocations\022+.google.cloud" - + ".location.ListLocationsRequest\032,.google." - + "cloud.location.ListLocationsResponse\"?\202\323" - + "\344\223\0029\022\024/v1/{name=locations}Z!\022\037/v1/{name=" - + "projects/*}/locations\022\236\001\n\013GetLocation\022)." - + "google.cloud.location.GetLocationRequest" - + "\032\037.google.cloud.location.Location\"C\202\323\344\223\002" - + "=\022\026/v1/{name=locations/*}Z#\022!/v1/{name=p" - + "rojects/*/locations/*}\032H\312A\024cloud.googlea" - + "pis.com\322A.https://www.googleapis.com/aut" - + "h/cloud-platformBo\n\031com.google.cloud.loc" - + "ationB\016LocationsProtoP\001Z=google.golang.o" - + "rg/genproto/googleapis/cloud/location;lo" - + "cation\370\001\001b\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.AnnotationsProto.getDescriptor(), - com.google.protobuf.AnyProto.getDescriptor(), - com.google.api.ClientProto.getDescriptor(), - }); - internal_static_google_cloud_location_ListLocationsRequest_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_cloud_location_ListLocationsRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_location_ListLocationsRequest_descriptor, - new java.lang.String[] { - "Name", "Filter", "PageSize", "PageToken", - }); - internal_static_google_cloud_location_ListLocationsResponse_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_cloud_location_ListLocationsResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_location_ListLocationsResponse_descriptor, - new java.lang.String[] { - "Locations", "NextPageToken", - }); - internal_static_google_cloud_location_GetLocationRequest_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_google_cloud_location_GetLocationRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_location_GetLocationRequest_descriptor, - new java.lang.String[] { - "Name", - }); - internal_static_google_cloud_location_Location_descriptor = - getDescriptor().getMessageTypes().get(3); - internal_static_google_cloud_location_Location_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_location_Location_descriptor, - new java.lang.String[] { - "Name", "LocationId", "DisplayName", "Labels", "Metadata", - }); - internal_static_google_cloud_location_Location_LabelsEntry_descriptor = - internal_static_google_cloud_location_Location_descriptor.getNestedTypes().get(0); - internal_static_google_cloud_location_Location_LabelsEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_cloud_location_Location_LabelsEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - com.google.protobuf.ExtensionRegistry registry = - com.google.protobuf.ExtensionRegistry.newInstance(); - registry.add(com.google.api.ClientProto.defaultHost); - registry.add(com.google.api.AnnotationsProto.http); - registry.add(com.google.api.ClientProto.oauthScopes); - com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( - descriptor, registry); - com.google.api.AnnotationsProto.getDescriptor(); - com.google.protobuf.AnyProto.getDescriptor(); - com.google.api.ClientProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/geo/type/ViewportProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/geo/type/ViewportProto.java deleted file mode 100644 index 2d6c618e3a..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/geo/type/ViewportProto.java +++ /dev/null @@ -1,68 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/geo/type/viewport.proto - -package com.google.geo.type; - -public final class ViewportProto { - private ViewportProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_geo_type_Viewport_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_geo_type_Viewport_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\036google/geo/type/viewport.proto\022\017google" - + ".geo.type\032\030google/type/latlng.proto\"O\n\010V" - + "iewport\022 \n\003low\030\001 \001(\0132\023.google.type.LatLn" - + "g\022!\n\004high\030\002 \001(\0132\023.google.type.LatLngBo\n\023" - + "com.google.geo.typeB\rViewportProtoP\001Z@go" - + "ogle.golang.org/genproto/googleapis/geo/" - + "type/viewport;viewport\242\002\004GGTPb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.type.LatLngProto.getDescriptor(), - }); - internal_static_google_geo_type_Viewport_descriptor = getDescriptor().getMessageTypes().get(0); - internal_static_google_geo_type_Viewport_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_geo_type_Viewport_descriptor, - new java.lang.String[] { - "Low", "High", - }); - com.google.type.LatLngProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/logging/type/HttpRequestProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/logging/type/HttpRequestProto.java deleted file mode 100644 index 39fdf74853..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/logging/type/HttpRequestProto.java +++ /dev/null @@ -1,93 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/logging/type/http_request.proto - -package com.google.logging.type; - -public final class HttpRequestProto { - private HttpRequestProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_logging_type_HttpRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_logging_type_HttpRequest_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n&google/logging/type/http_request.proto" - + "\022\023google.logging.type\032\036google/protobuf/d" - + "uration.proto\"\357\002\n\013HttpRequest\022\026\n\016request" - + "_method\030\001 \001(\t\022\023\n\013request_url\030\002 \001(\t\022\024\n\014re" - + "quest_size\030\003 \001(\003\022\016\n\006status\030\004 \001(\005\022\025\n\rresp" - + "onse_size\030\005 \001(\003\022\022\n\nuser_agent\030\006 \001(\t\022\021\n\tr" - + "emote_ip\030\007 \001(\t\022\021\n\tserver_ip\030\r \001(\t\022\017\n\007ref" - + "erer\030\010 \001(\t\022*\n\007latency\030\016 \001(\0132\031.google.pro" - + "tobuf.Duration\022\024\n\014cache_lookup\030\013 \001(\010\022\021\n\t" - + "cache_hit\030\t \001(\010\022*\n\"cache_validated_with_" - + "origin_server\030\n \001(\010\022\030\n\020cache_fill_bytes\030" - + "\014 \001(\003\022\020\n\010protocol\030\017 \001(\tB\276\001\n\027com.google.l" - + "ogging.typeB\020HttpRequestProtoP\001Z8google." - + "golang.org/genproto/googleapis/logging/t" - + "ype;ltype\252\002\031Google.Cloud.Logging.Type\312\002\031" - + "Google\\Cloud\\Logging\\Type\352\002\034Google::Clou" - + "d::Logging::Typeb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.protobuf.DurationProto.getDescriptor(), - }); - internal_static_google_logging_type_HttpRequest_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_logging_type_HttpRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_logging_type_HttpRequest_descriptor, - new java.lang.String[] { - "RequestMethod", - "RequestUrl", - "RequestSize", - "Status", - "ResponseSize", - "UserAgent", - "RemoteIp", - "ServerIp", - "Referer", - "Latency", - "CacheLookup", - "CacheHit", - "CacheValidatedWithOriginServer", - "CacheFillBytes", - "Protocol", - }); - com.google.protobuf.DurationProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/logging/type/LogSeverityProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/logging/type/LogSeverityProto.java deleted file mode 100644 index 3f205fc516..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/logging/type/LogSeverityProto.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/logging/type/log_severity.proto - -package com.google.logging.type; - -public final class LogSeverityProto { - private LogSeverityProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n&google/logging/type/log_severity.proto" - + "\022\023google.logging.type*\202\001\n\013LogSeverity\022\013\n" - + "\007DEFAULT\020\000\022\t\n\005DEBUG\020d\022\t\n\004INFO\020\310\001\022\013\n\006NOTI" - + "CE\020\254\002\022\014\n\007WARNING\020\220\003\022\n\n\005ERROR\020\364\003\022\r\n\010CRITI" - + "CAL\020\330\004\022\n\n\005ALERT\020\274\005\022\016\n\tEMERGENCY\020\240\006B\305\001\n\027c" - + "om.google.logging.typeB\020LogSeverityProto" - + "P\001Z8google.golang.org/genproto/googleapi" - + "s/logging/type;ltype\242\002\004GLOG\252\002\031Google.Clo" - + "ud.Logging.Type\312\002\031Google\\Cloud\\Logging\\T" - + "ype\352\002\034Google::Cloud::Logging::Typeb\006prot" - + "o3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/CancelOperationRequestOrBuilder.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/CancelOperationRequestOrBuilder.java deleted file mode 100644 index 6dbf21a0f6..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/CancelOperationRequestOrBuilder.java +++ /dev/null @@ -1,50 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/longrunning/operations.proto - -package com.google.longrunning; - -public interface CancelOperationRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.longrunning.CancelOperationRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * The name of the operation resource to be cancelled.
-   * 
- * - * string name = 1; - * - * @return The name. - */ - java.lang.String getName(); - /** - * - * - *
-   * The name of the operation resource to be cancelled.
-   * 
- * - * string name = 1; - * - * @return The bytes for name. - */ - com.google.protobuf.ByteString getNameBytes(); -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/DeleteOperationRequestOrBuilder.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/DeleteOperationRequestOrBuilder.java deleted file mode 100644 index 3d39fee204..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/DeleteOperationRequestOrBuilder.java +++ /dev/null @@ -1,50 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/longrunning/operations.proto - -package com.google.longrunning; - -public interface DeleteOperationRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.longrunning.DeleteOperationRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * The name of the operation resource to be deleted.
-   * 
- * - * string name = 1; - * - * @return The name. - */ - java.lang.String getName(); - /** - * - * - *
-   * The name of the operation resource to be deleted.
-   * 
- * - * string name = 1; - * - * @return The bytes for name. - */ - com.google.protobuf.ByteString getNameBytes(); -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/GetOperationRequestOrBuilder.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/GetOperationRequestOrBuilder.java deleted file mode 100644 index fb60fb1fa7..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/GetOperationRequestOrBuilder.java +++ /dev/null @@ -1,50 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/longrunning/operations.proto - -package com.google.longrunning; - -public interface GetOperationRequestOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.longrunning.GetOperationRequest) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * The name of the operation resource.
-   * 
- * - * string name = 1; - * - * @return The name. - */ - java.lang.String getName(); - /** - * - * - *
-   * The name of the operation resource.
-   * 
- * - * string name = 1; - * - * @return The bytes for name. - */ - com.google.protobuf.ByteString getNameBytes(); -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/OperationsProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/OperationsProto.java deleted file mode 100644 index 010227c11c..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/longrunning/OperationsProto.java +++ /dev/null @@ -1,235 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/longrunning/operations.proto - -package com.google.longrunning; - -public final class OperationsProto { - private OperationsProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) { - registry.add(com.google.longrunning.OperationsProto.operationInfo); - } - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - public static final int OPERATION_INFO_FIELD_NUMBER = 1049; - /** - * - * - *
-   * Additional information regarding long-running operations.
-   * In particular, this specifies the types that are returned from
-   * long-running operations.
-   * Required for methods that return `google.longrunning.Operation`; invalid
-   * otherwise.
-   * 
- * - * extend .google.protobuf.MethodOptions { ... } - */ - public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< - com.google.protobuf.DescriptorProtos.MethodOptions, com.google.longrunning.OperationInfo> - operationInfo = - com.google.protobuf.GeneratedMessage.newFileScopedGeneratedExtension( - com.google.longrunning.OperationInfo.class, - com.google.longrunning.OperationInfo.getDefaultInstance()); - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_longrunning_Operation_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_longrunning_Operation_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_longrunning_GetOperationRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_longrunning_GetOperationRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_longrunning_ListOperationsRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_longrunning_ListOperationsRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_longrunning_ListOperationsResponse_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_longrunning_ListOperationsResponse_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_longrunning_CancelOperationRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_longrunning_CancelOperationRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_longrunning_DeleteOperationRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_longrunning_DeleteOperationRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_longrunning_WaitOperationRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_longrunning_WaitOperationRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_longrunning_OperationInfo_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_longrunning_OperationInfo_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n#google/longrunning/operations.proto\022\022g" - + "oogle.longrunning\032\034google/api/annotation" - + "s.proto\032\027google/api/client.proto\032\031google" - + "/protobuf/any.proto\032\036google/protobuf/dur" - + "ation.proto\032\033google/protobuf/empty.proto" - + "\032\027google/rpc/status.proto\032 google/protob" - + "uf/descriptor.proto\"\250\001\n\tOperation\022\014\n\004nam" - + "e\030\001 \001(\t\022&\n\010metadata\030\002 \001(\0132\024.google.proto" - + "buf.Any\022\014\n\004done\030\003 \001(\010\022#\n\005error\030\004 \001(\0132\022.g" - + "oogle.rpc.StatusH\000\022(\n\010response\030\005 \001(\0132\024.g" - + "oogle.protobuf.AnyH\000B\010\n\006result\"#\n\023GetOpe" - + "rationRequest\022\014\n\004name\030\001 \001(\t\"\\\n\025ListOpera" - + "tionsRequest\022\014\n\004name\030\004 \001(\t\022\016\n\006filter\030\001 \001" - + "(\t\022\021\n\tpage_size\030\002 \001(\005\022\022\n\npage_token\030\003 \001(" - + "\t\"d\n\026ListOperationsResponse\0221\n\noperation" - + "s\030\001 \003(\0132\035.google.longrunning.Operation\022\027" - + "\n\017next_page_token\030\002 \001(\t\"&\n\026CancelOperati" - + "onRequest\022\014\n\004name\030\001 \001(\t\"&\n\026DeleteOperati" - + "onRequest\022\014\n\004name\030\001 \001(\t\"P\n\024WaitOperation" - + "Request\022\014\n\004name\030\001 \001(\t\022*\n\007timeout\030\002 \001(\0132\031" - + ".google.protobuf.Duration\"=\n\rOperationIn" - + "fo\022\025\n\rresponse_type\030\001 \001(\t\022\025\n\rmetadata_ty" - + "pe\030\002 \001(\t2\252\005\n\nOperations\022\224\001\n\016ListOperatio" - + "ns\022).google.longrunning.ListOperationsRe" - + "quest\032*.google.longrunning.ListOperation" - + "sResponse\"+\202\323\344\223\002\027\022\025/v1/{name=operations}" - + "\332A\013name,filter\022\177\n\014GetOperation\022\'.google." - + "longrunning.GetOperationRequest\032\035.google" - + ".longrunning.Operation\"\'\202\323\344\223\002\032\022\030/v1/{nam" - + "e=operations/**}\332A\004name\022~\n\017DeleteOperati" - + "on\022*.google.longrunning.DeleteOperationR" - + "equest\032\026.google.protobuf.Empty\"\'\202\323\344\223\002\032*\030" - + "/v1/{name=operations/**}\332A\004name\022\210\001\n\017Canc" - + "elOperation\022*.google.longrunning.CancelO" - + "perationRequest\032\026.google.protobuf.Empty\"" - + "1\202\323\344\223\002$\"\037/v1/{name=operations/**}:cancel" - + ":\001*\332A\004name\022Z\n\rWaitOperation\022(.google.lon" - + "grunning.WaitOperationRequest\032\035.google.l" - + "ongrunning.Operation\"\000\032\035\312A\032longrunning.g" - + "oogleapis.com:Z\n\016operation_info\022\036.google" - + ".protobuf.MethodOptions\030\231\010 \001(\0132!.google." - + "longrunning.OperationInfoB\227\001\n\026com.google" - + ".longrunningB\017OperationsProtoP\001Z=google." - + "golang.org/genproto/googleapis/longrunni" - + "ng;longrunning\370\001\001\252\002\022Google.LongRunning\312\002" - + "\022Google\\LongRunningb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.api.AnnotationsProto.getDescriptor(), - com.google.api.ClientProto.getDescriptor(), - com.google.protobuf.AnyProto.getDescriptor(), - com.google.protobuf.DurationProto.getDescriptor(), - com.google.protobuf.EmptyProto.getDescriptor(), - com.google.rpc.StatusProto.getDescriptor(), - com.google.protobuf.DescriptorProtos.getDescriptor(), - }); - internal_static_google_longrunning_Operation_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_longrunning_Operation_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_longrunning_Operation_descriptor, - new java.lang.String[] { - "Name", "Metadata", "Done", "Error", "Response", "Result", - }); - internal_static_google_longrunning_GetOperationRequest_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_google_longrunning_GetOperationRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_longrunning_GetOperationRequest_descriptor, - new java.lang.String[] { - "Name", - }); - internal_static_google_longrunning_ListOperationsRequest_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_google_longrunning_ListOperationsRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_longrunning_ListOperationsRequest_descriptor, - new java.lang.String[] { - "Name", "Filter", "PageSize", "PageToken", - }); - internal_static_google_longrunning_ListOperationsResponse_descriptor = - getDescriptor().getMessageTypes().get(3); - internal_static_google_longrunning_ListOperationsResponse_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_longrunning_ListOperationsResponse_descriptor, - new java.lang.String[] { - "Operations", "NextPageToken", - }); - internal_static_google_longrunning_CancelOperationRequest_descriptor = - getDescriptor().getMessageTypes().get(4); - internal_static_google_longrunning_CancelOperationRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_longrunning_CancelOperationRequest_descriptor, - new java.lang.String[] { - "Name", - }); - internal_static_google_longrunning_DeleteOperationRequest_descriptor = - getDescriptor().getMessageTypes().get(5); - internal_static_google_longrunning_DeleteOperationRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_longrunning_DeleteOperationRequest_descriptor, - new java.lang.String[] { - "Name", - }); - internal_static_google_longrunning_WaitOperationRequest_descriptor = - getDescriptor().getMessageTypes().get(6); - internal_static_google_longrunning_WaitOperationRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_longrunning_WaitOperationRequest_descriptor, - new java.lang.String[] { - "Name", "Timeout", - }); - internal_static_google_longrunning_OperationInfo_descriptor = - getDescriptor().getMessageTypes().get(7); - internal_static_google_longrunning_OperationInfo_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_longrunning_OperationInfo_descriptor, - new java.lang.String[] { - "ResponseType", "MetadataType", - }); - operationInfo.internalInit(descriptor.getExtensions().get(0)); - com.google.protobuf.ExtensionRegistry registry = - com.google.protobuf.ExtensionRegistry.newInstance(); - registry.add(com.google.api.ClientProto.defaultHost); - registry.add(com.google.api.AnnotationsProto.http); - registry.add(com.google.api.ClientProto.methodSignature); - com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( - descriptor, registry); - com.google.api.AnnotationsProto.getDescriptor(); - com.google.api.ClientProto.getDescriptor(); - com.google.protobuf.AnyProto.getDescriptor(); - com.google.protobuf.DurationProto.getDescriptor(); - com.google.protobuf.EmptyProto.getDescriptor(); - com.google.rpc.StatusProto.getDescriptor(); - com.google.protobuf.DescriptorProtos.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/rpc/CodeProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/rpc/CodeProto.java deleted file mode 100644 index f63ced744c..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/rpc/CodeProto.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/rpc/code.proto - -package com.google.rpc; - -public final class CodeProto { - private CodeProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\025google/rpc/code.proto\022\ngoogle.rpc*\267\002\n\004" - + "Code\022\006\n\002OK\020\000\022\r\n\tCANCELLED\020\001\022\013\n\007UNKNOWN\020\002" - + "\022\024\n\020INVALID_ARGUMENT\020\003\022\025\n\021DEADLINE_EXCEE" - + "DED\020\004\022\r\n\tNOT_FOUND\020\005\022\022\n\016ALREADY_EXISTS\020\006" - + "\022\025\n\021PERMISSION_DENIED\020\007\022\023\n\017UNAUTHENTICAT" - + "ED\020\020\022\026\n\022RESOURCE_EXHAUSTED\020\010\022\027\n\023FAILED_P" - + "RECONDITION\020\t\022\013\n\007ABORTED\020\n\022\020\n\014OUT_OF_RAN" - + "GE\020\013\022\021\n\rUNIMPLEMENTED\020\014\022\014\n\010INTERNAL\020\r\022\017\n" - + "\013UNAVAILABLE\020\016\022\r\n\tDATA_LOSS\020\017BX\n\016com.goo" - + "gle.rpcB\tCodeProtoP\001Z3google.golang.org/" - + "genproto/googleapis/rpc/code;code\242\002\003RPCb" - + "\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/rpc/ErrorDetailsProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/rpc/ErrorDetailsProto.java deleted file mode 100644 index 7dcca5d020..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/rpc/ErrorDetailsProto.java +++ /dev/null @@ -1,252 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/rpc/error_details.proto - -package com.google.rpc; - -public final class ErrorDetailsProto { - private ErrorDetailsProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_rpc_RetryInfo_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_rpc_RetryInfo_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_rpc_DebugInfo_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_rpc_DebugInfo_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_rpc_QuotaFailure_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_rpc_QuotaFailure_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_rpc_QuotaFailure_Violation_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_rpc_QuotaFailure_Violation_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_rpc_ErrorInfo_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_rpc_ErrorInfo_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_rpc_ErrorInfo_MetadataEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_rpc_ErrorInfo_MetadataEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_rpc_PreconditionFailure_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_rpc_PreconditionFailure_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_rpc_PreconditionFailure_Violation_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_rpc_PreconditionFailure_Violation_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_rpc_BadRequest_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_rpc_BadRequest_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_rpc_BadRequest_FieldViolation_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_rpc_BadRequest_FieldViolation_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_rpc_RequestInfo_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_rpc_RequestInfo_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_rpc_ResourceInfo_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_rpc_ResourceInfo_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_rpc_Help_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_rpc_Help_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_rpc_Help_Link_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_rpc_Help_Link_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_rpc_LocalizedMessage_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_rpc_LocalizedMessage_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\036google/rpc/error_details.proto\022\ngoogle" - + ".rpc\032\036google/protobuf/duration.proto\";\n\t" - + "RetryInfo\022.\n\013retry_delay\030\001 \001(\0132\031.google." - + "protobuf.Duration\"2\n\tDebugInfo\022\025\n\rstack_" - + "entries\030\001 \003(\t\022\016\n\006detail\030\002 \001(\t\"y\n\014QuotaFa" - + "ilure\0226\n\nviolations\030\001 \003(\0132\".google.rpc.Q" - + "uotaFailure.Violation\0321\n\tViolation\022\017\n\007su" - + "bject\030\001 \001(\t\022\023\n\013description\030\002 \001(\t\"\223\001\n\tErr" - + "orInfo\022\016\n\006reason\030\001 \001(\t\022\016\n\006domain\030\002 \001(\t\0225" - + "\n\010metadata\030\003 \003(\0132#.google.rpc.ErrorInfo." - + "MetadataEntry\032/\n\rMetadataEntry\022\013\n\003key\030\001 " - + "\001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"\225\001\n\023PreconditionF" - + "ailure\022=\n\nviolations\030\001 \003(\0132).google.rpc." - + "PreconditionFailure.Violation\032?\n\tViolati" - + "on\022\014\n\004type\030\001 \001(\t\022\017\n\007subject\030\002 \001(\t\022\023\n\013des" - + "cription\030\003 \001(\t\"\203\001\n\nBadRequest\022?\n\020field_v" - + "iolations\030\001 \003(\0132%.google.rpc.BadRequest." - + "FieldViolation\0324\n\016FieldViolation\022\r\n\005fiel" - + "d\030\001 \001(\t\022\023\n\013description\030\002 \001(\t\"7\n\013RequestI" - + "nfo\022\022\n\nrequest_id\030\001 \001(\t\022\024\n\014serving_data\030" - + "\002 \001(\t\"`\n\014ResourceInfo\022\025\n\rresource_type\030\001" - + " \001(\t\022\025\n\rresource_name\030\002 \001(\t\022\r\n\005owner\030\003 \001" - + "(\t\022\023\n\013description\030\004 \001(\t\"V\n\004Help\022$\n\005links" - + "\030\001 \003(\0132\025.google.rpc.Help.Link\032(\n\004Link\022\023\n" - + "\013description\030\001 \001(\t\022\013\n\003url\030\002 \001(\t\"3\n\020Local" - + "izedMessage\022\016\n\006locale\030\001 \001(\t\022\017\n\007message\030\002" - + " \001(\tBl\n\016com.google.rpcB\021ErrorDetailsProt" - + "oP\001Z?google.golang.org/genproto/googleap" - + "is/rpc/errdetails;errdetails\242\002\003RPCb\006prot" - + "o3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.protobuf.DurationProto.getDescriptor(), - }); - internal_static_google_rpc_RetryInfo_descriptor = getDescriptor().getMessageTypes().get(0); - internal_static_google_rpc_RetryInfo_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_rpc_RetryInfo_descriptor, - new java.lang.String[] { - "RetryDelay", - }); - internal_static_google_rpc_DebugInfo_descriptor = getDescriptor().getMessageTypes().get(1); - internal_static_google_rpc_DebugInfo_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_rpc_DebugInfo_descriptor, - new java.lang.String[] { - "StackEntries", "Detail", - }); - internal_static_google_rpc_QuotaFailure_descriptor = getDescriptor().getMessageTypes().get(2); - internal_static_google_rpc_QuotaFailure_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_rpc_QuotaFailure_descriptor, - new java.lang.String[] { - "Violations", - }); - internal_static_google_rpc_QuotaFailure_Violation_descriptor = - internal_static_google_rpc_QuotaFailure_descriptor.getNestedTypes().get(0); - internal_static_google_rpc_QuotaFailure_Violation_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_rpc_QuotaFailure_Violation_descriptor, - new java.lang.String[] { - "Subject", "Description", - }); - internal_static_google_rpc_ErrorInfo_descriptor = getDescriptor().getMessageTypes().get(3); - internal_static_google_rpc_ErrorInfo_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_rpc_ErrorInfo_descriptor, - new java.lang.String[] { - "Reason", "Domain", "Metadata", - }); - internal_static_google_rpc_ErrorInfo_MetadataEntry_descriptor = - internal_static_google_rpc_ErrorInfo_descriptor.getNestedTypes().get(0); - internal_static_google_rpc_ErrorInfo_MetadataEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_rpc_ErrorInfo_MetadataEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - internal_static_google_rpc_PreconditionFailure_descriptor = - getDescriptor().getMessageTypes().get(4); - internal_static_google_rpc_PreconditionFailure_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_rpc_PreconditionFailure_descriptor, - new java.lang.String[] { - "Violations", - }); - internal_static_google_rpc_PreconditionFailure_Violation_descriptor = - internal_static_google_rpc_PreconditionFailure_descriptor.getNestedTypes().get(0); - internal_static_google_rpc_PreconditionFailure_Violation_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_rpc_PreconditionFailure_Violation_descriptor, - new java.lang.String[] { - "Type", "Subject", "Description", - }); - internal_static_google_rpc_BadRequest_descriptor = getDescriptor().getMessageTypes().get(5); - internal_static_google_rpc_BadRequest_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_rpc_BadRequest_descriptor, - new java.lang.String[] { - "FieldViolations", - }); - internal_static_google_rpc_BadRequest_FieldViolation_descriptor = - internal_static_google_rpc_BadRequest_descriptor.getNestedTypes().get(0); - internal_static_google_rpc_BadRequest_FieldViolation_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_rpc_BadRequest_FieldViolation_descriptor, - new java.lang.String[] { - "Field", "Description", - }); - internal_static_google_rpc_RequestInfo_descriptor = getDescriptor().getMessageTypes().get(6); - internal_static_google_rpc_RequestInfo_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_rpc_RequestInfo_descriptor, - new java.lang.String[] { - "RequestId", "ServingData", - }); - internal_static_google_rpc_ResourceInfo_descriptor = getDescriptor().getMessageTypes().get(7); - internal_static_google_rpc_ResourceInfo_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_rpc_ResourceInfo_descriptor, - new java.lang.String[] { - "ResourceType", "ResourceName", "Owner", "Description", - }); - internal_static_google_rpc_Help_descriptor = getDescriptor().getMessageTypes().get(8); - internal_static_google_rpc_Help_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_rpc_Help_descriptor, - new java.lang.String[] { - "Links", - }); - internal_static_google_rpc_Help_Link_descriptor = - internal_static_google_rpc_Help_descriptor.getNestedTypes().get(0); - internal_static_google_rpc_Help_Link_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_rpc_Help_Link_descriptor, - new java.lang.String[] { - "Description", "Url", - }); - internal_static_google_rpc_LocalizedMessage_descriptor = - getDescriptor().getMessageTypes().get(9); - internal_static_google_rpc_LocalizedMessage_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_rpc_LocalizedMessage_descriptor, - new java.lang.String[] { - "Locale", "Message", - }); - com.google.protobuf.DurationProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/rpc/StatusProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/rpc/StatusProto.java deleted file mode 100644 index 19260c0654..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/rpc/StatusProto.java +++ /dev/null @@ -1,68 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/rpc/status.proto - -package com.google.rpc; - -public final class StatusProto { - private StatusProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_rpc_Status_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_rpc_Status_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\027google/rpc/status.proto\022\ngoogle.rpc\032\031g" - + "oogle/protobuf/any.proto\"N\n\006Status\022\014\n\004co" - + "de\030\001 \001(\005\022\017\n\007message\030\002 \001(\t\022%\n\007details\030\003 \003" - + "(\0132\024.google.protobuf.AnyBa\n\016com.google.r" - + "pcB\013StatusProtoP\001Z7google.golang.org/gen" - + "proto/googleapis/rpc/status;status\370\001\001\242\002\003" - + "RPCb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.protobuf.AnyProto.getDescriptor(), - }); - internal_static_google_rpc_Status_descriptor = getDescriptor().getMessageTypes().get(0); - internal_static_google_rpc_Status_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_rpc_Status_descriptor, - new java.lang.String[] { - "Code", "Message", "Details", - }); - com.google.protobuf.AnyProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/rpc/context/AttributeContextProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/rpc/context/AttributeContextProto.java deleted file mode 100644 index 0761c33a79..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/rpc/context/AttributeContextProto.java +++ /dev/null @@ -1,297 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/rpc/context/attribute_context.proto - -package com.google.rpc.context; - -public final class AttributeContextProto { - private AttributeContextProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_rpc_context_AttributeContext_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_rpc_context_AttributeContext_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_rpc_context_AttributeContext_Peer_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_rpc_context_AttributeContext_Peer_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_rpc_context_AttributeContext_Peer_LabelsEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_rpc_context_AttributeContext_Peer_LabelsEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_rpc_context_AttributeContext_Api_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_rpc_context_AttributeContext_Api_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_rpc_context_AttributeContext_Auth_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_rpc_context_AttributeContext_Auth_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_rpc_context_AttributeContext_Request_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_rpc_context_AttributeContext_Request_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_rpc_context_AttributeContext_Request_HeadersEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_rpc_context_AttributeContext_Request_HeadersEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_rpc_context_AttributeContext_Response_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_rpc_context_AttributeContext_Response_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_rpc_context_AttributeContext_Response_HeadersEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_rpc_context_AttributeContext_Response_HeadersEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_rpc_context_AttributeContext_Resource_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_rpc_context_AttributeContext_Resource_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_rpc_context_AttributeContext_Resource_LabelsEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_rpc_context_AttributeContext_Resource_LabelsEntry_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_rpc_context_AttributeContext_Resource_AnnotationsEntry_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_rpc_context_AttributeContext_Resource_AnnotationsEntry_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n*google/rpc/context/attribute_context.p" - + "roto\022\022google.rpc.context\032\031google/protobu" - + "f/any.proto\032\036google/protobuf/duration.pr" - + "oto\032\034google/protobuf/struct.proto\032\037googl" - + "e/protobuf/timestamp.proto\"\203\020\n\020Attribute" - + "Context\0229\n\006origin\030\007 \001(\0132).google.rpc.con" - + "text.AttributeContext.Peer\0229\n\006source\030\001 \001" - + "(\0132).google.rpc.context.AttributeContext" - + ".Peer\022>\n\013destination\030\002 \001(\0132).google.rpc." - + "context.AttributeContext.Peer\022=\n\007request" - + "\030\003 \001(\0132,.google.rpc.context.AttributeCon" - + "text.Request\022?\n\010response\030\004 \001(\0132-.google." - + "rpc.context.AttributeContext.Response\022?\n" - + "\010resource\030\005 \001(\0132-.google.rpc.context.Att" - + "ributeContext.Resource\0225\n\003api\030\006 \001(\0132(.go" - + "ogle.rpc.context.AttributeContext.Api\022(\n" - + "\nextensions\030\010 \003(\0132\024.google.protobuf.Any\032" - + "\276\001\n\004Peer\022\n\n\002ip\030\001 \001(\t\022\014\n\004port\030\002 \001(\003\022E\n\006la" - + "bels\030\006 \003(\01325.google.rpc.context.Attribut" - + "eContext.Peer.LabelsEntry\022\021\n\tprincipal\030\007" - + " \001(\t\022\023\n\013region_code\030\010 \001(\t\032-\n\013LabelsEntry" - + "\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\032L\n\003Api\022" - + "\017\n\007service\030\001 \001(\t\022\021\n\toperation\030\002 \001(\t\022\020\n\010p" - + "rotocol\030\003 \001(\t\022\017\n\007version\030\004 \001(\t\032\177\n\004Auth\022\021" - + "\n\tprincipal\030\001 \001(\t\022\021\n\taudiences\030\002 \003(\t\022\021\n\t" - + "presenter\030\003 \001(\t\022\'\n\006claims\030\004 \001(\0132\027.google" - + ".protobuf.Struct\022\025\n\raccess_levels\030\005 \003(\t\032" - + "\357\002\n\007Request\022\n\n\002id\030\001 \001(\t\022\016\n\006method\030\002 \001(\t\022" - + "J\n\007headers\030\003 \003(\01329.google.rpc.context.At" - + "tributeContext.Request.HeadersEntry\022\014\n\004p" - + "ath\030\004 \001(\t\022\014\n\004host\030\005 \001(\t\022\016\n\006scheme\030\006 \001(\t\022" - + "\r\n\005query\030\007 \001(\t\022(\n\004time\030\t \001(\0132\032.google.pr" - + "otobuf.Timestamp\022\014\n\004size\030\n \001(\003\022\020\n\010protoc" - + "ol\030\013 \001(\t\022\016\n\006reason\030\014 \001(\t\0227\n\004auth\030\r \001(\0132)" - + ".google.rpc.context.AttributeContext.Aut" - + "h\032.\n\014HeadersEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030" - + "\002 \001(\t:\0028\001\032\201\002\n\010Response\022\014\n\004code\030\001 \001(\003\022\014\n\004" - + "size\030\002 \001(\003\022K\n\007headers\030\003 \003(\0132:.google.rpc" - + ".context.AttributeContext.Response.Heade" - + "rsEntry\022(\n\004time\030\004 \001(\0132\032.google.protobuf." - + "Timestamp\0222\n\017backend_latency\030\005 \001(\0132\031.goo" - + "gle.protobuf.Duration\032.\n\014HeadersEntry\022\013\n" - + "\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\032\220\004\n\010Resour" - + "ce\022\017\n\007service\030\001 \001(\t\022\014\n\004name\030\002 \001(\t\022\014\n\004typ" - + "e\030\003 \001(\t\022I\n\006labels\030\004 \003(\01329.google.rpc.con" - + "text.AttributeContext.Resource.LabelsEnt" - + "ry\022\013\n\003uid\030\005 \001(\t\022S\n\013annotations\030\006 \003(\0132>.g" - + "oogle.rpc.context.AttributeContext.Resou" - + "rce.AnnotationsEntry\022\024\n\014display_name\030\007 \001" - + "(\t\022/\n\013create_time\030\010 \001(\0132\032.google.protobu" - + "f.Timestamp\022/\n\013update_time\030\t \001(\0132\032.googl" - + "e.protobuf.Timestamp\022/\n\013delete_time\030\n \001(" - + "\0132\032.google.protobuf.Timestamp\022\014\n\004etag\030\013 " - + "\001(\t\022\020\n\010location\030\014 \001(\t\032-\n\013LabelsEntry\022\013\n\003" - + "key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\0322\n\020Annotati" - + "onsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001" - + "B\213\001\n\026com.google.rpc.contextB\025AttributeCo" - + "ntextProtoP\001ZUgoogle.golang.org/genproto" - + "/googleapis/rpc/context/attribute_contex" - + "t;attribute_context\370\001\001b\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.protobuf.AnyProto.getDescriptor(), - com.google.protobuf.DurationProto.getDescriptor(), - com.google.protobuf.StructProto.getDescriptor(), - com.google.protobuf.TimestampProto.getDescriptor(), - }); - internal_static_google_rpc_context_AttributeContext_descriptor = - getDescriptor().getMessageTypes().get(0); - internal_static_google_rpc_context_AttributeContext_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_rpc_context_AttributeContext_descriptor, - new java.lang.String[] { - "Origin", - "Source", - "Destination", - "Request", - "Response", - "Resource", - "Api", - "Extensions", - }); - internal_static_google_rpc_context_AttributeContext_Peer_descriptor = - internal_static_google_rpc_context_AttributeContext_descriptor.getNestedTypes().get(0); - internal_static_google_rpc_context_AttributeContext_Peer_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_rpc_context_AttributeContext_Peer_descriptor, - new java.lang.String[] { - "Ip", "Port", "Labels", "Principal", "RegionCode", - }); - internal_static_google_rpc_context_AttributeContext_Peer_LabelsEntry_descriptor = - internal_static_google_rpc_context_AttributeContext_Peer_descriptor.getNestedTypes().get(0); - internal_static_google_rpc_context_AttributeContext_Peer_LabelsEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_rpc_context_AttributeContext_Peer_LabelsEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - internal_static_google_rpc_context_AttributeContext_Api_descriptor = - internal_static_google_rpc_context_AttributeContext_descriptor.getNestedTypes().get(1); - internal_static_google_rpc_context_AttributeContext_Api_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_rpc_context_AttributeContext_Api_descriptor, - new java.lang.String[] { - "Service", "Operation", "Protocol", "Version", - }); - internal_static_google_rpc_context_AttributeContext_Auth_descriptor = - internal_static_google_rpc_context_AttributeContext_descriptor.getNestedTypes().get(2); - internal_static_google_rpc_context_AttributeContext_Auth_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_rpc_context_AttributeContext_Auth_descriptor, - new java.lang.String[] { - "Principal", "Audiences", "Presenter", "Claims", "AccessLevels", - }); - internal_static_google_rpc_context_AttributeContext_Request_descriptor = - internal_static_google_rpc_context_AttributeContext_descriptor.getNestedTypes().get(3); - internal_static_google_rpc_context_AttributeContext_Request_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_rpc_context_AttributeContext_Request_descriptor, - new java.lang.String[] { - "Id", - "Method", - "Headers", - "Path", - "Host", - "Scheme", - "Query", - "Time", - "Size", - "Protocol", - "Reason", - "Auth", - }); - internal_static_google_rpc_context_AttributeContext_Request_HeadersEntry_descriptor = - internal_static_google_rpc_context_AttributeContext_Request_descriptor - .getNestedTypes() - .get(0); - internal_static_google_rpc_context_AttributeContext_Request_HeadersEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_rpc_context_AttributeContext_Request_HeadersEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - internal_static_google_rpc_context_AttributeContext_Response_descriptor = - internal_static_google_rpc_context_AttributeContext_descriptor.getNestedTypes().get(4); - internal_static_google_rpc_context_AttributeContext_Response_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_rpc_context_AttributeContext_Response_descriptor, - new java.lang.String[] { - "Code", "Size", "Headers", "Time", "BackendLatency", - }); - internal_static_google_rpc_context_AttributeContext_Response_HeadersEntry_descriptor = - internal_static_google_rpc_context_AttributeContext_Response_descriptor - .getNestedTypes() - .get(0); - internal_static_google_rpc_context_AttributeContext_Response_HeadersEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_rpc_context_AttributeContext_Response_HeadersEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - internal_static_google_rpc_context_AttributeContext_Resource_descriptor = - internal_static_google_rpc_context_AttributeContext_descriptor.getNestedTypes().get(5); - internal_static_google_rpc_context_AttributeContext_Resource_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_rpc_context_AttributeContext_Resource_descriptor, - new java.lang.String[] { - "Service", - "Name", - "Type", - "Labels", - "Uid", - "Annotations", - "DisplayName", - "CreateTime", - "UpdateTime", - "DeleteTime", - "Etag", - "Location", - }); - internal_static_google_rpc_context_AttributeContext_Resource_LabelsEntry_descriptor = - internal_static_google_rpc_context_AttributeContext_Resource_descriptor - .getNestedTypes() - .get(0); - internal_static_google_rpc_context_AttributeContext_Resource_LabelsEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_rpc_context_AttributeContext_Resource_LabelsEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - internal_static_google_rpc_context_AttributeContext_Resource_AnnotationsEntry_descriptor = - internal_static_google_rpc_context_AttributeContext_Resource_descriptor - .getNestedTypes() - .get(1); - internal_static_google_rpc_context_AttributeContext_Resource_AnnotationsEntry_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_rpc_context_AttributeContext_Resource_AnnotationsEntry_descriptor, - new java.lang.String[] { - "Key", "Value", - }); - com.google.protobuf.AnyProto.getDescriptor(); - com.google.protobuf.DurationProto.getDescriptor(); - com.google.protobuf.StructProto.getDescriptor(); - com.google.protobuf.TimestampProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/CalendarPeriodProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/CalendarPeriodProto.java deleted file mode 100644 index c4f038504c..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/CalendarPeriodProto.java +++ /dev/null @@ -1,53 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/type/calendar_period.proto - -package com.google.type; - -public final class CalendarPeriodProto { - private CalendarPeriodProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n!google/type/calendar_period.proto\022\013goo" - + "gle.type*\177\n\016CalendarPeriod\022\037\n\033CALENDAR_P" - + "ERIOD_UNSPECIFIED\020\000\022\007\n\003DAY\020\001\022\010\n\004WEEK\020\002\022\r" - + "\n\tFORTNIGHT\020\003\022\t\n\005MONTH\020\004\022\013\n\007QUARTER\020\005\022\010\n" - + "\004HALF\020\006\022\010\n\004YEAR\020\007Bx\n\017com.google.typeB\023Ca" - + "lendarPeriodProtoP\001ZHgoogle.golang.org/g" - + "enproto/googleapis/type/calendarperiod;c" - + "alendarperiod\242\002\003GTPb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/ColorProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/ColorProto.java deleted file mode 100644 index 1a93525b1c..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/ColorProto.java +++ /dev/null @@ -1,68 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/type/color.proto - -package com.google.type; - -public final class ColorProto { - private ColorProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_type_Color_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_type_Color_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\027google/type/color.proto\022\013google.type\032\036" - + "google/protobuf/wrappers.proto\"]\n\005Color\022" - + "\013\n\003red\030\001 \001(\002\022\r\n\005green\030\002 \001(\002\022\014\n\004blue\030\003 \001(" - + "\002\022*\n\005alpha\030\004 \001(\0132\033.google.protobuf.Float" - + "ValueB`\n\017com.google.typeB\nColorProtoP\001Z6" - + "google.golang.org/genproto/googleapis/ty" - + "pe/color;color\370\001\001\242\002\003GTPb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - com.google.protobuf.WrappersProto.getDescriptor(), - }); - internal_static_google_type_Color_descriptor = getDescriptor().getMessageTypes().get(0); - internal_static_google_type_Color_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_type_Color_descriptor, - new java.lang.String[] { - "Red", "Green", "Blue", "Alpha", - }); - com.google.protobuf.WrappersProto.getDescriptor(); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/DateProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/DateProto.java deleted file mode 100644 index f9fd29cc94..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/DateProto.java +++ /dev/null @@ -1,62 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/type/date.proto - -package com.google.type; - -public final class DateProto { - private DateProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_type_Date_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_type_Date_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\026google/type/date.proto\022\013google.type\"0\n" - + "\004Date\022\014\n\004year\030\001 \001(\005\022\r\n\005month\030\002 \001(\005\022\013\n\003da" - + "y\030\003 \001(\005B]\n\017com.google.typeB\tDateProtoP\001Z" - + "4google.golang.org/genproto/googleapis/t" - + "ype/date;date\370\001\001\242\002\003GTPb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - internal_static_google_type_Date_descriptor = getDescriptor().getMessageTypes().get(0); - internal_static_google_type_Date_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_type_Date_descriptor, - new java.lang.String[] { - "Year", "Month", "Day", - }); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/DateTimeProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/DateTimeProto.java deleted file mode 100644 index 403e98100c..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/DateTimeProto.java +++ /dev/null @@ -1,93 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/type/datetime.proto - -package com.google.type; - -public final class DateTimeProto { - private DateTimeProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_type_DateTime_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_type_DateTime_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_type_TimeZone_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_type_TimeZone_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\032google/type/datetime.proto\022\013google.typ" - + "e\032\036google/protobuf/duration.proto\"\340\001\n\010Da" - + "teTime\022\014\n\004year\030\001 \001(\005\022\r\n\005month\030\002 \001(\005\022\013\n\003d" - + "ay\030\003 \001(\005\022\r\n\005hours\030\004 \001(\005\022\017\n\007minutes\030\005 \001(\005" - + "\022\017\n\007seconds\030\006 \001(\005\022\r\n\005nanos\030\007 \001(\005\022/\n\nutc_" - + "offset\030\010 \001(\0132\031.google.protobuf.DurationH" - + "\000\022*\n\ttime_zone\030\t \001(\0132\025.google.type.TimeZ" - + "oneH\000B\r\n\013time_offset\"\'\n\010TimeZone\022\n\n\002id\030\001" - + " \001(\t\022\017\n\007version\030\002 \001(\tBi\n\017com.google.type" - + "B\rDateTimeProtoP\001Zgoogle.golang.org/genpro" - + "to/googleapis/type/dayofweek;dayofweek\242\002" - + "\003GTPb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/DecimalProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/DecimalProto.java deleted file mode 100644 index 56ac896667..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/DecimalProto.java +++ /dev/null @@ -1,62 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/type/decimal.proto - -package com.google.type; - -public final class DecimalProto { - private DecimalProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_type_Decimal_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_type_Decimal_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\031google/type/decimal.proto\022\013google.type" - + "\"\030\n\007Decimal\022\r\n\005value\030\001 \001(\tBf\n\017com.google" - + ".typeB\014DecimalProtoP\001Z:google.golang.org" - + "/genproto/googleapis/type/decimal;decima" - + "l\370\001\001\242\002\003GTPb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - internal_static_google_type_Decimal_descriptor = getDescriptor().getMessageTypes().get(0); - internal_static_google_type_Decimal_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_type_Decimal_descriptor, - new java.lang.String[] { - "Value", - }); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/ExprProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/ExprProto.java deleted file mode 100644 index bc47445ad3..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/ExprProto.java +++ /dev/null @@ -1,63 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/type/expr.proto - -package com.google.type; - -public final class ExprProto { - private ExprProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_type_Expr_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_type_Expr_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\026google/type/expr.proto\022\013google.type\"P\n" - + "\004Expr\022\022\n\nexpression\030\001 \001(\t\022\r\n\005title\030\002 \001(\t" - + "\022\023\n\013description\030\003 \001(\t\022\020\n\010location\030\004 \001(\tB" - + "Z\n\017com.google.typeB\tExprProtoP\001Z4google." - + "golang.org/genproto/googleapis/type/expr" - + ";expr\242\002\003GTPb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - internal_static_google_type_Expr_descriptor = getDescriptor().getMessageTypes().get(0); - internal_static_google_type_Expr_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_type_Expr_descriptor, - new java.lang.String[] { - "Expression", "Title", "Description", "Location", - }); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/FractionOrBuilder.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/FractionOrBuilder.java deleted file mode 100644 index 57c5d51a29..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/FractionOrBuilder.java +++ /dev/null @@ -1,52 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/type/fraction.proto - -package com.google.type; - -public interface FractionOrBuilder - extends - // @@protoc_insertion_point(interface_extends:google.type.Fraction) - com.google.protobuf.MessageOrBuilder { - - /** - * - * - *
-   * The numerator in the fraction, e.g. 2 in 2/3.
-   * 
- * - * int64 numerator = 1; - * - * @return The numerator. - */ - long getNumerator(); - - /** - * - * - *
-   * The value by which the numerator is divided, e.g. 3 in 2/3. Must be
-   * positive.
-   * 
- * - * int64 denominator = 2; - * - * @return The denominator. - */ - long getDenominator(); -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/FractionProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/FractionProto.java deleted file mode 100644 index dea8f4ea46..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/FractionProto.java +++ /dev/null @@ -1,63 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/type/fraction.proto - -package com.google.type; - -public final class FractionProto { - private FractionProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_type_Fraction_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_type_Fraction_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\032google/type/fraction.proto\022\013google.typ" - + "e\"2\n\010Fraction\022\021\n\tnumerator\030\001 \001(\003\022\023\n\013deno" - + "minator\030\002 \001(\003Bf\n\017com.google.typeB\rFracti" - + "onProtoP\001Z - * The latitude in degrees. It must be in the range [-90.0, +90.0]. - * - * - * double latitude = 1; - * - * @return The latitude. - */ - double getLatitude(); - - /** - * - * - *
-   * The longitude in degrees. It must be in the range [-180.0, +180.0].
-   * 
- * - * double longitude = 2; - * - * @return The longitude. - */ - double getLongitude(); -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/LatLngProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/LatLngProto.java deleted file mode 100644 index 5302d9e746..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/LatLngProto.java +++ /dev/null @@ -1,62 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/type/latlng.proto - -package com.google.type; - -public final class LatLngProto { - private LatLngProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_type_LatLng_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_type_LatLng_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\030google/type/latlng.proto\022\013google.type\"" - + "-\n\006LatLng\022\020\n\010latitude\030\001 \001(\001\022\021\n\tlongitude" - + "\030\002 \001(\001Bc\n\017com.google.typeB\013LatLngProtoP\001" - + "Z8google.golang.org/genproto/googleapis/" - + "type/latlng;latlng\370\001\001\242\002\003GTPb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - internal_static_google_type_LatLng_descriptor = getDescriptor().getMessageTypes().get(0); - internal_static_google_type_LatLng_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_type_LatLng_descriptor, - new java.lang.String[] { - "Latitude", "Longitude", - }); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/LocalizedTextProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/LocalizedTextProto.java deleted file mode 100644 index 4d1559b6ae..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/LocalizedTextProto.java +++ /dev/null @@ -1,63 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/type/localized_text.proto - -package com.google.type; - -public final class LocalizedTextProto { - private LocalizedTextProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_type_LocalizedText_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_type_LocalizedText_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n google/type/localized_text.proto\022\013goog" - + "le.type\"4\n\rLocalizedText\022\014\n\004text\030\001 \001(\t\022\025" - + "\n\rlanguage_code\030\002 \001(\tBz\n\017com.google.type" - + "B\022LocalizedTextProtoP\001ZHgoogle.golang.or" - + "g/genproto/googleapis/type/localized_tex" - + "t;localized_text\370\001\001\242\002\003GTPb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - internal_static_google_type_LocalizedText_descriptor = getDescriptor().getMessageTypes().get(0); - internal_static_google_type_LocalizedText_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_type_LocalizedText_descriptor, - new java.lang.String[] { - "Text", "LanguageCode", - }); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/MoneyProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/MoneyProto.java deleted file mode 100644 index d6d549e9ef..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/MoneyProto.java +++ /dev/null @@ -1,63 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/type/money.proto - -package com.google.type; - -public final class MoneyProto { - private MoneyProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_type_Money_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_type_Money_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\027google/type/money.proto\022\013google.type\"<" - + "\n\005Money\022\025\n\rcurrency_code\030\001 \001(\t\022\r\n\005units\030" - + "\002 \001(\003\022\r\n\005nanos\030\003 \001(\005B`\n\017com.google.typeB" - + "\nMoneyProtoP\001Z6google.golang.org/genprot" - + "o/googleapis/type/money;money\370\001\001\242\002\003GTPb\006" - + "proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - internal_static_google_type_Money_descriptor = getDescriptor().getMessageTypes().get(0); - internal_static_google_type_Money_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_type_Money_descriptor, - new java.lang.String[] { - "CurrencyCode", "Units", "Nanos", - }); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/MonthProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/MonthProto.java deleted file mode 100644 index bfe5ee28ba..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/MonthProto.java +++ /dev/null @@ -1,53 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/type/month.proto - -package com.google.type; - -public final class MonthProto { - private MonthProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\027google/type/month.proto\022\013google.type*\260" - + "\001\n\005Month\022\025\n\021MONTH_UNSPECIFIED\020\000\022\013\n\007JANUA" - + "RY\020\001\022\014\n\010FEBRUARY\020\002\022\t\n\005MARCH\020\003\022\t\n\005APRIL\020\004" - + "\022\007\n\003MAY\020\005\022\010\n\004JUNE\020\006\022\010\n\004JULY\020\007\022\n\n\006AUGUST\020" - + "\010\022\r\n\tSEPTEMBER\020\t\022\013\n\007OCTOBER\020\n\022\014\n\010NOVEMBE" - + "R\020\013\022\014\n\010DECEMBER\020\014B]\n\017com.google.typeB\nMo" - + "nthProtoP\001Z6google.golang.org/genproto/g" - + "oogleapis/type/month;month\242\002\003GTPb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/PhoneNumberProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/PhoneNumberProto.java deleted file mode 100644 index f69641eec3..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/PhoneNumberProto.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/type/phone_number.proto - -package com.google.type; - -public final class PhoneNumberProto { - private PhoneNumberProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_type_PhoneNumber_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_type_PhoneNumber_fieldAccessorTable; - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_type_PhoneNumber_ShortCode_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_type_PhoneNumber_ShortCode_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\036google/type/phone_number.proto\022\013google" - + ".type\"\253\001\n\013PhoneNumber\022\025\n\013e164_number\030\001 \001" - + "(\tH\000\0228\n\nshort_code\030\002 \001(\0132\".google.type.P" - + "honeNumber.ShortCodeH\000\022\021\n\textension\030\003 \001(" - + "\t\0320\n\tShortCode\022\023\n\013region_code\030\001 \001(\t\022\016\n\006n" - + "umber\030\002 \001(\tB\006\n\004kindBt\n\017com.google.typeB\020" - + "PhoneNumberProtoP\001ZDgoogle.golang.org/ge" - + "nproto/googleapis/type/phone_number;phon" - + "e_number\370\001\001\242\002\003GTPb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - internal_static_google_type_PhoneNumber_descriptor = getDescriptor().getMessageTypes().get(0); - internal_static_google_type_PhoneNumber_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_type_PhoneNumber_descriptor, - new java.lang.String[] { - "E164Number", "ShortCode", "Extension", "Kind", - }); - internal_static_google_type_PhoneNumber_ShortCode_descriptor = - internal_static_google_type_PhoneNumber_descriptor.getNestedTypes().get(0); - internal_static_google_type_PhoneNumber_ShortCode_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_type_PhoneNumber_ShortCode_descriptor, - new java.lang.String[] { - "RegionCode", "Number", - }); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/PostalAddressProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/PostalAddressProto.java deleted file mode 100644 index 1586e1a670..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/PostalAddressProto.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/type/postal_address.proto - -package com.google.type; - -public final class PostalAddressProto { - private PostalAddressProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_type_PostalAddress_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_type_PostalAddress_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n google/type/postal_address.proto\022\013goog" - + "le.type\"\375\001\n\rPostalAddress\022\020\n\010revision\030\001 " - + "\001(\005\022\023\n\013region_code\030\002 \001(\t\022\025\n\rlanguage_cod" - + "e\030\003 \001(\t\022\023\n\013postal_code\030\004 \001(\t\022\024\n\014sorting_" - + "code\030\005 \001(\t\022\033\n\023administrative_area\030\006 \001(\t\022" - + "\020\n\010locality\030\007 \001(\t\022\023\n\013sublocality\030\010 \001(\t\022\025" - + "\n\raddress_lines\030\t \003(\t\022\022\n\nrecipients\030\n \003(" - + "\t\022\024\n\014organization\030\013 \001(\tBx\n\017com.google.ty" - + "peB\022PostalAddressProtoP\001ZFgoogle.golang." - + "org/genproto/googleapis/type/postaladdre" - + "ss;postaladdress\370\001\001\242\002\003GTPb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - internal_static_google_type_PostalAddress_descriptor = getDescriptor().getMessageTypes().get(0); - internal_static_google_type_PostalAddress_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_type_PostalAddress_descriptor, - new java.lang.String[] { - "Revision", - "RegionCode", - "LanguageCode", - "PostalCode", - "SortingCode", - "AdministrativeArea", - "Locality", - "Sublocality", - "AddressLines", - "Recipients", - "Organization", - }); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/QuaternionProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/QuaternionProto.java deleted file mode 100644 index 068b26b377..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/QuaternionProto.java +++ /dev/null @@ -1,63 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/type/quaternion.proto - -package com.google.type; - -public final class QuaternionProto { - private QuaternionProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_type_Quaternion_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_type_Quaternion_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\034google/type/quaternion.proto\022\013google.t" - + "ype\"8\n\nQuaternion\022\t\n\001x\030\001 \001(\001\022\t\n\001y\030\002 \001(\001\022" - + "\t\n\001z\030\003 \001(\001\022\t\n\001w\030\004 \001(\001Bo\n\017com.google.type" - + "B\017QuaternionProtoP\001Z@google.golang.org/g" - + "enproto/googleapis/type/quaternion;quate" - + "rnion\370\001\001\242\002\003GTPb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - internal_static_google_type_Quaternion_descriptor = getDescriptor().getMessageTypes().get(0); - internal_static_google_type_Quaternion_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_type_Quaternion_descriptor, - new java.lang.String[] { - "X", "Y", "Z", "W", - }); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/TimeOfDayProto.java b/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/TimeOfDayProto.java deleted file mode 100644 index ffa69a4167..0000000000 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/type/TimeOfDayProto.java +++ /dev/null @@ -1,63 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: google/type/timeofday.proto - -package com.google.type; - -public final class TimeOfDayProto { - private TimeOfDayProto() {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} - - public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { - registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); - } - - static final com.google.protobuf.Descriptors.Descriptor - internal_static_google_type_TimeOfDay_descriptor; - static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_google_type_TimeOfDay_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { - return descriptor; - } - - private static com.google.protobuf.Descriptors.FileDescriptor descriptor; - - static { - java.lang.String[] descriptorData = { - "\n\033google/type/timeofday.proto\022\013google.ty" - + "pe\"K\n\tTimeOfDay\022\r\n\005hours\030\001 \001(\005\022\017\n\007minute" - + "s\030\002 \001(\005\022\017\n\007seconds\030\003 \001(\005\022\r\n\005nanos\030\004 \001(\005B" - + "l\n\017com.google.typeB\016TimeOfDayProtoP\001Z>go" - + "ogle.golang.org/genproto/googleapis/type" - + "/timeofday;timeofday\370\001\001\242\002\003GTPb\006proto3" - }; - descriptor = - com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( - descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); - internal_static_google_type_TimeOfDay_descriptor = getDescriptor().getMessageTypes().get(0); - internal_static_google_type_TimeOfDay_fieldAccessorTable = - new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_google_type_TimeOfDay_descriptor, - new java.lang.String[] { - "Hours", "Minutes", "Seconds", "Nanos", - }); - } - - // @@protoc_insertion_point(outer_class_scope) -} diff --git a/java-common-protos/grpc-google-common-protos/src/main/java/com/google/cloud/location/LocationsGrpc.java b/owl-bot-staging/java-common-protos/v1/grpc-google-common-protos/src/main/java/com/google/cloud/location/LocationsGrpc.java similarity index 50% rename from java-common-protos/grpc-google-common-protos/src/main/java/com/google/cloud/location/LocationsGrpc.java rename to owl-bot-staging/java-common-protos/v1/grpc-google-common-protos/src/main/java/com/google/cloud/location/LocationsGrpc.java index bce34c309a..b112468a7f 100644 --- a/java-common-protos/grpc-google-common-protos/src/main/java/com/google/cloud/location/LocationsGrpc.java +++ b/owl-bot-staging/java-common-protos/v1/grpc-google-common-protos/src/main/java/com/google/cloud/location/LocationsGrpc.java @@ -1,25 +1,8 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package com.google.cloud.location; import static io.grpc.MethodDescriptor.generateFullMethodName; /** - * - * *
  * An abstract interface that provides location-related information for
  * a service. Service-specific metadata is provided through the
@@ -37,194 +20,162 @@ private LocationsGrpc() {}
   public static final String SERVICE_NAME = "google.cloud.location.Locations";
 
   // Static method descriptors that strictly reflect the proto.
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.cloud.location.ListLocationsRequest,
-          com.google.cloud.location.ListLocationsResponse>
-      getListLocationsMethod;
+  private static volatile io.grpc.MethodDescriptor getListLocationsMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "ListLocations",
       requestType = com.google.cloud.location.ListLocationsRequest.class,
       responseType = com.google.cloud.location.ListLocationsResponse.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.cloud.location.ListLocationsRequest,
-          com.google.cloud.location.ListLocationsResponse>
-      getListLocationsMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.cloud.location.ListLocationsRequest,
-            com.google.cloud.location.ListLocationsResponse>
-        getListLocationsMethod;
+  public static io.grpc.MethodDescriptor getListLocationsMethod() {
+    io.grpc.MethodDescriptor getListLocationsMethod;
     if ((getListLocationsMethod = LocationsGrpc.getListLocationsMethod) == null) {
       synchronized (LocationsGrpc.class) {
         if ((getListLocationsMethod = LocationsGrpc.getListLocationsMethod) == null) {
-          LocationsGrpc.getListLocationsMethod =
-              getListLocationsMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListLocations"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.cloud.location.ListLocationsRequest.getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.cloud.location.ListLocationsResponse.getDefaultInstance()))
-                      .setSchemaDescriptor(new LocationsMethodDescriptorSupplier("ListLocations"))
-                      .build();
+          LocationsGrpc.getListLocationsMethod = getListLocationsMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListLocations"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.cloud.location.ListLocationsRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.cloud.location.ListLocationsResponse.getDefaultInstance()))
+              .setSchemaDescriptor(new LocationsMethodDescriptorSupplier("ListLocations"))
+              .build();
         }
       }
     }
     return getListLocationsMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.cloud.location.GetLocationRequest, com.google.cloud.location.Location>
-      getGetLocationMethod;
+  private static volatile io.grpc.MethodDescriptor getGetLocationMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "GetLocation",
       requestType = com.google.cloud.location.GetLocationRequest.class,
       responseType = com.google.cloud.location.Location.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.cloud.location.GetLocationRequest, com.google.cloud.location.Location>
-      getGetLocationMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.cloud.location.GetLocationRequest, com.google.cloud.location.Location>
-        getGetLocationMethod;
+  public static io.grpc.MethodDescriptor getGetLocationMethod() {
+    io.grpc.MethodDescriptor getGetLocationMethod;
     if ((getGetLocationMethod = LocationsGrpc.getGetLocationMethod) == null) {
       synchronized (LocationsGrpc.class) {
         if ((getGetLocationMethod = LocationsGrpc.getGetLocationMethod) == null) {
-          LocationsGrpc.getGetLocationMethod =
-              getGetLocationMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetLocation"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.cloud.location.GetLocationRequest.getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.cloud.location.Location.getDefaultInstance()))
-                      .setSchemaDescriptor(new LocationsMethodDescriptorSupplier("GetLocation"))
-                      .build();
+          LocationsGrpc.getGetLocationMethod = getGetLocationMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetLocation"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.cloud.location.GetLocationRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.cloud.location.Location.getDefaultInstance()))
+              .setSchemaDescriptor(new LocationsMethodDescriptorSupplier("GetLocation"))
+              .build();
         }
       }
     }
     return getGetLocationMethod;
   }
 
-  /** Creates a new async stub that supports all call types for the service */
+  /**
+   * Creates a new async stub that supports all call types for the service
+   */
   public static LocationsStub newStub(io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-        new io.grpc.stub.AbstractStub.StubFactory() {
-          @java.lang.Override
-          public LocationsStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-            return new LocationsStub(channel, callOptions);
-          }
-        };
+      new io.grpc.stub.AbstractStub.StubFactory() {
+        @java.lang.Override
+        public LocationsStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+          return new LocationsStub(channel, callOptions);
+        }
+      };
     return LocationsStub.newStub(factory, channel);
   }
 
   /**
    * Creates a new blocking-style stub that supports unary and streaming output calls on the service
    */
-  public static LocationsBlockingStub newBlockingStub(io.grpc.Channel channel) {
+  public static LocationsBlockingStub newBlockingStub(
+      io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-        new io.grpc.stub.AbstractStub.StubFactory() {
-          @java.lang.Override
-          public LocationsBlockingStub newStub(
-              io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-            return new LocationsBlockingStub(channel, callOptions);
-          }
-        };
+      new io.grpc.stub.AbstractStub.StubFactory() {
+        @java.lang.Override
+        public LocationsBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+          return new LocationsBlockingStub(channel, callOptions);
+        }
+      };
     return LocationsBlockingStub.newStub(factory, channel);
   }
 
-  /** Creates a new ListenableFuture-style stub that supports unary calls on the service */
-  public static LocationsFutureStub newFutureStub(io.grpc.Channel channel) {
+  /**
+   * Creates a new ListenableFuture-style stub that supports unary calls on the service
+   */
+  public static LocationsFutureStub newFutureStub(
+      io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-        new io.grpc.stub.AbstractStub.StubFactory() {
-          @java.lang.Override
-          public LocationsFutureStub newStub(
-              io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-            return new LocationsFutureStub(channel, callOptions);
-          }
-        };
+      new io.grpc.stub.AbstractStub.StubFactory() {
+        @java.lang.Override
+        public LocationsFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+          return new LocationsFutureStub(channel, callOptions);
+        }
+      };
     return LocationsFutureStub.newStub(factory, channel);
   }
 
   /**
-   *
-   *
    * 
    * An abstract interface that provides location-related information for
    * a service. Service-specific metadata is provided through the
    * [Location.metadata][google.cloud.location.Location.metadata] field.
    * 
*/ - public abstract static class LocationsImplBase implements io.grpc.BindableService { + public static abstract class LocationsImplBase implements io.grpc.BindableService { /** - * - * *
      * Lists information about the supported locations for this service.
      * 
*/ - public void listLocations( - com.google.cloud.location.ListLocationsRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getListLocationsMethod(), responseObserver); + public void listLocations(com.google.cloud.location.ListLocationsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListLocationsMethod(), responseObserver); } /** - * - * *
      * Gets information about a location.
      * 
*/ - public void getLocation( - com.google.cloud.location.GetLocationRequest request, + public void getLocation(com.google.cloud.location.GetLocationRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getGetLocationMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetLocationMethod(), responseObserver); } - @java.lang.Override - public final io.grpc.ServerServiceDefinition bindService() { + @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() { return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) .addMethod( - getListLocationsMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.location.ListLocationsRequest, - com.google.cloud.location.ListLocationsResponse>( - this, METHODID_LIST_LOCATIONS))) + getListLocationsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.location.ListLocationsRequest, + com.google.cloud.location.ListLocationsResponse>( + this, METHODID_LIST_LOCATIONS))) .addMethod( - getGetLocationMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.cloud.location.GetLocationRequest, - com.google.cloud.location.Location>(this, METHODID_GET_LOCATION))) + getGetLocationMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.cloud.location.GetLocationRequest, + com.google.cloud.location.Location>( + this, METHODID_GET_LOCATION))) .build(); } } /** - * - * *
    * An abstract interface that provides location-related information for
    * a service. Service-specific metadata is provided through the
@@ -232,61 +183,50 @@ public final io.grpc.ServerServiceDefinition bindService() {
    * 
*/ public static final class LocationsStub extends io.grpc.stub.AbstractAsyncStub { - private LocationsStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + private LocationsStub( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override - protected LocationsStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + protected LocationsStub build( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new LocationsStub(channel, callOptions); } /** - * - * *
      * Lists information about the supported locations for this service.
      * 
*/ - public void listLocations( - com.google.cloud.location.ListLocationsRequest request, - io.grpc.stub.StreamObserver - responseObserver) { + public void listLocations(com.google.cloud.location.ListLocationsRequest request, + io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getListLocationsMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getListLocationsMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Gets information about a location.
      * 
*/ - public void getLocation( - com.google.cloud.location.GetLocationRequest request, + public void getLocation(com.google.cloud.location.GetLocationRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getGetLocationMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getGetLocationMethod(), getCallOptions()), request, responseObserver); } } /** - * - * *
    * An abstract interface that provides location-related information for
    * a service. Service-specific metadata is provided through the
    * [Location.metadata][google.cloud.location.Location.metadata] field.
    * 
*/ - public static final class LocationsBlockingStub - extends io.grpc.stub.AbstractBlockingStub { - private LocationsBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + public static final class LocationsBlockingStub extends io.grpc.stub.AbstractBlockingStub { + private LocationsBlockingStub( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @@ -297,75 +237,63 @@ protected LocationsBlockingStub build( } /** - * - * *
      * Lists information about the supported locations for this service.
      * 
*/ - public com.google.cloud.location.ListLocationsResponse listLocations( - com.google.cloud.location.ListLocationsRequest request) { + public com.google.cloud.location.ListLocationsResponse listLocations(com.google.cloud.location.ListLocationsRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getListLocationsMethod(), getCallOptions(), request); } /** - * - * *
      * Gets information about a location.
      * 
*/ - public com.google.cloud.location.Location getLocation( - com.google.cloud.location.GetLocationRequest request) { + public com.google.cloud.location.Location getLocation(com.google.cloud.location.GetLocationRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetLocationMethod(), getCallOptions(), request); } } /** - * - * *
    * An abstract interface that provides location-related information for
    * a service. Service-specific metadata is provided through the
    * [Location.metadata][google.cloud.location.Location.metadata] field.
    * 
*/ - public static final class LocationsFutureStub - extends io.grpc.stub.AbstractFutureStub { - private LocationsFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + public static final class LocationsFutureStub extends io.grpc.stub.AbstractFutureStub { + private LocationsFutureStub( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override - protected LocationsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + protected LocationsFutureStub build( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new LocationsFutureStub(channel, callOptions); } /** - * - * *
      * Lists information about the supported locations for this service.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture< - com.google.cloud.location.ListLocationsResponse> - listLocations(com.google.cloud.location.ListLocationsRequest request) { + public com.google.common.util.concurrent.ListenableFuture listLocations( + com.google.cloud.location.ListLocationsRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListLocationsMethod(), getCallOptions()), request); } /** - * - * *
      * Gets information about a location.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - getLocation(com.google.cloud.location.GetLocationRequest request) { + public com.google.common.util.concurrent.ListenableFuture getLocation( + com.google.cloud.location.GetLocationRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetLocationMethod(), getCallOptions()), request); } @@ -374,11 +302,11 @@ protected LocationsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions private static final int METHODID_LIST_LOCATIONS = 0; private static final int METHODID_GET_LOCATION = 1; - private static final class MethodHandlers - implements io.grpc.stub.ServerCalls.UnaryMethod, - io.grpc.stub.ServerCalls.ServerStreamingMethod, - io.grpc.stub.ServerCalls.ClientStreamingMethod, - io.grpc.stub.ServerCalls.BidiStreamingMethod { + private static final class MethodHandlers implements + io.grpc.stub.ServerCalls.UnaryMethod, + io.grpc.stub.ServerCalls.ServerStreamingMethod, + io.grpc.stub.ServerCalls.ClientStreamingMethod, + io.grpc.stub.ServerCalls.BidiStreamingMethod { private final LocationsImplBase serviceImpl; private final int methodId; @@ -392,14 +320,11 @@ private static final class MethodHandlers public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) { switch (methodId) { case METHODID_LIST_LOCATIONS: - serviceImpl.listLocations( - (com.google.cloud.location.ListLocationsRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); + serviceImpl.listLocations((com.google.cloud.location.ListLocationsRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_GET_LOCATION: - serviceImpl.getLocation( - (com.google.cloud.location.GetLocationRequest) request, + serviceImpl.getLocation((com.google.cloud.location.GetLocationRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; default: @@ -418,9 +343,8 @@ public io.grpc.stub.StreamObserver invoke( } } - private abstract static class LocationsBaseDescriptorSupplier - implements io.grpc.protobuf.ProtoFileDescriptorSupplier, - io.grpc.protobuf.ProtoServiceDescriptorSupplier { + private static abstract class LocationsBaseDescriptorSupplier + implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier { LocationsBaseDescriptorSupplier() {} @java.lang.Override @@ -462,13 +386,11 @@ public static io.grpc.ServiceDescriptor getServiceDescriptor() { synchronized (LocationsGrpc.class) { result = serviceDescriptor; if (result == null) { - serviceDescriptor = - result = - io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) - .setSchemaDescriptor(new LocationsFileDescriptorSupplier()) - .addMethod(getListLocationsMethod()) - .addMethod(getGetLocationMethod()) - .build(); + serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) + .setSchemaDescriptor(new LocationsFileDescriptorSupplier()) + .addMethod(getListLocationsMethod()) + .addMethod(getGetLocationMethod()) + .build(); } } } diff --git a/java-common-protos/grpc-google-common-protos/src/main/java/com/google/longrunning/OperationsGrpc.java b/owl-bot-staging/java-common-protos/v1/grpc-google-common-protos/src/main/java/com/google/longrunning/OperationsGrpc.java similarity index 60% rename from java-common-protos/grpc-google-common-protos/src/main/java/com/google/longrunning/OperationsGrpc.java rename to owl-bot-staging/java-common-protos/v1/grpc-google-common-protos/src/main/java/com/google/longrunning/OperationsGrpc.java index 551a18438c..12acdc4848 100644 --- a/java-common-protos/grpc-google-common-protos/src/main/java/com/google/longrunning/OperationsGrpc.java +++ b/owl-bot-staging/java-common-protos/v1/grpc-google-common-protos/src/main/java/com/google/longrunning/OperationsGrpc.java @@ -1,25 +1,8 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package com.google.longrunning; import static io.grpc.MethodDescriptor.generateFullMethodName; /** - * - * *
  * Manages long-running operations with an API service.
  * When an API method normally takes long time to complete, it can be designed
@@ -42,257 +25,206 @@ private OperationsGrpc() {}
   public static final String SERVICE_NAME = "google.longrunning.Operations";
 
   // Static method descriptors that strictly reflect the proto.
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.longrunning.ListOperationsRequest,
-          com.google.longrunning.ListOperationsResponse>
-      getListOperationsMethod;
+  private static volatile io.grpc.MethodDescriptor getListOperationsMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "ListOperations",
       requestType = com.google.longrunning.ListOperationsRequest.class,
       responseType = com.google.longrunning.ListOperationsResponse.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.longrunning.ListOperationsRequest,
-          com.google.longrunning.ListOperationsResponse>
-      getListOperationsMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.longrunning.ListOperationsRequest,
-            com.google.longrunning.ListOperationsResponse>
-        getListOperationsMethod;
+  public static io.grpc.MethodDescriptor getListOperationsMethod() {
+    io.grpc.MethodDescriptor getListOperationsMethod;
     if ((getListOperationsMethod = OperationsGrpc.getListOperationsMethod) == null) {
       synchronized (OperationsGrpc.class) {
         if ((getListOperationsMethod = OperationsGrpc.getListOperationsMethod) == null) {
-          OperationsGrpc.getListOperationsMethod =
-              getListOperationsMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListOperations"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.longrunning.ListOperationsRequest.getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.longrunning.ListOperationsResponse.getDefaultInstance()))
-                      .setSchemaDescriptor(new OperationsMethodDescriptorSupplier("ListOperations"))
-                      .build();
+          OperationsGrpc.getListOperationsMethod = getListOperationsMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListOperations"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.longrunning.ListOperationsRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.longrunning.ListOperationsResponse.getDefaultInstance()))
+              .setSchemaDescriptor(new OperationsMethodDescriptorSupplier("ListOperations"))
+              .build();
         }
       }
     }
     return getListOperationsMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.longrunning.GetOperationRequest, com.google.longrunning.Operation>
-      getGetOperationMethod;
+  private static volatile io.grpc.MethodDescriptor getGetOperationMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "GetOperation",
       requestType = com.google.longrunning.GetOperationRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.longrunning.GetOperationRequest, com.google.longrunning.Operation>
-      getGetOperationMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.longrunning.GetOperationRequest, com.google.longrunning.Operation>
-        getGetOperationMethod;
+  public static io.grpc.MethodDescriptor getGetOperationMethod() {
+    io.grpc.MethodDescriptor getGetOperationMethod;
     if ((getGetOperationMethod = OperationsGrpc.getGetOperationMethod) == null) {
       synchronized (OperationsGrpc.class) {
         if ((getGetOperationMethod = OperationsGrpc.getGetOperationMethod) == null) {
-          OperationsGrpc.getGetOperationMethod =
-              getGetOperationMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetOperation"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.longrunning.GetOperationRequest.getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.longrunning.Operation.getDefaultInstance()))
-                      .setSchemaDescriptor(new OperationsMethodDescriptorSupplier("GetOperation"))
-                      .build();
+          OperationsGrpc.getGetOperationMethod = getGetOperationMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetOperation"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.longrunning.GetOperationRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.longrunning.Operation.getDefaultInstance()))
+              .setSchemaDescriptor(new OperationsMethodDescriptorSupplier("GetOperation"))
+              .build();
         }
       }
     }
     return getGetOperationMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.longrunning.DeleteOperationRequest, com.google.protobuf.Empty>
-      getDeleteOperationMethod;
+  private static volatile io.grpc.MethodDescriptor getDeleteOperationMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "DeleteOperation",
       requestType = com.google.longrunning.DeleteOperationRequest.class,
       responseType = com.google.protobuf.Empty.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.longrunning.DeleteOperationRequest, com.google.protobuf.Empty>
-      getDeleteOperationMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.longrunning.DeleteOperationRequest, com.google.protobuf.Empty>
-        getDeleteOperationMethod;
+  public static io.grpc.MethodDescriptor getDeleteOperationMethod() {
+    io.grpc.MethodDescriptor getDeleteOperationMethod;
     if ((getDeleteOperationMethod = OperationsGrpc.getDeleteOperationMethod) == null) {
       synchronized (OperationsGrpc.class) {
         if ((getDeleteOperationMethod = OperationsGrpc.getDeleteOperationMethod) == null) {
-          OperationsGrpc.getDeleteOperationMethod =
-              getDeleteOperationMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteOperation"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.longrunning.DeleteOperationRequest.getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.protobuf.Empty.getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new OperationsMethodDescriptorSupplier("DeleteOperation"))
-                      .build();
+          OperationsGrpc.getDeleteOperationMethod = getDeleteOperationMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteOperation"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.longrunning.DeleteOperationRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.protobuf.Empty.getDefaultInstance()))
+              .setSchemaDescriptor(new OperationsMethodDescriptorSupplier("DeleteOperation"))
+              .build();
         }
       }
     }
     return getDeleteOperationMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.longrunning.CancelOperationRequest, com.google.protobuf.Empty>
-      getCancelOperationMethod;
+  private static volatile io.grpc.MethodDescriptor getCancelOperationMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "CancelOperation",
       requestType = com.google.longrunning.CancelOperationRequest.class,
       responseType = com.google.protobuf.Empty.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.longrunning.CancelOperationRequest, com.google.protobuf.Empty>
-      getCancelOperationMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.longrunning.CancelOperationRequest, com.google.protobuf.Empty>
-        getCancelOperationMethod;
+  public static io.grpc.MethodDescriptor getCancelOperationMethod() {
+    io.grpc.MethodDescriptor getCancelOperationMethod;
     if ((getCancelOperationMethod = OperationsGrpc.getCancelOperationMethod) == null) {
       synchronized (OperationsGrpc.class) {
         if ((getCancelOperationMethod = OperationsGrpc.getCancelOperationMethod) == null) {
-          OperationsGrpc.getCancelOperationMethod =
-              getCancelOperationMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CancelOperation"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.longrunning.CancelOperationRequest.getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.protobuf.Empty.getDefaultInstance()))
-                      .setSchemaDescriptor(
-                          new OperationsMethodDescriptorSupplier("CancelOperation"))
-                      .build();
+          OperationsGrpc.getCancelOperationMethod = getCancelOperationMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CancelOperation"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.longrunning.CancelOperationRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.protobuf.Empty.getDefaultInstance()))
+              .setSchemaDescriptor(new OperationsMethodDescriptorSupplier("CancelOperation"))
+              .build();
         }
       }
     }
     return getCancelOperationMethod;
   }
 
-  private static volatile io.grpc.MethodDescriptor<
-          com.google.longrunning.WaitOperationRequest, com.google.longrunning.Operation>
-      getWaitOperationMethod;
+  private static volatile io.grpc.MethodDescriptor getWaitOperationMethod;
 
   @io.grpc.stub.annotations.RpcMethod(
       fullMethodName = SERVICE_NAME + '/' + "WaitOperation",
       requestType = com.google.longrunning.WaitOperationRequest.class,
       responseType = com.google.longrunning.Operation.class,
       methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
-  public static io.grpc.MethodDescriptor<
-          com.google.longrunning.WaitOperationRequest, com.google.longrunning.Operation>
-      getWaitOperationMethod() {
-    io.grpc.MethodDescriptor<
-            com.google.longrunning.WaitOperationRequest, com.google.longrunning.Operation>
-        getWaitOperationMethod;
+  public static io.grpc.MethodDescriptor getWaitOperationMethod() {
+    io.grpc.MethodDescriptor getWaitOperationMethod;
     if ((getWaitOperationMethod = OperationsGrpc.getWaitOperationMethod) == null) {
       synchronized (OperationsGrpc.class) {
         if ((getWaitOperationMethod = OperationsGrpc.getWaitOperationMethod) == null) {
-          OperationsGrpc.getWaitOperationMethod =
-              getWaitOperationMethod =
-                  io.grpc.MethodDescriptor
-                      .
-                          newBuilder()
-                      .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
-                      .setFullMethodName(generateFullMethodName(SERVICE_NAME, "WaitOperation"))
-                      .setSampledToLocalTracing(true)
-                      .setRequestMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.longrunning.WaitOperationRequest.getDefaultInstance()))
-                      .setResponseMarshaller(
-                          io.grpc.protobuf.ProtoUtils.marshaller(
-                              com.google.longrunning.Operation.getDefaultInstance()))
-                      .setSchemaDescriptor(new OperationsMethodDescriptorSupplier("WaitOperation"))
-                      .build();
+          OperationsGrpc.getWaitOperationMethod = getWaitOperationMethod =
+              io.grpc.MethodDescriptor.newBuilder()
+              .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+              .setFullMethodName(generateFullMethodName(SERVICE_NAME, "WaitOperation"))
+              .setSampledToLocalTracing(true)
+              .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.longrunning.WaitOperationRequest.getDefaultInstance()))
+              .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+                  com.google.longrunning.Operation.getDefaultInstance()))
+              .setSchemaDescriptor(new OperationsMethodDescriptorSupplier("WaitOperation"))
+              .build();
         }
       }
     }
     return getWaitOperationMethod;
   }
 
-  /** Creates a new async stub that supports all call types for the service */
+  /**
+   * Creates a new async stub that supports all call types for the service
+   */
   public static OperationsStub newStub(io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-        new io.grpc.stub.AbstractStub.StubFactory() {
-          @java.lang.Override
-          public OperationsStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-            return new OperationsStub(channel, callOptions);
-          }
-        };
+      new io.grpc.stub.AbstractStub.StubFactory() {
+        @java.lang.Override
+        public OperationsStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+          return new OperationsStub(channel, callOptions);
+        }
+      };
     return OperationsStub.newStub(factory, channel);
   }
 
   /**
    * Creates a new blocking-style stub that supports unary and streaming output calls on the service
    */
-  public static OperationsBlockingStub newBlockingStub(io.grpc.Channel channel) {
+  public static OperationsBlockingStub newBlockingStub(
+      io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-        new io.grpc.stub.AbstractStub.StubFactory() {
-          @java.lang.Override
-          public OperationsBlockingStub newStub(
-              io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-            return new OperationsBlockingStub(channel, callOptions);
-          }
-        };
+      new io.grpc.stub.AbstractStub.StubFactory() {
+        @java.lang.Override
+        public OperationsBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+          return new OperationsBlockingStub(channel, callOptions);
+        }
+      };
     return OperationsBlockingStub.newStub(factory, channel);
   }
 
-  /** Creates a new ListenableFuture-style stub that supports unary calls on the service */
-  public static OperationsFutureStub newFutureStub(io.grpc.Channel channel) {
+  /**
+   * Creates a new ListenableFuture-style stub that supports unary calls on the service
+   */
+  public static OperationsFutureStub newFutureStub(
+      io.grpc.Channel channel) {
     io.grpc.stub.AbstractStub.StubFactory factory =
-        new io.grpc.stub.AbstractStub.StubFactory() {
-          @java.lang.Override
-          public OperationsFutureStub newStub(
-              io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
-            return new OperationsFutureStub(channel, callOptions);
-          }
-        };
+      new io.grpc.stub.AbstractStub.StubFactory() {
+        @java.lang.Override
+        public OperationsFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+          return new OperationsFutureStub(channel, callOptions);
+        }
+      };
     return OperationsFutureStub.newStub(factory, channel);
   }
 
   /**
-   *
-   *
    * 
    * Manages long-running operations with an API service.
    * When an API method normally takes long time to complete, it can be designed
@@ -304,11 +236,9 @@ public OperationsFutureStub newStub(
    * so developers can have a consistent client experience.
    * 
*/ - public abstract static class OperationsImplBase implements io.grpc.BindableService { + public static abstract class OperationsImplBase implements io.grpc.BindableService { /** - * - * *
      * Lists operations that match the specified filter in the request. If the
      * server doesn't support this method, it returns `UNIMPLEMENTED`.
@@ -321,33 +251,24 @@ public abstract static class OperationsImplBase implements io.grpc.BindableServi
      * is the parent resource, without the operations collection id.
      * 
*/ - public void listOperations( - com.google.longrunning.ListOperationsRequest request, - io.grpc.stub.StreamObserver - responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getListOperationsMethod(), responseObserver); + public void listOperations(com.google.longrunning.ListOperationsRequest request, + io.grpc.stub.StreamObserver responseObserver) { + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListOperationsMethod(), responseObserver); } /** - * - * *
      * Gets the latest state of a long-running operation.  Clients can use this
      * method to poll the operation result at intervals as recommended by the API
      * service.
      * 
*/ - public void getOperation( - com.google.longrunning.GetOperationRequest request, + public void getOperation(com.google.longrunning.GetOperationRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getGetOperationMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetOperationMethod(), responseObserver); } /** - * - * *
      * Deletes a long-running operation. This method indicates that the client is
      * no longer interested in the operation result. It does not cancel the
@@ -355,16 +276,12 @@ public void getOperation(
      * `google.rpc.Code.UNIMPLEMENTED`.
      * 
*/ - public void deleteOperation( - com.google.longrunning.DeleteOperationRequest request, + public void deleteOperation(com.google.longrunning.DeleteOperationRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getDeleteOperationMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDeleteOperationMethod(), responseObserver); } /** - * - * *
      * Starts asynchronous cancellation on a long-running operation.  The server
      * makes a best effort to cancel the operation, but success is not
@@ -378,16 +295,12 @@ public void deleteOperation(
      * corresponding to `Code.CANCELLED`.
      * 
*/ - public void cancelOperation( - com.google.longrunning.CancelOperationRequest request, + public void cancelOperation(com.google.longrunning.CancelOperationRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getCancelOperationMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getCancelOperationMethod(), responseObserver); } /** - * - * *
      * Waits until the specified long-running operation is done or reaches at most
      * a specified timeout, returning the latest state.  If the operation is
@@ -400,54 +313,53 @@ public void cancelOperation(
      * immediate response is no guarantee that the operation is done.
      * 
*/ - public void waitOperation( - com.google.longrunning.WaitOperationRequest request, + public void waitOperation(com.google.longrunning.WaitOperationRequest request, io.grpc.stub.StreamObserver responseObserver) { - io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( - getWaitOperationMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getWaitOperationMethod(), responseObserver); } - @java.lang.Override - public final io.grpc.ServerServiceDefinition bindService() { + @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() { return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) .addMethod( - getListOperationsMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.longrunning.ListOperationsRequest, - com.google.longrunning.ListOperationsResponse>( - this, METHODID_LIST_OPERATIONS))) + getListOperationsMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.longrunning.ListOperationsRequest, + com.google.longrunning.ListOperationsResponse>( + this, METHODID_LIST_OPERATIONS))) .addMethod( - getGetOperationMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.longrunning.GetOperationRequest, com.google.longrunning.Operation>( - this, METHODID_GET_OPERATION))) + getGetOperationMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.longrunning.GetOperationRequest, + com.google.longrunning.Operation>( + this, METHODID_GET_OPERATION))) .addMethod( - getDeleteOperationMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.longrunning.DeleteOperationRequest, com.google.protobuf.Empty>( - this, METHODID_DELETE_OPERATION))) + getDeleteOperationMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.longrunning.DeleteOperationRequest, + com.google.protobuf.Empty>( + this, METHODID_DELETE_OPERATION))) .addMethod( - getCancelOperationMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.longrunning.CancelOperationRequest, com.google.protobuf.Empty>( - this, METHODID_CANCEL_OPERATION))) + getCancelOperationMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.longrunning.CancelOperationRequest, + com.google.protobuf.Empty>( + this, METHODID_CANCEL_OPERATION))) .addMethod( - getWaitOperationMethod(), - io.grpc.stub.ServerCalls.asyncUnaryCall( - new MethodHandlers< - com.google.longrunning.WaitOperationRequest, - com.google.longrunning.Operation>(this, METHODID_WAIT_OPERATION))) + getWaitOperationMethod(), + io.grpc.stub.ServerCalls.asyncUnaryCall( + new MethodHandlers< + com.google.longrunning.WaitOperationRequest, + com.google.longrunning.Operation>( + this, METHODID_WAIT_OPERATION))) .build(); } } /** - * - * *
    * Manages long-running operations with an API service.
    * When an API method normally takes long time to complete, it can be designed
@@ -460,18 +372,18 @@ public final io.grpc.ServerServiceDefinition bindService() {
    * 
*/ public static final class OperationsStub extends io.grpc.stub.AbstractAsyncStub { - private OperationsStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + private OperationsStub( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override - protected OperationsStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + protected OperationsStub build( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new OperationsStub(channel, callOptions); } /** - * - * *
      * Lists operations that match the specified filter in the request. If the
      * server doesn't support this method, it returns `UNIMPLEMENTED`.
@@ -484,37 +396,26 @@ protected OperationsStub build(io.grpc.Channel channel, io.grpc.CallOptions call
      * is the parent resource, without the operations collection id.
      * 
*/ - public void listOperations( - com.google.longrunning.ListOperationsRequest request, - io.grpc.stub.StreamObserver - responseObserver) { + public void listOperations(com.google.longrunning.ListOperationsRequest request, + io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getListOperationsMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getListOperationsMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Gets the latest state of a long-running operation.  Clients can use this
      * method to poll the operation result at intervals as recommended by the API
      * service.
      * 
*/ - public void getOperation( - com.google.longrunning.GetOperationRequest request, + public void getOperation(com.google.longrunning.GetOperationRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getGetOperationMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getGetOperationMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Deletes a long-running operation. This method indicates that the client is
      * no longer interested in the operation result. It does not cancel the
@@ -522,18 +423,13 @@ public void getOperation(
      * `google.rpc.Code.UNIMPLEMENTED`.
      * 
*/ - public void deleteOperation( - com.google.longrunning.DeleteOperationRequest request, + public void deleteOperation(com.google.longrunning.DeleteOperationRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getDeleteOperationMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getDeleteOperationMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Starts asynchronous cancellation on a long-running operation.  The server
      * makes a best effort to cancel the operation, but success is not
@@ -547,18 +443,13 @@ public void deleteOperation(
      * corresponding to `Code.CANCELLED`.
      * 
*/ - public void cancelOperation( - com.google.longrunning.CancelOperationRequest request, + public void cancelOperation(com.google.longrunning.CancelOperationRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getCancelOperationMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getCancelOperationMethod(), getCallOptions()), request, responseObserver); } /** - * - * *
      * Waits until the specified long-running operation is done or reaches at most
      * a specified timeout, returning the latest state.  If the operation is
@@ -571,19 +462,14 @@ public void cancelOperation(
      * immediate response is no guarantee that the operation is done.
      * 
*/ - public void waitOperation( - com.google.longrunning.WaitOperationRequest request, + public void waitOperation(com.google.longrunning.WaitOperationRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( - getChannel().newCall(getWaitOperationMethod(), getCallOptions()), - request, - responseObserver); + getChannel().newCall(getWaitOperationMethod(), getCallOptions()), request, responseObserver); } } /** - * - * *
    * Manages long-running operations with an API service.
    * When an API method normally takes long time to complete, it can be designed
@@ -595,9 +481,9 @@ public void waitOperation(
    * so developers can have a consistent client experience.
    * 
*/ - public static final class OperationsBlockingStub - extends io.grpc.stub.AbstractBlockingStub { - private OperationsBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + public static final class OperationsBlockingStub extends io.grpc.stub.AbstractBlockingStub { + private OperationsBlockingStub( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @@ -608,8 +494,6 @@ protected OperationsBlockingStub build( } /** - * - * *
      * Lists operations that match the specified filter in the request. If the
      * server doesn't support this method, it returns `UNIMPLEMENTED`.
@@ -622,30 +506,24 @@ protected OperationsBlockingStub build(
      * is the parent resource, without the operations collection id.
      * 
*/ - public com.google.longrunning.ListOperationsResponse listOperations( - com.google.longrunning.ListOperationsRequest request) { + public com.google.longrunning.ListOperationsResponse listOperations(com.google.longrunning.ListOperationsRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getListOperationsMethod(), getCallOptions(), request); } /** - * - * *
      * Gets the latest state of a long-running operation.  Clients can use this
      * method to poll the operation result at intervals as recommended by the API
      * service.
      * 
*/ - public com.google.longrunning.Operation getOperation( - com.google.longrunning.GetOperationRequest request) { + public com.google.longrunning.Operation getOperation(com.google.longrunning.GetOperationRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetOperationMethod(), getCallOptions(), request); } /** - * - * *
      * Deletes a long-running operation. This method indicates that the client is
      * no longer interested in the operation result. It does not cancel the
@@ -653,15 +531,12 @@ public com.google.longrunning.Operation getOperation(
      * `google.rpc.Code.UNIMPLEMENTED`.
      * 
*/ - public com.google.protobuf.Empty deleteOperation( - com.google.longrunning.DeleteOperationRequest request) { + public com.google.protobuf.Empty deleteOperation(com.google.longrunning.DeleteOperationRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getDeleteOperationMethod(), getCallOptions(), request); } /** - * - * *
      * Starts asynchronous cancellation on a long-running operation.  The server
      * makes a best effort to cancel the operation, but success is not
@@ -675,15 +550,12 @@ public com.google.protobuf.Empty deleteOperation(
      * corresponding to `Code.CANCELLED`.
      * 
*/ - public com.google.protobuf.Empty cancelOperation( - com.google.longrunning.CancelOperationRequest request) { + public com.google.protobuf.Empty cancelOperation(com.google.longrunning.CancelOperationRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getCancelOperationMethod(), getCallOptions(), request); } /** - * - * *
      * Waits until the specified long-running operation is done or reaches at most
      * a specified timeout, returning the latest state.  If the operation is
@@ -696,16 +568,13 @@ public com.google.protobuf.Empty cancelOperation(
      * immediate response is no guarantee that the operation is done.
      * 
*/ - public com.google.longrunning.Operation waitOperation( - com.google.longrunning.WaitOperationRequest request) { + public com.google.longrunning.Operation waitOperation(com.google.longrunning.WaitOperationRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getWaitOperationMethod(), getCallOptions(), request); } } /** - * - * *
    * Manages long-running operations with an API service.
    * When an API method normally takes long time to complete, it can be designed
@@ -717,20 +586,19 @@ public com.google.longrunning.Operation waitOperation(
    * so developers can have a consistent client experience.
    * 
*/ - public static final class OperationsFutureStub - extends io.grpc.stub.AbstractFutureStub { - private OperationsFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + public static final class OperationsFutureStub extends io.grpc.stub.AbstractFutureStub { + private OperationsFutureStub( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override - protected OperationsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { + protected OperationsFutureStub build( + io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new OperationsFutureStub(channel, callOptions); } /** - * - * *
      * Lists operations that match the specified filter in the request. If the
      * server doesn't support this method, it returns `UNIMPLEMENTED`.
@@ -743,31 +611,26 @@ protected OperationsFutureStub build(io.grpc.Channel channel, io.grpc.CallOption
      * is the parent resource, without the operations collection id.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture< - com.google.longrunning.ListOperationsResponse> - listOperations(com.google.longrunning.ListOperationsRequest request) { + public com.google.common.util.concurrent.ListenableFuture listOperations( + com.google.longrunning.ListOperationsRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListOperationsMethod(), getCallOptions()), request); } /** - * - * *
      * Gets the latest state of a long-running operation.  Clients can use this
      * method to poll the operation result at intervals as recommended by the API
      * service.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - getOperation(com.google.longrunning.GetOperationRequest request) { + public com.google.common.util.concurrent.ListenableFuture getOperation( + com.google.longrunning.GetOperationRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetOperationMethod(), getCallOptions()), request); } /** - * - * *
      * Deletes a long-running operation. This method indicates that the client is
      * no longer interested in the operation result. It does not cancel the
@@ -775,15 +638,13 @@ protected OperationsFutureStub build(io.grpc.Channel channel, io.grpc.CallOption
      * `google.rpc.Code.UNIMPLEMENTED`.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - deleteOperation(com.google.longrunning.DeleteOperationRequest request) { + public com.google.common.util.concurrent.ListenableFuture deleteOperation( + com.google.longrunning.DeleteOperationRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getDeleteOperationMethod(), getCallOptions()), request); } /** - * - * *
      * Starts asynchronous cancellation on a long-running operation.  The server
      * makes a best effort to cancel the operation, but success is not
@@ -797,15 +658,13 @@ protected OperationsFutureStub build(io.grpc.Channel channel, io.grpc.CallOption
      * corresponding to `Code.CANCELLED`.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - cancelOperation(com.google.longrunning.CancelOperationRequest request) { + public com.google.common.util.concurrent.ListenableFuture cancelOperation( + com.google.longrunning.CancelOperationRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getCancelOperationMethod(), getCallOptions()), request); } /** - * - * *
      * Waits until the specified long-running operation is done or reaches at most
      * a specified timeout, returning the latest state.  If the operation is
@@ -818,8 +677,8 @@ protected OperationsFutureStub build(io.grpc.Channel channel, io.grpc.CallOption
      * immediate response is no guarantee that the operation is done.
      * 
*/ - public com.google.common.util.concurrent.ListenableFuture - waitOperation(com.google.longrunning.WaitOperationRequest request) { + public com.google.common.util.concurrent.ListenableFuture waitOperation( + com.google.longrunning.WaitOperationRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getWaitOperationMethod(), getCallOptions()), request); } @@ -831,11 +690,11 @@ protected OperationsFutureStub build(io.grpc.Channel channel, io.grpc.CallOption private static final int METHODID_CANCEL_OPERATION = 3; private static final int METHODID_WAIT_OPERATION = 4; - private static final class MethodHandlers - implements io.grpc.stub.ServerCalls.UnaryMethod, - io.grpc.stub.ServerCalls.ServerStreamingMethod, - io.grpc.stub.ServerCalls.ClientStreamingMethod, - io.grpc.stub.ServerCalls.BidiStreamingMethod { + private static final class MethodHandlers implements + io.grpc.stub.ServerCalls.UnaryMethod, + io.grpc.stub.ServerCalls.ServerStreamingMethod, + io.grpc.stub.ServerCalls.ClientStreamingMethod, + io.grpc.stub.ServerCalls.BidiStreamingMethod { private final OperationsImplBase serviceImpl; private final int methodId; @@ -849,29 +708,23 @@ private static final class MethodHandlers public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) { switch (methodId) { case METHODID_LIST_OPERATIONS: - serviceImpl.listOperations( - (com.google.longrunning.ListOperationsRequest) request, - (io.grpc.stub.StreamObserver) - responseObserver); + serviceImpl.listOperations((com.google.longrunning.ListOperationsRequest) request, + (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_GET_OPERATION: - serviceImpl.getOperation( - (com.google.longrunning.GetOperationRequest) request, + serviceImpl.getOperation((com.google.longrunning.GetOperationRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_DELETE_OPERATION: - serviceImpl.deleteOperation( - (com.google.longrunning.DeleteOperationRequest) request, + serviceImpl.deleteOperation((com.google.longrunning.DeleteOperationRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_CANCEL_OPERATION: - serviceImpl.cancelOperation( - (com.google.longrunning.CancelOperationRequest) request, + serviceImpl.cancelOperation((com.google.longrunning.CancelOperationRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_WAIT_OPERATION: - serviceImpl.waitOperation( - (com.google.longrunning.WaitOperationRequest) request, + serviceImpl.waitOperation((com.google.longrunning.WaitOperationRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; default: @@ -890,9 +743,8 @@ public io.grpc.stub.StreamObserver invoke( } } - private abstract static class OperationsBaseDescriptorSupplier - implements io.grpc.protobuf.ProtoFileDescriptorSupplier, - io.grpc.protobuf.ProtoServiceDescriptorSupplier { + private static abstract class OperationsBaseDescriptorSupplier + implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier { OperationsBaseDescriptorSupplier() {} @java.lang.Override @@ -934,16 +786,14 @@ public static io.grpc.ServiceDescriptor getServiceDescriptor() { synchronized (OperationsGrpc.class) { result = serviceDescriptor; if (result == null) { - serviceDescriptor = - result = - io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) - .setSchemaDescriptor(new OperationsFileDescriptorSupplier()) - .addMethod(getListOperationsMethod()) - .addMethod(getGetOperationMethod()) - .addMethod(getDeleteOperationMethod()) - .addMethod(getCancelOperationMethod()) - .addMethod(getWaitOperationMethod()) - .build(); + serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) + .setSchemaDescriptor(new OperationsFileDescriptorSupplier()) + .addMethod(getListOperationsMethod()) + .addMethod(getGetOperationMethod()) + .addMethod(getDeleteOperationMethod()) + .addMethod(getCancelOperationMethod()) + .addMethod(getWaitOperationMethod()) + .build(); } } } diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Advice.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Advice.java similarity index 69% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Advice.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Advice.java index 05efc2e8ae..b72d514c2c 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Advice.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Advice.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/config_change.proto package com.google.api; /** - * - * *
  * Generated advice about this change, used for providing more
  * information about how a change will affect the existing service.
@@ -28,32 +11,33 @@
  *
  * Protobuf type {@code google.api.Advice}
  */
-public final class Advice extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class Advice extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.api.Advice)
     AdviceOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use Advice.newBuilder() to construct.
   private Advice(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private Advice() {
     description_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new Advice();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
     return com.google.api.ConfigChangeProto.internal_static_google_api_Advice_descriptor;
   }
 
@@ -68,15 +52,12 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
   public static final int DESCRIPTION_FIELD_NUMBER = 2;
   private volatile java.lang.Object description_;
   /**
-   *
-   *
    * 
    * Useful description for why this advice was applied and what actions should
    * be taken to mitigate any implied risks.
    * 
* * string description = 2; - * * @return The description. */ @java.lang.Override @@ -85,30 +66,30 @@ public java.lang.String getDescription() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); description_ = s; return s; } } /** - * - * *
    * Useful description for why this advice was applied and what actions should
    * be taken to mitigate any implied risks.
    * 
* * string description = 2; - * * @return The bytes for description. */ @java.lang.Override - public com.google.protobuf.ByteString getDescriptionBytes() { + public com.google.protobuf.ByteString + getDescriptionBytes() { java.lang.Object ref = description_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); description_ = b; return b; } else { @@ -117,7 +98,6 @@ public com.google.protobuf.ByteString getDescriptionBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -129,7 +109,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(description_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, description_); } @@ -153,14 +134,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.Advice)) { return super.equals(obj); } com.google.api.Advice other = (com.google.api.Advice) obj; - if (!getDescription().equals(other.getDescription())) return false; + if (!getDescription() + .equals(other.getDescription())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -179,103 +161,97 @@ public int hashCode() { return hash; } - public static com.google.api.Advice parseFrom(java.nio.ByteBuffer data) + public static com.google.api.Advice parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Advice parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.api.Advice parseFrom(com.google.protobuf.ByteString data) + public static com.google.api.Advice parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Advice parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.Advice parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Advice parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.Advice parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.Advice parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.Advice parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.Advice parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.api.Advice parseFrom(com.google.protobuf.CodedInputStream input) + public static com.google.api.Advice parseFrom( + com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.Advice parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.Advice prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Generated advice about this change, used for providing more
    * information about how a change will affect the existing service.
@@ -283,11 +259,12 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.api.Advice}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.api.Advice)
       com.google.api.AdviceOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
       return com.google.api.ConfigChangeProto.internal_static_google_api_Advice_descriptor;
     }
 
@@ -300,12 +277,15 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
     }
 
     // Construct using com.google.api.Advice.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -315,7 +295,8 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
       return com.google.api.ConfigChangeProto.internal_static_google_api_Advice_descriptor;
     }
 
@@ -345,39 +326,38 @@ public com.google.api.Advice buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.api.Advice) {
-        return mergeFrom((com.google.api.Advice) other);
+        return mergeFrom((com.google.api.Advice)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -416,19 +396,17 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 18:
-              {
-                description_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 18
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 18: {
+              description_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 18
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -441,21 +419,19 @@ public Builder mergeFrom(
 
     private java.lang.Object description_ = "";
     /**
-     *
-     *
      * 
      * Useful description for why this advice was applied and what actions should
      * be taken to mitigate any implied risks.
      * 
* * string description = 2; - * * @return The description. */ public java.lang.String getDescription() { java.lang.Object ref = description_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); description_ = s; return s; @@ -464,22 +440,21 @@ public java.lang.String getDescription() { } } /** - * - * *
      * Useful description for why this advice was applied and what actions should
      * be taken to mitigate any implied risks.
      * 
* * string description = 2; - * * @return The bytes for description. */ - public com.google.protobuf.ByteString getDescriptionBytes() { + public com.google.protobuf.ByteString + getDescriptionBytes() { java.lang.Object ref = description_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); description_ = b; return b; } else { @@ -487,71 +462,64 @@ public com.google.protobuf.ByteString getDescriptionBytes() { } } /** - * - * *
      * Useful description for why this advice was applied and what actions should
      * be taken to mitigate any implied risks.
      * 
* * string description = 2; - * * @param value The description to set. * @return This builder for chaining. */ - public Builder setDescription(java.lang.String value) { + public Builder setDescription( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + description_ = value; onChanged(); return this; } /** - * - * *
      * Useful description for why this advice was applied and what actions should
      * be taken to mitigate any implied risks.
      * 
* * string description = 2; - * * @return This builder for chaining. */ public Builder clearDescription() { - + description_ = getDefaultInstance().getDescription(); onChanged(); return this; } /** - * - * *
      * Useful description for why this advice was applied and what actions should
      * be taken to mitigate any implied risks.
      * 
* * string description = 2; - * * @param value The bytes for description to set. * @return This builder for chaining. */ - public Builder setDescriptionBytes(com.google.protobuf.ByteString value) { + public Builder setDescriptionBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + description_ = value; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -561,12 +529,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.Advice) } // @@protoc_insertion_point(class_scope:google.api.Advice) private static final com.google.api.Advice DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.Advice(); } @@ -575,27 +543,27 @@ public static com.google.api.Advice getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Advice parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Advice parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -610,4 +578,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.Advice getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AdviceOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/AdviceOrBuilder.java similarity index 51% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AdviceOrBuilder.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/AdviceOrBuilder.java index 313e6ff8d9..c8c6f319f5 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AdviceOrBuilder.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/AdviceOrBuilder.java @@ -1,52 +1,31 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/config_change.proto package com.google.api; -public interface AdviceOrBuilder - extends +public interface AdviceOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.Advice) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Useful description for why this advice was applied and what actions should
    * be taken to mitigate any implied risks.
    * 
* * string description = 2; - * * @return The description. */ java.lang.String getDescription(); /** - * - * *
    * Useful description for why this advice was applied and what actions should
    * be taken to mitigate any implied risks.
    * 
* * string description = 2; - * * @return The bytes for description. */ - com.google.protobuf.ByteString getDescriptionBytes(); + com.google.protobuf.ByteString + getDescriptionBytes(); } diff --git a/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/AnnotationsProto.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/AnnotationsProto.java new file mode 100644 index 0000000000..5b0494aea2 --- /dev/null +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/AnnotationsProto.java @@ -0,0 +1,63 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/api/annotations.proto + +package com.google.api; + +public final class AnnotationsProto { + private AnnotationsProto() {} + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistryLite registry) { + registry.add(com.google.api.AnnotationsProto.http); + } + + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistry registry) { + registerAllExtensions( + (com.google.protobuf.ExtensionRegistryLite) registry); + } + public static final int HTTP_FIELD_NUMBER = 72295728; + /** + *
+   * See `HttpRule`.
+   * 
+ * + * extend .google.protobuf.MethodOptions { ... } + */ + public static final + com.google.protobuf.GeneratedMessage.GeneratedExtension< + com.google.protobuf.DescriptorProtos.MethodOptions, + com.google.api.HttpRule> http = com.google.protobuf.GeneratedMessage + .newFileScopedGeneratedExtension( + com.google.api.HttpRule.class, + com.google.api.HttpRule.getDefaultInstance()); + + public static com.google.protobuf.Descriptors.FileDescriptor + getDescriptor() { + return descriptor; + } + private static com.google.protobuf.Descriptors.FileDescriptor + descriptor; + static { + java.lang.String[] descriptorData = { + "\n\034google/api/annotations.proto\022\ngoogle.a" + + "pi\032\025google/api/http.proto\032 google/protob" + + "uf/descriptor.proto:E\n\004http\022\036.google.pro" + + "tobuf.MethodOptions\030\260\312\274\" \001(\0132\024.google.ap" + + "i.HttpRuleBn\n\016com.google.apiB\020Annotation" + + "sProtoP\001ZAgoogle.golang.org/genproto/goo" + + "gleapis/api/annotations;annotations\242\002\004GA" + + "PIb\006proto3" + }; + descriptor = com.google.protobuf.Descriptors.FileDescriptor + .internalBuildGeneratedFileFrom(descriptorData, + new com.google.protobuf.Descriptors.FileDescriptor[] { + com.google.api.HttpProto.getDescriptor(), + com.google.protobuf.DescriptorProtos.getDescriptor(), + }); + http.internalInit(descriptor.getExtensions().get(0)); + com.google.api.HttpProto.getDescriptor(); + com.google.protobuf.DescriptorProtos.getDescriptor(); + } + + // @@protoc_insertion_point(outer_class_scope) +} diff --git a/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/AuthProto.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/AuthProto.java new file mode 100644 index 0000000000..4838cb2f1e --- /dev/null +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/AuthProto.java @@ -0,0 +1,120 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/api/auth.proto + +package com.google.api; + +public final class AuthProto { + private AuthProto() {} + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistryLite registry) { + } + + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistry registry) { + registerAllExtensions( + (com.google.protobuf.ExtensionRegistryLite) registry); + } + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_Authentication_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_Authentication_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_AuthenticationRule_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_AuthenticationRule_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_JwtLocation_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_JwtLocation_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_AuthProvider_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_AuthProvider_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_OAuthRequirements_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_OAuthRequirements_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_AuthRequirement_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_AuthRequirement_fieldAccessorTable; + + public static com.google.protobuf.Descriptors.FileDescriptor + getDescriptor() { + return descriptor; + } + private static com.google.protobuf.Descriptors.FileDescriptor + descriptor; + static { + java.lang.String[] descriptorData = { + "\n\025google/api/auth.proto\022\ngoogle.api\"l\n\016A" + + "uthentication\022-\n\005rules\030\003 \003(\0132\036.google.ap" + + "i.AuthenticationRule\022+\n\tproviders\030\004 \003(\0132" + + "\030.google.api.AuthProvider\"\251\001\n\022Authentica" + + "tionRule\022\020\n\010selector\030\001 \001(\t\022,\n\005oauth\030\002 \001(" + + "\0132\035.google.api.OAuthRequirements\022 \n\030allo" + + "w_without_credential\030\005 \001(\010\0221\n\014requiremen" + + "ts\030\007 \003(\0132\033.google.api.AuthRequirement\"^\n" + + "\013JwtLocation\022\020\n\006header\030\001 \001(\tH\000\022\017\n\005query\030" + + "\002 \001(\tH\000\022\020\n\006cookie\030\004 \001(\tH\000\022\024\n\014value_prefi" + + "x\030\003 \001(\tB\004\n\002in\"\232\001\n\014AuthProvider\022\n\n\002id\030\001 \001" + + "(\t\022\016\n\006issuer\030\002 \001(\t\022\020\n\010jwks_uri\030\003 \001(\t\022\021\n\t" + + "audiences\030\004 \001(\t\022\031\n\021authorization_url\030\005 \001" + + "(\t\022.\n\rjwt_locations\030\006 \003(\0132\027.google.api.J" + + "wtLocation\"-\n\021OAuthRequirements\022\030\n\020canon" + + "ical_scopes\030\001 \001(\t\"9\n\017AuthRequirement\022\023\n\013" + + "provider_id\030\001 \001(\t\022\021\n\taudiences\030\002 \001(\tBk\n\016" + + "com.google.apiB\tAuthProtoP\001ZEgoogle.gola" + + "ng.org/genproto/googleapis/api/serviceco" + + "nfig;serviceconfig\242\002\004GAPIb\006proto3" + }; + descriptor = com.google.protobuf.Descriptors.FileDescriptor + .internalBuildGeneratedFileFrom(descriptorData, + new com.google.protobuf.Descriptors.FileDescriptor[] { + }); + internal_static_google_api_Authentication_descriptor = + getDescriptor().getMessageTypes().get(0); + internal_static_google_api_Authentication_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_Authentication_descriptor, + new java.lang.String[] { "Rules", "Providers", }); + internal_static_google_api_AuthenticationRule_descriptor = + getDescriptor().getMessageTypes().get(1); + internal_static_google_api_AuthenticationRule_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_AuthenticationRule_descriptor, + new java.lang.String[] { "Selector", "Oauth", "AllowWithoutCredential", "Requirements", }); + internal_static_google_api_JwtLocation_descriptor = + getDescriptor().getMessageTypes().get(2); + internal_static_google_api_JwtLocation_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_JwtLocation_descriptor, + new java.lang.String[] { "Header", "Query", "Cookie", "ValuePrefix", "In", }); + internal_static_google_api_AuthProvider_descriptor = + getDescriptor().getMessageTypes().get(3); + internal_static_google_api_AuthProvider_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_AuthProvider_descriptor, + new java.lang.String[] { "Id", "Issuer", "JwksUri", "Audiences", "AuthorizationUrl", "JwtLocations", }); + internal_static_google_api_OAuthRequirements_descriptor = + getDescriptor().getMessageTypes().get(4); + internal_static_google_api_OAuthRequirements_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_OAuthRequirements_descriptor, + new java.lang.String[] { "CanonicalScopes", }); + internal_static_google_api_AuthRequirement_descriptor = + getDescriptor().getMessageTypes().get(5); + internal_static_google_api_AuthRequirement_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_AuthRequirement_descriptor, + new java.lang.String[] { "ProviderId", "Audiences", }); + } + + // @@protoc_insertion_point(outer_class_scope) +} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AuthProvider.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/AuthProvider.java similarity index 83% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AuthProvider.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/AuthProvider.java index 7cdf1596f1..e42e6551dd 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AuthProvider.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/AuthProvider.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/auth.proto package com.google.api; /** - * - * *
  * Configuration for an authentication provider, including support for
  * [JSON Web Token
@@ -29,16 +12,15 @@
  *
  * Protobuf type {@code google.api.AuthProvider}
  */
-public final class AuthProvider extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class AuthProvider extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.api.AuthProvider)
     AuthProviderOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use AuthProvider.newBuilder() to construct.
   private AuthProvider(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private AuthProvider() {
     id_ = "";
     issuer_ = "";
@@ -50,16 +32,18 @@ private AuthProvider() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new AuthProvider();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
     return com.google.api.AuthProto.internal_static_google_api_AuthProvider_descriptor;
   }
 
@@ -74,8 +58,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
   public static final int ID_FIELD_NUMBER = 1;
   private volatile java.lang.Object id_;
   /**
-   *
-   *
    * 
    * The unique identifier of the auth provider. It will be referred to by
    * `AuthRequirement.provider_id`.
@@ -83,7 +65,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    * 
* * string id = 1; - * * @return The id. */ @java.lang.Override @@ -92,15 +73,14 @@ public java.lang.String getId() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); id_ = s; return s; } } /** - * - * *
    * The unique identifier of the auth provider. It will be referred to by
    * `AuthRequirement.provider_id`.
@@ -108,15 +88,16 @@ public java.lang.String getId() {
    * 
* * string id = 1; - * * @return The bytes for id. */ @java.lang.Override - public com.google.protobuf.ByteString getIdBytes() { + public com.google.protobuf.ByteString + getIdBytes() { java.lang.Object ref = id_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); id_ = b; return b; } else { @@ -127,8 +108,6 @@ public com.google.protobuf.ByteString getIdBytes() { public static final int ISSUER_FIELD_NUMBER = 2; private volatile java.lang.Object issuer_; /** - * - * *
    * Identifies the principal that issued the JWT. See
    * https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.1
@@ -138,7 +117,6 @@ public com.google.protobuf.ByteString getIdBytes() {
    * 
* * string issuer = 2; - * * @return The issuer. */ @java.lang.Override @@ -147,15 +125,14 @@ public java.lang.String getIssuer() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); issuer_ = s; return s; } } /** - * - * *
    * Identifies the principal that issued the JWT. See
    * https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.1
@@ -165,15 +142,16 @@ public java.lang.String getIssuer() {
    * 
* * string issuer = 2; - * * @return The bytes for issuer. */ @java.lang.Override - public com.google.protobuf.ByteString getIssuerBytes() { + public com.google.protobuf.ByteString + getIssuerBytes() { java.lang.Object ref = issuer_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); issuer_ = b; return b; } else { @@ -184,8 +162,6 @@ public com.google.protobuf.ByteString getIssuerBytes() { public static final int JWKS_URI_FIELD_NUMBER = 3; private volatile java.lang.Object jwksUri_; /** - * - * *
    * URL of the provider's public key set to validate signature of the JWT. See
    * [OpenID
@@ -201,7 +177,6 @@ public com.google.protobuf.ByteString getIssuerBytes() {
    * 
* * string jwks_uri = 3; - * * @return The jwksUri. */ @java.lang.Override @@ -210,15 +185,14 @@ public java.lang.String getJwksUri() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); jwksUri_ = s; return s; } } /** - * - * *
    * URL of the provider's public key set to validate signature of the JWT. See
    * [OpenID
@@ -234,15 +208,16 @@ public java.lang.String getJwksUri() {
    * 
* * string jwks_uri = 3; - * * @return The bytes for jwksUri. */ @java.lang.Override - public com.google.protobuf.ByteString getJwksUriBytes() { + public com.google.protobuf.ByteString + getJwksUriBytes() { java.lang.Object ref = jwksUri_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); jwksUri_ = b; return b; } else { @@ -253,8 +228,6 @@ public com.google.protobuf.ByteString getJwksUriBytes() { public static final int AUDIENCES_FIELD_NUMBER = 4; private volatile java.lang.Object audiences_; /** - * - * *
    * The list of JWT
    * [audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3).
@@ -274,7 +247,6 @@ public com.google.protobuf.ByteString getJwksUriBytes() {
    * 
* * string audiences = 4; - * * @return The audiences. */ @java.lang.Override @@ -283,15 +255,14 @@ public java.lang.String getAudiences() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); audiences_ = s; return s; } } /** - * - * *
    * The list of JWT
    * [audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3).
@@ -311,15 +282,16 @@ public java.lang.String getAudiences() {
    * 
* * string audiences = 4; - * * @return The bytes for audiences. */ @java.lang.Override - public com.google.protobuf.ByteString getAudiencesBytes() { + public com.google.protobuf.ByteString + getAudiencesBytes() { java.lang.Object ref = audiences_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); audiences_ = b; return b; } else { @@ -330,15 +302,12 @@ public com.google.protobuf.ByteString getAudiencesBytes() { public static final int AUTHORIZATION_URL_FIELD_NUMBER = 5; private volatile java.lang.Object authorizationUrl_; /** - * - * *
    * Redirect URL if JWT token is required but not present or is expired.
    * Implement authorizationUrl of securityDefinitions in OpenAPI spec.
    * 
* * string authorization_url = 5; - * * @return The authorizationUrl. */ @java.lang.Override @@ -347,30 +316,30 @@ public java.lang.String getAuthorizationUrl() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); authorizationUrl_ = s; return s; } } /** - * - * *
    * Redirect URL if JWT token is required but not present or is expired.
    * Implement authorizationUrl of securityDefinitions in OpenAPI spec.
    * 
* * string authorization_url = 5; - * * @return The bytes for authorizationUrl. */ @java.lang.Override - public com.google.protobuf.ByteString getAuthorizationUrlBytes() { + public com.google.protobuf.ByteString + getAuthorizationUrlBytes() { java.lang.Object ref = authorizationUrl_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); authorizationUrl_ = b; return b; } else { @@ -381,8 +350,6 @@ public com.google.protobuf.ByteString getAuthorizationUrlBytes() { public static final int JWT_LOCATIONS_FIELD_NUMBER = 6; private java.util.List jwtLocations_; /** - * - * *
    * Defines the locations to extract the JWT.  For now it is only used by the
    * Cloud Endpoints to store the OpenAPI extension [x-google-jwt-locations]
@@ -408,8 +375,6 @@ public java.util.List getJwtLocationsList() {
     return jwtLocations_;
   }
   /**
-   *
-   *
    * 
    * Defines the locations to extract the JWT.  For now it is only used by the
    * Cloud Endpoints to store the OpenAPI extension [x-google-jwt-locations]
@@ -431,13 +396,11 @@ public java.util.List getJwtLocationsList() {
    * repeated .google.api.JwtLocation jwt_locations = 6;
    */
   @java.lang.Override
-  public java.util.List
+  public java.util.List 
       getJwtLocationsOrBuilderList() {
     return jwtLocations_;
   }
   /**
-   *
-   *
    * 
    * Defines the locations to extract the JWT.  For now it is only used by the
    * Cloud Endpoints to store the OpenAPI extension [x-google-jwt-locations]
@@ -463,8 +426,6 @@ public int getJwtLocationsCount() {
     return jwtLocations_.size();
   }
   /**
-   *
-   *
    * 
    * Defines the locations to extract the JWT.  For now it is only used by the
    * Cloud Endpoints to store the OpenAPI extension [x-google-jwt-locations]
@@ -490,8 +451,6 @@ public com.google.api.JwtLocation getJwtLocations(int index) {
     return jwtLocations_.get(index);
   }
   /**
-   *
-   *
    * 
    * Defines the locations to extract the JWT.  For now it is only used by the
    * Cloud Endpoints to store the OpenAPI extension [x-google-jwt-locations]
@@ -513,12 +472,12 @@ public com.google.api.JwtLocation getJwtLocations(int index) {
    * repeated .google.api.JwtLocation jwt_locations = 6;
    */
   @java.lang.Override
-  public com.google.api.JwtLocationOrBuilder getJwtLocationsOrBuilder(int index) {
+  public com.google.api.JwtLocationOrBuilder getJwtLocationsOrBuilder(
+      int index) {
     return jwtLocations_.get(index);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -530,7 +489,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(id_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, id_);
     }
@@ -574,7 +534,8 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, authorizationUrl_);
     }
     for (int i = 0; i < jwtLocations_.size(); i++) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(6, jwtLocations_.get(i));
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(6, jwtLocations_.get(i));
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -584,19 +545,25 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.api.AuthProvider)) {
       return super.equals(obj);
     }
     com.google.api.AuthProvider other = (com.google.api.AuthProvider) obj;
 
-    if (!getId().equals(other.getId())) return false;
-    if (!getIssuer().equals(other.getIssuer())) return false;
-    if (!getJwksUri().equals(other.getJwksUri())) return false;
-    if (!getAudiences().equals(other.getAudiences())) return false;
-    if (!getAuthorizationUrl().equals(other.getAuthorizationUrl())) return false;
-    if (!getJwtLocationsList().equals(other.getJwtLocationsList())) return false;
+    if (!getId()
+        .equals(other.getId())) return false;
+    if (!getIssuer()
+        .equals(other.getIssuer())) return false;
+    if (!getJwksUri()
+        .equals(other.getJwksUri())) return false;
+    if (!getAudiences()
+        .equals(other.getAudiences())) return false;
+    if (!getAuthorizationUrl()
+        .equals(other.getAuthorizationUrl())) return false;
+    if (!getJwtLocationsList()
+        .equals(other.getJwtLocationsList())) return false;
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
   }
@@ -627,103 +594,97 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.api.AuthProvider parseFrom(java.nio.ByteBuffer data)
+  public static com.google.api.AuthProvider parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.AuthProvider parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.api.AuthProvider parseFrom(com.google.protobuf.ByteString data)
+  public static com.google.api.AuthProvider parseFrom(
+      com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.AuthProvider parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.api.AuthProvider parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.AuthProvider parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.api.AuthProvider parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.api.AuthProvider parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.api.AuthProvider parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.api.AuthProvider parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.api.AuthProvider parseFrom(com.google.protobuf.CodedInputStream input)
+  public static com.google.api.AuthProvider parseFrom(
+      com.google.protobuf.CodedInputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.api.AuthProvider parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.api.AuthProvider prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Configuration for an authentication provider, including support for
    * [JSON Web Token
@@ -732,11 +693,12 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.api.AuthProvider}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.api.AuthProvider)
       com.google.api.AuthProviderOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
       return com.google.api.AuthProto.internal_static_google_api_AuthProvider_descriptor;
     }
 
@@ -749,12 +711,15 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
     }
 
     // Construct using com.google.api.AuthProvider.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -779,7 +744,8 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
       return com.google.api.AuthProto.internal_static_google_api_AuthProvider_descriptor;
     }
 
@@ -823,39 +789,38 @@ public com.google.api.AuthProvider buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.api.AuthProvider) {
-        return mergeFrom((com.google.api.AuthProvider) other);
+        return mergeFrom((com.google.api.AuthProvider)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -902,10 +867,9 @@ public Builder mergeFrom(com.google.api.AuthProvider other) {
             jwtLocationsBuilder_ = null;
             jwtLocations_ = other.jwtLocations_;
             bitField0_ = (bitField0_ & ~0x00000001);
-            jwtLocationsBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getJwtLocationsFieldBuilder()
-                    : null;
+            jwtLocationsBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getJwtLocationsFieldBuilder() : null;
           } else {
             jwtLocationsBuilder_.addAllMessages(other.jwtLocations_);
           }
@@ -937,55 +901,50 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                id_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 10
-            case 18:
-              {
-                issuer_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 18
-            case 26:
-              {
-                jwksUri_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 26
-            case 34:
-              {
-                audiences_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 34
-            case 42:
-              {
-                authorizationUrl_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 42
-            case 50:
-              {
-                com.google.api.JwtLocation m =
-                    input.readMessage(com.google.api.JwtLocation.parser(), extensionRegistry);
-                if (jwtLocationsBuilder_ == null) {
-                  ensureJwtLocationsIsMutable();
-                  jwtLocations_.add(m);
-                } else {
-                  jwtLocationsBuilder_.addMessage(m);
-                }
-                break;
-              } // case 50
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              id_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 10
+            case 18: {
+              issuer_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 18
+            case 26: {
+              jwksUri_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 26
+            case 34: {
+              audiences_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 34
+            case 42: {
+              authorizationUrl_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 42
+            case 50: {
+              com.google.api.JwtLocation m =
+                  input.readMessage(
+                      com.google.api.JwtLocation.parser(),
+                      extensionRegistry);
+              if (jwtLocationsBuilder_ == null) {
+                ensureJwtLocationsIsMutable();
+                jwtLocations_.add(m);
+              } else {
+                jwtLocationsBuilder_.addMessage(m);
+              }
+              break;
+            } // case 50
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -995,13 +954,10 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object id_ = "";
     /**
-     *
-     *
      * 
      * The unique identifier of the auth provider. It will be referred to by
      * `AuthRequirement.provider_id`.
@@ -1009,13 +965,13 @@ public Builder mergeFrom(
      * 
* * string id = 1; - * * @return The id. */ public java.lang.String getId() { java.lang.Object ref = id_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); id_ = s; return s; @@ -1024,8 +980,6 @@ public java.lang.String getId() { } } /** - * - * *
      * The unique identifier of the auth provider. It will be referred to by
      * `AuthRequirement.provider_id`.
@@ -1033,14 +987,15 @@ public java.lang.String getId() {
      * 
* * string id = 1; - * * @return The bytes for id. */ - public com.google.protobuf.ByteString getIdBytes() { + public com.google.protobuf.ByteString + getIdBytes() { java.lang.Object ref = id_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); id_ = b; return b; } else { @@ -1048,8 +1003,6 @@ public com.google.protobuf.ByteString getIdBytes() { } } /** - * - * *
      * The unique identifier of the auth provider. It will be referred to by
      * `AuthRequirement.provider_id`.
@@ -1057,22 +1010,20 @@ public com.google.protobuf.ByteString getIdBytes() {
      * 
* * string id = 1; - * * @param value The id to set. * @return This builder for chaining. */ - public Builder setId(java.lang.String value) { + public Builder setId( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + id_ = value; onChanged(); return this; } /** - * - * *
      * The unique identifier of the auth provider. It will be referred to by
      * `AuthRequirement.provider_id`.
@@ -1080,18 +1031,15 @@ public Builder setId(java.lang.String value) {
      * 
* * string id = 1; - * * @return This builder for chaining. */ public Builder clearId() { - + id_ = getDefaultInstance().getId(); onChanged(); return this; } /** - * - * *
      * The unique identifier of the auth provider. It will be referred to by
      * `AuthRequirement.provider_id`.
@@ -1099,16 +1047,16 @@ public Builder clearId() {
      * 
* * string id = 1; - * * @param value The bytes for id to set. * @return This builder for chaining. */ - public Builder setIdBytes(com.google.protobuf.ByteString value) { + public Builder setIdBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + id_ = value; onChanged(); return this; @@ -1116,8 +1064,6 @@ public Builder setIdBytes(com.google.protobuf.ByteString value) { private java.lang.Object issuer_ = ""; /** - * - * *
      * Identifies the principal that issued the JWT. See
      * https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.1
@@ -1127,13 +1073,13 @@ public Builder setIdBytes(com.google.protobuf.ByteString value) {
      * 
* * string issuer = 2; - * * @return The issuer. */ public java.lang.String getIssuer() { java.lang.Object ref = issuer_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); issuer_ = s; return s; @@ -1142,8 +1088,6 @@ public java.lang.String getIssuer() { } } /** - * - * *
      * Identifies the principal that issued the JWT. See
      * https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.1
@@ -1153,14 +1097,15 @@ public java.lang.String getIssuer() {
      * 
* * string issuer = 2; - * * @return The bytes for issuer. */ - public com.google.protobuf.ByteString getIssuerBytes() { + public com.google.protobuf.ByteString + getIssuerBytes() { java.lang.Object ref = issuer_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); issuer_ = b; return b; } else { @@ -1168,8 +1113,6 @@ public com.google.protobuf.ByteString getIssuerBytes() { } } /** - * - * *
      * Identifies the principal that issued the JWT. See
      * https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.1
@@ -1179,22 +1122,20 @@ public com.google.protobuf.ByteString getIssuerBytes() {
      * 
* * string issuer = 2; - * * @param value The issuer to set. * @return This builder for chaining. */ - public Builder setIssuer(java.lang.String value) { + public Builder setIssuer( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + issuer_ = value; onChanged(); return this; } /** - * - * *
      * Identifies the principal that issued the JWT. See
      * https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.1
@@ -1204,18 +1145,15 @@ public Builder setIssuer(java.lang.String value) {
      * 
* * string issuer = 2; - * * @return This builder for chaining. */ public Builder clearIssuer() { - + issuer_ = getDefaultInstance().getIssuer(); onChanged(); return this; } /** - * - * *
      * Identifies the principal that issued the JWT. See
      * https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.1
@@ -1225,16 +1163,16 @@ public Builder clearIssuer() {
      * 
* * string issuer = 2; - * * @param value The bytes for issuer to set. * @return This builder for chaining. */ - public Builder setIssuerBytes(com.google.protobuf.ByteString value) { + public Builder setIssuerBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + issuer_ = value; onChanged(); return this; @@ -1242,8 +1180,6 @@ public Builder setIssuerBytes(com.google.protobuf.ByteString value) { private java.lang.Object jwksUri_ = ""; /** - * - * *
      * URL of the provider's public key set to validate signature of the JWT. See
      * [OpenID
@@ -1259,13 +1195,13 @@ public Builder setIssuerBytes(com.google.protobuf.ByteString value) {
      * 
* * string jwks_uri = 3; - * * @return The jwksUri. */ public java.lang.String getJwksUri() { java.lang.Object ref = jwksUri_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); jwksUri_ = s; return s; @@ -1274,8 +1210,6 @@ public java.lang.String getJwksUri() { } } /** - * - * *
      * URL of the provider's public key set to validate signature of the JWT. See
      * [OpenID
@@ -1291,14 +1225,15 @@ public java.lang.String getJwksUri() {
      * 
* * string jwks_uri = 3; - * * @return The bytes for jwksUri. */ - public com.google.protobuf.ByteString getJwksUriBytes() { + public com.google.protobuf.ByteString + getJwksUriBytes() { java.lang.Object ref = jwksUri_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); jwksUri_ = b; return b; } else { @@ -1306,8 +1241,6 @@ public com.google.protobuf.ByteString getJwksUriBytes() { } } /** - * - * *
      * URL of the provider's public key set to validate signature of the JWT. See
      * [OpenID
@@ -1323,22 +1256,20 @@ public com.google.protobuf.ByteString getJwksUriBytes() {
      * 
* * string jwks_uri = 3; - * * @param value The jwksUri to set. * @return This builder for chaining. */ - public Builder setJwksUri(java.lang.String value) { + public Builder setJwksUri( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + jwksUri_ = value; onChanged(); return this; } /** - * - * *
      * URL of the provider's public key set to validate signature of the JWT. See
      * [OpenID
@@ -1354,18 +1285,15 @@ public Builder setJwksUri(java.lang.String value) {
      * 
* * string jwks_uri = 3; - * * @return This builder for chaining. */ public Builder clearJwksUri() { - + jwksUri_ = getDefaultInstance().getJwksUri(); onChanged(); return this; } /** - * - * *
      * URL of the provider's public key set to validate signature of the JWT. See
      * [OpenID
@@ -1381,16 +1309,16 @@ public Builder clearJwksUri() {
      * 
* * string jwks_uri = 3; - * * @param value The bytes for jwksUri to set. * @return This builder for chaining. */ - public Builder setJwksUriBytes(com.google.protobuf.ByteString value) { + public Builder setJwksUriBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + jwksUri_ = value; onChanged(); return this; @@ -1398,8 +1326,6 @@ public Builder setJwksUriBytes(com.google.protobuf.ByteString value) { private java.lang.Object audiences_ = ""; /** - * - * *
      * The list of JWT
      * [audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3).
@@ -1419,13 +1345,13 @@ public Builder setJwksUriBytes(com.google.protobuf.ByteString value) {
      * 
* * string audiences = 4; - * * @return The audiences. */ public java.lang.String getAudiences() { java.lang.Object ref = audiences_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); audiences_ = s; return s; @@ -1434,8 +1360,6 @@ public java.lang.String getAudiences() { } } /** - * - * *
      * The list of JWT
      * [audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3).
@@ -1455,14 +1379,15 @@ public java.lang.String getAudiences() {
      * 
* * string audiences = 4; - * * @return The bytes for audiences. */ - public com.google.protobuf.ByteString getAudiencesBytes() { + public com.google.protobuf.ByteString + getAudiencesBytes() { java.lang.Object ref = audiences_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); audiences_ = b; return b; } else { @@ -1470,8 +1395,6 @@ public com.google.protobuf.ByteString getAudiencesBytes() { } } /** - * - * *
      * The list of JWT
      * [audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3).
@@ -1491,22 +1414,20 @@ public com.google.protobuf.ByteString getAudiencesBytes() {
      * 
* * string audiences = 4; - * * @param value The audiences to set. * @return This builder for chaining. */ - public Builder setAudiences(java.lang.String value) { + public Builder setAudiences( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + audiences_ = value; onChanged(); return this; } /** - * - * *
      * The list of JWT
      * [audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3).
@@ -1526,18 +1447,15 @@ public Builder setAudiences(java.lang.String value) {
      * 
* * string audiences = 4; - * * @return This builder for chaining. */ public Builder clearAudiences() { - + audiences_ = getDefaultInstance().getAudiences(); onChanged(); return this; } /** - * - * *
      * The list of JWT
      * [audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3).
@@ -1557,16 +1475,16 @@ public Builder clearAudiences() {
      * 
* * string audiences = 4; - * * @param value The bytes for audiences to set. * @return This builder for chaining. */ - public Builder setAudiencesBytes(com.google.protobuf.ByteString value) { + public Builder setAudiencesBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + audiences_ = value; onChanged(); return this; @@ -1574,21 +1492,19 @@ public Builder setAudiencesBytes(com.google.protobuf.ByteString value) { private java.lang.Object authorizationUrl_ = ""; /** - * - * *
      * Redirect URL if JWT token is required but not present or is expired.
      * Implement authorizationUrl of securityDefinitions in OpenAPI spec.
      * 
* * string authorization_url = 5; - * * @return The authorizationUrl. */ public java.lang.String getAuthorizationUrl() { java.lang.Object ref = authorizationUrl_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); authorizationUrl_ = s; return s; @@ -1597,22 +1513,21 @@ public java.lang.String getAuthorizationUrl() { } } /** - * - * *
      * Redirect URL if JWT token is required but not present or is expired.
      * Implement authorizationUrl of securityDefinitions in OpenAPI spec.
      * 
* * string authorization_url = 5; - * * @return The bytes for authorizationUrl. */ - public com.google.protobuf.ByteString getAuthorizationUrlBytes() { + public com.google.protobuf.ByteString + getAuthorizationUrlBytes() { java.lang.Object ref = authorizationUrl_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); authorizationUrl_ = b; return b; } else { @@ -1620,88 +1535,75 @@ public com.google.protobuf.ByteString getAuthorizationUrlBytes() { } } /** - * - * *
      * Redirect URL if JWT token is required but not present or is expired.
      * Implement authorizationUrl of securityDefinitions in OpenAPI spec.
      * 
* * string authorization_url = 5; - * * @param value The authorizationUrl to set. * @return This builder for chaining. */ - public Builder setAuthorizationUrl(java.lang.String value) { + public Builder setAuthorizationUrl( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + authorizationUrl_ = value; onChanged(); return this; } /** - * - * *
      * Redirect URL if JWT token is required but not present or is expired.
      * Implement authorizationUrl of securityDefinitions in OpenAPI spec.
      * 
* * string authorization_url = 5; - * * @return This builder for chaining. */ public Builder clearAuthorizationUrl() { - + authorizationUrl_ = getDefaultInstance().getAuthorizationUrl(); onChanged(); return this; } /** - * - * *
      * Redirect URL if JWT token is required but not present or is expired.
      * Implement authorizationUrl of securityDefinitions in OpenAPI spec.
      * 
* * string authorization_url = 5; - * * @param value The bytes for authorizationUrl to set. * @return This builder for chaining. */ - public Builder setAuthorizationUrlBytes(com.google.protobuf.ByteString value) { + public Builder setAuthorizationUrlBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + authorizationUrl_ = value; onChanged(); return this; } private java.util.List jwtLocations_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureJwtLocationsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { jwtLocations_ = new java.util.ArrayList(jwtLocations_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.api.JwtLocation, - com.google.api.JwtLocation.Builder, - com.google.api.JwtLocationOrBuilder> - jwtLocationsBuilder_; + com.google.api.JwtLocation, com.google.api.JwtLocation.Builder, com.google.api.JwtLocationOrBuilder> jwtLocationsBuilder_; /** - * - * *
      * Defines the locations to extract the JWT.  For now it is only used by the
      * Cloud Endpoints to store the OpenAPI extension [x-google-jwt-locations]
@@ -1730,8 +1632,6 @@ public java.util.List getJwtLocationsList() {
       }
     }
     /**
-     *
-     *
      * 
      * Defines the locations to extract the JWT.  For now it is only used by the
      * Cloud Endpoints to store the OpenAPI extension [x-google-jwt-locations]
@@ -1760,8 +1660,6 @@ public int getJwtLocationsCount() {
       }
     }
     /**
-     *
-     *
      * 
      * Defines the locations to extract the JWT.  For now it is only used by the
      * Cloud Endpoints to store the OpenAPI extension [x-google-jwt-locations]
@@ -1790,8 +1688,6 @@ public com.google.api.JwtLocation getJwtLocations(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * Defines the locations to extract the JWT.  For now it is only used by the
      * Cloud Endpoints to store the OpenAPI extension [x-google-jwt-locations]
@@ -1812,7 +1708,8 @@ public com.google.api.JwtLocation getJwtLocations(int index) {
      *
      * repeated .google.api.JwtLocation jwt_locations = 6;
      */
-    public Builder setJwtLocations(int index, com.google.api.JwtLocation value) {
+    public Builder setJwtLocations(
+        int index, com.google.api.JwtLocation value) {
       if (jwtLocationsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -1826,8 +1723,6 @@ public Builder setJwtLocations(int index, com.google.api.JwtLocation value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Defines the locations to extract the JWT.  For now it is only used by the
      * Cloud Endpoints to store the OpenAPI extension [x-google-jwt-locations]
@@ -1848,7 +1743,8 @@ public Builder setJwtLocations(int index, com.google.api.JwtLocation value) {
      *
      * repeated .google.api.JwtLocation jwt_locations = 6;
      */
-    public Builder setJwtLocations(int index, com.google.api.JwtLocation.Builder builderForValue) {
+    public Builder setJwtLocations(
+        int index, com.google.api.JwtLocation.Builder builderForValue) {
       if (jwtLocationsBuilder_ == null) {
         ensureJwtLocationsIsMutable();
         jwtLocations_.set(index, builderForValue.build());
@@ -1859,8 +1755,6 @@ public Builder setJwtLocations(int index, com.google.api.JwtLocation.Builder bui
       return this;
     }
     /**
-     *
-     *
      * 
      * Defines the locations to extract the JWT.  For now it is only used by the
      * Cloud Endpoints to store the OpenAPI extension [x-google-jwt-locations]
@@ -1895,8 +1789,6 @@ public Builder addJwtLocations(com.google.api.JwtLocation value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Defines the locations to extract the JWT.  For now it is only used by the
      * Cloud Endpoints to store the OpenAPI extension [x-google-jwt-locations]
@@ -1917,7 +1809,8 @@ public Builder addJwtLocations(com.google.api.JwtLocation value) {
      *
      * repeated .google.api.JwtLocation jwt_locations = 6;
      */
-    public Builder addJwtLocations(int index, com.google.api.JwtLocation value) {
+    public Builder addJwtLocations(
+        int index, com.google.api.JwtLocation value) {
       if (jwtLocationsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -1931,8 +1824,6 @@ public Builder addJwtLocations(int index, com.google.api.JwtLocation value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Defines the locations to extract the JWT.  For now it is only used by the
      * Cloud Endpoints to store the OpenAPI extension [x-google-jwt-locations]
@@ -1953,7 +1844,8 @@ public Builder addJwtLocations(int index, com.google.api.JwtLocation value) {
      *
      * repeated .google.api.JwtLocation jwt_locations = 6;
      */
-    public Builder addJwtLocations(com.google.api.JwtLocation.Builder builderForValue) {
+    public Builder addJwtLocations(
+        com.google.api.JwtLocation.Builder builderForValue) {
       if (jwtLocationsBuilder_ == null) {
         ensureJwtLocationsIsMutable();
         jwtLocations_.add(builderForValue.build());
@@ -1964,8 +1856,6 @@ public Builder addJwtLocations(com.google.api.JwtLocation.Builder builderForValu
       return this;
     }
     /**
-     *
-     *
      * 
      * Defines the locations to extract the JWT.  For now it is only used by the
      * Cloud Endpoints to store the OpenAPI extension [x-google-jwt-locations]
@@ -1986,7 +1876,8 @@ public Builder addJwtLocations(com.google.api.JwtLocation.Builder builderForValu
      *
      * repeated .google.api.JwtLocation jwt_locations = 6;
      */
-    public Builder addJwtLocations(int index, com.google.api.JwtLocation.Builder builderForValue) {
+    public Builder addJwtLocations(
+        int index, com.google.api.JwtLocation.Builder builderForValue) {
       if (jwtLocationsBuilder_ == null) {
         ensureJwtLocationsIsMutable();
         jwtLocations_.add(index, builderForValue.build());
@@ -1997,8 +1888,6 @@ public Builder addJwtLocations(int index, com.google.api.JwtLocation.Builder bui
       return this;
     }
     /**
-     *
-     *
      * 
      * Defines the locations to extract the JWT.  For now it is only used by the
      * Cloud Endpoints to store the OpenAPI extension [x-google-jwt-locations]
@@ -2023,7 +1912,8 @@ public Builder addAllJwtLocations(
         java.lang.Iterable values) {
       if (jwtLocationsBuilder_ == null) {
         ensureJwtLocationsIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, jwtLocations_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, jwtLocations_);
         onChanged();
       } else {
         jwtLocationsBuilder_.addAllMessages(values);
@@ -2031,8 +1921,6 @@ public Builder addAllJwtLocations(
       return this;
     }
     /**
-     *
-     *
      * 
      * Defines the locations to extract the JWT.  For now it is only used by the
      * Cloud Endpoints to store the OpenAPI extension [x-google-jwt-locations]
@@ -2064,8 +1952,6 @@ public Builder clearJwtLocations() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Defines the locations to extract the JWT.  For now it is only used by the
      * Cloud Endpoints to store the OpenAPI extension [x-google-jwt-locations]
@@ -2097,8 +1983,6 @@ public Builder removeJwtLocations(int index) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Defines the locations to extract the JWT.  For now it is only used by the
      * Cloud Endpoints to store the OpenAPI extension [x-google-jwt-locations]
@@ -2119,12 +2003,11 @@ public Builder removeJwtLocations(int index) {
      *
      * repeated .google.api.JwtLocation jwt_locations = 6;
      */
-    public com.google.api.JwtLocation.Builder getJwtLocationsBuilder(int index) {
+    public com.google.api.JwtLocation.Builder getJwtLocationsBuilder(
+        int index) {
       return getJwtLocationsFieldBuilder().getBuilder(index);
     }
     /**
-     *
-     *
      * 
      * Defines the locations to extract the JWT.  For now it is only used by the
      * Cloud Endpoints to store the OpenAPI extension [x-google-jwt-locations]
@@ -2145,16 +2028,14 @@ public com.google.api.JwtLocation.Builder getJwtLocationsBuilder(int index) {
      *
      * repeated .google.api.JwtLocation jwt_locations = 6;
      */
-    public com.google.api.JwtLocationOrBuilder getJwtLocationsOrBuilder(int index) {
+    public com.google.api.JwtLocationOrBuilder getJwtLocationsOrBuilder(
+        int index) {
       if (jwtLocationsBuilder_ == null) {
-        return jwtLocations_.get(index);
-      } else {
+        return jwtLocations_.get(index);  } else {
         return jwtLocationsBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
-     *
-     *
      * 
      * Defines the locations to extract the JWT.  For now it is only used by the
      * Cloud Endpoints to store the OpenAPI extension [x-google-jwt-locations]
@@ -2175,8 +2056,8 @@ public com.google.api.JwtLocationOrBuilder getJwtLocationsOrBuilder(int index) {
      *
      * repeated .google.api.JwtLocation jwt_locations = 6;
      */
-    public java.util.List
-        getJwtLocationsOrBuilderList() {
+    public java.util.List 
+         getJwtLocationsOrBuilderList() {
       if (jwtLocationsBuilder_ != null) {
         return jwtLocationsBuilder_.getMessageOrBuilderList();
       } else {
@@ -2184,8 +2065,6 @@ public com.google.api.JwtLocationOrBuilder getJwtLocationsOrBuilder(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * Defines the locations to extract the JWT.  For now it is only used by the
      * Cloud Endpoints to store the OpenAPI extension [x-google-jwt-locations]
@@ -2207,12 +2086,10 @@ public com.google.api.JwtLocationOrBuilder getJwtLocationsOrBuilder(int index) {
      * repeated .google.api.JwtLocation jwt_locations = 6;
      */
     public com.google.api.JwtLocation.Builder addJwtLocationsBuilder() {
-      return getJwtLocationsFieldBuilder()
-          .addBuilder(com.google.api.JwtLocation.getDefaultInstance());
+      return getJwtLocationsFieldBuilder().addBuilder(
+          com.google.api.JwtLocation.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * Defines the locations to extract the JWT.  For now it is only used by the
      * Cloud Endpoints to store the OpenAPI extension [x-google-jwt-locations]
@@ -2233,13 +2110,12 @@ public com.google.api.JwtLocation.Builder addJwtLocationsBuilder() {
      *
      * repeated .google.api.JwtLocation jwt_locations = 6;
      */
-    public com.google.api.JwtLocation.Builder addJwtLocationsBuilder(int index) {
-      return getJwtLocationsFieldBuilder()
-          .addBuilder(index, com.google.api.JwtLocation.getDefaultInstance());
+    public com.google.api.JwtLocation.Builder addJwtLocationsBuilder(
+        int index) {
+      return getJwtLocationsFieldBuilder().addBuilder(
+          index, com.google.api.JwtLocation.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * Defines the locations to extract the JWT.  For now it is only used by the
      * Cloud Endpoints to store the OpenAPI extension [x-google-jwt-locations]
@@ -2260,29 +2136,27 @@ public com.google.api.JwtLocation.Builder addJwtLocationsBuilder(int index) {
      *
      * repeated .google.api.JwtLocation jwt_locations = 6;
      */
-    public java.util.List getJwtLocationsBuilderList() {
+    public java.util.List 
+         getJwtLocationsBuilderList() {
       return getJwtLocationsFieldBuilder().getBuilderList();
     }
-
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.api.JwtLocation,
-            com.google.api.JwtLocation.Builder,
-            com.google.api.JwtLocationOrBuilder>
+        com.google.api.JwtLocation, com.google.api.JwtLocation.Builder, com.google.api.JwtLocationOrBuilder> 
         getJwtLocationsFieldBuilder() {
       if (jwtLocationsBuilder_ == null) {
-        jwtLocationsBuilder_ =
-            new com.google.protobuf.RepeatedFieldBuilderV3<
-                com.google.api.JwtLocation,
-                com.google.api.JwtLocation.Builder,
-                com.google.api.JwtLocationOrBuilder>(
-                jwtLocations_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean());
+        jwtLocationsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+            com.google.api.JwtLocation, com.google.api.JwtLocation.Builder, com.google.api.JwtLocationOrBuilder>(
+                jwtLocations_,
+                ((bitField0_ & 0x00000001) != 0),
+                getParentForChildren(),
+                isClean());
         jwtLocations_ = null;
       }
       return jwtLocationsBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -2292,12 +2166,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.api.AuthProvider)
   }
 
   // @@protoc_insertion_point(class_scope:google.api.AuthProvider)
   private static final com.google.api.AuthProvider DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.api.AuthProvider();
   }
@@ -2306,27 +2180,27 @@ public static com.google.api.AuthProvider getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public AuthProvider parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public AuthProvider parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -2341,4 +2215,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.api.AuthProvider getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AuthProviderOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/AuthProviderOrBuilder.java
similarity index 88%
rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AuthProviderOrBuilder.java
rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/AuthProviderOrBuilder.java
index 87ac693a46..c047d9a7cb 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AuthProviderOrBuilder.java
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/AuthProviderOrBuilder.java
@@ -1,31 +1,13 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/api/auth.proto
 
 package com.google.api;
 
-public interface AuthProviderOrBuilder
-    extends
+public interface AuthProviderOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.api.AuthProvider)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * The unique identifier of the auth provider. It will be referred to by
    * `AuthRequirement.provider_id`.
@@ -33,13 +15,10 @@ public interface AuthProviderOrBuilder
    * 
* * string id = 1; - * * @return The id. */ java.lang.String getId(); /** - * - * *
    * The unique identifier of the auth provider. It will be referred to by
    * `AuthRequirement.provider_id`.
@@ -47,14 +26,12 @@ public interface AuthProviderOrBuilder
    * 
* * string id = 1; - * * @return The bytes for id. */ - com.google.protobuf.ByteString getIdBytes(); + com.google.protobuf.ByteString + getIdBytes(); /** - * - * *
    * Identifies the principal that issued the JWT. See
    * https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.1
@@ -64,13 +41,10 @@ public interface AuthProviderOrBuilder
    * 
* * string issuer = 2; - * * @return The issuer. */ java.lang.String getIssuer(); /** - * - * *
    * Identifies the principal that issued the JWT. See
    * https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.1
@@ -80,14 +54,12 @@ public interface AuthProviderOrBuilder
    * 
* * string issuer = 2; - * * @return The bytes for issuer. */ - com.google.protobuf.ByteString getIssuerBytes(); + com.google.protobuf.ByteString + getIssuerBytes(); /** - * - * *
    * URL of the provider's public key set to validate signature of the JWT. See
    * [OpenID
@@ -103,13 +75,10 @@ public interface AuthProviderOrBuilder
    * 
* * string jwks_uri = 3; - * * @return The jwksUri. */ java.lang.String getJwksUri(); /** - * - * *
    * URL of the provider's public key set to validate signature of the JWT. See
    * [OpenID
@@ -125,14 +94,12 @@ public interface AuthProviderOrBuilder
    * 
* * string jwks_uri = 3; - * * @return The bytes for jwksUri. */ - com.google.protobuf.ByteString getJwksUriBytes(); + com.google.protobuf.ByteString + getJwksUriBytes(); /** - * - * *
    * The list of JWT
    * [audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3).
@@ -152,13 +119,10 @@ public interface AuthProviderOrBuilder
    * 
* * string audiences = 4; - * * @return The audiences. */ java.lang.String getAudiences(); /** - * - * *
    * The list of JWT
    * [audiences](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32#section-4.1.3).
@@ -178,41 +142,34 @@ public interface AuthProviderOrBuilder
    * 
* * string audiences = 4; - * * @return The bytes for audiences. */ - com.google.protobuf.ByteString getAudiencesBytes(); + com.google.protobuf.ByteString + getAudiencesBytes(); /** - * - * *
    * Redirect URL if JWT token is required but not present or is expired.
    * Implement authorizationUrl of securityDefinitions in OpenAPI spec.
    * 
* * string authorization_url = 5; - * * @return The authorizationUrl. */ java.lang.String getAuthorizationUrl(); /** - * - * *
    * Redirect URL if JWT token is required but not present or is expired.
    * Implement authorizationUrl of securityDefinitions in OpenAPI spec.
    * 
* * string authorization_url = 5; - * * @return The bytes for authorizationUrl. */ - com.google.protobuf.ByteString getAuthorizationUrlBytes(); + com.google.protobuf.ByteString + getAuthorizationUrlBytes(); /** - * - * *
    * Defines the locations to extract the JWT.  For now it is only used by the
    * Cloud Endpoints to store the OpenAPI extension [x-google-jwt-locations]
@@ -233,10 +190,9 @@ public interface AuthProviderOrBuilder
    *
    * repeated .google.api.JwtLocation jwt_locations = 6;
    */
-  java.util.List getJwtLocationsList();
+  java.util.List 
+      getJwtLocationsList();
   /**
-   *
-   *
    * 
    * Defines the locations to extract the JWT.  For now it is only used by the
    * Cloud Endpoints to store the OpenAPI extension [x-google-jwt-locations]
@@ -259,8 +215,6 @@ public interface AuthProviderOrBuilder
    */
   com.google.api.JwtLocation getJwtLocations(int index);
   /**
-   *
-   *
    * 
    * Defines the locations to extract the JWT.  For now it is only used by the
    * Cloud Endpoints to store the OpenAPI extension [x-google-jwt-locations]
@@ -283,8 +237,6 @@ public interface AuthProviderOrBuilder
    */
   int getJwtLocationsCount();
   /**
-   *
-   *
    * 
    * Defines the locations to extract the JWT.  For now it is only used by the
    * Cloud Endpoints to store the OpenAPI extension [x-google-jwt-locations]
@@ -305,10 +257,9 @@ public interface AuthProviderOrBuilder
    *
    * repeated .google.api.JwtLocation jwt_locations = 6;
    */
-  java.util.List getJwtLocationsOrBuilderList();
+  java.util.List 
+      getJwtLocationsOrBuilderList();
   /**
-   *
-   *
    * 
    * Defines the locations to extract the JWT.  For now it is only used by the
    * Cloud Endpoints to store the OpenAPI extension [x-google-jwt-locations]
@@ -329,5 +280,6 @@ public interface AuthProviderOrBuilder
    *
    * repeated .google.api.JwtLocation jwt_locations = 6;
    */
-  com.google.api.JwtLocationOrBuilder getJwtLocationsOrBuilder(int index);
+  com.google.api.JwtLocationOrBuilder getJwtLocationsOrBuilder(
+      int index);
 }
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AuthRequirement.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/AuthRequirement.java
similarity index 76%
rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AuthRequirement.java
rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/AuthRequirement.java
index 3bfbcfa23d..8f47da2060 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AuthRequirement.java
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/AuthRequirement.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/api/auth.proto
 
 package com.google.api;
 
 /**
- *
- *
  * 
  * User-defined authentication requirements, including support for
  * [JSON Web Token
@@ -29,16 +12,15 @@
  *
  * Protobuf type {@code google.api.AuthRequirement}
  */
-public final class AuthRequirement extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class AuthRequirement extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.api.AuthRequirement)
     AuthRequirementOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use AuthRequirement.newBuilder() to construct.
   private AuthRequirement(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private AuthRequirement() {
     providerId_ = "";
     audiences_ = "";
@@ -46,16 +28,18 @@ private AuthRequirement() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new AuthRequirement();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
     return com.google.api.AuthProto.internal_static_google_api_AuthRequirement_descriptor;
   }
 
@@ -70,8 +54,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
   public static final int PROVIDER_ID_FIELD_NUMBER = 1;
   private volatile java.lang.Object providerId_;
   /**
-   *
-   *
    * 
    * [id][google.api.AuthProvider.id] from authentication provider.
    * Example:
@@ -79,7 +61,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    * 
* * string provider_id = 1; - * * @return The providerId. */ @java.lang.Override @@ -88,15 +69,14 @@ public java.lang.String getProviderId() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); providerId_ = s; return s; } } /** - * - * *
    * [id][google.api.AuthProvider.id] from authentication provider.
    * Example:
@@ -104,15 +84,16 @@ public java.lang.String getProviderId() {
    * 
* * string provider_id = 1; - * * @return The bytes for providerId. */ @java.lang.Override - public com.google.protobuf.ByteString getProviderIdBytes() { + public com.google.protobuf.ByteString + getProviderIdBytes() { java.lang.Object ref = providerId_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); providerId_ = b; return b; } else { @@ -123,8 +104,6 @@ public com.google.protobuf.ByteString getProviderIdBytes() { public static final int AUDIENCES_FIELD_NUMBER = 2; private volatile java.lang.Object audiences_; /** - * - * *
    * NOTE: This will be deprecated soon, once AuthProvider.audiences is
    * implemented and accepted in all the runtime components.
@@ -142,7 +121,6 @@ public com.google.protobuf.ByteString getProviderIdBytes() {
    * 
* * string audiences = 2; - * * @return The audiences. */ @java.lang.Override @@ -151,15 +129,14 @@ public java.lang.String getAudiences() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); audiences_ = s; return s; } } /** - * - * *
    * NOTE: This will be deprecated soon, once AuthProvider.audiences is
    * implemented and accepted in all the runtime components.
@@ -177,15 +154,16 @@ public java.lang.String getAudiences() {
    * 
* * string audiences = 2; - * * @return The bytes for audiences. */ @java.lang.Override - public com.google.protobuf.ByteString getAudiencesBytes() { + public com.google.protobuf.ByteString + getAudiencesBytes() { java.lang.Object ref = audiences_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); audiences_ = b; return b; } else { @@ -194,7 +172,6 @@ public com.google.protobuf.ByteString getAudiencesBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -206,7 +183,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(providerId_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, providerId_); } @@ -236,15 +214,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.AuthRequirement)) { return super.equals(obj); } com.google.api.AuthRequirement other = (com.google.api.AuthRequirement) obj; - if (!getProviderId().equals(other.getProviderId())) return false; - if (!getAudiences().equals(other.getAudiences())) return false; + if (!getProviderId() + .equals(other.getProviderId())) return false; + if (!getAudiences() + .equals(other.getAudiences())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -265,103 +245,97 @@ public int hashCode() { return hash; } - public static com.google.api.AuthRequirement parseFrom(java.nio.ByteBuffer data) + public static com.google.api.AuthRequirement parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.AuthRequirement parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.api.AuthRequirement parseFrom(com.google.protobuf.ByteString data) + public static com.google.api.AuthRequirement parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.AuthRequirement parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.AuthRequirement parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.AuthRequirement parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.AuthRequirement parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.AuthRequirement parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.AuthRequirement parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.AuthRequirement parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.api.AuthRequirement parseFrom(com.google.protobuf.CodedInputStream input) + public static com.google.api.AuthRequirement parseFrom( + com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.AuthRequirement parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.AuthRequirement prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * User-defined authentication requirements, including support for
    * [JSON Web Token
@@ -370,11 +344,12 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.api.AuthRequirement}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.api.AuthRequirement)
       com.google.api.AuthRequirementOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
       return com.google.api.AuthProto.internal_static_google_api_AuthRequirement_descriptor;
     }
 
@@ -387,12 +362,15 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
     }
 
     // Construct using com.google.api.AuthRequirement.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -404,7 +382,8 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
       return com.google.api.AuthProto.internal_static_google_api_AuthRequirement_descriptor;
     }
 
@@ -435,39 +414,38 @@ public com.google.api.AuthRequirement buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.api.AuthRequirement) {
-        return mergeFrom((com.google.api.AuthRequirement) other);
+        return mergeFrom((com.google.api.AuthRequirement)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -510,25 +488,22 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                providerId_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 10
-            case 18:
-              {
-                audiences_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 18
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              providerId_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 10
+            case 18: {
+              audiences_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 18
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -541,8 +516,6 @@ public Builder mergeFrom(
 
     private java.lang.Object providerId_ = "";
     /**
-     *
-     *
      * 
      * [id][google.api.AuthProvider.id] from authentication provider.
      * Example:
@@ -550,13 +523,13 @@ public Builder mergeFrom(
      * 
* * string provider_id = 1; - * * @return The providerId. */ public java.lang.String getProviderId() { java.lang.Object ref = providerId_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); providerId_ = s; return s; @@ -565,8 +538,6 @@ public java.lang.String getProviderId() { } } /** - * - * *
      * [id][google.api.AuthProvider.id] from authentication provider.
      * Example:
@@ -574,14 +545,15 @@ public java.lang.String getProviderId() {
      * 
* * string provider_id = 1; - * * @return The bytes for providerId. */ - public com.google.protobuf.ByteString getProviderIdBytes() { + public com.google.protobuf.ByteString + getProviderIdBytes() { java.lang.Object ref = providerId_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); providerId_ = b; return b; } else { @@ -589,8 +561,6 @@ public com.google.protobuf.ByteString getProviderIdBytes() { } } /** - * - * *
      * [id][google.api.AuthProvider.id] from authentication provider.
      * Example:
@@ -598,22 +568,20 @@ public com.google.protobuf.ByteString getProviderIdBytes() {
      * 
* * string provider_id = 1; - * * @param value The providerId to set. * @return This builder for chaining. */ - public Builder setProviderId(java.lang.String value) { + public Builder setProviderId( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + providerId_ = value; onChanged(); return this; } /** - * - * *
      * [id][google.api.AuthProvider.id] from authentication provider.
      * Example:
@@ -621,18 +589,15 @@ public Builder setProviderId(java.lang.String value) {
      * 
* * string provider_id = 1; - * * @return This builder for chaining. */ public Builder clearProviderId() { - + providerId_ = getDefaultInstance().getProviderId(); onChanged(); return this; } /** - * - * *
      * [id][google.api.AuthProvider.id] from authentication provider.
      * Example:
@@ -640,16 +605,16 @@ public Builder clearProviderId() {
      * 
* * string provider_id = 1; - * * @param value The bytes for providerId to set. * @return This builder for chaining. */ - public Builder setProviderIdBytes(com.google.protobuf.ByteString value) { + public Builder setProviderIdBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + providerId_ = value; onChanged(); return this; @@ -657,8 +622,6 @@ public Builder setProviderIdBytes(com.google.protobuf.ByteString value) { private java.lang.Object audiences_ = ""; /** - * - * *
      * NOTE: This will be deprecated soon, once AuthProvider.audiences is
      * implemented and accepted in all the runtime components.
@@ -676,13 +639,13 @@ public Builder setProviderIdBytes(com.google.protobuf.ByteString value) {
      * 
* * string audiences = 2; - * * @return The audiences. */ public java.lang.String getAudiences() { java.lang.Object ref = audiences_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); audiences_ = s; return s; @@ -691,8 +654,6 @@ public java.lang.String getAudiences() { } } /** - * - * *
      * NOTE: This will be deprecated soon, once AuthProvider.audiences is
      * implemented and accepted in all the runtime components.
@@ -710,14 +671,15 @@ public java.lang.String getAudiences() {
      * 
* * string audiences = 2; - * * @return The bytes for audiences. */ - public com.google.protobuf.ByteString getAudiencesBytes() { + public com.google.protobuf.ByteString + getAudiencesBytes() { java.lang.Object ref = audiences_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); audiences_ = b; return b; } else { @@ -725,8 +687,6 @@ public com.google.protobuf.ByteString getAudiencesBytes() { } } /** - * - * *
      * NOTE: This will be deprecated soon, once AuthProvider.audiences is
      * implemented and accepted in all the runtime components.
@@ -744,22 +704,20 @@ public com.google.protobuf.ByteString getAudiencesBytes() {
      * 
* * string audiences = 2; - * * @param value The audiences to set. * @return This builder for chaining. */ - public Builder setAudiences(java.lang.String value) { + public Builder setAudiences( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + audiences_ = value; onChanged(); return this; } /** - * - * *
      * NOTE: This will be deprecated soon, once AuthProvider.audiences is
      * implemented and accepted in all the runtime components.
@@ -777,18 +735,15 @@ public Builder setAudiences(java.lang.String value) {
      * 
* * string audiences = 2; - * * @return This builder for chaining. */ public Builder clearAudiences() { - + audiences_ = getDefaultInstance().getAudiences(); onChanged(); return this; } /** - * - * *
      * NOTE: This will be deprecated soon, once AuthProvider.audiences is
      * implemented and accepted in all the runtime components.
@@ -806,23 +761,23 @@ public Builder clearAudiences() {
      * 
* * string audiences = 2; - * * @param value The bytes for audiences to set. * @return This builder for chaining. */ - public Builder setAudiencesBytes(com.google.protobuf.ByteString value) { + public Builder setAudiencesBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + audiences_ = value; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -832,12 +787,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.AuthRequirement) } // @@protoc_insertion_point(class_scope:google.api.AuthRequirement) private static final com.google.api.AuthRequirement DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.AuthRequirement(); } @@ -846,27 +801,27 @@ public static com.google.api.AuthRequirement getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public AuthRequirement parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public AuthRequirement parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -881,4 +836,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.AuthRequirement getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AuthRequirementOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/AuthRequirementOrBuilder.java similarity index 77% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AuthRequirementOrBuilder.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/AuthRequirementOrBuilder.java index da45b4a941..b09103b8ff 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AuthRequirementOrBuilder.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/AuthRequirementOrBuilder.java @@ -1,31 +1,13 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/auth.proto package com.google.api; -public interface AuthRequirementOrBuilder - extends +public interface AuthRequirementOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.AuthRequirement) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * [id][google.api.AuthProvider.id] from authentication provider.
    * Example:
@@ -33,13 +15,10 @@ public interface AuthRequirementOrBuilder
    * 
* * string provider_id = 1; - * * @return The providerId. */ java.lang.String getProviderId(); /** - * - * *
    * [id][google.api.AuthProvider.id] from authentication provider.
    * Example:
@@ -47,14 +26,12 @@ public interface AuthRequirementOrBuilder
    * 
* * string provider_id = 1; - * * @return The bytes for providerId. */ - com.google.protobuf.ByteString getProviderIdBytes(); + com.google.protobuf.ByteString + getProviderIdBytes(); /** - * - * *
    * NOTE: This will be deprecated soon, once AuthProvider.audiences is
    * implemented and accepted in all the runtime components.
@@ -72,13 +49,10 @@ public interface AuthRequirementOrBuilder
    * 
* * string audiences = 2; - * * @return The audiences. */ java.lang.String getAudiences(); /** - * - * *
    * NOTE: This will be deprecated soon, once AuthProvider.audiences is
    * implemented and accepted in all the runtime components.
@@ -96,8 +70,8 @@ public interface AuthRequirementOrBuilder
    * 
* * string audiences = 2; - * * @return The bytes for audiences. */ - com.google.protobuf.ByteString getAudiencesBytes(); + com.google.protobuf.ByteString + getAudiencesBytes(); } diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Authentication.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Authentication.java similarity index 77% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Authentication.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Authentication.java index 4977c6c81d..83de8fdff2 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Authentication.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Authentication.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/auth.proto package com.google.api; /** - * - * *
  * `Authentication` defines the authentication configuration for API methods
  * provided by an API service.
@@ -42,16 +25,15 @@
  *
  * Protobuf type {@code google.api.Authentication}
  */
-public final class Authentication extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class Authentication extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.api.Authentication)
     AuthenticationOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use Authentication.newBuilder() to construct.
   private Authentication(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private Authentication() {
     rules_ = java.util.Collections.emptyList();
     providers_ = java.util.Collections.emptyList();
@@ -59,16 +41,18 @@ private Authentication() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new Authentication();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
     return com.google.api.AuthProto.internal_static_google_api_Authentication_descriptor;
   }
 
@@ -83,8 +67,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
   public static final int RULES_FIELD_NUMBER = 3;
   private java.util.List rules_;
   /**
-   *
-   *
    * 
    * A list of authentication rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -97,8 +79,6 @@ public java.util.List getRulesList() {
     return rules_;
   }
   /**
-   *
-   *
    * 
    * A list of authentication rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -107,13 +87,11 @@ public java.util.List getRulesList() {
    * repeated .google.api.AuthenticationRule rules = 3;
    */
   @java.lang.Override
-  public java.util.List
+  public java.util.List 
       getRulesOrBuilderList() {
     return rules_;
   }
   /**
-   *
-   *
    * 
    * A list of authentication rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -126,8 +104,6 @@ public int getRulesCount() {
     return rules_.size();
   }
   /**
-   *
-   *
    * 
    * A list of authentication rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -140,8 +116,6 @@ public com.google.api.AuthenticationRule getRules(int index) {
     return rules_.get(index);
   }
   /**
-   *
-   *
    * 
    * A list of authentication rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -150,15 +124,14 @@ public com.google.api.AuthenticationRule getRules(int index) {
    * repeated .google.api.AuthenticationRule rules = 3;
    */
   @java.lang.Override
-  public com.google.api.AuthenticationRuleOrBuilder getRulesOrBuilder(int index) {
+  public com.google.api.AuthenticationRuleOrBuilder getRulesOrBuilder(
+      int index) {
     return rules_.get(index);
   }
 
   public static final int PROVIDERS_FIELD_NUMBER = 4;
   private java.util.List providers_;
   /**
-   *
-   *
    * 
    * Defines a set of authentication providers that a service supports.
    * 
@@ -170,8 +143,6 @@ public java.util.List getProvidersList() { return providers_; } /** - * - * *
    * Defines a set of authentication providers that a service supports.
    * 
@@ -179,13 +150,11 @@ public java.util.List getProvidersList() { * repeated .google.api.AuthProvider providers = 4; */ @java.lang.Override - public java.util.List + public java.util.List getProvidersOrBuilderList() { return providers_; } /** - * - * *
    * Defines a set of authentication providers that a service supports.
    * 
@@ -197,8 +166,6 @@ public int getProvidersCount() { return providers_.size(); } /** - * - * *
    * Defines a set of authentication providers that a service supports.
    * 
@@ -210,8 +177,6 @@ public com.google.api.AuthProvider getProviders(int index) { return providers_.get(index); } /** - * - * *
    * Defines a set of authentication providers that a service supports.
    * 
@@ -219,12 +184,12 @@ public com.google.api.AuthProvider getProviders(int index) { * repeated .google.api.AuthProvider providers = 4; */ @java.lang.Override - public com.google.api.AuthProviderOrBuilder getProvidersOrBuilder(int index) { + public com.google.api.AuthProviderOrBuilder getProvidersOrBuilder( + int index) { return providers_.get(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -236,7 +201,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { for (int i = 0; i < rules_.size(); i++) { output.writeMessage(3, rules_.get(i)); } @@ -253,10 +219,12 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < rules_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, rules_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, rules_.get(i)); } for (int i = 0; i < providers_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, providers_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(4, providers_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -266,15 +234,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.Authentication)) { return super.equals(obj); } com.google.api.Authentication other = (com.google.api.Authentication) obj; - if (!getRulesList().equals(other.getRulesList())) return false; - if (!getProvidersList().equals(other.getProvidersList())) return false; + if (!getRulesList() + .equals(other.getRulesList())) return false; + if (!getProvidersList() + .equals(other.getProvidersList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -299,103 +269,97 @@ public int hashCode() { return hash; } - public static com.google.api.Authentication parseFrom(java.nio.ByteBuffer data) + public static com.google.api.Authentication parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Authentication parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.api.Authentication parseFrom(com.google.protobuf.ByteString data) + public static com.google.api.Authentication parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Authentication parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.Authentication parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Authentication parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.Authentication parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.Authentication parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.Authentication parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.Authentication parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.api.Authentication parseFrom(com.google.protobuf.CodedInputStream input) + public static com.google.api.Authentication parseFrom( + com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.Authentication parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.Authentication prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * `Authentication` defines the authentication configuration for API methods
    * provided by an API service.
@@ -417,11 +381,12 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.api.Authentication}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.api.Authentication)
       com.google.api.AuthenticationOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
       return com.google.api.AuthProto.internal_static_google_api_Authentication_descriptor;
     }
 
@@ -434,12 +399,15 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
     }
 
     // Construct using com.google.api.Authentication.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -461,7 +429,8 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
       return com.google.api.AuthProto.internal_static_google_api_Authentication_descriptor;
     }
 
@@ -509,39 +478,38 @@ public com.google.api.Authentication buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.api.Authentication) {
-        return mergeFrom((com.google.api.Authentication) other);
+        return mergeFrom((com.google.api.Authentication)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -568,10 +536,9 @@ public Builder mergeFrom(com.google.api.Authentication other) {
             rulesBuilder_ = null;
             rules_ = other.rules_;
             bitField0_ = (bitField0_ & ~0x00000001);
-            rulesBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getRulesFieldBuilder()
-                    : null;
+            rulesBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getRulesFieldBuilder() : null;
           } else {
             rulesBuilder_.addAllMessages(other.rules_);
           }
@@ -595,10 +562,9 @@ public Builder mergeFrom(com.google.api.Authentication other) {
             providersBuilder_ = null;
             providers_ = other.providers_;
             bitField0_ = (bitField0_ & ~0x00000002);
-            providersBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getProvidersFieldBuilder()
-                    : null;
+            providersBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getProvidersFieldBuilder() : null;
           } else {
             providersBuilder_.addAllMessages(other.providers_);
           }
@@ -630,38 +596,38 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 26:
-              {
-                com.google.api.AuthenticationRule m =
-                    input.readMessage(
-                        com.google.api.AuthenticationRule.parser(), extensionRegistry);
-                if (rulesBuilder_ == null) {
-                  ensureRulesIsMutable();
-                  rules_.add(m);
-                } else {
-                  rulesBuilder_.addMessage(m);
-                }
-                break;
-              } // case 26
-            case 34:
-              {
-                com.google.api.AuthProvider m =
-                    input.readMessage(com.google.api.AuthProvider.parser(), extensionRegistry);
-                if (providersBuilder_ == null) {
-                  ensureProvidersIsMutable();
-                  providers_.add(m);
-                } else {
-                  providersBuilder_.addMessage(m);
-                }
-                break;
-              } // case 34
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 26: {
+              com.google.api.AuthenticationRule m =
+                  input.readMessage(
+                      com.google.api.AuthenticationRule.parser(),
+                      extensionRegistry);
+              if (rulesBuilder_ == null) {
+                ensureRulesIsMutable();
+                rules_.add(m);
+              } else {
+                rulesBuilder_.addMessage(m);
+              }
+              break;
+            } // case 26
+            case 34: {
+              com.google.api.AuthProvider m =
+                  input.readMessage(
+                      com.google.api.AuthProvider.parser(),
+                      extensionRegistry);
+              if (providersBuilder_ == null) {
+                ensureProvidersIsMutable();
+                providers_.add(m);
+              } else {
+                providersBuilder_.addMessage(m);
+              }
+              break;
+            } // case 34
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -671,28 +637,21 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.util.List rules_ =
-        java.util.Collections.emptyList();
-
+      java.util.Collections.emptyList();
     private void ensureRulesIsMutable() {
       if (!((bitField0_ & 0x00000001) != 0)) {
         rules_ = new java.util.ArrayList(rules_);
         bitField0_ |= 0x00000001;
-      }
+       }
     }
 
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.api.AuthenticationRule,
-            com.google.api.AuthenticationRule.Builder,
-            com.google.api.AuthenticationRuleOrBuilder>
-        rulesBuilder_;
+        com.google.api.AuthenticationRule, com.google.api.AuthenticationRule.Builder, com.google.api.AuthenticationRuleOrBuilder> rulesBuilder_;
 
     /**
-     *
-     *
      * 
      * A list of authentication rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -708,8 +667,6 @@ public java.util.List getRulesList() {
       }
     }
     /**
-     *
-     *
      * 
      * A list of authentication rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -725,8 +682,6 @@ public int getRulesCount() {
       }
     }
     /**
-     *
-     *
      * 
      * A list of authentication rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -742,8 +697,6 @@ public com.google.api.AuthenticationRule getRules(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * A list of authentication rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -751,7 +704,8 @@ public com.google.api.AuthenticationRule getRules(int index) {
      *
      * repeated .google.api.AuthenticationRule rules = 3;
      */
-    public Builder setRules(int index, com.google.api.AuthenticationRule value) {
+    public Builder setRules(
+        int index, com.google.api.AuthenticationRule value) {
       if (rulesBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -765,8 +719,6 @@ public Builder setRules(int index, com.google.api.AuthenticationRule value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of authentication rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -774,7 +726,8 @@ public Builder setRules(int index, com.google.api.AuthenticationRule value) {
      *
      * repeated .google.api.AuthenticationRule rules = 3;
      */
-    public Builder setRules(int index, com.google.api.AuthenticationRule.Builder builderForValue) {
+    public Builder setRules(
+        int index, com.google.api.AuthenticationRule.Builder builderForValue) {
       if (rulesBuilder_ == null) {
         ensureRulesIsMutable();
         rules_.set(index, builderForValue.build());
@@ -785,8 +738,6 @@ public Builder setRules(int index, com.google.api.AuthenticationRule.Builder bui
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of authentication rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -808,8 +759,6 @@ public Builder addRules(com.google.api.AuthenticationRule value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of authentication rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -817,7 +766,8 @@ public Builder addRules(com.google.api.AuthenticationRule value) {
      *
      * repeated .google.api.AuthenticationRule rules = 3;
      */
-    public Builder addRules(int index, com.google.api.AuthenticationRule value) {
+    public Builder addRules(
+        int index, com.google.api.AuthenticationRule value) {
       if (rulesBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -831,8 +781,6 @@ public Builder addRules(int index, com.google.api.AuthenticationRule value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of authentication rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -840,7 +788,8 @@ public Builder addRules(int index, com.google.api.AuthenticationRule value) {
      *
      * repeated .google.api.AuthenticationRule rules = 3;
      */
-    public Builder addRules(com.google.api.AuthenticationRule.Builder builderForValue) {
+    public Builder addRules(
+        com.google.api.AuthenticationRule.Builder builderForValue) {
       if (rulesBuilder_ == null) {
         ensureRulesIsMutable();
         rules_.add(builderForValue.build());
@@ -851,8 +800,6 @@ public Builder addRules(com.google.api.AuthenticationRule.Builder builderForValu
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of authentication rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -860,7 +807,8 @@ public Builder addRules(com.google.api.AuthenticationRule.Builder builderForValu
      *
      * repeated .google.api.AuthenticationRule rules = 3;
      */
-    public Builder addRules(int index, com.google.api.AuthenticationRule.Builder builderForValue) {
+    public Builder addRules(
+        int index, com.google.api.AuthenticationRule.Builder builderForValue) {
       if (rulesBuilder_ == null) {
         ensureRulesIsMutable();
         rules_.add(index, builderForValue.build());
@@ -871,8 +819,6 @@ public Builder addRules(int index, com.google.api.AuthenticationRule.Builder bui
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of authentication rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -884,7 +830,8 @@ public Builder addAllRules(
         java.lang.Iterable values) {
       if (rulesBuilder_ == null) {
         ensureRulesIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, rules_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, rules_);
         onChanged();
       } else {
         rulesBuilder_.addAllMessages(values);
@@ -892,8 +839,6 @@ public Builder addAllRules(
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of authentication rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -912,8 +857,6 @@ public Builder clearRules() {
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of authentication rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -932,8 +875,6 @@ public Builder removeRules(int index) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of authentication rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -941,12 +882,11 @@ public Builder removeRules(int index) {
      *
      * repeated .google.api.AuthenticationRule rules = 3;
      */
-    public com.google.api.AuthenticationRule.Builder getRulesBuilder(int index) {
+    public com.google.api.AuthenticationRule.Builder getRulesBuilder(
+        int index) {
       return getRulesFieldBuilder().getBuilder(index);
     }
     /**
-     *
-     *
      * 
      * A list of authentication rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -954,16 +894,14 @@ public com.google.api.AuthenticationRule.Builder getRulesBuilder(int index) {
      *
      * repeated .google.api.AuthenticationRule rules = 3;
      */
-    public com.google.api.AuthenticationRuleOrBuilder getRulesOrBuilder(int index) {
+    public com.google.api.AuthenticationRuleOrBuilder getRulesOrBuilder(
+        int index) {
       if (rulesBuilder_ == null) {
-        return rules_.get(index);
-      } else {
+        return rules_.get(index);  } else {
         return rulesBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
-     *
-     *
      * 
      * A list of authentication rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -971,8 +909,8 @@ public com.google.api.AuthenticationRuleOrBuilder getRulesOrBuilder(int index) {
      *
      * repeated .google.api.AuthenticationRule rules = 3;
      */
-    public java.util.List
-        getRulesOrBuilderList() {
+    public java.util.List 
+         getRulesOrBuilderList() {
       if (rulesBuilder_ != null) {
         return rulesBuilder_.getMessageOrBuilderList();
       } else {
@@ -980,8 +918,6 @@ public com.google.api.AuthenticationRuleOrBuilder getRulesOrBuilder(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * A list of authentication rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -990,12 +926,10 @@ public com.google.api.AuthenticationRuleOrBuilder getRulesOrBuilder(int index) {
      * repeated .google.api.AuthenticationRule rules = 3;
      */
     public com.google.api.AuthenticationRule.Builder addRulesBuilder() {
-      return getRulesFieldBuilder()
-          .addBuilder(com.google.api.AuthenticationRule.getDefaultInstance());
+      return getRulesFieldBuilder().addBuilder(
+          com.google.api.AuthenticationRule.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * A list of authentication rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -1003,13 +937,12 @@ public com.google.api.AuthenticationRule.Builder addRulesBuilder() {
      *
      * repeated .google.api.AuthenticationRule rules = 3;
      */
-    public com.google.api.AuthenticationRule.Builder addRulesBuilder(int index) {
-      return getRulesFieldBuilder()
-          .addBuilder(index, com.google.api.AuthenticationRule.getDefaultInstance());
+    public com.google.api.AuthenticationRule.Builder addRulesBuilder(
+        int index) {
+      return getRulesFieldBuilder().addBuilder(
+          index, com.google.api.AuthenticationRule.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * A list of authentication rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -1017,46 +950,38 @@ public com.google.api.AuthenticationRule.Builder addRulesBuilder(int index) {
      *
      * repeated .google.api.AuthenticationRule rules = 3;
      */
-    public java.util.List getRulesBuilderList() {
+    public java.util.List 
+         getRulesBuilderList() {
       return getRulesFieldBuilder().getBuilderList();
     }
-
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.api.AuthenticationRule,
-            com.google.api.AuthenticationRule.Builder,
-            com.google.api.AuthenticationRuleOrBuilder>
+        com.google.api.AuthenticationRule, com.google.api.AuthenticationRule.Builder, com.google.api.AuthenticationRuleOrBuilder> 
         getRulesFieldBuilder() {
       if (rulesBuilder_ == null) {
-        rulesBuilder_ =
-            new com.google.protobuf.RepeatedFieldBuilderV3<
-                com.google.api.AuthenticationRule,
-                com.google.api.AuthenticationRule.Builder,
-                com.google.api.AuthenticationRuleOrBuilder>(
-                rules_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean());
+        rulesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+            com.google.api.AuthenticationRule, com.google.api.AuthenticationRule.Builder, com.google.api.AuthenticationRuleOrBuilder>(
+                rules_,
+                ((bitField0_ & 0x00000001) != 0),
+                getParentForChildren(),
+                isClean());
         rules_ = null;
       }
       return rulesBuilder_;
     }
 
     private java.util.List providers_ =
-        java.util.Collections.emptyList();
-
+      java.util.Collections.emptyList();
     private void ensureProvidersIsMutable() {
       if (!((bitField0_ & 0x00000002) != 0)) {
         providers_ = new java.util.ArrayList(providers_);
         bitField0_ |= 0x00000002;
-      }
+       }
     }
 
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.api.AuthProvider,
-            com.google.api.AuthProvider.Builder,
-            com.google.api.AuthProviderOrBuilder>
-        providersBuilder_;
+        com.google.api.AuthProvider, com.google.api.AuthProvider.Builder, com.google.api.AuthProviderOrBuilder> providersBuilder_;
 
     /**
-     *
-     *
      * 
      * Defines a set of authentication providers that a service supports.
      * 
@@ -1071,8 +996,6 @@ public java.util.List getProvidersList() { } } /** - * - * *
      * Defines a set of authentication providers that a service supports.
      * 
@@ -1087,8 +1010,6 @@ public int getProvidersCount() { } } /** - * - * *
      * Defines a set of authentication providers that a service supports.
      * 
@@ -1103,15 +1024,14 @@ public com.google.api.AuthProvider getProviders(int index) { } } /** - * - * *
      * Defines a set of authentication providers that a service supports.
      * 
* * repeated .google.api.AuthProvider providers = 4; */ - public Builder setProviders(int index, com.google.api.AuthProvider value) { + public Builder setProviders( + int index, com.google.api.AuthProvider value) { if (providersBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -1125,15 +1045,14 @@ public Builder setProviders(int index, com.google.api.AuthProvider value) { return this; } /** - * - * *
      * Defines a set of authentication providers that a service supports.
      * 
* * repeated .google.api.AuthProvider providers = 4; */ - public Builder setProviders(int index, com.google.api.AuthProvider.Builder builderForValue) { + public Builder setProviders( + int index, com.google.api.AuthProvider.Builder builderForValue) { if (providersBuilder_ == null) { ensureProvidersIsMutable(); providers_.set(index, builderForValue.build()); @@ -1144,8 +1063,6 @@ public Builder setProviders(int index, com.google.api.AuthProvider.Builder build return this; } /** - * - * *
      * Defines a set of authentication providers that a service supports.
      * 
@@ -1166,15 +1083,14 @@ public Builder addProviders(com.google.api.AuthProvider value) { return this; } /** - * - * *
      * Defines a set of authentication providers that a service supports.
      * 
* * repeated .google.api.AuthProvider providers = 4; */ - public Builder addProviders(int index, com.google.api.AuthProvider value) { + public Builder addProviders( + int index, com.google.api.AuthProvider value) { if (providersBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -1188,15 +1104,14 @@ public Builder addProviders(int index, com.google.api.AuthProvider value) { return this; } /** - * - * *
      * Defines a set of authentication providers that a service supports.
      * 
* * repeated .google.api.AuthProvider providers = 4; */ - public Builder addProviders(com.google.api.AuthProvider.Builder builderForValue) { + public Builder addProviders( + com.google.api.AuthProvider.Builder builderForValue) { if (providersBuilder_ == null) { ensureProvidersIsMutable(); providers_.add(builderForValue.build()); @@ -1207,15 +1122,14 @@ public Builder addProviders(com.google.api.AuthProvider.Builder builderForValue) return this; } /** - * - * *
      * Defines a set of authentication providers that a service supports.
      * 
* * repeated .google.api.AuthProvider providers = 4; */ - public Builder addProviders(int index, com.google.api.AuthProvider.Builder builderForValue) { + public Builder addProviders( + int index, com.google.api.AuthProvider.Builder builderForValue) { if (providersBuilder_ == null) { ensureProvidersIsMutable(); providers_.add(index, builderForValue.build()); @@ -1226,8 +1140,6 @@ public Builder addProviders(int index, com.google.api.AuthProvider.Builder build return this; } /** - * - * *
      * Defines a set of authentication providers that a service supports.
      * 
@@ -1238,7 +1150,8 @@ public Builder addAllProviders( java.lang.Iterable values) { if (providersBuilder_ == null) { ensureProvidersIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, providers_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, providers_); onChanged(); } else { providersBuilder_.addAllMessages(values); @@ -1246,8 +1159,6 @@ public Builder addAllProviders( return this; } /** - * - * *
      * Defines a set of authentication providers that a service supports.
      * 
@@ -1265,8 +1176,6 @@ public Builder clearProviders() { return this; } /** - * - * *
      * Defines a set of authentication providers that a service supports.
      * 
@@ -1284,44 +1193,39 @@ public Builder removeProviders(int index) { return this; } /** - * - * *
      * Defines a set of authentication providers that a service supports.
      * 
* * repeated .google.api.AuthProvider providers = 4; */ - public com.google.api.AuthProvider.Builder getProvidersBuilder(int index) { + public com.google.api.AuthProvider.Builder getProvidersBuilder( + int index) { return getProvidersFieldBuilder().getBuilder(index); } /** - * - * *
      * Defines a set of authentication providers that a service supports.
      * 
* * repeated .google.api.AuthProvider providers = 4; */ - public com.google.api.AuthProviderOrBuilder getProvidersOrBuilder(int index) { + public com.google.api.AuthProviderOrBuilder getProvidersOrBuilder( + int index) { if (providersBuilder_ == null) { - return providers_.get(index); - } else { + return providers_.get(index); } else { return providersBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * Defines a set of authentication providers that a service supports.
      * 
* * repeated .google.api.AuthProvider providers = 4; */ - public java.util.List - getProvidersOrBuilderList() { + public java.util.List + getProvidersOrBuilderList() { if (providersBuilder_ != null) { return providersBuilder_.getMessageOrBuilderList(); } else { @@ -1329,8 +1233,6 @@ public com.google.api.AuthProviderOrBuilder getProvidersOrBuilder(int index) { } } /** - * - * *
      * Defines a set of authentication providers that a service supports.
      * 
@@ -1338,54 +1240,49 @@ public com.google.api.AuthProviderOrBuilder getProvidersOrBuilder(int index) { * repeated .google.api.AuthProvider providers = 4; */ public com.google.api.AuthProvider.Builder addProvidersBuilder() { - return getProvidersFieldBuilder() - .addBuilder(com.google.api.AuthProvider.getDefaultInstance()); + return getProvidersFieldBuilder().addBuilder( + com.google.api.AuthProvider.getDefaultInstance()); } /** - * - * *
      * Defines a set of authentication providers that a service supports.
      * 
* * repeated .google.api.AuthProvider providers = 4; */ - public com.google.api.AuthProvider.Builder addProvidersBuilder(int index) { - return getProvidersFieldBuilder() - .addBuilder(index, com.google.api.AuthProvider.getDefaultInstance()); + public com.google.api.AuthProvider.Builder addProvidersBuilder( + int index) { + return getProvidersFieldBuilder().addBuilder( + index, com.google.api.AuthProvider.getDefaultInstance()); } /** - * - * *
      * Defines a set of authentication providers that a service supports.
      * 
* * repeated .google.api.AuthProvider providers = 4; */ - public java.util.List getProvidersBuilderList() { + public java.util.List + getProvidersBuilderList() { return getProvidersFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.api.AuthProvider, - com.google.api.AuthProvider.Builder, - com.google.api.AuthProviderOrBuilder> + com.google.api.AuthProvider, com.google.api.AuthProvider.Builder, com.google.api.AuthProviderOrBuilder> getProvidersFieldBuilder() { if (providersBuilder_ == null) { - providersBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.api.AuthProvider, - com.google.api.AuthProvider.Builder, - com.google.api.AuthProviderOrBuilder>( - providers_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean()); + providersBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.api.AuthProvider, com.google.api.AuthProvider.Builder, com.google.api.AuthProviderOrBuilder>( + providers_, + ((bitField0_ & 0x00000002) != 0), + getParentForChildren(), + isClean()); providers_ = null; } return providersBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1395,12 +1292,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.Authentication) } // @@protoc_insertion_point(class_scope:google.api.Authentication) private static final com.google.api.Authentication DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.Authentication(); } @@ -1409,27 +1306,27 @@ public static com.google.api.Authentication getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Authentication parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Authentication parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1444,4 +1341,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.Authentication getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AuthenticationOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/AuthenticationOrBuilder.java similarity index 71% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AuthenticationOrBuilder.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/AuthenticationOrBuilder.java index d7dd35ee0e..df1cf44413 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AuthenticationOrBuilder.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/AuthenticationOrBuilder.java @@ -1,31 +1,13 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/auth.proto package com.google.api; -public interface AuthenticationOrBuilder - extends +public interface AuthenticationOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.Authentication) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * A list of authentication rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -33,10 +15,9 @@ public interface AuthenticationOrBuilder
    *
    * repeated .google.api.AuthenticationRule rules = 3;
    */
-  java.util.List getRulesList();
+  java.util.List 
+      getRulesList();
   /**
-   *
-   *
    * 
    * A list of authentication rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -46,8 +27,6 @@ public interface AuthenticationOrBuilder
    */
   com.google.api.AuthenticationRule getRules(int index);
   /**
-   *
-   *
    * 
    * A list of authentication rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -57,8 +36,6 @@ public interface AuthenticationOrBuilder
    */
   int getRulesCount();
   /**
-   *
-   *
    * 
    * A list of authentication rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -66,10 +43,9 @@ public interface AuthenticationOrBuilder
    *
    * repeated .google.api.AuthenticationRule rules = 3;
    */
-  java.util.List getRulesOrBuilderList();
+  java.util.List 
+      getRulesOrBuilderList();
   /**
-   *
-   *
    * 
    * A list of authentication rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -77,21 +53,19 @@ public interface AuthenticationOrBuilder
    *
    * repeated .google.api.AuthenticationRule rules = 3;
    */
-  com.google.api.AuthenticationRuleOrBuilder getRulesOrBuilder(int index);
+  com.google.api.AuthenticationRuleOrBuilder getRulesOrBuilder(
+      int index);
 
   /**
-   *
-   *
    * 
    * Defines a set of authentication providers that a service supports.
    * 
* * repeated .google.api.AuthProvider providers = 4; */ - java.util.List getProvidersList(); + java.util.List + getProvidersList(); /** - * - * *
    * Defines a set of authentication providers that a service supports.
    * 
@@ -100,8 +74,6 @@ public interface AuthenticationOrBuilder */ com.google.api.AuthProvider getProviders(int index); /** - * - * *
    * Defines a set of authentication providers that a service supports.
    * 
@@ -110,23 +82,21 @@ public interface AuthenticationOrBuilder */ int getProvidersCount(); /** - * - * *
    * Defines a set of authentication providers that a service supports.
    * 
* * repeated .google.api.AuthProvider providers = 4; */ - java.util.List getProvidersOrBuilderList(); + java.util.List + getProvidersOrBuilderList(); /** - * - * *
    * Defines a set of authentication providers that a service supports.
    * 
* * repeated .google.api.AuthProvider providers = 4; */ - com.google.api.AuthProviderOrBuilder getProvidersOrBuilder(int index); + com.google.api.AuthProviderOrBuilder getProvidersOrBuilder( + int index); } diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AuthenticationRule.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/AuthenticationRule.java similarity index 75% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AuthenticationRule.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/AuthenticationRule.java index 243ee15bd0..58291712d2 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AuthenticationRule.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/AuthenticationRule.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/auth.proto package com.google.api; /** - * - * *
  * Authentication rules for the service.
  * By default, if a method has any authentication requirements, every request
@@ -33,16 +16,15 @@
  *
  * Protobuf type {@code google.api.AuthenticationRule}
  */
-public final class AuthenticationRule extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class AuthenticationRule extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.api.AuthenticationRule)
     AuthenticationRuleOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use AuthenticationRule.newBuilder() to construct.
   private AuthenticationRule(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private AuthenticationRule() {
     selector_ = "";
     requirements_ = java.util.Collections.emptyList();
@@ -50,16 +32,18 @@ private AuthenticationRule() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new AuthenticationRule();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
     return com.google.api.AuthProto.internal_static_google_api_AuthenticationRule_descriptor;
   }
 
@@ -68,22 +52,18 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
       internalGetFieldAccessorTable() {
     return com.google.api.AuthProto.internal_static_google_api_AuthenticationRule_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.api.AuthenticationRule.class,
-            com.google.api.AuthenticationRule.Builder.class);
+            com.google.api.AuthenticationRule.class, com.google.api.AuthenticationRule.Builder.class);
   }
 
   public static final int SELECTOR_FIELD_NUMBER = 1;
   private volatile java.lang.Object selector_;
   /**
-   *
-   *
    * 
    * Selects the methods to which this rule applies.
    * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
    * 
* * string selector = 1; - * * @return The selector. */ @java.lang.Override @@ -92,30 +72,30 @@ public java.lang.String getSelector() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); selector_ = s; return s; } } /** - * - * *
    * Selects the methods to which this rule applies.
    * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
    * 
* * string selector = 1; - * * @return The bytes for selector. */ @java.lang.Override - public com.google.protobuf.ByteString getSelectorBytes() { + public com.google.protobuf.ByteString + getSelectorBytes() { java.lang.Object ref = selector_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); selector_ = b; return b; } else { @@ -126,14 +106,11 @@ public com.google.protobuf.ByteString getSelectorBytes() { public static final int OAUTH_FIELD_NUMBER = 2; private com.google.api.OAuthRequirements oauth_; /** - * - * *
    * The requirements for OAuth credentials.
    * 
* * .google.api.OAuthRequirements oauth = 2; - * * @return Whether the oauth field is set. */ @java.lang.Override @@ -141,14 +118,11 @@ public boolean hasOauth() { return oauth_ != null; } /** - * - * *
    * The requirements for OAuth credentials.
    * 
* * .google.api.OAuthRequirements oauth = 2; - * * @return The oauth. */ @java.lang.Override @@ -156,8 +130,6 @@ public com.google.api.OAuthRequirements getOauth() { return oauth_ == null ? com.google.api.OAuthRequirements.getDefaultInstance() : oauth_; } /** - * - * *
    * The requirements for OAuth credentials.
    * 
@@ -172,15 +144,12 @@ public com.google.api.OAuthRequirementsOrBuilder getOauthOrBuilder() { public static final int ALLOW_WITHOUT_CREDENTIAL_FIELD_NUMBER = 5; private boolean allowWithoutCredential_; /** - * - * *
    * If true, the service accepts API keys without any other credential.
    * This flag only applies to HTTP and gRPC requests.
    * 
* * bool allow_without_credential = 5; - * * @return The allowWithoutCredential. */ @java.lang.Override @@ -191,8 +160,6 @@ public boolean getAllowWithoutCredential() { public static final int REQUIREMENTS_FIELD_NUMBER = 7; private java.util.List requirements_; /** - * - * *
    * Requirements for additional authentication providers.
    * 
@@ -204,8 +171,6 @@ public java.util.List getRequirementsList() { return requirements_; } /** - * - * *
    * Requirements for additional authentication providers.
    * 
@@ -213,13 +178,11 @@ public java.util.List getRequirementsList() { * repeated .google.api.AuthRequirement requirements = 7; */ @java.lang.Override - public java.util.List + public java.util.List getRequirementsOrBuilderList() { return requirements_; } /** - * - * *
    * Requirements for additional authentication providers.
    * 
@@ -231,8 +194,6 @@ public int getRequirementsCount() { return requirements_.size(); } /** - * - * *
    * Requirements for additional authentication providers.
    * 
@@ -244,8 +205,6 @@ public com.google.api.AuthRequirement getRequirements(int index) { return requirements_.get(index); } /** - * - * *
    * Requirements for additional authentication providers.
    * 
@@ -253,12 +212,12 @@ public com.google.api.AuthRequirement getRequirements(int index) { * repeated .google.api.AuthRequirement requirements = 7; */ @java.lang.Override - public com.google.api.AuthRequirementOrBuilder getRequirementsOrBuilder(int index) { + public com.google.api.AuthRequirementOrBuilder getRequirementsOrBuilder( + int index) { return requirements_.get(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -270,7 +229,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(selector_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, selector_); } @@ -296,13 +256,16 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, selector_); } if (oauth_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getOauth()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getOauth()); } if (allowWithoutCredential_ != false) { - size += com.google.protobuf.CodedOutputStream.computeBoolSize(5, allowWithoutCredential_); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(5, allowWithoutCredential_); } for (int i = 0; i < requirements_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(7, requirements_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(7, requirements_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -312,20 +275,24 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.AuthenticationRule)) { return super.equals(obj); } com.google.api.AuthenticationRule other = (com.google.api.AuthenticationRule) obj; - if (!getSelector().equals(other.getSelector())) return false; + if (!getSelector() + .equals(other.getSelector())) return false; if (hasOauth() != other.hasOauth()) return false; if (hasOauth()) { - if (!getOauth().equals(other.getOauth())) return false; + if (!getOauth() + .equals(other.getOauth())) return false; } - if (getAllowWithoutCredential() != other.getAllowWithoutCredential()) return false; - if (!getRequirementsList().equals(other.getRequirementsList())) return false; + if (getAllowWithoutCredential() + != other.getAllowWithoutCredential()) return false; + if (!getRequirementsList() + .equals(other.getRequirementsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -344,7 +311,8 @@ public int hashCode() { hash = (53 * hash) + getOauth().hashCode(); } hash = (37 * hash) + ALLOW_WITHOUT_CREDENTIAL_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getAllowWithoutCredential()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getAllowWithoutCredential()); if (getRequirementsCount() > 0) { hash = (37 * hash) + REQUIREMENTS_FIELD_NUMBER; hash = (53 * hash) + getRequirementsList().hashCode(); @@ -354,103 +322,97 @@ public int hashCode() { return hash; } - public static com.google.api.AuthenticationRule parseFrom(java.nio.ByteBuffer data) + public static com.google.api.AuthenticationRule parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.AuthenticationRule parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.api.AuthenticationRule parseFrom(com.google.protobuf.ByteString data) + public static com.google.api.AuthenticationRule parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.AuthenticationRule parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.AuthenticationRule parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.AuthenticationRule parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.AuthenticationRule parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.AuthenticationRule parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.AuthenticationRule parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.AuthenticationRule parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.AuthenticationRule parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.AuthenticationRule parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.AuthenticationRule prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Authentication rules for the service.
    * By default, if a method has any authentication requirements, every request
@@ -463,31 +425,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.api.AuthenticationRule}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.api.AuthenticationRule)
       com.google.api.AuthenticationRuleOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
       return com.google.api.AuthProto.internal_static_google_api_AuthenticationRule_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.api.AuthProto
-          .internal_static_google_api_AuthenticationRule_fieldAccessorTable
+      return com.google.api.AuthProto.internal_static_google_api_AuthenticationRule_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.api.AuthenticationRule.class,
-              com.google.api.AuthenticationRule.Builder.class);
+              com.google.api.AuthenticationRule.class, com.google.api.AuthenticationRule.Builder.class);
     }
 
     // Construct using com.google.api.AuthenticationRule.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -512,7 +476,8 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
       return com.google.api.AuthProto.internal_static_google_api_AuthenticationRule_descriptor;
     }
 
@@ -558,39 +523,38 @@ public com.google.api.AuthenticationRule buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.api.AuthenticationRule) {
-        return mergeFrom((com.google.api.AuthenticationRule) other);
+        return mergeFrom((com.google.api.AuthenticationRule)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -627,10 +591,9 @@ public Builder mergeFrom(com.google.api.AuthenticationRule other) {
             requirementsBuilder_ = null;
             requirements_ = other.requirements_;
             bitField0_ = (bitField0_ & ~0x00000001);
-            requirementsBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getRequirementsFieldBuilder()
-                    : null;
+            requirementsBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getRequirementsFieldBuilder() : null;
           } else {
             requirementsBuilder_.addAllMessages(other.requirements_);
           }
@@ -662,43 +625,42 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                selector_ = input.readStringRequireUtf8();
+            case 10: {
+              selector_ = input.readStringRequireUtf8();
 
-                break;
-              } // case 10
-            case 18:
-              {
-                input.readMessage(getOauthFieldBuilder().getBuilder(), extensionRegistry);
+              break;
+            } // case 10
+            case 18: {
+              input.readMessage(
+                  getOauthFieldBuilder().getBuilder(),
+                  extensionRegistry);
 
-                break;
-              } // case 18
-            case 40:
-              {
-                allowWithoutCredential_ = input.readBool();
+              break;
+            } // case 18
+            case 40: {
+              allowWithoutCredential_ = input.readBool();
 
-                break;
-              } // case 40
-            case 58:
-              {
-                com.google.api.AuthRequirement m =
-                    input.readMessage(com.google.api.AuthRequirement.parser(), extensionRegistry);
-                if (requirementsBuilder_ == null) {
-                  ensureRequirementsIsMutable();
-                  requirements_.add(m);
-                } else {
-                  requirementsBuilder_.addMessage(m);
-                }
-                break;
-              } // case 58
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+              break;
+            } // case 40
+            case 58: {
+              com.google.api.AuthRequirement m =
+                  input.readMessage(
+                      com.google.api.AuthRequirement.parser(),
+                      extensionRegistry);
+              if (requirementsBuilder_ == null) {
+                ensureRequirementsIsMutable();
+                requirements_.add(m);
+              } else {
+                requirementsBuilder_.addMessage(m);
+              }
+              break;
+            } // case 58
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -708,26 +670,23 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object selector_ = "";
     /**
-     *
-     *
      * 
      * Selects the methods to which this rule applies.
      * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
      * 
* * string selector = 1; - * * @return The selector. */ public java.lang.String getSelector() { java.lang.Object ref = selector_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); selector_ = s; return s; @@ -736,22 +695,21 @@ public java.lang.String getSelector() { } } /** - * - * *
      * Selects the methods to which this rule applies.
      * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
      * 
* * string selector = 1; - * * @return The bytes for selector. */ - public com.google.protobuf.ByteString getSelectorBytes() { + public com.google.protobuf.ByteString + getSelectorBytes() { java.lang.Object ref = selector_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); selector_ = b; return b; } else { @@ -759,64 +717,57 @@ public com.google.protobuf.ByteString getSelectorBytes() { } } /** - * - * *
      * Selects the methods to which this rule applies.
      * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
      * 
* * string selector = 1; - * * @param value The selector to set. * @return This builder for chaining. */ - public Builder setSelector(java.lang.String value) { + public Builder setSelector( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + selector_ = value; onChanged(); return this; } /** - * - * *
      * Selects the methods to which this rule applies.
      * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
      * 
* * string selector = 1; - * * @return This builder for chaining. */ public Builder clearSelector() { - + selector_ = getDefaultInstance().getSelector(); onChanged(); return this; } /** - * - * *
      * Selects the methods to which this rule applies.
      * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
      * 
* * string selector = 1; - * * @param value The bytes for selector to set. * @return This builder for chaining. */ - public Builder setSelectorBytes(com.google.protobuf.ByteString value) { + public Builder setSelectorBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + selector_ = value; onChanged(); return this; @@ -824,33 +775,24 @@ public Builder setSelectorBytes(com.google.protobuf.ByteString value) { private com.google.api.OAuthRequirements oauth_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.OAuthRequirements, - com.google.api.OAuthRequirements.Builder, - com.google.api.OAuthRequirementsOrBuilder> - oauthBuilder_; + com.google.api.OAuthRequirements, com.google.api.OAuthRequirements.Builder, com.google.api.OAuthRequirementsOrBuilder> oauthBuilder_; /** - * - * *
      * The requirements for OAuth credentials.
      * 
* * .google.api.OAuthRequirements oauth = 2; - * * @return Whether the oauth field is set. */ public boolean hasOauth() { return oauthBuilder_ != null || oauth_ != null; } /** - * - * *
      * The requirements for OAuth credentials.
      * 
* * .google.api.OAuthRequirements oauth = 2; - * * @return The oauth. */ public com.google.api.OAuthRequirements getOauth() { @@ -861,8 +803,6 @@ public com.google.api.OAuthRequirements getOauth() { } } /** - * - * *
      * The requirements for OAuth credentials.
      * 
@@ -883,15 +823,14 @@ public Builder setOauth(com.google.api.OAuthRequirements value) { return this; } /** - * - * *
      * The requirements for OAuth credentials.
      * 
* * .google.api.OAuthRequirements oauth = 2; */ - public Builder setOauth(com.google.api.OAuthRequirements.Builder builderForValue) { + public Builder setOauth( + com.google.api.OAuthRequirements.Builder builderForValue) { if (oauthBuilder_ == null) { oauth_ = builderForValue.build(); onChanged(); @@ -902,8 +841,6 @@ public Builder setOauth(com.google.api.OAuthRequirements.Builder builderForValue return this; } /** - * - * *
      * The requirements for OAuth credentials.
      * 
@@ -914,7 +851,7 @@ public Builder mergeOauth(com.google.api.OAuthRequirements value) { if (oauthBuilder_ == null) { if (oauth_ != null) { oauth_ = - com.google.api.OAuthRequirements.newBuilder(oauth_).mergeFrom(value).buildPartial(); + com.google.api.OAuthRequirements.newBuilder(oauth_).mergeFrom(value).buildPartial(); } else { oauth_ = value; } @@ -926,8 +863,6 @@ public Builder mergeOauth(com.google.api.OAuthRequirements value) { return this; } /** - * - * *
      * The requirements for OAuth credentials.
      * 
@@ -946,8 +881,6 @@ public Builder clearOauth() { return this; } /** - * - * *
      * The requirements for OAuth credentials.
      * 
@@ -955,13 +888,11 @@ public Builder clearOauth() { * .google.api.OAuthRequirements oauth = 2; */ public com.google.api.OAuthRequirements.Builder getOauthBuilder() { - + onChanged(); return getOauthFieldBuilder().getBuilder(); } /** - * - * *
      * The requirements for OAuth credentials.
      * 
@@ -972,12 +903,11 @@ public com.google.api.OAuthRequirementsOrBuilder getOauthOrBuilder() { if (oauthBuilder_ != null) { return oauthBuilder_.getMessageOrBuilder(); } else { - return oauth_ == null ? com.google.api.OAuthRequirements.getDefaultInstance() : oauth_; + return oauth_ == null ? + com.google.api.OAuthRequirements.getDefaultInstance() : oauth_; } } /** - * - * *
      * The requirements for OAuth credentials.
      * 
@@ -985,33 +915,27 @@ public com.google.api.OAuthRequirementsOrBuilder getOauthOrBuilder() { * .google.api.OAuthRequirements oauth = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.OAuthRequirements, - com.google.api.OAuthRequirements.Builder, - com.google.api.OAuthRequirementsOrBuilder> + com.google.api.OAuthRequirements, com.google.api.OAuthRequirements.Builder, com.google.api.OAuthRequirementsOrBuilder> getOauthFieldBuilder() { if (oauthBuilder_ == null) { - oauthBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.api.OAuthRequirements, - com.google.api.OAuthRequirements.Builder, - com.google.api.OAuthRequirementsOrBuilder>( - getOauth(), getParentForChildren(), isClean()); + oauthBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.api.OAuthRequirements, com.google.api.OAuthRequirements.Builder, com.google.api.OAuthRequirementsOrBuilder>( + getOauth(), + getParentForChildren(), + isClean()); oauth_ = null; } return oauthBuilder_; } - private boolean allowWithoutCredential_; + private boolean allowWithoutCredential_ ; /** - * - * *
      * If true, the service accepts API keys without any other credential.
      * This flag only applies to HTTP and gRPC requests.
      * 
* * bool allow_without_credential = 5; - * * @return The allowWithoutCredential. */ @java.lang.Override @@ -1019,62 +943,50 @@ public boolean getAllowWithoutCredential() { return allowWithoutCredential_; } /** - * - * *
      * If true, the service accepts API keys without any other credential.
      * This flag only applies to HTTP and gRPC requests.
      * 
* * bool allow_without_credential = 5; - * * @param value The allowWithoutCredential to set. * @return This builder for chaining. */ public Builder setAllowWithoutCredential(boolean value) { - + allowWithoutCredential_ = value; onChanged(); return this; } /** - * - * *
      * If true, the service accepts API keys without any other credential.
      * This flag only applies to HTTP and gRPC requests.
      * 
* * bool allow_without_credential = 5; - * * @return This builder for chaining. */ public Builder clearAllowWithoutCredential() { - + allowWithoutCredential_ = false; onChanged(); return this; } private java.util.List requirements_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureRequirementsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { requirements_ = new java.util.ArrayList(requirements_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.api.AuthRequirement, - com.google.api.AuthRequirement.Builder, - com.google.api.AuthRequirementOrBuilder> - requirementsBuilder_; + com.google.api.AuthRequirement, com.google.api.AuthRequirement.Builder, com.google.api.AuthRequirementOrBuilder> requirementsBuilder_; /** - * - * *
      * Requirements for additional authentication providers.
      * 
@@ -1089,8 +1001,6 @@ public java.util.List getRequirementsList() { } } /** - * - * *
      * Requirements for additional authentication providers.
      * 
@@ -1105,8 +1015,6 @@ public int getRequirementsCount() { } } /** - * - * *
      * Requirements for additional authentication providers.
      * 
@@ -1121,15 +1029,14 @@ public com.google.api.AuthRequirement getRequirements(int index) { } } /** - * - * *
      * Requirements for additional authentication providers.
      * 
* * repeated .google.api.AuthRequirement requirements = 7; */ - public Builder setRequirements(int index, com.google.api.AuthRequirement value) { + public Builder setRequirements( + int index, com.google.api.AuthRequirement value) { if (requirementsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -1143,8 +1050,6 @@ public Builder setRequirements(int index, com.google.api.AuthRequirement value) return this; } /** - * - * *
      * Requirements for additional authentication providers.
      * 
@@ -1163,8 +1068,6 @@ public Builder setRequirements( return this; } /** - * - * *
      * Requirements for additional authentication providers.
      * 
@@ -1185,15 +1088,14 @@ public Builder addRequirements(com.google.api.AuthRequirement value) { return this; } /** - * - * *
      * Requirements for additional authentication providers.
      * 
* * repeated .google.api.AuthRequirement requirements = 7; */ - public Builder addRequirements(int index, com.google.api.AuthRequirement value) { + public Builder addRequirements( + int index, com.google.api.AuthRequirement value) { if (requirementsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -1207,15 +1109,14 @@ public Builder addRequirements(int index, com.google.api.AuthRequirement value) return this; } /** - * - * *
      * Requirements for additional authentication providers.
      * 
* * repeated .google.api.AuthRequirement requirements = 7; */ - public Builder addRequirements(com.google.api.AuthRequirement.Builder builderForValue) { + public Builder addRequirements( + com.google.api.AuthRequirement.Builder builderForValue) { if (requirementsBuilder_ == null) { ensureRequirementsIsMutable(); requirements_.add(builderForValue.build()); @@ -1226,8 +1127,6 @@ public Builder addRequirements(com.google.api.AuthRequirement.Builder builderFor return this; } /** - * - * *
      * Requirements for additional authentication providers.
      * 
@@ -1246,8 +1145,6 @@ public Builder addRequirements( return this; } /** - * - * *
      * Requirements for additional authentication providers.
      * 
@@ -1258,7 +1155,8 @@ public Builder addAllRequirements( java.lang.Iterable values) { if (requirementsBuilder_ == null) { ensureRequirementsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, requirements_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, requirements_); onChanged(); } else { requirementsBuilder_.addAllMessages(values); @@ -1266,8 +1164,6 @@ public Builder addAllRequirements( return this; } /** - * - * *
      * Requirements for additional authentication providers.
      * 
@@ -1285,8 +1181,6 @@ public Builder clearRequirements() { return this; } /** - * - * *
      * Requirements for additional authentication providers.
      * 
@@ -1304,44 +1198,39 @@ public Builder removeRequirements(int index) { return this; } /** - * - * *
      * Requirements for additional authentication providers.
      * 
* * repeated .google.api.AuthRequirement requirements = 7; */ - public com.google.api.AuthRequirement.Builder getRequirementsBuilder(int index) { + public com.google.api.AuthRequirement.Builder getRequirementsBuilder( + int index) { return getRequirementsFieldBuilder().getBuilder(index); } /** - * - * *
      * Requirements for additional authentication providers.
      * 
* * repeated .google.api.AuthRequirement requirements = 7; */ - public com.google.api.AuthRequirementOrBuilder getRequirementsOrBuilder(int index) { + public com.google.api.AuthRequirementOrBuilder getRequirementsOrBuilder( + int index) { if (requirementsBuilder_ == null) { - return requirements_.get(index); - } else { + return requirements_.get(index); } else { return requirementsBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * Requirements for additional authentication providers.
      * 
* * repeated .google.api.AuthRequirement requirements = 7; */ - public java.util.List - getRequirementsOrBuilderList() { + public java.util.List + getRequirementsOrBuilderList() { if (requirementsBuilder_ != null) { return requirementsBuilder_.getMessageOrBuilderList(); } else { @@ -1349,8 +1238,6 @@ public com.google.api.AuthRequirementOrBuilder getRequirementsOrBuilder(int inde } } /** - * - * *
      * Requirements for additional authentication providers.
      * 
@@ -1358,54 +1245,49 @@ public com.google.api.AuthRequirementOrBuilder getRequirementsOrBuilder(int inde * repeated .google.api.AuthRequirement requirements = 7; */ public com.google.api.AuthRequirement.Builder addRequirementsBuilder() { - return getRequirementsFieldBuilder() - .addBuilder(com.google.api.AuthRequirement.getDefaultInstance()); + return getRequirementsFieldBuilder().addBuilder( + com.google.api.AuthRequirement.getDefaultInstance()); } /** - * - * *
      * Requirements for additional authentication providers.
      * 
* * repeated .google.api.AuthRequirement requirements = 7; */ - public com.google.api.AuthRequirement.Builder addRequirementsBuilder(int index) { - return getRequirementsFieldBuilder() - .addBuilder(index, com.google.api.AuthRequirement.getDefaultInstance()); + public com.google.api.AuthRequirement.Builder addRequirementsBuilder( + int index) { + return getRequirementsFieldBuilder().addBuilder( + index, com.google.api.AuthRequirement.getDefaultInstance()); } /** - * - * *
      * Requirements for additional authentication providers.
      * 
* * repeated .google.api.AuthRequirement requirements = 7; */ - public java.util.List getRequirementsBuilderList() { + public java.util.List + getRequirementsBuilderList() { return getRequirementsFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.api.AuthRequirement, - com.google.api.AuthRequirement.Builder, - com.google.api.AuthRequirementOrBuilder> + com.google.api.AuthRequirement, com.google.api.AuthRequirement.Builder, com.google.api.AuthRequirementOrBuilder> getRequirementsFieldBuilder() { if (requirementsBuilder_ == null) { - requirementsBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.api.AuthRequirement, - com.google.api.AuthRequirement.Builder, - com.google.api.AuthRequirementOrBuilder>( - requirements_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); + requirementsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.api.AuthRequirement, com.google.api.AuthRequirement.Builder, com.google.api.AuthRequirementOrBuilder>( + requirements_, + ((bitField0_ & 0x00000001) != 0), + getParentForChildren(), + isClean()); requirements_ = null; } return requirementsBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1415,12 +1297,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.AuthenticationRule) } // @@protoc_insertion_point(class_scope:google.api.AuthenticationRule) private static final com.google.api.AuthenticationRule DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.AuthenticationRule(); } @@ -1429,27 +1311,27 @@ public static com.google.api.AuthenticationRule getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public AuthenticationRule parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public AuthenticationRule parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1464,4 +1346,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.AuthenticationRule getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AuthenticationRuleOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/AuthenticationRuleOrBuilder.java similarity index 74% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AuthenticationRuleOrBuilder.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/AuthenticationRuleOrBuilder.java index 6b307c22f3..6e01655b88 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/AuthenticationRuleOrBuilder.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/AuthenticationRuleOrBuilder.java @@ -1,82 +1,53 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/auth.proto package com.google.api; -public interface AuthenticationRuleOrBuilder - extends +public interface AuthenticationRuleOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.AuthenticationRule) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Selects the methods to which this rule applies.
    * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
    * 
* * string selector = 1; - * * @return The selector. */ java.lang.String getSelector(); /** - * - * *
    * Selects the methods to which this rule applies.
    * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
    * 
* * string selector = 1; - * * @return The bytes for selector. */ - com.google.protobuf.ByteString getSelectorBytes(); + com.google.protobuf.ByteString + getSelectorBytes(); /** - * - * *
    * The requirements for OAuth credentials.
    * 
* * .google.api.OAuthRequirements oauth = 2; - * * @return Whether the oauth field is set. */ boolean hasOauth(); /** - * - * *
    * The requirements for OAuth credentials.
    * 
* * .google.api.OAuthRequirements oauth = 2; - * * @return The oauth. */ com.google.api.OAuthRequirements getOauth(); /** - * - * *
    * The requirements for OAuth credentials.
    * 
@@ -86,32 +57,26 @@ public interface AuthenticationRuleOrBuilder com.google.api.OAuthRequirementsOrBuilder getOauthOrBuilder(); /** - * - * *
    * If true, the service accepts API keys without any other credential.
    * This flag only applies to HTTP and gRPC requests.
    * 
* * bool allow_without_credential = 5; - * * @return The allowWithoutCredential. */ boolean getAllowWithoutCredential(); /** - * - * *
    * Requirements for additional authentication providers.
    * 
* * repeated .google.api.AuthRequirement requirements = 7; */ - java.util.List getRequirementsList(); + java.util.List + getRequirementsList(); /** - * - * *
    * Requirements for additional authentication providers.
    * 
@@ -120,8 +85,6 @@ public interface AuthenticationRuleOrBuilder */ com.google.api.AuthRequirement getRequirements(int index); /** - * - * *
    * Requirements for additional authentication providers.
    * 
@@ -130,23 +93,21 @@ public interface AuthenticationRuleOrBuilder */ int getRequirementsCount(); /** - * - * *
    * Requirements for additional authentication providers.
    * 
* * repeated .google.api.AuthRequirement requirements = 7; */ - java.util.List getRequirementsOrBuilderList(); + java.util.List + getRequirementsOrBuilderList(); /** - * - * *
    * Requirements for additional authentication providers.
    * 
* * repeated .google.api.AuthRequirement requirements = 7; */ - com.google.api.AuthRequirementOrBuilder getRequirementsOrBuilder(int index); + com.google.api.AuthRequirementOrBuilder getRequirementsOrBuilder( + int index); } diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Backend.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Backend.java similarity index 73% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Backend.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Backend.java index aa0018eae9..bfc47cfcda 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Backend.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Backend.java @@ -1,58 +1,42 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/backend.proto package com.google.api; /** - * - * *
  * `Backend` defines the backend configuration for a service.
  * 
* * Protobuf type {@code google.api.Backend} */ -public final class Backend extends com.google.protobuf.GeneratedMessageV3 - implements +public final class Backend extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.api.Backend) BackendOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use Backend.newBuilder() to construct. private Backend(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private Backend() { rules_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new Backend(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.api.BackendProto.internal_static_google_api_Backend_descriptor; } @@ -67,8 +51,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public static final int RULES_FIELD_NUMBER = 1; private java.util.List rules_; /** - * - * *
    * A list of API backend rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -81,8 +63,6 @@ public java.util.List getRulesList() {
     return rules_;
   }
   /**
-   *
-   *
    * 
    * A list of API backend rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -91,12 +71,11 @@ public java.util.List getRulesList() {
    * repeated .google.api.BackendRule rules = 1;
    */
   @java.lang.Override
-  public java.util.List getRulesOrBuilderList() {
+  public java.util.List 
+      getRulesOrBuilderList() {
     return rules_;
   }
   /**
-   *
-   *
    * 
    * A list of API backend rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -109,8 +88,6 @@ public int getRulesCount() {
     return rules_.size();
   }
   /**
-   *
-   *
    * 
    * A list of API backend rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -123,8 +100,6 @@ public com.google.api.BackendRule getRules(int index) {
     return rules_.get(index);
   }
   /**
-   *
-   *
    * 
    * A list of API backend rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -133,12 +108,12 @@ public com.google.api.BackendRule getRules(int index) {
    * repeated .google.api.BackendRule rules = 1;
    */
   @java.lang.Override
-  public com.google.api.BackendRuleOrBuilder getRulesOrBuilder(int index) {
+  public com.google.api.BackendRuleOrBuilder getRulesOrBuilder(
+      int index) {
     return rules_.get(index);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -150,7 +125,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     for (int i = 0; i < rules_.size(); i++) {
       output.writeMessage(1, rules_.get(i));
     }
@@ -164,7 +140,8 @@ public int getSerializedSize() {
 
     size = 0;
     for (int i = 0; i < rules_.size(); i++) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, rules_.get(i));
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(1, rules_.get(i));
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -174,14 +151,15 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.api.Backend)) {
       return super.equals(obj);
     }
     com.google.api.Backend other = (com.google.api.Backend) obj;
 
-    if (!getRulesList().equals(other.getRulesList())) return false;
+    if (!getRulesList()
+        .equals(other.getRulesList())) return false;
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
   }
@@ -202,114 +180,109 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.api.Backend parseFrom(java.nio.ByteBuffer data)
+  public static com.google.api.Backend parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.Backend parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.api.Backend parseFrom(com.google.protobuf.ByteString data)
+  public static com.google.api.Backend parseFrom(
+      com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.Backend parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.api.Backend parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.Backend parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.api.Backend parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.api.Backend parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.api.Backend parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.api.Backend parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.api.Backend parseFrom(com.google.protobuf.CodedInputStream input)
+  public static com.google.api.Backend parseFrom(
+      com.google.protobuf.CodedInputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.api.Backend parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.api.Backend prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * `Backend` defines the backend configuration for a service.
    * 
* * Protobuf type {@code google.api.Backend} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.api.Backend) com.google.api.BackendOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.api.BackendProto.internal_static_google_api_Backend_descriptor; } @@ -322,12 +295,15 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { } // Construct using com.google.api.Backend.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -342,7 +318,8 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { return com.google.api.BackendProto.internal_static_google_api_Backend_descriptor; } @@ -381,39 +358,38 @@ public com.google.api.Backend buildPartial() { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.api.Backend) { - return mergeFrom((com.google.api.Backend) other); + return mergeFrom((com.google.api.Backend)other); } else { super.mergeFrom(other); return this; @@ -440,10 +416,9 @@ public Builder mergeFrom(com.google.api.Backend other) { rulesBuilder_ = null; rules_ = other.rules_; bitField0_ = (bitField0_ & ~0x00000001); - rulesBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders - ? getRulesFieldBuilder() - : null; + rulesBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getRulesFieldBuilder() : null; } else { rulesBuilder_.addAllMessages(other.rules_); } @@ -475,25 +450,25 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - com.google.api.BackendRule m = - input.readMessage(com.google.api.BackendRule.parser(), extensionRegistry); - if (rulesBuilder_ == null) { - ensureRulesIsMutable(); - rules_.add(m); - } else { - rulesBuilder_.addMessage(m); - } - break; - } // case 10 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + com.google.api.BackendRule m = + input.readMessage( + com.google.api.BackendRule.parser(), + extensionRegistry); + if (rulesBuilder_ == null) { + ensureRulesIsMutable(); + rules_.add(m); + } else { + rulesBuilder_.addMessage(m); + } + break; + } // case 10 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -503,27 +478,21 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; - private java.util.List rules_ = java.util.Collections.emptyList(); - + private java.util.List rules_ = + java.util.Collections.emptyList(); private void ensureRulesIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { rules_ = new java.util.ArrayList(rules_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.api.BackendRule, - com.google.api.BackendRule.Builder, - com.google.api.BackendRuleOrBuilder> - rulesBuilder_; + com.google.api.BackendRule, com.google.api.BackendRule.Builder, com.google.api.BackendRuleOrBuilder> rulesBuilder_; /** - * - * *
      * A list of API backend rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -539,8 +508,6 @@ public java.util.List getRulesList() {
       }
     }
     /**
-     *
-     *
      * 
      * A list of API backend rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -556,8 +523,6 @@ public int getRulesCount() {
       }
     }
     /**
-     *
-     *
      * 
      * A list of API backend rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -573,8 +538,6 @@ public com.google.api.BackendRule getRules(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * A list of API backend rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -582,7 +545,8 @@ public com.google.api.BackendRule getRules(int index) {
      *
      * repeated .google.api.BackendRule rules = 1;
      */
-    public Builder setRules(int index, com.google.api.BackendRule value) {
+    public Builder setRules(
+        int index, com.google.api.BackendRule value) {
       if (rulesBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -596,8 +560,6 @@ public Builder setRules(int index, com.google.api.BackendRule value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of API backend rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -605,7 +567,8 @@ public Builder setRules(int index, com.google.api.BackendRule value) {
      *
      * repeated .google.api.BackendRule rules = 1;
      */
-    public Builder setRules(int index, com.google.api.BackendRule.Builder builderForValue) {
+    public Builder setRules(
+        int index, com.google.api.BackendRule.Builder builderForValue) {
       if (rulesBuilder_ == null) {
         ensureRulesIsMutable();
         rules_.set(index, builderForValue.build());
@@ -616,8 +579,6 @@ public Builder setRules(int index, com.google.api.BackendRule.Builder builderFor
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of API backend rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -639,8 +600,6 @@ public Builder addRules(com.google.api.BackendRule value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of API backend rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -648,7 +607,8 @@ public Builder addRules(com.google.api.BackendRule value) {
      *
      * repeated .google.api.BackendRule rules = 1;
      */
-    public Builder addRules(int index, com.google.api.BackendRule value) {
+    public Builder addRules(
+        int index, com.google.api.BackendRule value) {
       if (rulesBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -662,8 +622,6 @@ public Builder addRules(int index, com.google.api.BackendRule value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of API backend rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -671,7 +629,8 @@ public Builder addRules(int index, com.google.api.BackendRule value) {
      *
      * repeated .google.api.BackendRule rules = 1;
      */
-    public Builder addRules(com.google.api.BackendRule.Builder builderForValue) {
+    public Builder addRules(
+        com.google.api.BackendRule.Builder builderForValue) {
       if (rulesBuilder_ == null) {
         ensureRulesIsMutable();
         rules_.add(builderForValue.build());
@@ -682,8 +641,6 @@ public Builder addRules(com.google.api.BackendRule.Builder builderForValue) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of API backend rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -691,7 +648,8 @@ public Builder addRules(com.google.api.BackendRule.Builder builderForValue) {
      *
      * repeated .google.api.BackendRule rules = 1;
      */
-    public Builder addRules(int index, com.google.api.BackendRule.Builder builderForValue) {
+    public Builder addRules(
+        int index, com.google.api.BackendRule.Builder builderForValue) {
       if (rulesBuilder_ == null) {
         ensureRulesIsMutable();
         rules_.add(index, builderForValue.build());
@@ -702,8 +660,6 @@ public Builder addRules(int index, com.google.api.BackendRule.Builder builderFor
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of API backend rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -711,10 +667,12 @@ public Builder addRules(int index, com.google.api.BackendRule.Builder builderFor
      *
      * repeated .google.api.BackendRule rules = 1;
      */
-    public Builder addAllRules(java.lang.Iterable values) {
+    public Builder addAllRules(
+        java.lang.Iterable values) {
       if (rulesBuilder_ == null) {
         ensureRulesIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, rules_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, rules_);
         onChanged();
       } else {
         rulesBuilder_.addAllMessages(values);
@@ -722,8 +680,6 @@ public Builder addAllRules(java.lang.Iterable
      * A list of API backend rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -742,8 +698,6 @@ public Builder clearRules() {
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of API backend rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -762,8 +716,6 @@ public Builder removeRules(int index) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of API backend rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -771,12 +723,11 @@ public Builder removeRules(int index) {
      *
      * repeated .google.api.BackendRule rules = 1;
      */
-    public com.google.api.BackendRule.Builder getRulesBuilder(int index) {
+    public com.google.api.BackendRule.Builder getRulesBuilder(
+        int index) {
       return getRulesFieldBuilder().getBuilder(index);
     }
     /**
-     *
-     *
      * 
      * A list of API backend rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -784,16 +735,14 @@ public com.google.api.BackendRule.Builder getRulesBuilder(int index) {
      *
      * repeated .google.api.BackendRule rules = 1;
      */
-    public com.google.api.BackendRuleOrBuilder getRulesOrBuilder(int index) {
+    public com.google.api.BackendRuleOrBuilder getRulesOrBuilder(
+        int index) {
       if (rulesBuilder_ == null) {
-        return rules_.get(index);
-      } else {
+        return rules_.get(index);  } else {
         return rulesBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
-     *
-     *
      * 
      * A list of API backend rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -801,7 +750,8 @@ public com.google.api.BackendRuleOrBuilder getRulesOrBuilder(int index) {
      *
      * repeated .google.api.BackendRule rules = 1;
      */
-    public java.util.List getRulesOrBuilderList() {
+    public java.util.List 
+         getRulesOrBuilderList() {
       if (rulesBuilder_ != null) {
         return rulesBuilder_.getMessageOrBuilderList();
       } else {
@@ -809,8 +759,6 @@ public java.util.List getRulesOrB
       }
     }
     /**
-     *
-     *
      * 
      * A list of API backend rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -819,11 +767,10 @@ public java.util.List getRulesOrB
      * repeated .google.api.BackendRule rules = 1;
      */
     public com.google.api.BackendRule.Builder addRulesBuilder() {
-      return getRulesFieldBuilder().addBuilder(com.google.api.BackendRule.getDefaultInstance());
+      return getRulesFieldBuilder().addBuilder(
+          com.google.api.BackendRule.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * A list of API backend rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -831,13 +778,12 @@ public com.google.api.BackendRule.Builder addRulesBuilder() {
      *
      * repeated .google.api.BackendRule rules = 1;
      */
-    public com.google.api.BackendRule.Builder addRulesBuilder(int index) {
-      return getRulesFieldBuilder()
-          .addBuilder(index, com.google.api.BackendRule.getDefaultInstance());
+    public com.google.api.BackendRule.Builder addRulesBuilder(
+        int index) {
+      return getRulesFieldBuilder().addBuilder(
+          index, com.google.api.BackendRule.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * A list of API backend rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -845,29 +791,27 @@ public com.google.api.BackendRule.Builder addRulesBuilder(int index) {
      *
      * repeated .google.api.BackendRule rules = 1;
      */
-    public java.util.List getRulesBuilderList() {
+    public java.util.List 
+         getRulesBuilderList() {
       return getRulesFieldBuilder().getBuilderList();
     }
-
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.api.BackendRule,
-            com.google.api.BackendRule.Builder,
-            com.google.api.BackendRuleOrBuilder>
+        com.google.api.BackendRule, com.google.api.BackendRule.Builder, com.google.api.BackendRuleOrBuilder> 
         getRulesFieldBuilder() {
       if (rulesBuilder_ == null) {
-        rulesBuilder_ =
-            new com.google.protobuf.RepeatedFieldBuilderV3<
-                com.google.api.BackendRule,
-                com.google.api.BackendRule.Builder,
-                com.google.api.BackendRuleOrBuilder>(
-                rules_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean());
+        rulesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+            com.google.api.BackendRule, com.google.api.BackendRule.Builder, com.google.api.BackendRuleOrBuilder>(
+                rules_,
+                ((bitField0_ & 0x00000001) != 0),
+                getParentForChildren(),
+                isClean());
         rules_ = null;
       }
       return rulesBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -877,12 +821,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.api.Backend)
   }
 
   // @@protoc_insertion_point(class_scope:google.api.Backend)
   private static final com.google.api.Backend DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.api.Backend();
   }
@@ -891,27 +835,27 @@ public static com.google.api.Backend getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public Backend parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public Backend parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -926,4 +870,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.api.Backend getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/BackendOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/BackendOrBuilder.java
similarity index 65%
rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/BackendOrBuilder.java
rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/BackendOrBuilder.java
index 807191b594..d1e3251195 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/BackendOrBuilder.java
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/BackendOrBuilder.java
@@ -1,31 +1,13 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/api/backend.proto
 
 package com.google.api;
 
-public interface BackendOrBuilder
-    extends
+public interface BackendOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.api.Backend)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * A list of API backend rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -33,10 +15,9 @@ public interface BackendOrBuilder
    *
    * repeated .google.api.BackendRule rules = 1;
    */
-  java.util.List getRulesList();
+  java.util.List 
+      getRulesList();
   /**
-   *
-   *
    * 
    * A list of API backend rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -46,8 +27,6 @@ public interface BackendOrBuilder
    */
   com.google.api.BackendRule getRules(int index);
   /**
-   *
-   *
    * 
    * A list of API backend rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -57,8 +36,6 @@ public interface BackendOrBuilder
    */
   int getRulesCount();
   /**
-   *
-   *
    * 
    * A list of API backend rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -66,10 +43,9 @@ public interface BackendOrBuilder
    *
    * repeated .google.api.BackendRule rules = 1;
    */
-  java.util.List getRulesOrBuilderList();
+  java.util.List 
+      getRulesOrBuilderList();
   /**
-   *
-   *
    * 
    * A list of API backend rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -77,5 +53,6 @@ public interface BackendOrBuilder
    *
    * repeated .google.api.BackendRule rules = 1;
    */
-  com.google.api.BackendRuleOrBuilder getRulesOrBuilder(int index);
+  com.google.api.BackendRuleOrBuilder getRulesOrBuilder(
+      int index);
 }
diff --git a/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/BackendProto.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/BackendProto.java
new file mode 100644
index 0000000000..10f4b96104
--- /dev/null
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/BackendProto.java
@@ -0,0 +1,71 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/api/backend.proto
+
+package com.google.api;
+
+public final class BackendProto {
+  private BackendProto() {}
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistryLite registry) {
+  }
+
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistry registry) {
+    registerAllExtensions(
+        (com.google.protobuf.ExtensionRegistryLite) registry);
+  }
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_api_Backend_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_api_Backend_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_api_BackendRule_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_api_BackendRule_fieldAccessorTable;
+
+  public static com.google.protobuf.Descriptors.FileDescriptor
+      getDescriptor() {
+    return descriptor;
+  }
+  private static  com.google.protobuf.Descriptors.FileDescriptor
+      descriptor;
+  static {
+    java.lang.String[] descriptorData = {
+      "\n\030google/api/backend.proto\022\ngoogle.api\"1" +
+      "\n\007Backend\022&\n\005rules\030\001 \003(\0132\027.google.api.Ba" +
+      "ckendRule\"\366\002\n\013BackendRule\022\020\n\010selector\030\001 " +
+      "\001(\t\022\017\n\007address\030\002 \001(\t\022\020\n\010deadline\030\003 \001(\001\022\030" +
+      "\n\014min_deadline\030\004 \001(\001B\002\030\001\022\032\n\022operation_de" +
+      "adline\030\005 \001(\001\022A\n\020path_translation\030\006 \001(\0162\'" +
+      ".google.api.BackendRule.PathTranslation\022" +
+      "\026\n\014jwt_audience\030\007 \001(\tH\000\022\026\n\014disable_auth\030" +
+      "\010 \001(\010H\000\022\020\n\010protocol\030\t \001(\t\"e\n\017PathTransla" +
+      "tion\022 \n\034PATH_TRANSLATION_UNSPECIFIED\020\000\022\024" +
+      "\n\020CONSTANT_ADDRESS\020\001\022\032\n\026APPEND_PATH_TO_A" +
+      "DDRESS\020\002B\020\n\016authenticationBn\n\016com.google" +
+      ".apiB\014BackendProtoP\001ZEgoogle.golang.org/" +
+      "genproto/googleapis/api/serviceconfig;se" +
+      "rviceconfig\242\002\004GAPIb\006proto3"
+    };
+    descriptor = com.google.protobuf.Descriptors.FileDescriptor
+      .internalBuildGeneratedFileFrom(descriptorData,
+        new com.google.protobuf.Descriptors.FileDescriptor[] {
+        });
+    internal_static_google_api_Backend_descriptor =
+      getDescriptor().getMessageTypes().get(0);
+    internal_static_google_api_Backend_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_api_Backend_descriptor,
+        new java.lang.String[] { "Rules", });
+    internal_static_google_api_BackendRule_descriptor =
+      getDescriptor().getMessageTypes().get(1);
+    internal_static_google_api_BackendRule_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_api_BackendRule_descriptor,
+        new java.lang.String[] { "Selector", "Address", "Deadline", "MinDeadline", "OperationDeadline", "PathTranslation", "JwtAudience", "DisableAuth", "Protocol", "Authentication", });
+  }
+
+  // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/BackendRule.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/BackendRule.java
similarity index 78%
rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/BackendRule.java
rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/BackendRule.java
index 61295a0f38..51b501b8e7 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/BackendRule.java
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/BackendRule.java
@@ -1,42 +1,24 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/api/backend.proto
 
 package com.google.api;
 
 /**
- *
- *
  * 
  * A backend rule provides configuration for an individual API element.
  * 
* * Protobuf type {@code google.api.BackendRule} */ -public final class BackendRule extends com.google.protobuf.GeneratedMessageV3 - implements +public final class BackendRule extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.api.BackendRule) BackendRuleOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use BackendRule.newBuilder() to construct. private BackendRule(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private BackendRule() { selector_ = ""; address_ = ""; @@ -46,16 +28,18 @@ private BackendRule() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new BackendRule(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.api.BackendProto.internal_static_google_api_BackendRule_descriptor; } @@ -68,8 +52,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { } /** - * - * *
    * Path Translation specifies how to combine the backend address with the
    * request path in order to produce the appropriate forwarding URL for the
@@ -81,12 +63,13 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    *
    * Protobuf enum {@code google.api.BackendRule.PathTranslation}
    */
-  public enum PathTranslation implements com.google.protobuf.ProtocolMessageEnum {
-    /** PATH_TRANSLATION_UNSPECIFIED = 0; */
+  public enum PathTranslation
+      implements com.google.protobuf.ProtocolMessageEnum {
+    /**
+     * PATH_TRANSLATION_UNSPECIFIED = 0;
+     */
     PATH_TRANSLATION_UNSPECIFIED(0),
     /**
-     *
-     *
      * 
      * Use the backend address as-is, with no modification to the path. If the
      * URL pattern contains variables, the variable names and values will be
@@ -111,8 +94,6 @@ public enum PathTranslation implements com.google.protobuf.ProtocolMessageEnum {
      */
     CONSTANT_ADDRESS(1),
     /**
-     *
-     *
      * 
      * The request path will be appended to the backend address.
      * # Examples
@@ -135,11 +116,11 @@ public enum PathTranslation implements com.google.protobuf.ProtocolMessageEnum {
     UNRECOGNIZED(-1),
     ;
 
-    /** PATH_TRANSLATION_UNSPECIFIED = 0; */
+    /**
+     * PATH_TRANSLATION_UNSPECIFIED = 0;
+     */
     public static final int PATH_TRANSLATION_UNSPECIFIED_VALUE = 0;
     /**
-     *
-     *
      * 
      * Use the backend address as-is, with no modification to the path. If the
      * URL pattern contains variables, the variable names and values will be
@@ -164,8 +145,6 @@ public enum PathTranslation implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int CONSTANT_ADDRESS_VALUE = 1;
     /**
-     *
-     *
      * 
      * The request path will be appended to the backend address.
      * # Examples
@@ -186,6 +165,7 @@ public enum PathTranslation implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int APPEND_PATH_TO_ADDRESS_VALUE = 2;
 
+
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -210,42 +190,39 @@ public static PathTranslation valueOf(int value) {
      */
     public static PathTranslation forNumber(int value) {
       switch (value) {
-        case 0:
-          return PATH_TRANSLATION_UNSPECIFIED;
-        case 1:
-          return CONSTANT_ADDRESS;
-        case 2:
-          return APPEND_PATH_TO_ADDRESS;
-        default:
-          return null;
+        case 0: return PATH_TRANSLATION_UNSPECIFIED;
+        case 1: return CONSTANT_ADDRESS;
+        case 2: return APPEND_PATH_TO_ADDRESS;
+        default: return null;
       }
     }
 
-    public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
+    public static com.google.protobuf.Internal.EnumLiteMap
+        internalGetValueMap() {
       return internalValueMap;
     }
+    private static final com.google.protobuf.Internal.EnumLiteMap<
+        PathTranslation> internalValueMap =
+          new com.google.protobuf.Internal.EnumLiteMap() {
+            public PathTranslation findValueByNumber(int number) {
+              return PathTranslation.forNumber(number);
+            }
+          };
 
-    private static final com.google.protobuf.Internal.EnumLiteMap
-        internalValueMap =
-            new com.google.protobuf.Internal.EnumLiteMap() {
-              public PathTranslation findValueByNumber(int number) {
-                return PathTranslation.forNumber(number);
-              }
-            };
-
-    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+    public final com.google.protobuf.Descriptors.EnumValueDescriptor
+        getValueDescriptor() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalStateException(
             "Can't get the descriptor of an unrecognized enum value.");
       }
       return getDescriptor().getValues().get(ordinal());
     }
-
-    public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
+    public final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptorForType() {
       return getDescriptor();
     }
-
-    public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptor() {
       return com.google.api.BackendRule.getDescriptor().getEnumTypes().get(0);
     }
 
@@ -254,7 +231,8 @@ public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor
     public static PathTranslation valueOf(
         com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
       if (desc.getType() != getDescriptor()) {
-        throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
+        throw new java.lang.IllegalArgumentException(
+          "EnumValueDescriptor is not for this type.");
       }
       if (desc.getIndex() == -1) {
         return UNRECOGNIZED;
@@ -273,16 +251,13 @@ private PathTranslation(int value) {
 
   private int authenticationCase_ = 0;
   private java.lang.Object authentication_;
-
   public enum AuthenticationCase
-      implements
-          com.google.protobuf.Internal.EnumLite,
+      implements com.google.protobuf.Internal.EnumLite,
           com.google.protobuf.AbstractMessage.InternalOneOfEnum {
     JWT_AUDIENCE(7),
     DISABLE_AUTH(8),
     AUTHENTICATION_NOT_SET(0);
     private final int value;
-
     private AuthenticationCase(int value) {
       this.value = value;
     }
@@ -298,38 +273,32 @@ public static AuthenticationCase valueOf(int value) {
 
     public static AuthenticationCase forNumber(int value) {
       switch (value) {
-        case 7:
-          return JWT_AUDIENCE;
-        case 8:
-          return DISABLE_AUTH;
-        case 0:
-          return AUTHENTICATION_NOT_SET;
-        default:
-          return null;
+        case 7: return JWT_AUDIENCE;
+        case 8: return DISABLE_AUTH;
+        case 0: return AUTHENTICATION_NOT_SET;
+        default: return null;
       }
     }
-
     public int getNumber() {
       return this.value;
     }
   };
 
-  public AuthenticationCase getAuthenticationCase() {
-    return AuthenticationCase.forNumber(authenticationCase_);
+  public AuthenticationCase
+  getAuthenticationCase() {
+    return AuthenticationCase.forNumber(
+        authenticationCase_);
   }
 
   public static final int SELECTOR_FIELD_NUMBER = 1;
   private volatile java.lang.Object selector_;
   /**
-   *
-   *
    * 
    * Selects the methods to which this rule applies.
    * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
    * 
* * string selector = 1; - * * @return The selector. */ @java.lang.Override @@ -338,30 +307,30 @@ public java.lang.String getSelector() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); selector_ = s; return s; } } /** - * - * *
    * Selects the methods to which this rule applies.
    * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
    * 
* * string selector = 1; - * * @return The bytes for selector. */ @java.lang.Override - public com.google.protobuf.ByteString getSelectorBytes() { + public com.google.protobuf.ByteString + getSelectorBytes() { java.lang.Object ref = selector_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); selector_ = b; return b; } else { @@ -372,8 +341,6 @@ public com.google.protobuf.ByteString getSelectorBytes() { public static final int ADDRESS_FIELD_NUMBER = 2; private volatile java.lang.Object address_; /** - * - * *
    * The address of the API backend.
    * The scheme is used to determine the backend protocol and security.
@@ -393,7 +360,6 @@ public com.google.protobuf.ByteString getSelectorBytes() {
    * 
* * string address = 2; - * * @return The address. */ @java.lang.Override @@ -402,15 +368,14 @@ public java.lang.String getAddress() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); address_ = s; return s; } } /** - * - * *
    * The address of the API backend.
    * The scheme is used to determine the backend protocol and security.
@@ -430,15 +395,16 @@ public java.lang.String getAddress() {
    * 
* * string address = 2; - * * @return The bytes for address. */ @java.lang.Override - public com.google.protobuf.ByteString getAddressBytes() { + public com.google.protobuf.ByteString + getAddressBytes() { java.lang.Object ref = address_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); address_ = b; return b; } else { @@ -449,15 +415,12 @@ public com.google.protobuf.ByteString getAddressBytes() { public static final int DEADLINE_FIELD_NUMBER = 3; private double deadline_; /** - * - * *
    * The number of seconds to wait for a response from a request. The default
    * varies based on the request protocol and deployment environment.
    * 
* * double deadline = 3; - * * @return The deadline. */ @java.lang.Override @@ -468,36 +431,29 @@ public double getDeadline() { public static final int MIN_DEADLINE_FIELD_NUMBER = 4; private double minDeadline_; /** - * - * *
    * Deprecated, do not use.
    * 
* * double min_deadline = 4 [deprecated = true]; - * - * @deprecated google.api.BackendRule.min_deadline is deprecated. See - * google/api/backend.proto;l=123 + * @deprecated google.api.BackendRule.min_deadline is deprecated. + * See google/api/backend.proto;l=123 * @return The minDeadline. */ @java.lang.Override - @java.lang.Deprecated - public double getMinDeadline() { + @java.lang.Deprecated public double getMinDeadline() { return minDeadline_; } public static final int OPERATION_DEADLINE_FIELD_NUMBER = 5; private double operationDeadline_; /** - * - * *
    * The number of seconds to wait for the completion of a long running
    * operation. The default is no deadline.
    * 
* * double operation_deadline = 5; - * * @return The operationDeadline. */ @java.lang.Override @@ -509,30 +465,23 @@ public double getOperationDeadline() { private int pathTranslation_; /** * .google.api.BackendRule.PathTranslation path_translation = 6; - * * @return The enum numeric value on the wire for pathTranslation. */ - @java.lang.Override - public int getPathTranslationValue() { + @java.lang.Override public int getPathTranslationValue() { return pathTranslation_; } /** * .google.api.BackendRule.PathTranslation path_translation = 6; - * * @return The pathTranslation. */ - @java.lang.Override - public com.google.api.BackendRule.PathTranslation getPathTranslation() { + @java.lang.Override public com.google.api.BackendRule.PathTranslation getPathTranslation() { @SuppressWarnings("deprecation") - com.google.api.BackendRule.PathTranslation result = - com.google.api.BackendRule.PathTranslation.valueOf(pathTranslation_); + com.google.api.BackendRule.PathTranslation result = com.google.api.BackendRule.PathTranslation.valueOf(pathTranslation_); return result == null ? com.google.api.BackendRule.PathTranslation.UNRECOGNIZED : result; } public static final int JWT_AUDIENCE_FIELD_NUMBER = 7; /** - * - * *
    * The JWT audience is used when generating a JWT ID token for the backend.
    * This ID token will be added in the HTTP "authorization" header, and sent
@@ -540,15 +489,12 @@ public com.google.api.BackendRule.PathTranslation getPathTranslation() {
    * 
* * string jwt_audience = 7; - * * @return Whether the jwtAudience field is set. */ public boolean hasJwtAudience() { return authenticationCase_ == 7; } /** - * - * *
    * The JWT audience is used when generating a JWT ID token for the backend.
    * This ID token will be added in the HTTP "authorization" header, and sent
@@ -556,7 +502,6 @@ public boolean hasJwtAudience() {
    * 
* * string jwt_audience = 7; - * * @return The jwtAudience. */ public java.lang.String getJwtAudience() { @@ -567,7 +512,8 @@ public java.lang.String getJwtAudience() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (authenticationCase_ == 7) { authentication_ = s; @@ -576,8 +522,6 @@ public java.lang.String getJwtAudience() { } } /** - * - * *
    * The JWT audience is used when generating a JWT ID token for the backend.
    * This ID token will be added in the HTTP "authorization" header, and sent
@@ -585,17 +529,18 @@ public java.lang.String getJwtAudience() {
    * 
* * string jwt_audience = 7; - * * @return The bytes for jwtAudience. */ - public com.google.protobuf.ByteString getJwtAudienceBytes() { + public com.google.protobuf.ByteString + getJwtAudienceBytes() { java.lang.Object ref = ""; if (authenticationCase_ == 7) { ref = authentication_; } if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (authenticationCase_ == 7) { authentication_ = b; } @@ -607,8 +552,6 @@ public com.google.protobuf.ByteString getJwtAudienceBytes() { public static final int DISABLE_AUTH_FIELD_NUMBER = 8; /** - * - * *
    * When disable_auth is true, a JWT ID token won't be generated and the
    * original "Authorization" HTTP header will be preserved. If the header is
@@ -617,7 +560,6 @@ public com.google.protobuf.ByteString getJwtAudienceBytes() {
    * 
* * bool disable_auth = 8; - * * @return Whether the disableAuth field is set. */ @java.lang.Override @@ -625,8 +567,6 @@ public boolean hasDisableAuth() { return authenticationCase_ == 8; } /** - * - * *
    * When disable_auth is true, a JWT ID token won't be generated and the
    * original "Authorization" HTTP header will be preserved. If the header is
@@ -635,7 +575,6 @@ public boolean hasDisableAuth() {
    * 
* * bool disable_auth = 8; - * * @return The disableAuth. */ @java.lang.Override @@ -649,8 +588,6 @@ public boolean getDisableAuth() { public static final int PROTOCOL_FIELD_NUMBER = 9; private volatile java.lang.Object protocol_; /** - * - * *
    * The protocol used for sending a request to the backend.
    * The supported values are "http/1.1" and "h2".
@@ -671,7 +608,6 @@ public boolean getDisableAuth() {
    * 
* * string protocol = 9; - * * @return The protocol. */ @java.lang.Override @@ -680,15 +616,14 @@ public java.lang.String getProtocol() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); protocol_ = s; return s; } } /** - * - * *
    * The protocol used for sending a request to the backend.
    * The supported values are "http/1.1" and "h2".
@@ -709,15 +644,16 @@ public java.lang.String getProtocol() {
    * 
* * string protocol = 9; - * * @return The bytes for protocol. */ @java.lang.Override - public com.google.protobuf.ByteString getProtocolBytes() { + public com.google.protobuf.ByteString + getProtocolBytes() { java.lang.Object ref = protocol_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); protocol_ = b; return b; } else { @@ -726,7 +662,6 @@ public com.google.protobuf.ByteString getProtocolBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -738,7 +673,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(selector_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, selector_); } @@ -754,15 +690,15 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io if (java.lang.Double.doubleToRawLongBits(operationDeadline_) != 0) { output.writeDouble(5, operationDeadline_); } - if (pathTranslation_ - != com.google.api.BackendRule.PathTranslation.PATH_TRANSLATION_UNSPECIFIED.getNumber()) { + if (pathTranslation_ != com.google.api.BackendRule.PathTranslation.PATH_TRANSLATION_UNSPECIFIED.getNumber()) { output.writeEnum(6, pathTranslation_); } if (authenticationCase_ == 7) { com.google.protobuf.GeneratedMessageV3.writeString(output, 7, authentication_); } if (authenticationCase_ == 8) { - output.writeBool(8, (boolean) ((java.lang.Boolean) authentication_)); + output.writeBool( + 8, (boolean)((java.lang.Boolean) authentication_)); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(protocol_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 9, protocol_); @@ -783,25 +719,28 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, address_); } if (java.lang.Double.doubleToRawLongBits(deadline_) != 0) { - size += com.google.protobuf.CodedOutputStream.computeDoubleSize(3, deadline_); + size += com.google.protobuf.CodedOutputStream + .computeDoubleSize(3, deadline_); } if (java.lang.Double.doubleToRawLongBits(minDeadline_) != 0) { - size += com.google.protobuf.CodedOutputStream.computeDoubleSize(4, minDeadline_); + size += com.google.protobuf.CodedOutputStream + .computeDoubleSize(4, minDeadline_); } if (java.lang.Double.doubleToRawLongBits(operationDeadline_) != 0) { - size += com.google.protobuf.CodedOutputStream.computeDoubleSize(5, operationDeadline_); + size += com.google.protobuf.CodedOutputStream + .computeDoubleSize(5, operationDeadline_); } - if (pathTranslation_ - != com.google.api.BackendRule.PathTranslation.PATH_TRANSLATION_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(6, pathTranslation_); + if (pathTranslation_ != com.google.api.BackendRule.PathTranslation.PATH_TRANSLATION_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(6, pathTranslation_); } if (authenticationCase_ == 7) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, authentication_); } if (authenticationCase_ == 8) { - size += - com.google.protobuf.CodedOutputStream.computeBoolSize( - 8, (boolean) ((java.lang.Boolean) authentication_)); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize( + 8, (boolean)((java.lang.Boolean) authentication_)); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(protocol_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, protocol_); @@ -814,30 +753,38 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.BackendRule)) { return super.equals(obj); } com.google.api.BackendRule other = (com.google.api.BackendRule) obj; - if (!getSelector().equals(other.getSelector())) return false; - if (!getAddress().equals(other.getAddress())) return false; + if (!getSelector() + .equals(other.getSelector())) return false; + if (!getAddress() + .equals(other.getAddress())) return false; if (java.lang.Double.doubleToLongBits(getDeadline()) - != java.lang.Double.doubleToLongBits(other.getDeadline())) return false; + != java.lang.Double.doubleToLongBits( + other.getDeadline())) return false; if (java.lang.Double.doubleToLongBits(getMinDeadline()) - != java.lang.Double.doubleToLongBits(other.getMinDeadline())) return false; + != java.lang.Double.doubleToLongBits( + other.getMinDeadline())) return false; if (java.lang.Double.doubleToLongBits(getOperationDeadline()) - != java.lang.Double.doubleToLongBits(other.getOperationDeadline())) return false; + != java.lang.Double.doubleToLongBits( + other.getOperationDeadline())) return false; if (pathTranslation_ != other.pathTranslation_) return false; - if (!getProtocol().equals(other.getProtocol())) return false; + if (!getProtocol() + .equals(other.getProtocol())) return false; if (!getAuthenticationCase().equals(other.getAuthenticationCase())) return false; switch (authenticationCase_) { case 7: - if (!getJwtAudience().equals(other.getJwtAudience())) return false; + if (!getJwtAudience() + .equals(other.getJwtAudience())) return false; break; case 8: - if (getDisableAuth() != other.getDisableAuth()) return false; + if (getDisableAuth() + != other.getDisableAuth()) return false; break; case 0: default: @@ -858,20 +805,14 @@ public int hashCode() { hash = (37 * hash) + ADDRESS_FIELD_NUMBER; hash = (53 * hash) + getAddress().hashCode(); hash = (37 * hash) + DEADLINE_FIELD_NUMBER; - hash = - (53 * hash) - + com.google.protobuf.Internal.hashLong( - java.lang.Double.doubleToLongBits(getDeadline())); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + java.lang.Double.doubleToLongBits(getDeadline())); hash = (37 * hash) + MIN_DEADLINE_FIELD_NUMBER; - hash = - (53 * hash) - + com.google.protobuf.Internal.hashLong( - java.lang.Double.doubleToLongBits(getMinDeadline())); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + java.lang.Double.doubleToLongBits(getMinDeadline())); hash = (37 * hash) + OPERATION_DEADLINE_FIELD_NUMBER; - hash = - (53 * hash) - + com.google.protobuf.Internal.hashLong( - java.lang.Double.doubleToLongBits(getOperationDeadline())); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + java.lang.Double.doubleToLongBits(getOperationDeadline())); hash = (37 * hash) + PATH_TRANSLATION_FIELD_NUMBER; hash = (53 * hash) + pathTranslation_; hash = (37 * hash) + PROTOCOL_FIELD_NUMBER; @@ -883,7 +824,8 @@ public int hashCode() { break; case 8: hash = (37 * hash) + DISABLE_AUTH_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getDisableAuth()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getDisableAuth()); break; case 0: default: @@ -893,114 +835,109 @@ public int hashCode() { return hash; } - public static com.google.api.BackendRule parseFrom(java.nio.ByteBuffer data) + public static com.google.api.BackendRule parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.BackendRule parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.api.BackendRule parseFrom(com.google.protobuf.ByteString data) + public static com.google.api.BackendRule parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.BackendRule parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.BackendRule parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.BackendRule parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.BackendRule parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.BackendRule parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.BackendRule parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.BackendRule parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.api.BackendRule parseFrom(com.google.protobuf.CodedInputStream input) + public static com.google.api.BackendRule parseFrom( + com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.BackendRule parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.BackendRule prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * A backend rule provides configuration for an individual API element.
    * 
* * Protobuf type {@code google.api.BackendRule} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.api.BackendRule) com.google.api.BackendRuleOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.api.BackendProto.internal_static_google_api_BackendRule_descriptor; } @@ -1013,12 +950,15 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { } // Construct using com.google.api.BackendRule.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -1042,7 +982,8 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { return com.google.api.BackendProto.internal_static_google_api_BackendRule_descriptor; } @@ -1085,39 +1026,38 @@ public com.google.api.BackendRule buildPartial() { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.api.BackendRule) { - return mergeFrom((com.google.api.BackendRule) other); + return mergeFrom((com.google.api.BackendRule)other); } else { super.mergeFrom(other); return this; @@ -1151,22 +1091,19 @@ public Builder mergeFrom(com.google.api.BackendRule other) { onChanged(); } switch (other.getAuthenticationCase()) { - case JWT_AUDIENCE: - { - authenticationCase_ = 7; - authentication_ = other.authentication_; - onChanged(); - break; - } - case DISABLE_AUTH: - { - setDisableAuth(other.getDisableAuth()); - break; - } - case AUTHENTICATION_NOT_SET: - { - break; - } + case JWT_AUDIENCE: { + authenticationCase_ = 7; + authentication_ = other.authentication_; + onChanged(); + break; + } + case DISABLE_AUTH: { + setDisableAuth(other.getDisableAuth()); + break; + } + case AUTHENTICATION_NOT_SET: { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -1194,68 +1131,58 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - selector_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 18: - { - address_ = input.readStringRequireUtf8(); - - break; - } // case 18 - case 25: - { - deadline_ = input.readDouble(); - - break; - } // case 25 - case 33: - { - minDeadline_ = input.readDouble(); - - break; - } // case 33 - case 41: - { - operationDeadline_ = input.readDouble(); - - break; - } // case 41 - case 48: - { - pathTranslation_ = input.readEnum(); - - break; - } // case 48 - case 58: - { - java.lang.String s = input.readStringRequireUtf8(); - authenticationCase_ = 7; - authentication_ = s; - break; - } // case 58 - case 64: - { - authentication_ = input.readBool(); - authenticationCase_ = 8; - break; - } // case 64 - case 74: - { - protocol_ = input.readStringRequireUtf8(); - - break; - } // case 74 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + selector_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 18: { + address_ = input.readStringRequireUtf8(); + + break; + } // case 18 + case 25: { + deadline_ = input.readDouble(); + + break; + } // case 25 + case 33: { + minDeadline_ = input.readDouble(); + + break; + } // case 33 + case 41: { + operationDeadline_ = input.readDouble(); + + break; + } // case 41 + case 48: { + pathTranslation_ = input.readEnum(); + + break; + } // case 48 + case 58: { + java.lang.String s = input.readStringRequireUtf8(); + authenticationCase_ = 7; + authentication_ = s; + break; + } // case 58 + case 64: { + authentication_ = input.readBool(); + authenticationCase_ = 8; + break; + } // case 64 + case 74: { + protocol_ = input.readStringRequireUtf8(); + + break; + } // case 74 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -1265,12 +1192,12 @@ public Builder mergeFrom( } // finally return this; } - private int authenticationCase_ = 0; private java.lang.Object authentication_; - - public AuthenticationCase getAuthenticationCase() { - return AuthenticationCase.forNumber(authenticationCase_); + public AuthenticationCase + getAuthenticationCase() { + return AuthenticationCase.forNumber( + authenticationCase_); } public Builder clearAuthentication() { @@ -1280,23 +1207,22 @@ public Builder clearAuthentication() { return this; } + private java.lang.Object selector_ = ""; /** - * - * *
      * Selects the methods to which this rule applies.
      * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
      * 
* * string selector = 1; - * * @return The selector. */ public java.lang.String getSelector() { java.lang.Object ref = selector_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); selector_ = s; return s; @@ -1305,22 +1231,21 @@ public java.lang.String getSelector() { } } /** - * - * *
      * Selects the methods to which this rule applies.
      * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
      * 
* * string selector = 1; - * * @return The bytes for selector. */ - public com.google.protobuf.ByteString getSelectorBytes() { + public com.google.protobuf.ByteString + getSelectorBytes() { java.lang.Object ref = selector_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); selector_ = b; return b; } else { @@ -1328,64 +1253,57 @@ public com.google.protobuf.ByteString getSelectorBytes() { } } /** - * - * *
      * Selects the methods to which this rule applies.
      * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
      * 
* * string selector = 1; - * * @param value The selector to set. * @return This builder for chaining. */ - public Builder setSelector(java.lang.String value) { + public Builder setSelector( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + selector_ = value; onChanged(); return this; } /** - * - * *
      * Selects the methods to which this rule applies.
      * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
      * 
* * string selector = 1; - * * @return This builder for chaining. */ public Builder clearSelector() { - + selector_ = getDefaultInstance().getSelector(); onChanged(); return this; } /** - * - * *
      * Selects the methods to which this rule applies.
      * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
      * 
* * string selector = 1; - * * @param value The bytes for selector to set. * @return This builder for chaining. */ - public Builder setSelectorBytes(com.google.protobuf.ByteString value) { + public Builder setSelectorBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + selector_ = value; onChanged(); return this; @@ -1393,8 +1311,6 @@ public Builder setSelectorBytes(com.google.protobuf.ByteString value) { private java.lang.Object address_ = ""; /** - * - * *
      * The address of the API backend.
      * The scheme is used to determine the backend protocol and security.
@@ -1414,13 +1330,13 @@ public Builder setSelectorBytes(com.google.protobuf.ByteString value) {
      * 
* * string address = 2; - * * @return The address. */ public java.lang.String getAddress() { java.lang.Object ref = address_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); address_ = s; return s; @@ -1429,8 +1345,6 @@ public java.lang.String getAddress() { } } /** - * - * *
      * The address of the API backend.
      * The scheme is used to determine the backend protocol and security.
@@ -1450,14 +1364,15 @@ public java.lang.String getAddress() {
      * 
* * string address = 2; - * * @return The bytes for address. */ - public com.google.protobuf.ByteString getAddressBytes() { + public com.google.protobuf.ByteString + getAddressBytes() { java.lang.Object ref = address_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); address_ = b; return b; } else { @@ -1465,8 +1380,6 @@ public com.google.protobuf.ByteString getAddressBytes() { } } /** - * - * *
      * The address of the API backend.
      * The scheme is used to determine the backend protocol and security.
@@ -1486,22 +1399,20 @@ public com.google.protobuf.ByteString getAddressBytes() {
      * 
* * string address = 2; - * * @param value The address to set. * @return This builder for chaining. */ - public Builder setAddress(java.lang.String value) { + public Builder setAddress( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + address_ = value; onChanged(); return this; } /** - * - * *
      * The address of the API backend.
      * The scheme is used to determine the backend protocol and security.
@@ -1521,18 +1432,15 @@ public Builder setAddress(java.lang.String value) {
      * 
* * string address = 2; - * * @return This builder for chaining. */ public Builder clearAddress() { - + address_ = getDefaultInstance().getAddress(); onChanged(); return this; } /** - * - * *
      * The address of the API backend.
      * The scheme is used to determine the backend protocol and security.
@@ -1552,32 +1460,29 @@ public Builder clearAddress() {
      * 
* * string address = 2; - * * @param value The bytes for address to set. * @return This builder for chaining. */ - public Builder setAddressBytes(com.google.protobuf.ByteString value) { + public Builder setAddressBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + address_ = value; onChanged(); return this; } - private double deadline_; + private double deadline_ ; /** - * - * *
      * The number of seconds to wait for a response from a request. The default
      * varies based on the request protocol and deployment environment.
      * 
* * double deadline = 3; - * * @return The deadline. */ @java.lang.Override @@ -1585,115 +1490,94 @@ public double getDeadline() { return deadline_; } /** - * - * *
      * The number of seconds to wait for a response from a request. The default
      * varies based on the request protocol and deployment environment.
      * 
* * double deadline = 3; - * * @param value The deadline to set. * @return This builder for chaining. */ public Builder setDeadline(double value) { - + deadline_ = value; onChanged(); return this; } /** - * - * *
      * The number of seconds to wait for a response from a request. The default
      * varies based on the request protocol and deployment environment.
      * 
* * double deadline = 3; - * * @return This builder for chaining. */ public Builder clearDeadline() { - + deadline_ = 0D; onChanged(); return this; } - private double minDeadline_; + private double minDeadline_ ; /** - * - * *
      * Deprecated, do not use.
      * 
* * double min_deadline = 4 [deprecated = true]; - * - * @deprecated google.api.BackendRule.min_deadline is deprecated. See - * google/api/backend.proto;l=123 + * @deprecated google.api.BackendRule.min_deadline is deprecated. + * See google/api/backend.proto;l=123 * @return The minDeadline. */ @java.lang.Override - @java.lang.Deprecated - public double getMinDeadline() { + @java.lang.Deprecated public double getMinDeadline() { return minDeadline_; } /** - * - * *
      * Deprecated, do not use.
      * 
* * double min_deadline = 4 [deprecated = true]; - * - * @deprecated google.api.BackendRule.min_deadline is deprecated. See - * google/api/backend.proto;l=123 + * @deprecated google.api.BackendRule.min_deadline is deprecated. + * See google/api/backend.proto;l=123 * @param value The minDeadline to set. * @return This builder for chaining. */ - @java.lang.Deprecated - public Builder setMinDeadline(double value) { - + @java.lang.Deprecated public Builder setMinDeadline(double value) { + minDeadline_ = value; onChanged(); return this; } /** - * - * *
      * Deprecated, do not use.
      * 
* * double min_deadline = 4 [deprecated = true]; - * - * @deprecated google.api.BackendRule.min_deadline is deprecated. See - * google/api/backend.proto;l=123 + * @deprecated google.api.BackendRule.min_deadline is deprecated. + * See google/api/backend.proto;l=123 * @return This builder for chaining. */ - @java.lang.Deprecated - public Builder clearMinDeadline() { - + @java.lang.Deprecated public Builder clearMinDeadline() { + minDeadline_ = 0D; onChanged(); return this; } - private double operationDeadline_; + private double operationDeadline_ ; /** - * - * *
      * The number of seconds to wait for the completion of a long running
      * operation. The default is no deadline.
      * 
* * double operation_deadline = 5; - * * @return The operationDeadline. */ @java.lang.Override @@ -1701,38 +1585,32 @@ public double getOperationDeadline() { return operationDeadline_; } /** - * - * *
      * The number of seconds to wait for the completion of a long running
      * operation. The default is no deadline.
      * 
* * double operation_deadline = 5; - * * @param value The operationDeadline to set. * @return This builder for chaining. */ public Builder setOperationDeadline(double value) { - + operationDeadline_ = value; onChanged(); return this; } /** - * - * *
      * The number of seconds to wait for the completion of a long running
      * operation. The default is no deadline.
      * 
* * double operation_deadline = 5; - * * @return This builder for chaining. */ public Builder clearOperationDeadline() { - + operationDeadline_ = 0D; onChanged(); return this; @@ -1741,40 +1619,34 @@ public Builder clearOperationDeadline() { private int pathTranslation_ = 0; /** * .google.api.BackendRule.PathTranslation path_translation = 6; - * * @return The enum numeric value on the wire for pathTranslation. */ - @java.lang.Override - public int getPathTranslationValue() { + @java.lang.Override public int getPathTranslationValue() { return pathTranslation_; } /** * .google.api.BackendRule.PathTranslation path_translation = 6; - * * @param value The enum numeric value on the wire for pathTranslation to set. * @return This builder for chaining. */ public Builder setPathTranslationValue(int value) { - + pathTranslation_ = value; onChanged(); return this; } /** * .google.api.BackendRule.PathTranslation path_translation = 6; - * * @return The pathTranslation. */ @java.lang.Override public com.google.api.BackendRule.PathTranslation getPathTranslation() { @SuppressWarnings("deprecation") - com.google.api.BackendRule.PathTranslation result = - com.google.api.BackendRule.PathTranslation.valueOf(pathTranslation_); + com.google.api.BackendRule.PathTranslation result = com.google.api.BackendRule.PathTranslation.valueOf(pathTranslation_); return result == null ? com.google.api.BackendRule.PathTranslation.UNRECOGNIZED : result; } /** * .google.api.BackendRule.PathTranslation path_translation = 6; - * * @param value The pathTranslation to set. * @return This builder for chaining. */ @@ -1782,26 +1654,23 @@ public Builder setPathTranslation(com.google.api.BackendRule.PathTranslation val if (value == null) { throw new NullPointerException(); } - + pathTranslation_ = value.getNumber(); onChanged(); return this; } /** * .google.api.BackendRule.PathTranslation path_translation = 6; - * * @return This builder for chaining. */ public Builder clearPathTranslation() { - + pathTranslation_ = 0; onChanged(); return this; } /** - * - * *
      * The JWT audience is used when generating a JWT ID token for the backend.
      * This ID token will be added in the HTTP "authorization" header, and sent
@@ -1809,7 +1678,6 @@ public Builder clearPathTranslation() {
      * 
* * string jwt_audience = 7; - * * @return Whether the jwtAudience field is set. */ @java.lang.Override @@ -1817,8 +1685,6 @@ public boolean hasJwtAudience() { return authenticationCase_ == 7; } /** - * - * *
      * The JWT audience is used when generating a JWT ID token for the backend.
      * This ID token will be added in the HTTP "authorization" header, and sent
@@ -1826,7 +1692,6 @@ public boolean hasJwtAudience() {
      * 
* * string jwt_audience = 7; - * * @return The jwtAudience. */ @java.lang.Override @@ -1836,7 +1701,8 @@ public java.lang.String getJwtAudience() { ref = authentication_; } if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (authenticationCase_ == 7) { authentication_ = s; @@ -1847,8 +1713,6 @@ public java.lang.String getJwtAudience() { } } /** - * - * *
      * The JWT audience is used when generating a JWT ID token for the backend.
      * This ID token will be added in the HTTP "authorization" header, and sent
@@ -1856,18 +1720,19 @@ public java.lang.String getJwtAudience() {
      * 
* * string jwt_audience = 7; - * * @return The bytes for jwtAudience. */ @java.lang.Override - public com.google.protobuf.ByteString getJwtAudienceBytes() { + public com.google.protobuf.ByteString + getJwtAudienceBytes() { java.lang.Object ref = ""; if (authenticationCase_ == 7) { ref = authentication_; } if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (authenticationCase_ == 7) { authentication_ = b; } @@ -1877,8 +1742,6 @@ public com.google.protobuf.ByteString getJwtAudienceBytes() { } } /** - * - * *
      * The JWT audience is used when generating a JWT ID token for the backend.
      * This ID token will be added in the HTTP "authorization" header, and sent
@@ -1886,22 +1749,20 @@ public com.google.protobuf.ByteString getJwtAudienceBytes() {
      * 
* * string jwt_audience = 7; - * * @param value The jwtAudience to set. * @return This builder for chaining. */ - public Builder setJwtAudience(java.lang.String value) { + public Builder setJwtAudience( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - authenticationCase_ = 7; + throw new NullPointerException(); + } + authenticationCase_ = 7; authentication_ = value; onChanged(); return this; } /** - * - * *
      * The JWT audience is used when generating a JWT ID token for the backend.
      * This ID token will be added in the HTTP "authorization" header, and sent
@@ -1909,7 +1770,6 @@ public Builder setJwtAudience(java.lang.String value) {
      * 
* * string jwt_audience = 7; - * * @return This builder for chaining. */ public Builder clearJwtAudience() { @@ -1921,8 +1781,6 @@ public Builder clearJwtAudience() { return this; } /** - * - * *
      * The JWT audience is used when generating a JWT ID token for the backend.
      * This ID token will be added in the HTTP "authorization" header, and sent
@@ -1930,15 +1788,15 @@ public Builder clearJwtAudience() {
      * 
* * string jwt_audience = 7; - * * @param value The bytes for jwtAudience to set. * @return This builder for chaining. */ - public Builder setJwtAudienceBytes(com.google.protobuf.ByteString value) { + public Builder setJwtAudienceBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); authenticationCase_ = 7; authentication_ = value; onChanged(); @@ -1946,8 +1804,6 @@ public Builder setJwtAudienceBytes(com.google.protobuf.ByteString value) { } /** - * - * *
      * When disable_auth is true, a JWT ID token won't be generated and the
      * original "Authorization" HTTP header will be preserved. If the header is
@@ -1956,15 +1812,12 @@ public Builder setJwtAudienceBytes(com.google.protobuf.ByteString value) {
      * 
* * bool disable_auth = 8; - * * @return Whether the disableAuth field is set. */ public boolean hasDisableAuth() { return authenticationCase_ == 8; } /** - * - * *
      * When disable_auth is true, a JWT ID token won't be generated and the
      * original "Authorization" HTTP header will be preserved. If the header is
@@ -1973,7 +1826,6 @@ public boolean hasDisableAuth() {
      * 
* * bool disable_auth = 8; - * * @return The disableAuth. */ public boolean getDisableAuth() { @@ -1983,8 +1835,6 @@ public boolean getDisableAuth() { return false; } /** - * - * *
      * When disable_auth is true, a JWT ID token won't be generated and the
      * original "Authorization" HTTP header will be preserved. If the header is
@@ -1993,7 +1843,6 @@ public boolean getDisableAuth() {
      * 
* * bool disable_auth = 8; - * * @param value The disableAuth to set. * @return This builder for chaining. */ @@ -2004,8 +1853,6 @@ public Builder setDisableAuth(boolean value) { return this; } /** - * - * *
      * When disable_auth is true, a JWT ID token won't be generated and the
      * original "Authorization" HTTP header will be preserved. If the header is
@@ -2014,7 +1861,6 @@ public Builder setDisableAuth(boolean value) {
      * 
* * bool disable_auth = 8; - * * @return This builder for chaining. */ public Builder clearDisableAuth() { @@ -2028,8 +1874,6 @@ public Builder clearDisableAuth() { private java.lang.Object protocol_ = ""; /** - * - * *
      * The protocol used for sending a request to the backend.
      * The supported values are "http/1.1" and "h2".
@@ -2050,13 +1894,13 @@ public Builder clearDisableAuth() {
      * 
* * string protocol = 9; - * * @return The protocol. */ public java.lang.String getProtocol() { java.lang.Object ref = protocol_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); protocol_ = s; return s; @@ -2065,8 +1909,6 @@ public java.lang.String getProtocol() { } } /** - * - * *
      * The protocol used for sending a request to the backend.
      * The supported values are "http/1.1" and "h2".
@@ -2087,14 +1929,15 @@ public java.lang.String getProtocol() {
      * 
* * string protocol = 9; - * * @return The bytes for protocol. */ - public com.google.protobuf.ByteString getProtocolBytes() { + public com.google.protobuf.ByteString + getProtocolBytes() { java.lang.Object ref = protocol_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); protocol_ = b; return b; } else { @@ -2102,8 +1945,6 @@ public com.google.protobuf.ByteString getProtocolBytes() { } } /** - * - * *
      * The protocol used for sending a request to the backend.
      * The supported values are "http/1.1" and "h2".
@@ -2124,22 +1965,20 @@ public com.google.protobuf.ByteString getProtocolBytes() {
      * 
* * string protocol = 9; - * * @param value The protocol to set. * @return This builder for chaining. */ - public Builder setProtocol(java.lang.String value) { + public Builder setProtocol( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + protocol_ = value; onChanged(); return this; } /** - * - * *
      * The protocol used for sending a request to the backend.
      * The supported values are "http/1.1" and "h2".
@@ -2160,18 +1999,15 @@ public Builder setProtocol(java.lang.String value) {
      * 
* * string protocol = 9; - * * @return This builder for chaining. */ public Builder clearProtocol() { - + protocol_ = getDefaultInstance().getProtocol(); onChanged(); return this; } /** - * - * *
      * The protocol used for sending a request to the backend.
      * The supported values are "http/1.1" and "h2".
@@ -2192,23 +2028,23 @@ public Builder clearProtocol() {
      * 
* * string protocol = 9; - * * @param value The bytes for protocol to set. * @return This builder for chaining. */ - public Builder setProtocolBytes(com.google.protobuf.ByteString value) { + public Builder setProtocolBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + protocol_ = value; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -2218,12 +2054,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.BackendRule) } // @@protoc_insertion_point(class_scope:google.api.BackendRule) private static final com.google.api.BackendRule DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.BackendRule(); } @@ -2232,27 +2068,27 @@ public static com.google.api.BackendRule getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public BackendRule parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public BackendRule parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2267,4 +2103,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.BackendRule getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/BackendRuleOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/BackendRuleOrBuilder.java similarity index 86% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/BackendRuleOrBuilder.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/BackendRuleOrBuilder.java index a76b090140..0029b5551c 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/BackendRuleOrBuilder.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/BackendRuleOrBuilder.java @@ -1,58 +1,35 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/backend.proto package com.google.api; -public interface BackendRuleOrBuilder - extends +public interface BackendRuleOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.BackendRule) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Selects the methods to which this rule applies.
    * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
    * 
* * string selector = 1; - * * @return The selector. */ java.lang.String getSelector(); /** - * - * *
    * Selects the methods to which this rule applies.
    * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
    * 
* * string selector = 1; - * * @return The bytes for selector. */ - com.google.protobuf.ByteString getSelectorBytes(); + com.google.protobuf.ByteString + getSelectorBytes(); /** - * - * *
    * The address of the API backend.
    * The scheme is used to determine the backend protocol and security.
@@ -72,13 +49,10 @@ public interface BackendRuleOrBuilder
    * 
* * string address = 2; - * * @return The address. */ java.lang.String getAddress(); /** - * - * *
    * The address of the API backend.
    * The scheme is used to determine the backend protocol and security.
@@ -98,71 +72,57 @@ public interface BackendRuleOrBuilder
    * 
* * string address = 2; - * * @return The bytes for address. */ - com.google.protobuf.ByteString getAddressBytes(); + com.google.protobuf.ByteString + getAddressBytes(); /** - * - * *
    * The number of seconds to wait for a response from a request. The default
    * varies based on the request protocol and deployment environment.
    * 
* * double deadline = 3; - * * @return The deadline. */ double getDeadline(); /** - * - * *
    * Deprecated, do not use.
    * 
* * double min_deadline = 4 [deprecated = true]; - * - * @deprecated google.api.BackendRule.min_deadline is deprecated. See - * google/api/backend.proto;l=123 + * @deprecated google.api.BackendRule.min_deadline is deprecated. + * See google/api/backend.proto;l=123 * @return The minDeadline. */ - @java.lang.Deprecated - double getMinDeadline(); + @java.lang.Deprecated double getMinDeadline(); /** - * - * *
    * The number of seconds to wait for the completion of a long running
    * operation. The default is no deadline.
    * 
* * double operation_deadline = 5; - * * @return The operationDeadline. */ double getOperationDeadline(); /** * .google.api.BackendRule.PathTranslation path_translation = 6; - * * @return The enum numeric value on the wire for pathTranslation. */ int getPathTranslationValue(); /** * .google.api.BackendRule.PathTranslation path_translation = 6; - * * @return The pathTranslation. */ com.google.api.BackendRule.PathTranslation getPathTranslation(); /** - * - * *
    * The JWT audience is used when generating a JWT ID token for the backend.
    * This ID token will be added in the HTTP "authorization" header, and sent
@@ -170,13 +130,10 @@ public interface BackendRuleOrBuilder
    * 
* * string jwt_audience = 7; - * * @return Whether the jwtAudience field is set. */ boolean hasJwtAudience(); /** - * - * *
    * The JWT audience is used when generating a JWT ID token for the backend.
    * This ID token will be added in the HTTP "authorization" header, and sent
@@ -184,13 +141,10 @@ public interface BackendRuleOrBuilder
    * 
* * string jwt_audience = 7; - * * @return The jwtAudience. */ java.lang.String getJwtAudience(); /** - * - * *
    * The JWT audience is used when generating a JWT ID token for the backend.
    * This ID token will be added in the HTTP "authorization" header, and sent
@@ -198,14 +152,12 @@ public interface BackendRuleOrBuilder
    * 
* * string jwt_audience = 7; - * * @return The bytes for jwtAudience. */ - com.google.protobuf.ByteString getJwtAudienceBytes(); + com.google.protobuf.ByteString + getJwtAudienceBytes(); /** - * - * *
    * When disable_auth is true, a JWT ID token won't be generated and the
    * original "Authorization" HTTP header will be preserved. If the header is
@@ -214,13 +166,10 @@ public interface BackendRuleOrBuilder
    * 
* * bool disable_auth = 8; - * * @return Whether the disableAuth field is set. */ boolean hasDisableAuth(); /** - * - * *
    * When disable_auth is true, a JWT ID token won't be generated and the
    * original "Authorization" HTTP header will be preserved. If the header is
@@ -229,14 +178,11 @@ public interface BackendRuleOrBuilder
    * 
* * bool disable_auth = 8; - * * @return The disableAuth. */ boolean getDisableAuth(); /** - * - * *
    * The protocol used for sending a request to the backend.
    * The supported values are "http/1.1" and "h2".
@@ -257,13 +203,10 @@ public interface BackendRuleOrBuilder
    * 
* * string protocol = 9; - * * @return The protocol. */ java.lang.String getProtocol(); /** - * - * *
    * The protocol used for sending a request to the backend.
    * The supported values are "http/1.1" and "h2".
@@ -284,10 +227,10 @@ public interface BackendRuleOrBuilder
    * 
* * string protocol = 9; - * * @return The bytes for protocol. */ - com.google.protobuf.ByteString getProtocolBytes(); + com.google.protobuf.ByteString + getProtocolBytes(); public com.google.api.BackendRule.AuthenticationCase getAuthenticationCase(); } diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Billing.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Billing.java similarity index 78% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Billing.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Billing.java index c984725897..3f05c4086b 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Billing.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Billing.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/billing.proto package com.google.api; /** - * - * *
  * Billing related configuration of the service.
  * The following example shows how to configure monitored resources and metrics
@@ -55,32 +38,33 @@
  *
  * Protobuf type {@code google.api.Billing}
  */
-public final class Billing extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class Billing extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.api.Billing)
     BillingOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use Billing.newBuilder() to construct.
   private Billing(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private Billing() {
     consumerDestinations_ = java.util.Collections.emptyList();
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new Billing();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
     return com.google.api.BillingProto.internal_static_google_api_Billing_descriptor;
   }
 
@@ -92,96 +76,78 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
             com.google.api.Billing.class, com.google.api.Billing.Builder.class);
   }
 
-  public interface BillingDestinationOrBuilder
-      extends
+  public interface BillingDestinationOrBuilder extends
       // @@protoc_insertion_point(interface_extends:google.api.Billing.BillingDestination)
       com.google.protobuf.MessageOrBuilder {
 
     /**
-     *
-     *
      * 
      * The monitored resource type. The type must be defined in
      * [Service.monitored_resources][google.api.Service.monitored_resources] section.
      * 
* * string monitored_resource = 1; - * * @return The monitoredResource. */ java.lang.String getMonitoredResource(); /** - * - * *
      * The monitored resource type. The type must be defined in
      * [Service.monitored_resources][google.api.Service.monitored_resources] section.
      * 
* * string monitored_resource = 1; - * * @return The bytes for monitoredResource. */ - com.google.protobuf.ByteString getMonitoredResourceBytes(); + com.google.protobuf.ByteString + getMonitoredResourceBytes(); /** - * - * *
      * Names of the metrics to report to this billing destination.
      * Each name must be defined in [Service.metrics][google.api.Service.metrics] section.
      * 
* * repeated string metrics = 2; - * * @return A list containing the metrics. */ - java.util.List getMetricsList(); + java.util.List + getMetricsList(); /** - * - * *
      * Names of the metrics to report to this billing destination.
      * Each name must be defined in [Service.metrics][google.api.Service.metrics] section.
      * 
* * repeated string metrics = 2; - * * @return The count of metrics. */ int getMetricsCount(); /** - * - * *
      * Names of the metrics to report to this billing destination.
      * Each name must be defined in [Service.metrics][google.api.Service.metrics] section.
      * 
* * repeated string metrics = 2; - * * @param index The index of the element to return. * @return The metrics at the given index. */ java.lang.String getMetrics(int index); /** - * - * *
      * Names of the metrics to report to this billing destination.
      * Each name must be defined in [Service.metrics][google.api.Service.metrics] section.
      * 
* * repeated string metrics = 2; - * * @param index The index of the value to return. * @return The bytes of the metrics at the given index. */ - com.google.protobuf.ByteString getMetricsBytes(int index); + com.google.protobuf.ByteString + getMetricsBytes(int index); } /** - * - * *
    * Configuration of a specific billing destination (Currently only support
    * bill against consumer project).
@@ -189,16 +155,15 @@ public interface BillingDestinationOrBuilder
    *
    * Protobuf type {@code google.api.Billing.BillingDestination}
    */
-  public static final class BillingDestination extends com.google.protobuf.GeneratedMessageV3
-      implements
+  public static final class BillingDestination extends
+      com.google.protobuf.GeneratedMessageV3 implements
       // @@protoc_insertion_point(message_implements:google.api.Billing.BillingDestination)
       BillingDestinationOrBuilder {
-    private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
     // Use BillingDestination.newBuilder() to construct.
     private BillingDestination(com.google.protobuf.GeneratedMessageV3.Builder builder) {
       super(builder);
     }
-
     private BillingDestination() {
       monitoredResource_ = "";
       metrics_ = com.google.protobuf.LazyStringArrayList.EMPTY;
@@ -206,42 +171,38 @@ private BillingDestination() {
 
     @java.lang.Override
     @SuppressWarnings({"unused"})
-    protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+    protected java.lang.Object newInstance(
+        UnusedPrivateParameter unused) {
       return new BillingDestination();
     }
 
     @java.lang.Override
-    public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+    public final com.google.protobuf.UnknownFieldSet
+    getUnknownFields() {
       return this.unknownFields;
     }
-
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.api.BillingProto
-          .internal_static_google_api_Billing_BillingDestination_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.api.BillingProto.internal_static_google_api_Billing_BillingDestination_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.api.BillingProto
-          .internal_static_google_api_Billing_BillingDestination_fieldAccessorTable
+      return com.google.api.BillingProto.internal_static_google_api_Billing_BillingDestination_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.api.Billing.BillingDestination.class,
-              com.google.api.Billing.BillingDestination.Builder.class);
+              com.google.api.Billing.BillingDestination.class, com.google.api.Billing.BillingDestination.Builder.class);
     }
 
     public static final int MONITORED_RESOURCE_FIELD_NUMBER = 1;
     private volatile java.lang.Object monitoredResource_;
     /**
-     *
-     *
      * 
      * The monitored resource type. The type must be defined in
      * [Service.monitored_resources][google.api.Service.monitored_resources] section.
      * 
* * string monitored_resource = 1; - * * @return The monitoredResource. */ @java.lang.Override @@ -250,30 +211,30 @@ public java.lang.String getMonitoredResource() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); monitoredResource_ = s; return s; } } /** - * - * *
      * The monitored resource type. The type must be defined in
      * [Service.monitored_resources][google.api.Service.monitored_resources] section.
      * 
* * string monitored_resource = 1; - * * @return The bytes for monitoredResource. */ @java.lang.Override - public com.google.protobuf.ByteString getMonitoredResourceBytes() { + public com.google.protobuf.ByteString + getMonitoredResourceBytes() { java.lang.Object ref = monitoredResource_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); monitoredResource_ = b; return b; } else { @@ -284,45 +245,37 @@ public com.google.protobuf.ByteString getMonitoredResourceBytes() { public static final int METRICS_FIELD_NUMBER = 2; private com.google.protobuf.LazyStringList metrics_; /** - * - * *
      * Names of the metrics to report to this billing destination.
      * Each name must be defined in [Service.metrics][google.api.Service.metrics] section.
      * 
* * repeated string metrics = 2; - * * @return A list containing the metrics. */ - public com.google.protobuf.ProtocolStringList getMetricsList() { + public com.google.protobuf.ProtocolStringList + getMetricsList() { return metrics_; } /** - * - * *
      * Names of the metrics to report to this billing destination.
      * Each name must be defined in [Service.metrics][google.api.Service.metrics] section.
      * 
* * repeated string metrics = 2; - * * @return The count of metrics. */ public int getMetricsCount() { return metrics_.size(); } /** - * - * *
      * Names of the metrics to report to this billing destination.
      * Each name must be defined in [Service.metrics][google.api.Service.metrics] section.
      * 
* * repeated string metrics = 2; - * * @param index The index of the element to return. * @return The metrics at the given index. */ @@ -330,24 +283,21 @@ public java.lang.String getMetrics(int index) { return metrics_.get(index); } /** - * - * *
      * Names of the metrics to report to this billing destination.
      * Each name must be defined in [Service.metrics][google.api.Service.metrics] section.
      * 
* * repeated string metrics = 2; - * * @param index The index of the value to return. * @return The bytes of the metrics at the given index. */ - public com.google.protobuf.ByteString getMetricsBytes(int index) { + public com.google.protobuf.ByteString + getMetricsBytes(int index) { return metrics_.getByteString(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -359,7 +309,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(monitoredResource_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, monitoredResource_); } @@ -394,16 +345,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.Billing.BillingDestination)) { return super.equals(obj); } - com.google.api.Billing.BillingDestination other = - (com.google.api.Billing.BillingDestination) obj; + com.google.api.Billing.BillingDestination other = (com.google.api.Billing.BillingDestination) obj; - if (!getMonitoredResource().equals(other.getMonitoredResource())) return false; - if (!getMetricsList().equals(other.getMetricsList())) return false; + if (!getMonitoredResource() + .equals(other.getMonitoredResource())) return false; + if (!getMetricsList() + .equals(other.getMetricsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -426,94 +378,88 @@ public int hashCode() { return hash; } - public static com.google.api.Billing.BillingDestination parseFrom(java.nio.ByteBuffer data) + public static com.google.api.Billing.BillingDestination parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Billing.BillingDestination parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.Billing.BillingDestination parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Billing.BillingDestination parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.Billing.BillingDestination parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Billing.BillingDestination parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.Billing.BillingDestination parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.Billing.BillingDestination parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.api.Billing.BillingDestination parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.api.Billing.BillingDestination parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.Billing.BillingDestination parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.Billing.BillingDestination parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.Billing.BillingDestination parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.Billing.BillingDestination prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -523,8 +469,6 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * Configuration of a specific billing destination (Currently only support
      * bill against consumer project).
@@ -532,33 +476,33 @@ protected Builder newBuilderForType(
      *
      * Protobuf type {@code google.api.Billing.BillingDestination}
      */
-    public static final class Builder
-        extends com.google.protobuf.GeneratedMessageV3.Builder
-        implements
+    public static final class Builder extends
+        com.google.protobuf.GeneratedMessageV3.Builder implements
         // @@protoc_insertion_point(builder_implements:google.api.Billing.BillingDestination)
         com.google.api.Billing.BillingDestinationOrBuilder {
-      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-        return com.google.api.BillingProto
-            .internal_static_google_api_Billing_BillingDestination_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor
+          getDescriptor() {
+        return com.google.api.BillingProto.internal_static_google_api_Billing_BillingDestination_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.api.BillingProto
-            .internal_static_google_api_Billing_BillingDestination_fieldAccessorTable
+        return com.google.api.BillingProto.internal_static_google_api_Billing_BillingDestination_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.api.Billing.BillingDestination.class,
-                com.google.api.Billing.BillingDestination.Builder.class);
+                com.google.api.Billing.BillingDestination.class, com.google.api.Billing.BillingDestination.Builder.class);
       }
 
       // Construct using com.google.api.Billing.BillingDestination.newBuilder()
-      private Builder() {}
+      private Builder() {
 
-      private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-        super(parent);
       }
 
+      private Builder(
+          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+        super(parent);
+
+      }
       @java.lang.Override
       public Builder clear() {
         super.clear();
@@ -570,9 +514,9 @@ public Builder clear() {
       }
 
       @java.lang.Override
-      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-        return com.google.api.BillingProto
-            .internal_static_google_api_Billing_BillingDestination_descriptor;
+      public com.google.protobuf.Descriptors.Descriptor
+          getDescriptorForType() {
+        return com.google.api.BillingProto.internal_static_google_api_Billing_BillingDestination_descriptor;
       }
 
       @java.lang.Override
@@ -591,8 +535,7 @@ public com.google.api.Billing.BillingDestination build() {
 
       @java.lang.Override
       public com.google.api.Billing.BillingDestination buildPartial() {
-        com.google.api.Billing.BillingDestination result =
-            new com.google.api.Billing.BillingDestination(this);
+        com.google.api.Billing.BillingDestination result = new com.google.api.Billing.BillingDestination(this);
         int from_bitField0_ = bitField0_;
         result.monitoredResource_ = monitoredResource_;
         if (((bitField0_ & 0x00000001) != 0)) {
@@ -608,41 +551,38 @@ public com.google.api.Billing.BillingDestination buildPartial() {
       public Builder clone() {
         return super.clone();
       }
-
       @java.lang.Override
       public Builder setField(
-          com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+          com.google.protobuf.Descriptors.FieldDescriptor field,
+          java.lang.Object value) {
         return super.setField(field, value);
       }
-
       @java.lang.Override
-      public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+      public Builder clearField(
+          com.google.protobuf.Descriptors.FieldDescriptor field) {
         return super.clearField(field);
       }
-
       @java.lang.Override
-      public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+      public Builder clearOneof(
+          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
         return super.clearOneof(oneof);
       }
-
       @java.lang.Override
       public Builder setRepeatedField(
           com.google.protobuf.Descriptors.FieldDescriptor field,
-          int index,
-          java.lang.Object value) {
+          int index, java.lang.Object value) {
         return super.setRepeatedField(field, index, value);
       }
-
       @java.lang.Override
       public Builder addRepeatedField(
-          com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+          com.google.protobuf.Descriptors.FieldDescriptor field,
+          java.lang.Object value) {
         return super.addRepeatedField(field, value);
       }
-
       @java.lang.Override
       public Builder mergeFrom(com.google.protobuf.Message other) {
         if (other instanceof com.google.api.Billing.BillingDestination) {
-          return mergeFrom((com.google.api.Billing.BillingDestination) other);
+          return mergeFrom((com.google.api.Billing.BillingDestination)other);
         } else {
           super.mergeFrom(other);
           return this;
@@ -691,26 +631,23 @@ public Builder mergeFrom(
               case 0:
                 done = true;
                 break;
-              case 10:
-                {
-                  monitoredResource_ = input.readStringRequireUtf8();
-
-                  break;
-                } // case 10
-              case 18:
-                {
-                  java.lang.String s = input.readStringRequireUtf8();
-                  ensureMetricsIsMutable();
-                  metrics_.add(s);
-                  break;
-                } // case 18
-              default:
-                {
-                  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                    done = true; // was an endgroup tag
-                  }
-                  break;
-                } // default:
+              case 10: {
+                monitoredResource_ = input.readStringRequireUtf8();
+
+                break;
+              } // case 10
+              case 18: {
+                java.lang.String s = input.readStringRequireUtf8();
+                ensureMetricsIsMutable();
+                metrics_.add(s);
+                break;
+              } // case 18
+              default: {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
             } // switch (tag)
           } // while (!done)
         } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -720,26 +657,23 @@ public Builder mergeFrom(
         } // finally
         return this;
       }
-
       private int bitField0_;
 
       private java.lang.Object monitoredResource_ = "";
       /**
-       *
-       *
        * 
        * The monitored resource type. The type must be defined in
        * [Service.monitored_resources][google.api.Service.monitored_resources] section.
        * 
* * string monitored_resource = 1; - * * @return The monitoredResource. */ public java.lang.String getMonitoredResource() { java.lang.Object ref = monitoredResource_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); monitoredResource_ = s; return s; @@ -748,22 +682,21 @@ public java.lang.String getMonitoredResource() { } } /** - * - * *
        * The monitored resource type. The type must be defined in
        * [Service.monitored_resources][google.api.Service.monitored_resources] section.
        * 
* * string monitored_resource = 1; - * * @return The bytes for monitoredResource. */ - public com.google.protobuf.ByteString getMonitoredResourceBytes() { + public com.google.protobuf.ByteString + getMonitoredResourceBytes() { java.lang.Object ref = monitoredResource_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); monitoredResource_ = b; return b; } else { @@ -771,118 +704,101 @@ public com.google.protobuf.ByteString getMonitoredResourceBytes() { } } /** - * - * *
        * The monitored resource type. The type must be defined in
        * [Service.monitored_resources][google.api.Service.monitored_resources] section.
        * 
* * string monitored_resource = 1; - * * @param value The monitoredResource to set. * @return This builder for chaining. */ - public Builder setMonitoredResource(java.lang.String value) { + public Builder setMonitoredResource( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + monitoredResource_ = value; onChanged(); return this; } /** - * - * *
        * The monitored resource type. The type must be defined in
        * [Service.monitored_resources][google.api.Service.monitored_resources] section.
        * 
* * string monitored_resource = 1; - * * @return This builder for chaining. */ public Builder clearMonitoredResource() { - + monitoredResource_ = getDefaultInstance().getMonitoredResource(); onChanged(); return this; } /** - * - * *
        * The monitored resource type. The type must be defined in
        * [Service.monitored_resources][google.api.Service.monitored_resources] section.
        * 
* * string monitored_resource = 1; - * * @param value The bytes for monitoredResource to set. * @return This builder for chaining. */ - public Builder setMonitoredResourceBytes(com.google.protobuf.ByteString value) { + public Builder setMonitoredResourceBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + monitoredResource_ = value; onChanged(); return this; } - private com.google.protobuf.LazyStringList metrics_ = - com.google.protobuf.LazyStringArrayList.EMPTY; - + private com.google.protobuf.LazyStringList metrics_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureMetricsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { metrics_ = new com.google.protobuf.LazyStringArrayList(metrics_); bitField0_ |= 0x00000001; - } + } } /** - * - * *
        * Names of the metrics to report to this billing destination.
        * Each name must be defined in [Service.metrics][google.api.Service.metrics] section.
        * 
* * repeated string metrics = 2; - * * @return A list containing the metrics. */ - public com.google.protobuf.ProtocolStringList getMetricsList() { + public com.google.protobuf.ProtocolStringList + getMetricsList() { return metrics_.getUnmodifiableView(); } /** - * - * *
        * Names of the metrics to report to this billing destination.
        * Each name must be defined in [Service.metrics][google.api.Service.metrics] section.
        * 
* * repeated string metrics = 2; - * * @return The count of metrics. */ public int getMetricsCount() { return metrics_.size(); } /** - * - * *
        * Names of the metrics to report to this billing destination.
        * Each name must be defined in [Service.metrics][google.api.Service.metrics] section.
        * 
* * repeated string metrics = 2; - * * @param index The index of the element to return. * @return The metrics at the given index. */ @@ -890,95 +806,85 @@ public java.lang.String getMetrics(int index) { return metrics_.get(index); } /** - * - * *
        * Names of the metrics to report to this billing destination.
        * Each name must be defined in [Service.metrics][google.api.Service.metrics] section.
        * 
* * repeated string metrics = 2; - * * @param index The index of the value to return. * @return The bytes of the metrics at the given index. */ - public com.google.protobuf.ByteString getMetricsBytes(int index) { + public com.google.protobuf.ByteString + getMetricsBytes(int index) { return metrics_.getByteString(index); } /** - * - * *
        * Names of the metrics to report to this billing destination.
        * Each name must be defined in [Service.metrics][google.api.Service.metrics] section.
        * 
* * repeated string metrics = 2; - * * @param index The index to set the value at. * @param value The metrics to set. * @return This builder for chaining. */ - public Builder setMetrics(int index, java.lang.String value) { + public Builder setMetrics( + int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureMetricsIsMutable(); + throw new NullPointerException(); + } + ensureMetricsIsMutable(); metrics_.set(index, value); onChanged(); return this; } /** - * - * *
        * Names of the metrics to report to this billing destination.
        * Each name must be defined in [Service.metrics][google.api.Service.metrics] section.
        * 
* * repeated string metrics = 2; - * * @param value The metrics to add. * @return This builder for chaining. */ - public Builder addMetrics(java.lang.String value) { + public Builder addMetrics( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureMetricsIsMutable(); + throw new NullPointerException(); + } + ensureMetricsIsMutable(); metrics_.add(value); onChanged(); return this; } /** - * - * *
        * Names of the metrics to report to this billing destination.
        * Each name must be defined in [Service.metrics][google.api.Service.metrics] section.
        * 
* * repeated string metrics = 2; - * * @param values The metrics to add. * @return This builder for chaining. */ - public Builder addAllMetrics(java.lang.Iterable values) { + public Builder addAllMetrics( + java.lang.Iterable values) { ensureMetricsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, metrics_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, metrics_); onChanged(); return this; } /** - * - * *
        * Names of the metrics to report to this billing destination.
        * Each name must be defined in [Service.metrics][google.api.Service.metrics] section.
        * 
* * repeated string metrics = 2; - * * @return This builder for chaining. */ public Builder clearMetrics() { @@ -988,29 +894,26 @@ public Builder clearMetrics() { return this; } /** - * - * *
        * Names of the metrics to report to this billing destination.
        * Each name must be defined in [Service.metrics][google.api.Service.metrics] section.
        * 
* * repeated string metrics = 2; - * * @param value The bytes of the metrics to add. * @return This builder for chaining. */ - public Builder addMetricsBytes(com.google.protobuf.ByteString value) { + public Builder addMetricsBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensureMetricsIsMutable(); metrics_.add(value); onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -1023,12 +926,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.Billing.BillingDestination) } // @@protoc_insertion_point(class_scope:google.api.Billing.BillingDestination) private static final com.google.api.Billing.BillingDestination DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.Billing.BillingDestination(); } @@ -1037,28 +940,27 @@ public static com.google.api.Billing.BillingDestination getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public BillingDestination parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public BillingDestination parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1073,13 +975,12 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.Billing.BillingDestination getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } public static final int CONSUMER_DESTINATIONS_FIELD_NUMBER = 8; private java.util.List consumerDestinations_; /** - * - * *
    * Billing configurations for sending metrics to the consumer project.
    * There can be multiple consumer destinations per service, each one must have
@@ -1094,8 +995,6 @@ public java.util.List getConsumerDest
     return consumerDestinations_;
   }
   /**
-   *
-   *
    * 
    * Billing configurations for sending metrics to the consumer project.
    * There can be multiple consumer destinations per service, each one must have
@@ -1106,13 +1005,11 @@ public java.util.List getConsumerDest
    * repeated .google.api.Billing.BillingDestination consumer_destinations = 8;
    */
   @java.lang.Override
-  public java.util.List
+  public java.util.List 
       getConsumerDestinationsOrBuilderList() {
     return consumerDestinations_;
   }
   /**
-   *
-   *
    * 
    * Billing configurations for sending metrics to the consumer project.
    * There can be multiple consumer destinations per service, each one must have
@@ -1127,8 +1024,6 @@ public int getConsumerDestinationsCount() {
     return consumerDestinations_.size();
   }
   /**
-   *
-   *
    * 
    * Billing configurations for sending metrics to the consumer project.
    * There can be multiple consumer destinations per service, each one must have
@@ -1143,8 +1038,6 @@ public com.google.api.Billing.BillingDestination getConsumerDestinations(int ind
     return consumerDestinations_.get(index);
   }
   /**
-   *
-   *
    * 
    * Billing configurations for sending metrics to the consumer project.
    * There can be multiple consumer destinations per service, each one must have
@@ -1161,7 +1054,6 @@ public com.google.api.Billing.BillingDestinationOrBuilder getConsumerDestination
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -1173,7 +1065,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     for (int i = 0; i < consumerDestinations_.size(); i++) {
       output.writeMessage(8, consumerDestinations_.get(i));
     }
@@ -1187,8 +1080,8 @@ public int getSerializedSize() {
 
     size = 0;
     for (int i = 0; i < consumerDestinations_.size(); i++) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeMessageSize(8, consumerDestinations_.get(i));
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(8, consumerDestinations_.get(i));
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -1198,14 +1091,15 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.api.Billing)) {
       return super.equals(obj);
     }
     com.google.api.Billing other = (com.google.api.Billing) obj;
 
-    if (!getConsumerDestinationsList().equals(other.getConsumerDestinationsList())) return false;
+    if (!getConsumerDestinationsList()
+        .equals(other.getConsumerDestinationsList())) return false;
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
   }
@@ -1226,103 +1120,97 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.api.Billing parseFrom(java.nio.ByteBuffer data)
+  public static com.google.api.Billing parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.Billing parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.api.Billing parseFrom(com.google.protobuf.ByteString data)
+  public static com.google.api.Billing parseFrom(
+      com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.Billing parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.api.Billing parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.Billing parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.api.Billing parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.api.Billing parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.api.Billing parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.api.Billing parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.api.Billing parseFrom(com.google.protobuf.CodedInputStream input)
+  public static com.google.api.Billing parseFrom(
+      com.google.protobuf.CodedInputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.api.Billing parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.api.Billing prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Billing related configuration of the service.
    * The following example shows how to configure monitored resources and metrics
@@ -1357,11 +1245,12 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.api.Billing}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.api.Billing)
       com.google.api.BillingOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
       return com.google.api.BillingProto.internal_static_google_api_Billing_descriptor;
     }
 
@@ -1374,12 +1263,15 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
     }
 
     // Construct using com.google.api.Billing.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -1394,7 +1286,8 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
       return com.google.api.BillingProto.internal_static_google_api_Billing_descriptor;
     }
 
@@ -1433,39 +1326,38 @@ public com.google.api.Billing buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.api.Billing) {
-        return mergeFrom((com.google.api.Billing) other);
+        return mergeFrom((com.google.api.Billing)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -1492,10 +1384,9 @@ public Builder mergeFrom(com.google.api.Billing other) {
             consumerDestinationsBuilder_ = null;
             consumerDestinations_ = other.consumerDestinations_;
             bitField0_ = (bitField0_ & ~0x00000001);
-            consumerDestinationsBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getConsumerDestinationsFieldBuilder()
-                    : null;
+            consumerDestinationsBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getConsumerDestinationsFieldBuilder() : null;
           } else {
             consumerDestinationsBuilder_.addAllMessages(other.consumerDestinations_);
           }
@@ -1527,26 +1418,25 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 66:
-              {
-                com.google.api.Billing.BillingDestination m =
-                    input.readMessage(
-                        com.google.api.Billing.BillingDestination.parser(), extensionRegistry);
-                if (consumerDestinationsBuilder_ == null) {
-                  ensureConsumerDestinationsIsMutable();
-                  consumerDestinations_.add(m);
-                } else {
-                  consumerDestinationsBuilder_.addMessage(m);
-                }
-                break;
-              } // case 66
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 66: {
+              com.google.api.Billing.BillingDestination m =
+                  input.readMessage(
+                      com.google.api.Billing.BillingDestination.parser(),
+                      extensionRegistry);
+              if (consumerDestinationsBuilder_ == null) {
+                ensureConsumerDestinationsIsMutable();
+                consumerDestinations_.add(m);
+              } else {
+                consumerDestinationsBuilder_.addMessage(m);
+              }
+              break;
+            } // case 66
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -1556,30 +1446,21 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.util.List consumerDestinations_ =
-        java.util.Collections.emptyList();
-
+      java.util.Collections.emptyList();
     private void ensureConsumerDestinationsIsMutable() {
       if (!((bitField0_ & 0x00000001) != 0)) {
-        consumerDestinations_ =
-            new java.util.ArrayList(
-                consumerDestinations_);
+        consumerDestinations_ = new java.util.ArrayList(consumerDestinations_);
         bitField0_ |= 0x00000001;
-      }
+       }
     }
 
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.api.Billing.BillingDestination,
-            com.google.api.Billing.BillingDestination.Builder,
-            com.google.api.Billing.BillingDestinationOrBuilder>
-        consumerDestinationsBuilder_;
+        com.google.api.Billing.BillingDestination, com.google.api.Billing.BillingDestination.Builder, com.google.api.Billing.BillingDestinationOrBuilder> consumerDestinationsBuilder_;
 
     /**
-     *
-     *
      * 
      * Billing configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations per service, each one must have
@@ -1597,8 +1478,6 @@ public java.util.List getConsumerDest
       }
     }
     /**
-     *
-     *
      * 
      * Billing configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations per service, each one must have
@@ -1616,8 +1495,6 @@ public int getConsumerDestinationsCount() {
       }
     }
     /**
-     *
-     *
      * 
      * Billing configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations per service, each one must have
@@ -1635,8 +1512,6 @@ public com.google.api.Billing.BillingDestination getConsumerDestinations(int ind
       }
     }
     /**
-     *
-     *
      * 
      * Billing configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations per service, each one must have
@@ -1661,8 +1536,6 @@ public Builder setConsumerDestinations(
       return this;
     }
     /**
-     *
-     *
      * 
      * Billing configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations per service, each one must have
@@ -1684,8 +1557,6 @@ public Builder setConsumerDestinations(
       return this;
     }
     /**
-     *
-     *
      * 
      * Billing configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations per service, each one must have
@@ -1709,8 +1580,6 @@ public Builder addConsumerDestinations(com.google.api.Billing.BillingDestination
       return this;
     }
     /**
-     *
-     *
      * 
      * Billing configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations per service, each one must have
@@ -1735,8 +1604,6 @@ public Builder addConsumerDestinations(
       return this;
     }
     /**
-     *
-     *
      * 
      * Billing configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations per service, each one must have
@@ -1758,8 +1625,6 @@ public Builder addConsumerDestinations(
       return this;
     }
     /**
-     *
-     *
      * 
      * Billing configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations per service, each one must have
@@ -1781,8 +1646,6 @@ public Builder addConsumerDestinations(
       return this;
     }
     /**
-     *
-     *
      * 
      * Billing configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations per service, each one must have
@@ -1796,7 +1659,8 @@ public Builder addAllConsumerDestinations(
         java.lang.Iterable values) {
       if (consumerDestinationsBuilder_ == null) {
         ensureConsumerDestinationsIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, consumerDestinations_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, consumerDestinations_);
         onChanged();
       } else {
         consumerDestinationsBuilder_.addAllMessages(values);
@@ -1804,8 +1668,6 @@ public Builder addAllConsumerDestinations(
       return this;
     }
     /**
-     *
-     *
      * 
      * Billing configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations per service, each one must have
@@ -1826,8 +1688,6 @@ public Builder clearConsumerDestinations() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Billing configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations per service, each one must have
@@ -1848,8 +1708,6 @@ public Builder removeConsumerDestinations(int index) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Billing configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations per service, each one must have
@@ -1864,8 +1722,6 @@ public com.google.api.Billing.BillingDestination.Builder getConsumerDestinations
       return getConsumerDestinationsFieldBuilder().getBuilder(index);
     }
     /**
-     *
-     *
      * 
      * Billing configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations per service, each one must have
@@ -1878,14 +1734,11 @@ public com.google.api.Billing.BillingDestination.Builder getConsumerDestinations
     public com.google.api.Billing.BillingDestinationOrBuilder getConsumerDestinationsOrBuilder(
         int index) {
       if (consumerDestinationsBuilder_ == null) {
-        return consumerDestinations_.get(index);
-      } else {
+        return consumerDestinations_.get(index);  } else {
         return consumerDestinationsBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
-     *
-     *
      * 
      * Billing configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations per service, each one must have
@@ -1895,8 +1748,8 @@ public com.google.api.Billing.BillingDestinationOrBuilder getConsumerDestination
      *
      * repeated .google.api.Billing.BillingDestination consumer_destinations = 8;
      */
-    public java.util.List
-        getConsumerDestinationsOrBuilderList() {
+    public java.util.List 
+         getConsumerDestinationsOrBuilderList() {
       if (consumerDestinationsBuilder_ != null) {
         return consumerDestinationsBuilder_.getMessageOrBuilderList();
       } else {
@@ -1904,8 +1757,6 @@ public com.google.api.Billing.BillingDestinationOrBuilder getConsumerDestination
       }
     }
     /**
-     *
-     *
      * 
      * Billing configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations per service, each one must have
@@ -1916,12 +1767,10 @@ public com.google.api.Billing.BillingDestinationOrBuilder getConsumerDestination
      * repeated .google.api.Billing.BillingDestination consumer_destinations = 8;
      */
     public com.google.api.Billing.BillingDestination.Builder addConsumerDestinationsBuilder() {
-      return getConsumerDestinationsFieldBuilder()
-          .addBuilder(com.google.api.Billing.BillingDestination.getDefaultInstance());
+      return getConsumerDestinationsFieldBuilder().addBuilder(
+          com.google.api.Billing.BillingDestination.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * Billing configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations per service, each one must have
@@ -1933,12 +1782,10 @@ public com.google.api.Billing.BillingDestination.Builder addConsumerDestinations
      */
     public com.google.api.Billing.BillingDestination.Builder addConsumerDestinationsBuilder(
         int index) {
-      return getConsumerDestinationsFieldBuilder()
-          .addBuilder(index, com.google.api.Billing.BillingDestination.getDefaultInstance());
+      return getConsumerDestinationsFieldBuilder().addBuilder(
+          index, com.google.api.Billing.BillingDestination.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * Billing configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations per service, each one must have
@@ -1948,22 +1795,16 @@ public com.google.api.Billing.BillingDestination.Builder addConsumerDestinations
      *
      * repeated .google.api.Billing.BillingDestination consumer_destinations = 8;
      */
-    public java.util.List
-        getConsumerDestinationsBuilderList() {
+    public java.util.List 
+         getConsumerDestinationsBuilderList() {
       return getConsumerDestinationsFieldBuilder().getBuilderList();
     }
-
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.api.Billing.BillingDestination,
-            com.google.api.Billing.BillingDestination.Builder,
-            com.google.api.Billing.BillingDestinationOrBuilder>
+        com.google.api.Billing.BillingDestination, com.google.api.Billing.BillingDestination.Builder, com.google.api.Billing.BillingDestinationOrBuilder> 
         getConsumerDestinationsFieldBuilder() {
       if (consumerDestinationsBuilder_ == null) {
-        consumerDestinationsBuilder_ =
-            new com.google.protobuf.RepeatedFieldBuilderV3<
-                com.google.api.Billing.BillingDestination,
-                com.google.api.Billing.BillingDestination.Builder,
-                com.google.api.Billing.BillingDestinationOrBuilder>(
+        consumerDestinationsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+            com.google.api.Billing.BillingDestination, com.google.api.Billing.BillingDestination.Builder, com.google.api.Billing.BillingDestinationOrBuilder>(
                 consumerDestinations_,
                 ((bitField0_ & 0x00000001) != 0),
                 getParentForChildren(),
@@ -1972,9 +1813,9 @@ public com.google.api.Billing.BillingDestination.Builder addConsumerDestinations
       }
       return consumerDestinationsBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1984,12 +1825,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.api.Billing)
   }
 
   // @@protoc_insertion_point(class_scope:google.api.Billing)
   private static final com.google.api.Billing DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.api.Billing();
   }
@@ -1998,27 +1839,27 @@ public static com.google.api.Billing getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public Billing parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public Billing parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -2033,4 +1874,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.api.Billing getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/BillingOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/BillingOrBuilder.java
similarity index 74%
rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/BillingOrBuilder.java
rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/BillingOrBuilder.java
index 2828912e18..f7ce21c309 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/BillingOrBuilder.java
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/BillingOrBuilder.java
@@ -1,31 +1,13 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/api/billing.proto
 
 package com.google.api;
 
-public interface BillingOrBuilder
-    extends
+public interface BillingOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.api.Billing)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * Billing configurations for sending metrics to the consumer project.
    * There can be multiple consumer destinations per service, each one must have
@@ -35,10 +17,9 @@ public interface BillingOrBuilder
    *
    * repeated .google.api.Billing.BillingDestination consumer_destinations = 8;
    */
-  java.util.List getConsumerDestinationsList();
+  java.util.List 
+      getConsumerDestinationsList();
   /**
-   *
-   *
    * 
    * Billing configurations for sending metrics to the consumer project.
    * There can be multiple consumer destinations per service, each one must have
@@ -50,8 +31,6 @@ public interface BillingOrBuilder
    */
   com.google.api.Billing.BillingDestination getConsumerDestinations(int index);
   /**
-   *
-   *
    * 
    * Billing configurations for sending metrics to the consumer project.
    * There can be multiple consumer destinations per service, each one must have
@@ -63,8 +42,6 @@ public interface BillingOrBuilder
    */
   int getConsumerDestinationsCount();
   /**
-   *
-   *
    * 
    * Billing configurations for sending metrics to the consumer project.
    * There can be multiple consumer destinations per service, each one must have
@@ -74,11 +51,9 @@ public interface BillingOrBuilder
    *
    * repeated .google.api.Billing.BillingDestination consumer_destinations = 8;
    */
-  java.util.List
+  java.util.List 
       getConsumerDestinationsOrBuilderList();
   /**
-   *
-   *
    * 
    * Billing configurations for sending metrics to the consumer project.
    * There can be multiple consumer destinations per service, each one must have
@@ -88,5 +63,6 @@ public interface BillingOrBuilder
    *
    * repeated .google.api.Billing.BillingDestination consumer_destinations = 8;
    */
-  com.google.api.Billing.BillingDestinationOrBuilder getConsumerDestinationsOrBuilder(int index);
+  com.google.api.Billing.BillingDestinationOrBuilder getConsumerDestinationsOrBuilder(
+      int index);
 }
diff --git a/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/BillingProto.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/BillingProto.java
new file mode 100644
index 0000000000..d34b80aa5e
--- /dev/null
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/BillingProto.java
@@ -0,0 +1,64 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/api/billing.proto
+
+package com.google.api;
+
+public final class BillingProto {
+  private BillingProto() {}
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistryLite registry) {
+  }
+
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistry registry) {
+    registerAllExtensions(
+        (com.google.protobuf.ExtensionRegistryLite) registry);
+  }
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_api_Billing_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_api_Billing_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_api_Billing_BillingDestination_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_api_Billing_BillingDestination_fieldAccessorTable;
+
+  public static com.google.protobuf.Descriptors.FileDescriptor
+      getDescriptor() {
+    return descriptor;
+  }
+  private static  com.google.protobuf.Descriptors.FileDescriptor
+      descriptor;
+  static {
+    java.lang.String[] descriptorData = {
+      "\n\030google/api/billing.proto\022\ngoogle.api\"\223" +
+      "\001\n\007Billing\022E\n\025consumer_destinations\030\010 \003(" +
+      "\0132&.google.api.Billing.BillingDestinatio" +
+      "n\032A\n\022BillingDestination\022\032\n\022monitored_res" +
+      "ource\030\001 \001(\t\022\017\n\007metrics\030\002 \003(\tBn\n\016com.goog" +
+      "le.apiB\014BillingProtoP\001ZEgoogle.golang.or" +
+      "g/genproto/googleapis/api/serviceconfig;" +
+      "serviceconfig\242\002\004GAPIb\006proto3"
+    };
+    descriptor = com.google.protobuf.Descriptors.FileDescriptor
+      .internalBuildGeneratedFileFrom(descriptorData,
+        new com.google.protobuf.Descriptors.FileDescriptor[] {
+        });
+    internal_static_google_api_Billing_descriptor =
+      getDescriptor().getMessageTypes().get(0);
+    internal_static_google_api_Billing_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_api_Billing_descriptor,
+        new java.lang.String[] { "ConsumerDestinations", });
+    internal_static_google_api_Billing_BillingDestination_descriptor =
+      internal_static_google_api_Billing_descriptor.getNestedTypes().get(0);
+    internal_static_google_api_Billing_BillingDestination_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_api_Billing_BillingDestination_descriptor,
+        new java.lang.String[] { "MonitoredResource", "Metrics", });
+  }
+
+  // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ChangeType.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ChangeType.java
similarity index 70%
rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ChangeType.java
rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ChangeType.java
index e8342671d3..4bf4f52d64 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ChangeType.java
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ChangeType.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/api/config_change.proto
 
 package com.google.api;
 
 /**
- *
- *
  * 
  * Classifies set of possible modifications to an object in the service
  * configuration.
@@ -28,10 +11,9 @@
  *
  * Protobuf enum {@code google.api.ChangeType}
  */
-public enum ChangeType implements com.google.protobuf.ProtocolMessageEnum {
+public enum ChangeType
+    implements com.google.protobuf.ProtocolMessageEnum {
   /**
-   *
-   *
    * 
    * No value was provided.
    * 
@@ -40,8 +22,6 @@ public enum ChangeType implements com.google.protobuf.ProtocolMessageEnum { */ CHANGE_TYPE_UNSPECIFIED(0), /** - * - * *
    * The changed object exists in the 'new' service configuration, but not
    * in the 'old' service configuration.
@@ -51,8 +31,6 @@ public enum ChangeType implements com.google.protobuf.ProtocolMessageEnum {
    */
   ADDED(1),
   /**
-   *
-   *
    * 
    * The changed object exists in the 'old' service configuration, but not
    * in the 'new' service configuration.
@@ -62,8 +40,6 @@ public enum ChangeType implements com.google.protobuf.ProtocolMessageEnum {
    */
   REMOVED(2),
   /**
-   *
-   *
    * 
    * The changed object exists in both service configurations, but its value
    * is different.
@@ -76,8 +52,6 @@ public enum ChangeType implements com.google.protobuf.ProtocolMessageEnum {
   ;
 
   /**
-   *
-   *
    * 
    * No value was provided.
    * 
@@ -86,8 +60,6 @@ public enum ChangeType implements com.google.protobuf.ProtocolMessageEnum { */ public static final int CHANGE_TYPE_UNSPECIFIED_VALUE = 0; /** - * - * *
    * The changed object exists in the 'new' service configuration, but not
    * in the 'old' service configuration.
@@ -97,8 +69,6 @@ public enum ChangeType implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int ADDED_VALUE = 1;
   /**
-   *
-   *
    * 
    * The changed object exists in the 'old' service configuration, but not
    * in the 'new' service configuration.
@@ -108,8 +78,6 @@ public enum ChangeType implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int REMOVED_VALUE = 2;
   /**
-   *
-   *
    * 
    * The changed object exists in both service configurations, but its value
    * is different.
@@ -119,6 +87,7 @@ public enum ChangeType implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int MODIFIED_VALUE = 3;
 
+
   public final int getNumber() {
     if (this == UNRECOGNIZED) {
       throw new java.lang.IllegalArgumentException(
@@ -143,51 +112,50 @@ public static ChangeType valueOf(int value) {
    */
   public static ChangeType forNumber(int value) {
     switch (value) {
-      case 0:
-        return CHANGE_TYPE_UNSPECIFIED;
-      case 1:
-        return ADDED;
-      case 2:
-        return REMOVED;
-      case 3:
-        return MODIFIED;
-      default:
-        return null;
+      case 0: return CHANGE_TYPE_UNSPECIFIED;
+      case 1: return ADDED;
+      case 2: return REMOVED;
+      case 3: return MODIFIED;
+      default: return null;
     }
   }
 
-  public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
+  public static com.google.protobuf.Internal.EnumLiteMap
+      internalGetValueMap() {
     return internalValueMap;
   }
-
-  private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
-      new com.google.protobuf.Internal.EnumLiteMap() {
-        public ChangeType findValueByNumber(int number) {
-          return ChangeType.forNumber(number);
-        }
-      };
-
-  public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+  private static final com.google.protobuf.Internal.EnumLiteMap<
+      ChangeType> internalValueMap =
+        new com.google.protobuf.Internal.EnumLiteMap() {
+          public ChangeType findValueByNumber(int number) {
+            return ChangeType.forNumber(number);
+          }
+        };
+
+  public final com.google.protobuf.Descriptors.EnumValueDescriptor
+      getValueDescriptor() {
     if (this == UNRECOGNIZED) {
       throw new java.lang.IllegalStateException(
           "Can't get the descriptor of an unrecognized enum value.");
     }
     return getDescriptor().getValues().get(ordinal());
   }
-
-  public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
+  public final com.google.protobuf.Descriptors.EnumDescriptor
+      getDescriptorForType() {
     return getDescriptor();
   }
-
-  public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
+  public static final com.google.protobuf.Descriptors.EnumDescriptor
+      getDescriptor() {
     return com.google.api.ConfigChangeProto.getDescriptor().getEnumTypes().get(0);
   }
 
   private static final ChangeType[] VALUES = values();
 
-  public static ChangeType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+  public static ChangeType valueOf(
+      com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
     if (desc.getType() != getDescriptor()) {
-      throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
+      throw new java.lang.IllegalArgumentException(
+        "EnumValueDescriptor is not for this type.");
     }
     if (desc.getIndex() == -1) {
       return UNRECOGNIZED;
@@ -203,3 +171,4 @@ private ChangeType(int value) {
 
   // @@protoc_insertion_point(enum_scope:google.api.ChangeType)
 }
+
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ClientLibraryDestination.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ClientLibraryDestination.java
similarity index 70%
rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ClientLibraryDestination.java
rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ClientLibraryDestination.java
index 77b7122ab1..e5cb8e7f4a 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ClientLibraryDestination.java
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ClientLibraryDestination.java
@@ -1,36 +1,18 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/api/client.proto
 
 package com.google.api;
 
 /**
- *
- *
  * 
  * To where should client libraries be published?
  * 
* * Protobuf enum {@code google.api.ClientLibraryDestination} */ -public enum ClientLibraryDestination implements com.google.protobuf.ProtocolMessageEnum { +public enum ClientLibraryDestination + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
    * Client libraries will neither be generated nor published to package
    * managers.
@@ -40,8 +22,6 @@ public enum ClientLibraryDestination implements com.google.protobuf.ProtocolMess
    */
   CLIENT_LIBRARY_DESTINATION_UNSPECIFIED(0),
   /**
-   *
-   *
    * 
    * Generate the client library in a repo under github.com/googleapis,
    * but don't publish it to package managers.
@@ -51,8 +31,6 @@ public enum ClientLibraryDestination implements com.google.protobuf.ProtocolMess
    */
   GITHUB(10),
   /**
-   *
-   *
    * 
    * Publish the library to package managers like nuget.org and npmjs.com.
    * 
@@ -64,8 +42,6 @@ public enum ClientLibraryDestination implements com.google.protobuf.ProtocolMess ; /** - * - * *
    * Client libraries will neither be generated nor published to package
    * managers.
@@ -75,8 +51,6 @@ public enum ClientLibraryDestination implements com.google.protobuf.ProtocolMess
    */
   public static final int CLIENT_LIBRARY_DESTINATION_UNSPECIFIED_VALUE = 0;
   /**
-   *
-   *
    * 
    * Generate the client library in a repo under github.com/googleapis,
    * but don't publish it to package managers.
@@ -86,8 +60,6 @@ public enum ClientLibraryDestination implements com.google.protobuf.ProtocolMess
    */
   public static final int GITHUB_VALUE = 10;
   /**
-   *
-   *
    * 
    * Publish the library to package managers like nuget.org and npmjs.com.
    * 
@@ -96,6 +68,7 @@ public enum ClientLibraryDestination implements com.google.protobuf.ProtocolMess */ public static final int PACKAGE_MANAGER_VALUE = 20; + public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -120,14 +93,10 @@ public static ClientLibraryDestination valueOf(int value) { */ public static ClientLibraryDestination forNumber(int value) { switch (value) { - case 0: - return CLIENT_LIBRARY_DESTINATION_UNSPECIFIED; - case 10: - return GITHUB; - case 20: - return PACKAGE_MANAGER; - default: - return null; + case 0: return CLIENT_LIBRARY_DESTINATION_UNSPECIFIED; + case 10: return GITHUB; + case 20: return PACKAGE_MANAGER; + default: return null; } } @@ -135,28 +104,28 @@ public static ClientLibraryDestination forNumber(int value) { internalGetValueMap() { return internalValueMap; } - - private static final com.google.protobuf.Internal.EnumLiteMap - internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public ClientLibraryDestination findValueByNumber(int number) { - return ClientLibraryDestination.forNumber(number); - } - }; - - public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { + private static final com.google.protobuf.Internal.EnumLiteMap< + ClientLibraryDestination> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public ClientLibraryDestination findValueByNumber(int number) { + return ClientLibraryDestination.forNumber(number); + } + }; + + public final com.google.protobuf.Descriptors.EnumValueDescriptor + getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } - - public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { + public final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptorForType() { return getDescriptor(); } - - public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { return com.google.api.ClientProto.getDescriptor().getEnumTypes().get(1); } @@ -165,7 +134,8 @@ public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor public static ClientLibraryDestination valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { - throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); + throw new java.lang.IllegalArgumentException( + "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; @@ -181,3 +151,4 @@ private ClientLibraryDestination(int value) { // @@protoc_insertion_point(enum_scope:google.api.ClientLibraryDestination) } + diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ClientLibraryOrganization.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ClientLibraryOrganization.java similarity index 70% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ClientLibraryOrganization.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ClientLibraryOrganization.java index 57545e2131..47ee842112 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ClientLibraryOrganization.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ClientLibraryOrganization.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/client.proto package com.google.api; /** - * - * *
  * The organization for which the client libraries are being published.
  * Affects the url where generated docs are published, etc.
@@ -28,10 +11,9 @@
  *
  * Protobuf enum {@code google.api.ClientLibraryOrganization}
  */
-public enum ClientLibraryOrganization implements com.google.protobuf.ProtocolMessageEnum {
+public enum ClientLibraryOrganization
+    implements com.google.protobuf.ProtocolMessageEnum {
   /**
-   *
-   *
    * 
    * Not useful.
    * 
@@ -40,8 +22,6 @@ public enum ClientLibraryOrganization implements com.google.protobuf.ProtocolMes */ CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED(0), /** - * - * *
    * Google Cloud Platform Org.
    * 
@@ -50,8 +30,6 @@ public enum ClientLibraryOrganization implements com.google.protobuf.ProtocolMes */ CLOUD(1), /** - * - * *
    * Ads (Advertising) Org.
    * 
@@ -60,8 +38,6 @@ public enum ClientLibraryOrganization implements com.google.protobuf.ProtocolMes */ ADS(2), /** - * - * *
    * Photos Org.
    * 
@@ -70,8 +46,6 @@ public enum ClientLibraryOrganization implements com.google.protobuf.ProtocolMes */ PHOTOS(3), /** - * - * *
    * Street View Org.
    * 
@@ -83,8 +57,6 @@ public enum ClientLibraryOrganization implements com.google.protobuf.ProtocolMes ; /** - * - * *
    * Not useful.
    * 
@@ -93,8 +65,6 @@ public enum ClientLibraryOrganization implements com.google.protobuf.ProtocolMes */ public static final int CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED_VALUE = 0; /** - * - * *
    * Google Cloud Platform Org.
    * 
@@ -103,8 +73,6 @@ public enum ClientLibraryOrganization implements com.google.protobuf.ProtocolMes */ public static final int CLOUD_VALUE = 1; /** - * - * *
    * Ads (Advertising) Org.
    * 
@@ -113,8 +81,6 @@ public enum ClientLibraryOrganization implements com.google.protobuf.ProtocolMes */ public static final int ADS_VALUE = 2; /** - * - * *
    * Photos Org.
    * 
@@ -123,8 +89,6 @@ public enum ClientLibraryOrganization implements com.google.protobuf.ProtocolMes */ public static final int PHOTOS_VALUE = 3; /** - * - * *
    * Street View Org.
    * 
@@ -133,6 +97,7 @@ public enum ClientLibraryOrganization implements com.google.protobuf.ProtocolMes */ public static final int STREET_VIEW_VALUE = 4; + public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -157,18 +122,12 @@ public static ClientLibraryOrganization valueOf(int value) { */ public static ClientLibraryOrganization forNumber(int value) { switch (value) { - case 0: - return CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED; - case 1: - return CLOUD; - case 2: - return ADS; - case 3: - return PHOTOS; - case 4: - return STREET_VIEW; - default: - return null; + case 0: return CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED; + case 1: return CLOUD; + case 2: return ADS; + case 3: return PHOTOS; + case 4: return STREET_VIEW; + default: return null; } } @@ -176,28 +135,28 @@ public static ClientLibraryOrganization forNumber(int value) { internalGetValueMap() { return internalValueMap; } - - private static final com.google.protobuf.Internal.EnumLiteMap - internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public ClientLibraryOrganization findValueByNumber(int number) { - return ClientLibraryOrganization.forNumber(number); - } - }; - - public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { + private static final com.google.protobuf.Internal.EnumLiteMap< + ClientLibraryOrganization> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public ClientLibraryOrganization findValueByNumber(int number) { + return ClientLibraryOrganization.forNumber(number); + } + }; + + public final com.google.protobuf.Descriptors.EnumValueDescriptor + getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } - - public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { + public final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptorForType() { return getDescriptor(); } - - public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { return com.google.api.ClientProto.getDescriptor().getEnumTypes().get(0); } @@ -206,7 +165,8 @@ public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor public static ClientLibraryOrganization valueOf( com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { - throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); + throw new java.lang.IllegalArgumentException( + "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; @@ -222,3 +182,4 @@ private ClientLibraryOrganization(int value) { // @@protoc_insertion_point(enum_scope:google.api.ClientLibraryOrganization) } + diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ClientLibrarySettings.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ClientLibrarySettings.java similarity index 75% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ClientLibrarySettings.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ClientLibrarySettings.java index eb90369fb0..35500da218 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ClientLibrarySettings.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ClientLibrarySettings.java @@ -1,42 +1,24 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/client.proto package com.google.api; /** - * - * *
  * Details about how and where to publish client libraries.
  * 
* * Protobuf type {@code google.api.ClientLibrarySettings} */ -public final class ClientLibrarySettings extends com.google.protobuf.GeneratedMessageV3 - implements +public final class ClientLibrarySettings extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.api.ClientLibrarySettings) ClientLibrarySettingsOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use ClientLibrarySettings.newBuilder() to construct. private ClientLibrarySettings(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ClientLibrarySettings() { version_ = ""; launchStage_ = 0; @@ -44,40 +26,37 @@ private ClientLibrarySettings() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new ClientLibrarySettings(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.api.ClientProto.internal_static_google_api_ClientLibrarySettings_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.api.ClientProto - .internal_static_google_api_ClientLibrarySettings_fieldAccessorTable + return com.google.api.ClientProto.internal_static_google_api_ClientLibrarySettings_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.api.ClientLibrarySettings.class, - com.google.api.ClientLibrarySettings.Builder.class); + com.google.api.ClientLibrarySettings.class, com.google.api.ClientLibrarySettings.Builder.class); } public static final int VERSION_FIELD_NUMBER = 1; private volatile java.lang.Object version_; /** - * - * *
    * Version of the API to apply these settings to.
    * 
* * string version = 1; - * * @return The version. */ @java.lang.Override @@ -86,29 +65,29 @@ public java.lang.String getVersion() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); version_ = s; return s; } } /** - * - * *
    * Version of the API to apply these settings to.
    * 
* * string version = 1; - * * @return The bytes for version. */ @java.lang.Override - public com.google.protobuf.ByteString getVersionBytes() { + public com.google.protobuf.ByteString + getVersionBytes() { java.lang.Object ref = version_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); version_ = b; return b; } else { @@ -119,33 +98,25 @@ public com.google.protobuf.ByteString getVersionBytes() { public static final int LAUNCH_STAGE_FIELD_NUMBER = 2; private int launchStage_; /** - * - * *
    * Launch stage of this version of the API.
    * 
* * .google.api.LaunchStage launch_stage = 2; - * * @return The enum numeric value on the wire for launchStage. */ - @java.lang.Override - public int getLaunchStageValue() { + @java.lang.Override public int getLaunchStageValue() { return launchStage_; } /** - * - * *
    * Launch stage of this version of the API.
    * 
* * .google.api.LaunchStage launch_stage = 2; - * * @return The launchStage. */ - @java.lang.Override - public com.google.api.LaunchStage getLaunchStage() { + @java.lang.Override public com.google.api.LaunchStage getLaunchStage() { @SuppressWarnings("deprecation") com.google.api.LaunchStage result = com.google.api.LaunchStage.valueOf(launchStage_); return result == null ? com.google.api.LaunchStage.UNRECOGNIZED : result; @@ -154,15 +125,12 @@ public com.google.api.LaunchStage getLaunchStage() { public static final int REST_NUMERIC_ENUMS_FIELD_NUMBER = 3; private boolean restNumericEnums_; /** - * - * *
    * When using transport=rest, the client request will encode enums as
    * numbers rather than strings.
    * 
* * bool rest_numeric_enums = 3; - * * @return The restNumericEnums. */ @java.lang.Override @@ -173,14 +141,11 @@ public boolean getRestNumericEnums() { public static final int JAVA_SETTINGS_FIELD_NUMBER = 21; private com.google.api.JavaSettings javaSettings_; /** - * - * *
    * Settings for legacy Java features, supported in the Service YAML.
    * 
* * .google.api.JavaSettings java_settings = 21; - * * @return Whether the javaSettings field is set. */ @java.lang.Override @@ -188,14 +153,11 @@ public boolean hasJavaSettings() { return javaSettings_ != null; } /** - * - * *
    * Settings for legacy Java features, supported in the Service YAML.
    * 
* * .google.api.JavaSettings java_settings = 21; - * * @return The javaSettings. */ @java.lang.Override @@ -203,8 +165,6 @@ public com.google.api.JavaSettings getJavaSettings() { return javaSettings_ == null ? com.google.api.JavaSettings.getDefaultInstance() : javaSettings_; } /** - * - * *
    * Settings for legacy Java features, supported in the Service YAML.
    * 
@@ -219,14 +179,11 @@ public com.google.api.JavaSettingsOrBuilder getJavaSettingsOrBuilder() { public static final int CPP_SETTINGS_FIELD_NUMBER = 22; private com.google.api.CppSettings cppSettings_; /** - * - * *
    * Settings for C++ client libraries.
    * 
* * .google.api.CppSettings cpp_settings = 22; - * * @return Whether the cppSettings field is set. */ @java.lang.Override @@ -234,14 +191,11 @@ public boolean hasCppSettings() { return cppSettings_ != null; } /** - * - * *
    * Settings for C++ client libraries.
    * 
* * .google.api.CppSettings cpp_settings = 22; - * * @return The cppSettings. */ @java.lang.Override @@ -249,8 +203,6 @@ public com.google.api.CppSettings getCppSettings() { return cppSettings_ == null ? com.google.api.CppSettings.getDefaultInstance() : cppSettings_; } /** - * - * *
    * Settings for C++ client libraries.
    * 
@@ -265,14 +217,11 @@ public com.google.api.CppSettingsOrBuilder getCppSettingsOrBuilder() { public static final int PHP_SETTINGS_FIELD_NUMBER = 23; private com.google.api.PhpSettings phpSettings_; /** - * - * *
    * Settings for PHP client libraries.
    * 
* * .google.api.PhpSettings php_settings = 23; - * * @return Whether the phpSettings field is set. */ @java.lang.Override @@ -280,14 +229,11 @@ public boolean hasPhpSettings() { return phpSettings_ != null; } /** - * - * *
    * Settings for PHP client libraries.
    * 
* * .google.api.PhpSettings php_settings = 23; - * * @return The phpSettings. */ @java.lang.Override @@ -295,8 +241,6 @@ public com.google.api.PhpSettings getPhpSettings() { return phpSettings_ == null ? com.google.api.PhpSettings.getDefaultInstance() : phpSettings_; } /** - * - * *
    * Settings for PHP client libraries.
    * 
@@ -311,14 +255,11 @@ public com.google.api.PhpSettingsOrBuilder getPhpSettingsOrBuilder() { public static final int PYTHON_SETTINGS_FIELD_NUMBER = 24; private com.google.api.PythonSettings pythonSettings_; /** - * - * *
    * Settings for Python client libraries.
    * 
* * .google.api.PythonSettings python_settings = 24; - * * @return Whether the pythonSettings field is set. */ @java.lang.Override @@ -326,25 +267,18 @@ public boolean hasPythonSettings() { return pythonSettings_ != null; } /** - * - * *
    * Settings for Python client libraries.
    * 
* * .google.api.PythonSettings python_settings = 24; - * * @return The pythonSettings. */ @java.lang.Override public com.google.api.PythonSettings getPythonSettings() { - return pythonSettings_ == null - ? com.google.api.PythonSettings.getDefaultInstance() - : pythonSettings_; + return pythonSettings_ == null ? com.google.api.PythonSettings.getDefaultInstance() : pythonSettings_; } /** - * - * *
    * Settings for Python client libraries.
    * 
@@ -359,14 +293,11 @@ public com.google.api.PythonSettingsOrBuilder getPythonSettingsOrBuilder() { public static final int NODE_SETTINGS_FIELD_NUMBER = 25; private com.google.api.NodeSettings nodeSettings_; /** - * - * *
    * Settings for Node client libraries.
    * 
* * .google.api.NodeSettings node_settings = 25; - * * @return Whether the nodeSettings field is set. */ @java.lang.Override @@ -374,14 +305,11 @@ public boolean hasNodeSettings() { return nodeSettings_ != null; } /** - * - * *
    * Settings for Node client libraries.
    * 
* * .google.api.NodeSettings node_settings = 25; - * * @return The nodeSettings. */ @java.lang.Override @@ -389,8 +317,6 @@ public com.google.api.NodeSettings getNodeSettings() { return nodeSettings_ == null ? com.google.api.NodeSettings.getDefaultInstance() : nodeSettings_; } /** - * - * *
    * Settings for Node client libraries.
    * 
@@ -405,14 +331,11 @@ public com.google.api.NodeSettingsOrBuilder getNodeSettingsOrBuilder() { public static final int DOTNET_SETTINGS_FIELD_NUMBER = 26; private com.google.api.DotnetSettings dotnetSettings_; /** - * - * *
    * Settings for .NET client libraries.
    * 
* * .google.api.DotnetSettings dotnet_settings = 26; - * * @return Whether the dotnetSettings field is set. */ @java.lang.Override @@ -420,25 +343,18 @@ public boolean hasDotnetSettings() { return dotnetSettings_ != null; } /** - * - * *
    * Settings for .NET client libraries.
    * 
* * .google.api.DotnetSettings dotnet_settings = 26; - * * @return The dotnetSettings. */ @java.lang.Override public com.google.api.DotnetSettings getDotnetSettings() { - return dotnetSettings_ == null - ? com.google.api.DotnetSettings.getDefaultInstance() - : dotnetSettings_; + return dotnetSettings_ == null ? com.google.api.DotnetSettings.getDefaultInstance() : dotnetSettings_; } /** - * - * *
    * Settings for .NET client libraries.
    * 
@@ -453,14 +369,11 @@ public com.google.api.DotnetSettingsOrBuilder getDotnetSettingsOrBuilder() { public static final int RUBY_SETTINGS_FIELD_NUMBER = 27; private com.google.api.RubySettings rubySettings_; /** - * - * *
    * Settings for Ruby client libraries.
    * 
* * .google.api.RubySettings ruby_settings = 27; - * * @return Whether the rubySettings field is set. */ @java.lang.Override @@ -468,14 +381,11 @@ public boolean hasRubySettings() { return rubySettings_ != null; } /** - * - * *
    * Settings for Ruby client libraries.
    * 
* * .google.api.RubySettings ruby_settings = 27; - * * @return The rubySettings. */ @java.lang.Override @@ -483,8 +393,6 @@ public com.google.api.RubySettings getRubySettings() { return rubySettings_ == null ? com.google.api.RubySettings.getDefaultInstance() : rubySettings_; } /** - * - * *
    * Settings for Ruby client libraries.
    * 
@@ -499,14 +407,11 @@ public com.google.api.RubySettingsOrBuilder getRubySettingsOrBuilder() { public static final int GO_SETTINGS_FIELD_NUMBER = 28; private com.google.api.GoSettings goSettings_; /** - * - * *
    * Settings for Go client libraries.
    * 
* * .google.api.GoSettings go_settings = 28; - * * @return Whether the goSettings field is set. */ @java.lang.Override @@ -514,14 +419,11 @@ public boolean hasGoSettings() { return goSettings_ != null; } /** - * - * *
    * Settings for Go client libraries.
    * 
* * .google.api.GoSettings go_settings = 28; - * * @return The goSettings. */ @java.lang.Override @@ -529,8 +431,6 @@ public com.google.api.GoSettings getGoSettings() { return goSettings_ == null ? com.google.api.GoSettings.getDefaultInstance() : goSettings_; } /** - * - * *
    * Settings for Go client libraries.
    * 
@@ -543,7 +443,6 @@ public com.google.api.GoSettingsOrBuilder getGoSettingsOrBuilder() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -555,7 +454,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(version_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, version_); } @@ -602,34 +502,44 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, version_); } if (launchStage_ != com.google.api.LaunchStage.LAUNCH_STAGE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(2, launchStage_); + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(2, launchStage_); } if (restNumericEnums_ != false) { - size += com.google.protobuf.CodedOutputStream.computeBoolSize(3, restNumericEnums_); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(3, restNumericEnums_); } if (javaSettings_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(21, getJavaSettings()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(21, getJavaSettings()); } if (cppSettings_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(22, getCppSettings()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(22, getCppSettings()); } if (phpSettings_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(23, getPhpSettings()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(23, getPhpSettings()); } if (pythonSettings_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(24, getPythonSettings()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(24, getPythonSettings()); } if (nodeSettings_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(25, getNodeSettings()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(25, getNodeSettings()); } if (dotnetSettings_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(26, getDotnetSettings()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(26, getDotnetSettings()); } if (rubySettings_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(27, getRubySettings()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(27, getRubySettings()); } if (goSettings_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(28, getGoSettings()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(28, getGoSettings()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -639,47 +549,57 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.ClientLibrarySettings)) { return super.equals(obj); } com.google.api.ClientLibrarySettings other = (com.google.api.ClientLibrarySettings) obj; - if (!getVersion().equals(other.getVersion())) return false; + if (!getVersion() + .equals(other.getVersion())) return false; if (launchStage_ != other.launchStage_) return false; - if (getRestNumericEnums() != other.getRestNumericEnums()) return false; + if (getRestNumericEnums() + != other.getRestNumericEnums()) return false; if (hasJavaSettings() != other.hasJavaSettings()) return false; if (hasJavaSettings()) { - if (!getJavaSettings().equals(other.getJavaSettings())) return false; + if (!getJavaSettings() + .equals(other.getJavaSettings())) return false; } if (hasCppSettings() != other.hasCppSettings()) return false; if (hasCppSettings()) { - if (!getCppSettings().equals(other.getCppSettings())) return false; + if (!getCppSettings() + .equals(other.getCppSettings())) return false; } if (hasPhpSettings() != other.hasPhpSettings()) return false; if (hasPhpSettings()) { - if (!getPhpSettings().equals(other.getPhpSettings())) return false; + if (!getPhpSettings() + .equals(other.getPhpSettings())) return false; } if (hasPythonSettings() != other.hasPythonSettings()) return false; if (hasPythonSettings()) { - if (!getPythonSettings().equals(other.getPythonSettings())) return false; + if (!getPythonSettings() + .equals(other.getPythonSettings())) return false; } if (hasNodeSettings() != other.hasNodeSettings()) return false; if (hasNodeSettings()) { - if (!getNodeSettings().equals(other.getNodeSettings())) return false; + if (!getNodeSettings() + .equals(other.getNodeSettings())) return false; } if (hasDotnetSettings() != other.hasDotnetSettings()) return false; if (hasDotnetSettings()) { - if (!getDotnetSettings().equals(other.getDotnetSettings())) return false; + if (!getDotnetSettings() + .equals(other.getDotnetSettings())) return false; } if (hasRubySettings() != other.hasRubySettings()) return false; if (hasRubySettings()) { - if (!getRubySettings().equals(other.getRubySettings())) return false; + if (!getRubySettings() + .equals(other.getRubySettings())) return false; } if (hasGoSettings() != other.hasGoSettings()) return false; if (hasGoSettings()) { - if (!getGoSettings().equals(other.getGoSettings())) return false; + if (!getGoSettings() + .equals(other.getGoSettings())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -697,7 +617,8 @@ public int hashCode() { hash = (37 * hash) + LAUNCH_STAGE_FIELD_NUMBER; hash = (53 * hash) + launchStage_; hash = (37 * hash) + REST_NUMERIC_ENUMS_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getRestNumericEnums()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getRestNumericEnums()); if (hasJavaSettings()) { hash = (37 * hash) + JAVA_SETTINGS_FIELD_NUMBER; hash = (53 * hash) + getJavaSettings().hashCode(); @@ -735,134 +656,130 @@ public int hashCode() { return hash; } - public static com.google.api.ClientLibrarySettings parseFrom(java.nio.ByteBuffer data) + public static com.google.api.ClientLibrarySettings parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.ClientLibrarySettings parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.api.ClientLibrarySettings parseFrom(com.google.protobuf.ByteString data) + public static com.google.api.ClientLibrarySettings parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.ClientLibrarySettings parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.ClientLibrarySettings parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.ClientLibrarySettings parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.ClientLibrarySettings parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.ClientLibrarySettings parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.ClientLibrarySettings parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.ClientLibrarySettings parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.ClientLibrarySettings parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.ClientLibrarySettings parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.ClientLibrarySettings prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Details about how and where to publish client libraries.
    * 
* * Protobuf type {@code google.api.ClientLibrarySettings} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.api.ClientLibrarySettings) com.google.api.ClientLibrarySettingsOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.api.ClientProto.internal_static_google_api_ClientLibrarySettings_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.api.ClientProto - .internal_static_google_api_ClientLibrarySettings_fieldAccessorTable + return com.google.api.ClientProto.internal_static_google_api_ClientLibrarySettings_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.api.ClientLibrarySettings.class, - com.google.api.ClientLibrarySettings.Builder.class); + com.google.api.ClientLibrarySettings.class, com.google.api.ClientLibrarySettings.Builder.class); } // Construct using com.google.api.ClientLibrarySettings.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -924,7 +841,8 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { return com.google.api.ClientProto.internal_static_google_api_ClientLibrarySettings_descriptor; } @@ -996,39 +914,38 @@ public com.google.api.ClientLibrarySettings buildPartial() { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.api.ClientLibrarySettings) { - return mergeFrom((com.google.api.ClientLibrarySettings) other); + return mergeFrom((com.google.api.ClientLibrarySettings)other); } else { super.mergeFrom(other); return this; @@ -1097,79 +1014,83 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - version_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 16: - { - launchStage_ = input.readEnum(); - - break; - } // case 16 - case 24: - { - restNumericEnums_ = input.readBool(); - - break; - } // case 24 - case 170: - { - input.readMessage(getJavaSettingsFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 170 - case 178: - { - input.readMessage(getCppSettingsFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 178 - case 186: - { - input.readMessage(getPhpSettingsFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 186 - case 194: - { - input.readMessage(getPythonSettingsFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 194 - case 202: - { - input.readMessage(getNodeSettingsFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 202 - case 210: - { - input.readMessage(getDotnetSettingsFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 210 - case 218: - { - input.readMessage(getRubySettingsFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 218 - case 226: - { - input.readMessage(getGoSettingsFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 226 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + version_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 16: { + launchStage_ = input.readEnum(); + + break; + } // case 16 + case 24: { + restNumericEnums_ = input.readBool(); + + break; + } // case 24 + case 170: { + input.readMessage( + getJavaSettingsFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 170 + case 178: { + input.readMessage( + getCppSettingsFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 178 + case 186: { + input.readMessage( + getPhpSettingsFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 186 + case 194: { + input.readMessage( + getPythonSettingsFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 194 + case 202: { + input.readMessage( + getNodeSettingsFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 202 + case 210: { + input.readMessage( + getDotnetSettingsFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 210 + case 218: { + input.readMessage( + getRubySettingsFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 218 + case 226: { + input.readMessage( + getGoSettingsFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 226 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -1182,20 +1103,18 @@ public Builder mergeFrom( private java.lang.Object version_ = ""; /** - * - * *
      * Version of the API to apply these settings to.
      * 
* * string version = 1; - * * @return The version. */ public java.lang.String getVersion() { java.lang.Object ref = version_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); version_ = s; return s; @@ -1204,21 +1123,20 @@ public java.lang.String getVersion() { } } /** - * - * *
      * Version of the API to apply these settings to.
      * 
* * string version = 1; - * * @return The bytes for version. */ - public com.google.protobuf.ByteString getVersionBytes() { + public com.google.protobuf.ByteString + getVersionBytes() { java.lang.Object ref = version_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); version_ = b; return b; } else { @@ -1226,61 +1144,54 @@ public com.google.protobuf.ByteString getVersionBytes() { } } /** - * - * *
      * Version of the API to apply these settings to.
      * 
* * string version = 1; - * * @param value The version to set. * @return This builder for chaining. */ - public Builder setVersion(java.lang.String value) { + public Builder setVersion( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + version_ = value; onChanged(); return this; } /** - * - * *
      * Version of the API to apply these settings to.
      * 
* * string version = 1; - * * @return This builder for chaining. */ public Builder clearVersion() { - + version_ = getDefaultInstance().getVersion(); onChanged(); return this; } /** - * - * *
      * Version of the API to apply these settings to.
      * 
* * string version = 1; - * * @param value The bytes for version to set. * @return This builder for chaining. */ - public Builder setVersionBytes(com.google.protobuf.ByteString value) { + public Builder setVersionBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + version_ = value; onChanged(); return this; @@ -1288,47 +1199,37 @@ public Builder setVersionBytes(com.google.protobuf.ByteString value) { private int launchStage_ = 0; /** - * - * *
      * Launch stage of this version of the API.
      * 
* * .google.api.LaunchStage launch_stage = 2; - * * @return The enum numeric value on the wire for launchStage. */ - @java.lang.Override - public int getLaunchStageValue() { + @java.lang.Override public int getLaunchStageValue() { return launchStage_; } /** - * - * *
      * Launch stage of this version of the API.
      * 
* * .google.api.LaunchStage launch_stage = 2; - * * @param value The enum numeric value on the wire for launchStage to set. * @return This builder for chaining. */ public Builder setLaunchStageValue(int value) { - + launchStage_ = value; onChanged(); return this; } /** - * - * *
      * Launch stage of this version of the API.
      * 
* * .google.api.LaunchStage launch_stage = 2; - * * @return The launchStage. */ @java.lang.Override @@ -1338,14 +1239,11 @@ public com.google.api.LaunchStage getLaunchStage() { return result == null ? com.google.api.LaunchStage.UNRECOGNIZED : result; } /** - * - * *
      * Launch stage of this version of the API.
      * 
* * .google.api.LaunchStage launch_stage = 2; - * * @param value The launchStage to set. * @return This builder for chaining. */ @@ -1353,40 +1251,34 @@ public Builder setLaunchStage(com.google.api.LaunchStage value) { if (value == null) { throw new NullPointerException(); } - + launchStage_ = value.getNumber(); onChanged(); return this; } /** - * - * *
      * Launch stage of this version of the API.
      * 
* * .google.api.LaunchStage launch_stage = 2; - * * @return This builder for chaining. */ public Builder clearLaunchStage() { - + launchStage_ = 0; onChanged(); return this; } - private boolean restNumericEnums_; + private boolean restNumericEnums_ ; /** - * - * *
      * When using transport=rest, the client request will encode enums as
      * numbers rather than strings.
      * 
* * bool rest_numeric_enums = 3; - * * @return The restNumericEnums. */ @java.lang.Override @@ -1394,38 +1286,32 @@ public boolean getRestNumericEnums() { return restNumericEnums_; } /** - * - * *
      * When using transport=rest, the client request will encode enums as
      * numbers rather than strings.
      * 
* * bool rest_numeric_enums = 3; - * * @param value The restNumericEnums to set. * @return This builder for chaining. */ public Builder setRestNumericEnums(boolean value) { - + restNumericEnums_ = value; onChanged(); return this; } /** - * - * *
      * When using transport=rest, the client request will encode enums as
      * numbers rather than strings.
      * 
* * bool rest_numeric_enums = 3; - * * @return This builder for chaining. */ public Builder clearRestNumericEnums() { - + restNumericEnums_ = false; onChanged(); return this; @@ -1433,47 +1319,34 @@ public Builder clearRestNumericEnums() { private com.google.api.JavaSettings javaSettings_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.JavaSettings, - com.google.api.JavaSettings.Builder, - com.google.api.JavaSettingsOrBuilder> - javaSettingsBuilder_; + com.google.api.JavaSettings, com.google.api.JavaSettings.Builder, com.google.api.JavaSettingsOrBuilder> javaSettingsBuilder_; /** - * - * *
      * Settings for legacy Java features, supported in the Service YAML.
      * 
* * .google.api.JavaSettings java_settings = 21; - * * @return Whether the javaSettings field is set. */ public boolean hasJavaSettings() { return javaSettingsBuilder_ != null || javaSettings_ != null; } /** - * - * *
      * Settings for legacy Java features, supported in the Service YAML.
      * 
* * .google.api.JavaSettings java_settings = 21; - * * @return The javaSettings. */ public com.google.api.JavaSettings getJavaSettings() { if (javaSettingsBuilder_ == null) { - return javaSettings_ == null - ? com.google.api.JavaSettings.getDefaultInstance() - : javaSettings_; + return javaSettings_ == null ? com.google.api.JavaSettings.getDefaultInstance() : javaSettings_; } else { return javaSettingsBuilder_.getMessage(); } } /** - * - * *
      * Settings for legacy Java features, supported in the Service YAML.
      * 
@@ -1494,15 +1367,14 @@ public Builder setJavaSettings(com.google.api.JavaSettings value) { return this; } /** - * - * *
      * Settings for legacy Java features, supported in the Service YAML.
      * 
* * .google.api.JavaSettings java_settings = 21; */ - public Builder setJavaSettings(com.google.api.JavaSettings.Builder builderForValue) { + public Builder setJavaSettings( + com.google.api.JavaSettings.Builder builderForValue) { if (javaSettingsBuilder_ == null) { javaSettings_ = builderForValue.build(); onChanged(); @@ -1513,8 +1385,6 @@ public Builder setJavaSettings(com.google.api.JavaSettings.Builder builderForVal return this; } /** - * - * *
      * Settings for legacy Java features, supported in the Service YAML.
      * 
@@ -1525,7 +1395,7 @@ public Builder mergeJavaSettings(com.google.api.JavaSettings value) { if (javaSettingsBuilder_ == null) { if (javaSettings_ != null) { javaSettings_ = - com.google.api.JavaSettings.newBuilder(javaSettings_).mergeFrom(value).buildPartial(); + com.google.api.JavaSettings.newBuilder(javaSettings_).mergeFrom(value).buildPartial(); } else { javaSettings_ = value; } @@ -1537,8 +1407,6 @@ public Builder mergeJavaSettings(com.google.api.JavaSettings value) { return this; } /** - * - * *
      * Settings for legacy Java features, supported in the Service YAML.
      * 
@@ -1557,8 +1425,6 @@ public Builder clearJavaSettings() { return this; } /** - * - * *
      * Settings for legacy Java features, supported in the Service YAML.
      * 
@@ -1566,13 +1432,11 @@ public Builder clearJavaSettings() { * .google.api.JavaSettings java_settings = 21; */ public com.google.api.JavaSettings.Builder getJavaSettingsBuilder() { - + onChanged(); return getJavaSettingsFieldBuilder().getBuilder(); } /** - * - * *
      * Settings for legacy Java features, supported in the Service YAML.
      * 
@@ -1583,14 +1447,11 @@ public com.google.api.JavaSettingsOrBuilder getJavaSettingsOrBuilder() { if (javaSettingsBuilder_ != null) { return javaSettingsBuilder_.getMessageOrBuilder(); } else { - return javaSettings_ == null - ? com.google.api.JavaSettings.getDefaultInstance() - : javaSettings_; + return javaSettings_ == null ? + com.google.api.JavaSettings.getDefaultInstance() : javaSettings_; } } /** - * - * *
      * Settings for legacy Java features, supported in the Service YAML.
      * 
@@ -1598,17 +1459,14 @@ public com.google.api.JavaSettingsOrBuilder getJavaSettingsOrBuilder() { * .google.api.JavaSettings java_settings = 21; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.JavaSettings, - com.google.api.JavaSettings.Builder, - com.google.api.JavaSettingsOrBuilder> + com.google.api.JavaSettings, com.google.api.JavaSettings.Builder, com.google.api.JavaSettingsOrBuilder> getJavaSettingsFieldBuilder() { if (javaSettingsBuilder_ == null) { - javaSettingsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.api.JavaSettings, - com.google.api.JavaSettings.Builder, - com.google.api.JavaSettingsOrBuilder>( - getJavaSettings(), getParentForChildren(), isClean()); + javaSettingsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.api.JavaSettings, com.google.api.JavaSettings.Builder, com.google.api.JavaSettingsOrBuilder>( + getJavaSettings(), + getParentForChildren(), + isClean()); javaSettings_ = null; } return javaSettingsBuilder_; @@ -1616,47 +1474,34 @@ public com.google.api.JavaSettingsOrBuilder getJavaSettingsOrBuilder() { private com.google.api.CppSettings cppSettings_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.CppSettings, - com.google.api.CppSettings.Builder, - com.google.api.CppSettingsOrBuilder> - cppSettingsBuilder_; + com.google.api.CppSettings, com.google.api.CppSettings.Builder, com.google.api.CppSettingsOrBuilder> cppSettingsBuilder_; /** - * - * *
      * Settings for C++ client libraries.
      * 
* * .google.api.CppSettings cpp_settings = 22; - * * @return Whether the cppSettings field is set. */ public boolean hasCppSettings() { return cppSettingsBuilder_ != null || cppSettings_ != null; } /** - * - * *
      * Settings for C++ client libraries.
      * 
* * .google.api.CppSettings cpp_settings = 22; - * * @return The cppSettings. */ public com.google.api.CppSettings getCppSettings() { if (cppSettingsBuilder_ == null) { - return cppSettings_ == null - ? com.google.api.CppSettings.getDefaultInstance() - : cppSettings_; + return cppSettings_ == null ? com.google.api.CppSettings.getDefaultInstance() : cppSettings_; } else { return cppSettingsBuilder_.getMessage(); } } /** - * - * *
      * Settings for C++ client libraries.
      * 
@@ -1677,15 +1522,14 @@ public Builder setCppSettings(com.google.api.CppSettings value) { return this; } /** - * - * *
      * Settings for C++ client libraries.
      * 
* * .google.api.CppSettings cpp_settings = 22; */ - public Builder setCppSettings(com.google.api.CppSettings.Builder builderForValue) { + public Builder setCppSettings( + com.google.api.CppSettings.Builder builderForValue) { if (cppSettingsBuilder_ == null) { cppSettings_ = builderForValue.build(); onChanged(); @@ -1696,8 +1540,6 @@ public Builder setCppSettings(com.google.api.CppSettings.Builder builderForValue return this; } /** - * - * *
      * Settings for C++ client libraries.
      * 
@@ -1708,7 +1550,7 @@ public Builder mergeCppSettings(com.google.api.CppSettings value) { if (cppSettingsBuilder_ == null) { if (cppSettings_ != null) { cppSettings_ = - com.google.api.CppSettings.newBuilder(cppSettings_).mergeFrom(value).buildPartial(); + com.google.api.CppSettings.newBuilder(cppSettings_).mergeFrom(value).buildPartial(); } else { cppSettings_ = value; } @@ -1720,8 +1562,6 @@ public Builder mergeCppSettings(com.google.api.CppSettings value) { return this; } /** - * - * *
      * Settings for C++ client libraries.
      * 
@@ -1740,8 +1580,6 @@ public Builder clearCppSettings() { return this; } /** - * - * *
      * Settings for C++ client libraries.
      * 
@@ -1749,13 +1587,11 @@ public Builder clearCppSettings() { * .google.api.CppSettings cpp_settings = 22; */ public com.google.api.CppSettings.Builder getCppSettingsBuilder() { - + onChanged(); return getCppSettingsFieldBuilder().getBuilder(); } /** - * - * *
      * Settings for C++ client libraries.
      * 
@@ -1766,14 +1602,11 @@ public com.google.api.CppSettingsOrBuilder getCppSettingsOrBuilder() { if (cppSettingsBuilder_ != null) { return cppSettingsBuilder_.getMessageOrBuilder(); } else { - return cppSettings_ == null - ? com.google.api.CppSettings.getDefaultInstance() - : cppSettings_; + return cppSettings_ == null ? + com.google.api.CppSettings.getDefaultInstance() : cppSettings_; } } /** - * - * *
      * Settings for C++ client libraries.
      * 
@@ -1781,17 +1614,14 @@ public com.google.api.CppSettingsOrBuilder getCppSettingsOrBuilder() { * .google.api.CppSettings cpp_settings = 22; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.CppSettings, - com.google.api.CppSettings.Builder, - com.google.api.CppSettingsOrBuilder> + com.google.api.CppSettings, com.google.api.CppSettings.Builder, com.google.api.CppSettingsOrBuilder> getCppSettingsFieldBuilder() { if (cppSettingsBuilder_ == null) { - cppSettingsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.api.CppSettings, - com.google.api.CppSettings.Builder, - com.google.api.CppSettingsOrBuilder>( - getCppSettings(), getParentForChildren(), isClean()); + cppSettingsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.api.CppSettings, com.google.api.CppSettings.Builder, com.google.api.CppSettingsOrBuilder>( + getCppSettings(), + getParentForChildren(), + isClean()); cppSettings_ = null; } return cppSettingsBuilder_; @@ -1799,47 +1629,34 @@ public com.google.api.CppSettingsOrBuilder getCppSettingsOrBuilder() { private com.google.api.PhpSettings phpSettings_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.PhpSettings, - com.google.api.PhpSettings.Builder, - com.google.api.PhpSettingsOrBuilder> - phpSettingsBuilder_; + com.google.api.PhpSettings, com.google.api.PhpSettings.Builder, com.google.api.PhpSettingsOrBuilder> phpSettingsBuilder_; /** - * - * *
      * Settings for PHP client libraries.
      * 
* * .google.api.PhpSettings php_settings = 23; - * * @return Whether the phpSettings field is set. */ public boolean hasPhpSettings() { return phpSettingsBuilder_ != null || phpSettings_ != null; } /** - * - * *
      * Settings for PHP client libraries.
      * 
* * .google.api.PhpSettings php_settings = 23; - * * @return The phpSettings. */ public com.google.api.PhpSettings getPhpSettings() { if (phpSettingsBuilder_ == null) { - return phpSettings_ == null - ? com.google.api.PhpSettings.getDefaultInstance() - : phpSettings_; + return phpSettings_ == null ? com.google.api.PhpSettings.getDefaultInstance() : phpSettings_; } else { return phpSettingsBuilder_.getMessage(); } } /** - * - * *
      * Settings for PHP client libraries.
      * 
@@ -1860,15 +1677,14 @@ public Builder setPhpSettings(com.google.api.PhpSettings value) { return this; } /** - * - * *
      * Settings for PHP client libraries.
      * 
* * .google.api.PhpSettings php_settings = 23; */ - public Builder setPhpSettings(com.google.api.PhpSettings.Builder builderForValue) { + public Builder setPhpSettings( + com.google.api.PhpSettings.Builder builderForValue) { if (phpSettingsBuilder_ == null) { phpSettings_ = builderForValue.build(); onChanged(); @@ -1879,8 +1695,6 @@ public Builder setPhpSettings(com.google.api.PhpSettings.Builder builderForValue return this; } /** - * - * *
      * Settings for PHP client libraries.
      * 
@@ -1891,7 +1705,7 @@ public Builder mergePhpSettings(com.google.api.PhpSettings value) { if (phpSettingsBuilder_ == null) { if (phpSettings_ != null) { phpSettings_ = - com.google.api.PhpSettings.newBuilder(phpSettings_).mergeFrom(value).buildPartial(); + com.google.api.PhpSettings.newBuilder(phpSettings_).mergeFrom(value).buildPartial(); } else { phpSettings_ = value; } @@ -1903,8 +1717,6 @@ public Builder mergePhpSettings(com.google.api.PhpSettings value) { return this; } /** - * - * *
      * Settings for PHP client libraries.
      * 
@@ -1923,8 +1735,6 @@ public Builder clearPhpSettings() { return this; } /** - * - * *
      * Settings for PHP client libraries.
      * 
@@ -1932,13 +1742,11 @@ public Builder clearPhpSettings() { * .google.api.PhpSettings php_settings = 23; */ public com.google.api.PhpSettings.Builder getPhpSettingsBuilder() { - + onChanged(); return getPhpSettingsFieldBuilder().getBuilder(); } /** - * - * *
      * Settings for PHP client libraries.
      * 
@@ -1949,14 +1757,11 @@ public com.google.api.PhpSettingsOrBuilder getPhpSettingsOrBuilder() { if (phpSettingsBuilder_ != null) { return phpSettingsBuilder_.getMessageOrBuilder(); } else { - return phpSettings_ == null - ? com.google.api.PhpSettings.getDefaultInstance() - : phpSettings_; + return phpSettings_ == null ? + com.google.api.PhpSettings.getDefaultInstance() : phpSettings_; } } /** - * - * *
      * Settings for PHP client libraries.
      * 
@@ -1964,17 +1769,14 @@ public com.google.api.PhpSettingsOrBuilder getPhpSettingsOrBuilder() { * .google.api.PhpSettings php_settings = 23; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.PhpSettings, - com.google.api.PhpSettings.Builder, - com.google.api.PhpSettingsOrBuilder> + com.google.api.PhpSettings, com.google.api.PhpSettings.Builder, com.google.api.PhpSettingsOrBuilder> getPhpSettingsFieldBuilder() { if (phpSettingsBuilder_ == null) { - phpSettingsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.api.PhpSettings, - com.google.api.PhpSettings.Builder, - com.google.api.PhpSettingsOrBuilder>( - getPhpSettings(), getParentForChildren(), isClean()); + phpSettingsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.api.PhpSettings, com.google.api.PhpSettings.Builder, com.google.api.PhpSettingsOrBuilder>( + getPhpSettings(), + getParentForChildren(), + isClean()); phpSettings_ = null; } return phpSettingsBuilder_; @@ -1982,47 +1784,34 @@ public com.google.api.PhpSettingsOrBuilder getPhpSettingsOrBuilder() { private com.google.api.PythonSettings pythonSettings_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.PythonSettings, - com.google.api.PythonSettings.Builder, - com.google.api.PythonSettingsOrBuilder> - pythonSettingsBuilder_; + com.google.api.PythonSettings, com.google.api.PythonSettings.Builder, com.google.api.PythonSettingsOrBuilder> pythonSettingsBuilder_; /** - * - * *
      * Settings for Python client libraries.
      * 
* * .google.api.PythonSettings python_settings = 24; - * * @return Whether the pythonSettings field is set. */ public boolean hasPythonSettings() { return pythonSettingsBuilder_ != null || pythonSettings_ != null; } /** - * - * *
      * Settings for Python client libraries.
      * 
* * .google.api.PythonSettings python_settings = 24; - * * @return The pythonSettings. */ public com.google.api.PythonSettings getPythonSettings() { if (pythonSettingsBuilder_ == null) { - return pythonSettings_ == null - ? com.google.api.PythonSettings.getDefaultInstance() - : pythonSettings_; + return pythonSettings_ == null ? com.google.api.PythonSettings.getDefaultInstance() : pythonSettings_; } else { return pythonSettingsBuilder_.getMessage(); } } /** - * - * *
      * Settings for Python client libraries.
      * 
@@ -2043,15 +1832,14 @@ public Builder setPythonSettings(com.google.api.PythonSettings value) { return this; } /** - * - * *
      * Settings for Python client libraries.
      * 
* * .google.api.PythonSettings python_settings = 24; */ - public Builder setPythonSettings(com.google.api.PythonSettings.Builder builderForValue) { + public Builder setPythonSettings( + com.google.api.PythonSettings.Builder builderForValue) { if (pythonSettingsBuilder_ == null) { pythonSettings_ = builderForValue.build(); onChanged(); @@ -2062,8 +1850,6 @@ public Builder setPythonSettings(com.google.api.PythonSettings.Builder builderFo return this; } /** - * - * *
      * Settings for Python client libraries.
      * 
@@ -2074,9 +1860,7 @@ public Builder mergePythonSettings(com.google.api.PythonSettings value) { if (pythonSettingsBuilder_ == null) { if (pythonSettings_ != null) { pythonSettings_ = - com.google.api.PythonSettings.newBuilder(pythonSettings_) - .mergeFrom(value) - .buildPartial(); + com.google.api.PythonSettings.newBuilder(pythonSettings_).mergeFrom(value).buildPartial(); } else { pythonSettings_ = value; } @@ -2088,8 +1872,6 @@ public Builder mergePythonSettings(com.google.api.PythonSettings value) { return this; } /** - * - * *
      * Settings for Python client libraries.
      * 
@@ -2108,8 +1890,6 @@ public Builder clearPythonSettings() { return this; } /** - * - * *
      * Settings for Python client libraries.
      * 
@@ -2117,13 +1897,11 @@ public Builder clearPythonSettings() { * .google.api.PythonSettings python_settings = 24; */ public com.google.api.PythonSettings.Builder getPythonSettingsBuilder() { - + onChanged(); return getPythonSettingsFieldBuilder().getBuilder(); } /** - * - * *
      * Settings for Python client libraries.
      * 
@@ -2134,14 +1912,11 @@ public com.google.api.PythonSettingsOrBuilder getPythonSettingsOrBuilder() { if (pythonSettingsBuilder_ != null) { return pythonSettingsBuilder_.getMessageOrBuilder(); } else { - return pythonSettings_ == null - ? com.google.api.PythonSettings.getDefaultInstance() - : pythonSettings_; + return pythonSettings_ == null ? + com.google.api.PythonSettings.getDefaultInstance() : pythonSettings_; } } /** - * - * *
      * Settings for Python client libraries.
      * 
@@ -2149,17 +1924,14 @@ public com.google.api.PythonSettingsOrBuilder getPythonSettingsOrBuilder() { * .google.api.PythonSettings python_settings = 24; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.PythonSettings, - com.google.api.PythonSettings.Builder, - com.google.api.PythonSettingsOrBuilder> + com.google.api.PythonSettings, com.google.api.PythonSettings.Builder, com.google.api.PythonSettingsOrBuilder> getPythonSettingsFieldBuilder() { if (pythonSettingsBuilder_ == null) { - pythonSettingsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.api.PythonSettings, - com.google.api.PythonSettings.Builder, - com.google.api.PythonSettingsOrBuilder>( - getPythonSettings(), getParentForChildren(), isClean()); + pythonSettingsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.api.PythonSettings, com.google.api.PythonSettings.Builder, com.google.api.PythonSettingsOrBuilder>( + getPythonSettings(), + getParentForChildren(), + isClean()); pythonSettings_ = null; } return pythonSettingsBuilder_; @@ -2167,47 +1939,34 @@ public com.google.api.PythonSettingsOrBuilder getPythonSettingsOrBuilder() { private com.google.api.NodeSettings nodeSettings_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.NodeSettings, - com.google.api.NodeSettings.Builder, - com.google.api.NodeSettingsOrBuilder> - nodeSettingsBuilder_; + com.google.api.NodeSettings, com.google.api.NodeSettings.Builder, com.google.api.NodeSettingsOrBuilder> nodeSettingsBuilder_; /** - * - * *
      * Settings for Node client libraries.
      * 
* * .google.api.NodeSettings node_settings = 25; - * * @return Whether the nodeSettings field is set. */ public boolean hasNodeSettings() { return nodeSettingsBuilder_ != null || nodeSettings_ != null; } /** - * - * *
      * Settings for Node client libraries.
      * 
* * .google.api.NodeSettings node_settings = 25; - * * @return The nodeSettings. */ public com.google.api.NodeSettings getNodeSettings() { if (nodeSettingsBuilder_ == null) { - return nodeSettings_ == null - ? com.google.api.NodeSettings.getDefaultInstance() - : nodeSettings_; + return nodeSettings_ == null ? com.google.api.NodeSettings.getDefaultInstance() : nodeSettings_; } else { return nodeSettingsBuilder_.getMessage(); } } /** - * - * *
      * Settings for Node client libraries.
      * 
@@ -2228,15 +1987,14 @@ public Builder setNodeSettings(com.google.api.NodeSettings value) { return this; } /** - * - * *
      * Settings for Node client libraries.
      * 
* * .google.api.NodeSettings node_settings = 25; */ - public Builder setNodeSettings(com.google.api.NodeSettings.Builder builderForValue) { + public Builder setNodeSettings( + com.google.api.NodeSettings.Builder builderForValue) { if (nodeSettingsBuilder_ == null) { nodeSettings_ = builderForValue.build(); onChanged(); @@ -2247,8 +2005,6 @@ public Builder setNodeSettings(com.google.api.NodeSettings.Builder builderForVal return this; } /** - * - * *
      * Settings for Node client libraries.
      * 
@@ -2259,7 +2015,7 @@ public Builder mergeNodeSettings(com.google.api.NodeSettings value) { if (nodeSettingsBuilder_ == null) { if (nodeSettings_ != null) { nodeSettings_ = - com.google.api.NodeSettings.newBuilder(nodeSettings_).mergeFrom(value).buildPartial(); + com.google.api.NodeSettings.newBuilder(nodeSettings_).mergeFrom(value).buildPartial(); } else { nodeSettings_ = value; } @@ -2271,8 +2027,6 @@ public Builder mergeNodeSettings(com.google.api.NodeSettings value) { return this; } /** - * - * *
      * Settings for Node client libraries.
      * 
@@ -2291,8 +2045,6 @@ public Builder clearNodeSettings() { return this; } /** - * - * *
      * Settings for Node client libraries.
      * 
@@ -2300,13 +2052,11 @@ public Builder clearNodeSettings() { * .google.api.NodeSettings node_settings = 25; */ public com.google.api.NodeSettings.Builder getNodeSettingsBuilder() { - + onChanged(); return getNodeSettingsFieldBuilder().getBuilder(); } /** - * - * *
      * Settings for Node client libraries.
      * 
@@ -2317,14 +2067,11 @@ public com.google.api.NodeSettingsOrBuilder getNodeSettingsOrBuilder() { if (nodeSettingsBuilder_ != null) { return nodeSettingsBuilder_.getMessageOrBuilder(); } else { - return nodeSettings_ == null - ? com.google.api.NodeSettings.getDefaultInstance() - : nodeSettings_; + return nodeSettings_ == null ? + com.google.api.NodeSettings.getDefaultInstance() : nodeSettings_; } } /** - * - * *
      * Settings for Node client libraries.
      * 
@@ -2332,17 +2079,14 @@ public com.google.api.NodeSettingsOrBuilder getNodeSettingsOrBuilder() { * .google.api.NodeSettings node_settings = 25; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.NodeSettings, - com.google.api.NodeSettings.Builder, - com.google.api.NodeSettingsOrBuilder> + com.google.api.NodeSettings, com.google.api.NodeSettings.Builder, com.google.api.NodeSettingsOrBuilder> getNodeSettingsFieldBuilder() { if (nodeSettingsBuilder_ == null) { - nodeSettingsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.api.NodeSettings, - com.google.api.NodeSettings.Builder, - com.google.api.NodeSettingsOrBuilder>( - getNodeSettings(), getParentForChildren(), isClean()); + nodeSettingsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.api.NodeSettings, com.google.api.NodeSettings.Builder, com.google.api.NodeSettingsOrBuilder>( + getNodeSettings(), + getParentForChildren(), + isClean()); nodeSettings_ = null; } return nodeSettingsBuilder_; @@ -2350,47 +2094,34 @@ public com.google.api.NodeSettingsOrBuilder getNodeSettingsOrBuilder() { private com.google.api.DotnetSettings dotnetSettings_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.DotnetSettings, - com.google.api.DotnetSettings.Builder, - com.google.api.DotnetSettingsOrBuilder> - dotnetSettingsBuilder_; + com.google.api.DotnetSettings, com.google.api.DotnetSettings.Builder, com.google.api.DotnetSettingsOrBuilder> dotnetSettingsBuilder_; /** - * - * *
      * Settings for .NET client libraries.
      * 
* * .google.api.DotnetSettings dotnet_settings = 26; - * * @return Whether the dotnetSettings field is set. */ public boolean hasDotnetSettings() { return dotnetSettingsBuilder_ != null || dotnetSettings_ != null; } /** - * - * *
      * Settings for .NET client libraries.
      * 
* * .google.api.DotnetSettings dotnet_settings = 26; - * * @return The dotnetSettings. */ public com.google.api.DotnetSettings getDotnetSettings() { if (dotnetSettingsBuilder_ == null) { - return dotnetSettings_ == null - ? com.google.api.DotnetSettings.getDefaultInstance() - : dotnetSettings_; + return dotnetSettings_ == null ? com.google.api.DotnetSettings.getDefaultInstance() : dotnetSettings_; } else { return dotnetSettingsBuilder_.getMessage(); } } /** - * - * *
      * Settings for .NET client libraries.
      * 
@@ -2411,15 +2142,14 @@ public Builder setDotnetSettings(com.google.api.DotnetSettings value) { return this; } /** - * - * *
      * Settings for .NET client libraries.
      * 
* * .google.api.DotnetSettings dotnet_settings = 26; */ - public Builder setDotnetSettings(com.google.api.DotnetSettings.Builder builderForValue) { + public Builder setDotnetSettings( + com.google.api.DotnetSettings.Builder builderForValue) { if (dotnetSettingsBuilder_ == null) { dotnetSettings_ = builderForValue.build(); onChanged(); @@ -2430,8 +2160,6 @@ public Builder setDotnetSettings(com.google.api.DotnetSettings.Builder builderFo return this; } /** - * - * *
      * Settings for .NET client libraries.
      * 
@@ -2442,9 +2170,7 @@ public Builder mergeDotnetSettings(com.google.api.DotnetSettings value) { if (dotnetSettingsBuilder_ == null) { if (dotnetSettings_ != null) { dotnetSettings_ = - com.google.api.DotnetSettings.newBuilder(dotnetSettings_) - .mergeFrom(value) - .buildPartial(); + com.google.api.DotnetSettings.newBuilder(dotnetSettings_).mergeFrom(value).buildPartial(); } else { dotnetSettings_ = value; } @@ -2456,8 +2182,6 @@ public Builder mergeDotnetSettings(com.google.api.DotnetSettings value) { return this; } /** - * - * *
      * Settings for .NET client libraries.
      * 
@@ -2476,8 +2200,6 @@ public Builder clearDotnetSettings() { return this; } /** - * - * *
      * Settings for .NET client libraries.
      * 
@@ -2485,13 +2207,11 @@ public Builder clearDotnetSettings() { * .google.api.DotnetSettings dotnet_settings = 26; */ public com.google.api.DotnetSettings.Builder getDotnetSettingsBuilder() { - + onChanged(); return getDotnetSettingsFieldBuilder().getBuilder(); } /** - * - * *
      * Settings for .NET client libraries.
      * 
@@ -2502,14 +2222,11 @@ public com.google.api.DotnetSettingsOrBuilder getDotnetSettingsOrBuilder() { if (dotnetSettingsBuilder_ != null) { return dotnetSettingsBuilder_.getMessageOrBuilder(); } else { - return dotnetSettings_ == null - ? com.google.api.DotnetSettings.getDefaultInstance() - : dotnetSettings_; + return dotnetSettings_ == null ? + com.google.api.DotnetSettings.getDefaultInstance() : dotnetSettings_; } } /** - * - * *
      * Settings for .NET client libraries.
      * 
@@ -2517,17 +2234,14 @@ public com.google.api.DotnetSettingsOrBuilder getDotnetSettingsOrBuilder() { * .google.api.DotnetSettings dotnet_settings = 26; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.DotnetSettings, - com.google.api.DotnetSettings.Builder, - com.google.api.DotnetSettingsOrBuilder> + com.google.api.DotnetSettings, com.google.api.DotnetSettings.Builder, com.google.api.DotnetSettingsOrBuilder> getDotnetSettingsFieldBuilder() { if (dotnetSettingsBuilder_ == null) { - dotnetSettingsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.api.DotnetSettings, - com.google.api.DotnetSettings.Builder, - com.google.api.DotnetSettingsOrBuilder>( - getDotnetSettings(), getParentForChildren(), isClean()); + dotnetSettingsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.api.DotnetSettings, com.google.api.DotnetSettings.Builder, com.google.api.DotnetSettingsOrBuilder>( + getDotnetSettings(), + getParentForChildren(), + isClean()); dotnetSettings_ = null; } return dotnetSettingsBuilder_; @@ -2535,47 +2249,34 @@ public com.google.api.DotnetSettingsOrBuilder getDotnetSettingsOrBuilder() { private com.google.api.RubySettings rubySettings_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.RubySettings, - com.google.api.RubySettings.Builder, - com.google.api.RubySettingsOrBuilder> - rubySettingsBuilder_; + com.google.api.RubySettings, com.google.api.RubySettings.Builder, com.google.api.RubySettingsOrBuilder> rubySettingsBuilder_; /** - * - * *
      * Settings for Ruby client libraries.
      * 
* * .google.api.RubySettings ruby_settings = 27; - * * @return Whether the rubySettings field is set. */ public boolean hasRubySettings() { return rubySettingsBuilder_ != null || rubySettings_ != null; } /** - * - * *
      * Settings for Ruby client libraries.
      * 
* * .google.api.RubySettings ruby_settings = 27; - * * @return The rubySettings. */ public com.google.api.RubySettings getRubySettings() { if (rubySettingsBuilder_ == null) { - return rubySettings_ == null - ? com.google.api.RubySettings.getDefaultInstance() - : rubySettings_; + return rubySettings_ == null ? com.google.api.RubySettings.getDefaultInstance() : rubySettings_; } else { return rubySettingsBuilder_.getMessage(); } } /** - * - * *
      * Settings for Ruby client libraries.
      * 
@@ -2596,15 +2297,14 @@ public Builder setRubySettings(com.google.api.RubySettings value) { return this; } /** - * - * *
      * Settings for Ruby client libraries.
      * 
* * .google.api.RubySettings ruby_settings = 27; */ - public Builder setRubySettings(com.google.api.RubySettings.Builder builderForValue) { + public Builder setRubySettings( + com.google.api.RubySettings.Builder builderForValue) { if (rubySettingsBuilder_ == null) { rubySettings_ = builderForValue.build(); onChanged(); @@ -2615,8 +2315,6 @@ public Builder setRubySettings(com.google.api.RubySettings.Builder builderForVal return this; } /** - * - * *
      * Settings for Ruby client libraries.
      * 
@@ -2627,7 +2325,7 @@ public Builder mergeRubySettings(com.google.api.RubySettings value) { if (rubySettingsBuilder_ == null) { if (rubySettings_ != null) { rubySettings_ = - com.google.api.RubySettings.newBuilder(rubySettings_).mergeFrom(value).buildPartial(); + com.google.api.RubySettings.newBuilder(rubySettings_).mergeFrom(value).buildPartial(); } else { rubySettings_ = value; } @@ -2639,8 +2337,6 @@ public Builder mergeRubySettings(com.google.api.RubySettings value) { return this; } /** - * - * *
      * Settings for Ruby client libraries.
      * 
@@ -2659,8 +2355,6 @@ public Builder clearRubySettings() { return this; } /** - * - * *
      * Settings for Ruby client libraries.
      * 
@@ -2668,13 +2362,11 @@ public Builder clearRubySettings() { * .google.api.RubySettings ruby_settings = 27; */ public com.google.api.RubySettings.Builder getRubySettingsBuilder() { - + onChanged(); return getRubySettingsFieldBuilder().getBuilder(); } /** - * - * *
      * Settings for Ruby client libraries.
      * 
@@ -2685,14 +2377,11 @@ public com.google.api.RubySettingsOrBuilder getRubySettingsOrBuilder() { if (rubySettingsBuilder_ != null) { return rubySettingsBuilder_.getMessageOrBuilder(); } else { - return rubySettings_ == null - ? com.google.api.RubySettings.getDefaultInstance() - : rubySettings_; + return rubySettings_ == null ? + com.google.api.RubySettings.getDefaultInstance() : rubySettings_; } } /** - * - * *
      * Settings for Ruby client libraries.
      * 
@@ -2700,17 +2389,14 @@ public com.google.api.RubySettingsOrBuilder getRubySettingsOrBuilder() { * .google.api.RubySettings ruby_settings = 27; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.RubySettings, - com.google.api.RubySettings.Builder, - com.google.api.RubySettingsOrBuilder> + com.google.api.RubySettings, com.google.api.RubySettings.Builder, com.google.api.RubySettingsOrBuilder> getRubySettingsFieldBuilder() { if (rubySettingsBuilder_ == null) { - rubySettingsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.api.RubySettings, - com.google.api.RubySettings.Builder, - com.google.api.RubySettingsOrBuilder>( - getRubySettings(), getParentForChildren(), isClean()); + rubySettingsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.api.RubySettings, com.google.api.RubySettings.Builder, com.google.api.RubySettingsOrBuilder>( + getRubySettings(), + getParentForChildren(), + isClean()); rubySettings_ = null; } return rubySettingsBuilder_; @@ -2718,33 +2404,24 @@ public com.google.api.RubySettingsOrBuilder getRubySettingsOrBuilder() { private com.google.api.GoSettings goSettings_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.GoSettings, - com.google.api.GoSettings.Builder, - com.google.api.GoSettingsOrBuilder> - goSettingsBuilder_; + com.google.api.GoSettings, com.google.api.GoSettings.Builder, com.google.api.GoSettingsOrBuilder> goSettingsBuilder_; /** - * - * *
      * Settings for Go client libraries.
      * 
* * .google.api.GoSettings go_settings = 28; - * * @return Whether the goSettings field is set. */ public boolean hasGoSettings() { return goSettingsBuilder_ != null || goSettings_ != null; } /** - * - * *
      * Settings for Go client libraries.
      * 
* * .google.api.GoSettings go_settings = 28; - * * @return The goSettings. */ public com.google.api.GoSettings getGoSettings() { @@ -2755,8 +2432,6 @@ public com.google.api.GoSettings getGoSettings() { } } /** - * - * *
      * Settings for Go client libraries.
      * 
@@ -2777,15 +2452,14 @@ public Builder setGoSettings(com.google.api.GoSettings value) { return this; } /** - * - * *
      * Settings for Go client libraries.
      * 
* * .google.api.GoSettings go_settings = 28; */ - public Builder setGoSettings(com.google.api.GoSettings.Builder builderForValue) { + public Builder setGoSettings( + com.google.api.GoSettings.Builder builderForValue) { if (goSettingsBuilder_ == null) { goSettings_ = builderForValue.build(); onChanged(); @@ -2796,8 +2470,6 @@ public Builder setGoSettings(com.google.api.GoSettings.Builder builderForValue) return this; } /** - * - * *
      * Settings for Go client libraries.
      * 
@@ -2808,7 +2480,7 @@ public Builder mergeGoSettings(com.google.api.GoSettings value) { if (goSettingsBuilder_ == null) { if (goSettings_ != null) { goSettings_ = - com.google.api.GoSettings.newBuilder(goSettings_).mergeFrom(value).buildPartial(); + com.google.api.GoSettings.newBuilder(goSettings_).mergeFrom(value).buildPartial(); } else { goSettings_ = value; } @@ -2820,8 +2492,6 @@ public Builder mergeGoSettings(com.google.api.GoSettings value) { return this; } /** - * - * *
      * Settings for Go client libraries.
      * 
@@ -2840,8 +2510,6 @@ public Builder clearGoSettings() { return this; } /** - * - * *
      * Settings for Go client libraries.
      * 
@@ -2849,13 +2517,11 @@ public Builder clearGoSettings() { * .google.api.GoSettings go_settings = 28; */ public com.google.api.GoSettings.Builder getGoSettingsBuilder() { - + onChanged(); return getGoSettingsFieldBuilder().getBuilder(); } /** - * - * *
      * Settings for Go client libraries.
      * 
@@ -2866,12 +2532,11 @@ public com.google.api.GoSettingsOrBuilder getGoSettingsOrBuilder() { if (goSettingsBuilder_ != null) { return goSettingsBuilder_.getMessageOrBuilder(); } else { - return goSettings_ == null ? com.google.api.GoSettings.getDefaultInstance() : goSettings_; + return goSettings_ == null ? + com.google.api.GoSettings.getDefaultInstance() : goSettings_; } } /** - * - * *
      * Settings for Go client libraries.
      * 
@@ -2879,24 +2544,21 @@ public com.google.api.GoSettingsOrBuilder getGoSettingsOrBuilder() { * .google.api.GoSettings go_settings = 28; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.GoSettings, - com.google.api.GoSettings.Builder, - com.google.api.GoSettingsOrBuilder> + com.google.api.GoSettings, com.google.api.GoSettings.Builder, com.google.api.GoSettingsOrBuilder> getGoSettingsFieldBuilder() { if (goSettingsBuilder_ == null) { - goSettingsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.api.GoSettings, - com.google.api.GoSettings.Builder, - com.google.api.GoSettingsOrBuilder>( - getGoSettings(), getParentForChildren(), isClean()); + goSettingsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.api.GoSettings, com.google.api.GoSettings.Builder, com.google.api.GoSettingsOrBuilder>( + getGoSettings(), + getParentForChildren(), + isClean()); goSettings_ = null; } return goSettingsBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -2906,12 +2568,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.ClientLibrarySettings) } // @@protoc_insertion_point(class_scope:google.api.ClientLibrarySettings) private static final com.google.api.ClientLibrarySettings DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.ClientLibrarySettings(); } @@ -2920,27 +2582,27 @@ public static com.google.api.ClientLibrarySettings getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ClientLibrarySettings parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ClientLibrarySettings parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2955,4 +2617,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.ClientLibrarySettings getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ClientLibrarySettingsOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ClientLibrarySettingsOrBuilder.java similarity index 85% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ClientLibrarySettingsOrBuilder.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ClientLibrarySettingsOrBuilder.java index e4a965bd48..c70a2d8bc3 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ClientLibrarySettingsOrBuilder.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ClientLibrarySettingsOrBuilder.java @@ -1,119 +1,81 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/client.proto package com.google.api; -public interface ClientLibrarySettingsOrBuilder - extends +public interface ClientLibrarySettingsOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.ClientLibrarySettings) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Version of the API to apply these settings to.
    * 
* * string version = 1; - * * @return The version. */ java.lang.String getVersion(); /** - * - * *
    * Version of the API to apply these settings to.
    * 
* * string version = 1; - * * @return The bytes for version. */ - com.google.protobuf.ByteString getVersionBytes(); + com.google.protobuf.ByteString + getVersionBytes(); /** - * - * *
    * Launch stage of this version of the API.
    * 
* * .google.api.LaunchStage launch_stage = 2; - * * @return The enum numeric value on the wire for launchStage. */ int getLaunchStageValue(); /** - * - * *
    * Launch stage of this version of the API.
    * 
* * .google.api.LaunchStage launch_stage = 2; - * * @return The launchStage. */ com.google.api.LaunchStage getLaunchStage(); /** - * - * *
    * When using transport=rest, the client request will encode enums as
    * numbers rather than strings.
    * 
* * bool rest_numeric_enums = 3; - * * @return The restNumericEnums. */ boolean getRestNumericEnums(); /** - * - * *
    * Settings for legacy Java features, supported in the Service YAML.
    * 
* * .google.api.JavaSettings java_settings = 21; - * * @return Whether the javaSettings field is set. */ boolean hasJavaSettings(); /** - * - * *
    * Settings for legacy Java features, supported in the Service YAML.
    * 
* * .google.api.JavaSettings java_settings = 21; - * * @return The javaSettings. */ com.google.api.JavaSettings getJavaSettings(); /** - * - * *
    * Settings for legacy Java features, supported in the Service YAML.
    * 
@@ -123,32 +85,24 @@ public interface ClientLibrarySettingsOrBuilder com.google.api.JavaSettingsOrBuilder getJavaSettingsOrBuilder(); /** - * - * *
    * Settings for C++ client libraries.
    * 
* * .google.api.CppSettings cpp_settings = 22; - * * @return Whether the cppSettings field is set. */ boolean hasCppSettings(); /** - * - * *
    * Settings for C++ client libraries.
    * 
* * .google.api.CppSettings cpp_settings = 22; - * * @return The cppSettings. */ com.google.api.CppSettings getCppSettings(); /** - * - * *
    * Settings for C++ client libraries.
    * 
@@ -158,32 +112,24 @@ public interface ClientLibrarySettingsOrBuilder com.google.api.CppSettingsOrBuilder getCppSettingsOrBuilder(); /** - * - * *
    * Settings for PHP client libraries.
    * 
* * .google.api.PhpSettings php_settings = 23; - * * @return Whether the phpSettings field is set. */ boolean hasPhpSettings(); /** - * - * *
    * Settings for PHP client libraries.
    * 
* * .google.api.PhpSettings php_settings = 23; - * * @return The phpSettings. */ com.google.api.PhpSettings getPhpSettings(); /** - * - * *
    * Settings for PHP client libraries.
    * 
@@ -193,32 +139,24 @@ public interface ClientLibrarySettingsOrBuilder com.google.api.PhpSettingsOrBuilder getPhpSettingsOrBuilder(); /** - * - * *
    * Settings for Python client libraries.
    * 
* * .google.api.PythonSettings python_settings = 24; - * * @return Whether the pythonSettings field is set. */ boolean hasPythonSettings(); /** - * - * *
    * Settings for Python client libraries.
    * 
* * .google.api.PythonSettings python_settings = 24; - * * @return The pythonSettings. */ com.google.api.PythonSettings getPythonSettings(); /** - * - * *
    * Settings for Python client libraries.
    * 
@@ -228,32 +166,24 @@ public interface ClientLibrarySettingsOrBuilder com.google.api.PythonSettingsOrBuilder getPythonSettingsOrBuilder(); /** - * - * *
    * Settings for Node client libraries.
    * 
* * .google.api.NodeSettings node_settings = 25; - * * @return Whether the nodeSettings field is set. */ boolean hasNodeSettings(); /** - * - * *
    * Settings for Node client libraries.
    * 
* * .google.api.NodeSettings node_settings = 25; - * * @return The nodeSettings. */ com.google.api.NodeSettings getNodeSettings(); /** - * - * *
    * Settings for Node client libraries.
    * 
@@ -263,32 +193,24 @@ public interface ClientLibrarySettingsOrBuilder com.google.api.NodeSettingsOrBuilder getNodeSettingsOrBuilder(); /** - * - * *
    * Settings for .NET client libraries.
    * 
* * .google.api.DotnetSettings dotnet_settings = 26; - * * @return Whether the dotnetSettings field is set. */ boolean hasDotnetSettings(); /** - * - * *
    * Settings for .NET client libraries.
    * 
* * .google.api.DotnetSettings dotnet_settings = 26; - * * @return The dotnetSettings. */ com.google.api.DotnetSettings getDotnetSettings(); /** - * - * *
    * Settings for .NET client libraries.
    * 
@@ -298,32 +220,24 @@ public interface ClientLibrarySettingsOrBuilder com.google.api.DotnetSettingsOrBuilder getDotnetSettingsOrBuilder(); /** - * - * *
    * Settings for Ruby client libraries.
    * 
* * .google.api.RubySettings ruby_settings = 27; - * * @return Whether the rubySettings field is set. */ boolean hasRubySettings(); /** - * - * *
    * Settings for Ruby client libraries.
    * 
* * .google.api.RubySettings ruby_settings = 27; - * * @return The rubySettings. */ com.google.api.RubySettings getRubySettings(); /** - * - * *
    * Settings for Ruby client libraries.
    * 
@@ -333,32 +247,24 @@ public interface ClientLibrarySettingsOrBuilder com.google.api.RubySettingsOrBuilder getRubySettingsOrBuilder(); /** - * - * *
    * Settings for Go client libraries.
    * 
* * .google.api.GoSettings go_settings = 28; - * * @return Whether the goSettings field is set. */ boolean hasGoSettings(); /** - * - * *
    * Settings for Go client libraries.
    * 
* * .google.api.GoSettings go_settings = 28; - * * @return The goSettings. */ com.google.api.GoSettings getGoSettings(); /** - * - * *
    * Settings for Go client libraries.
    * 
diff --git a/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ClientProto.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ClientProto.java new file mode 100644 index 0000000000..58624182aa --- /dev/null +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ClientProto.java @@ -0,0 +1,357 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/api/client.proto + +package com.google.api; + +public final class ClientProto { + private ClientProto() {} + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistryLite registry) { + registry.add(com.google.api.ClientProto.methodSignature); + registry.add(com.google.api.ClientProto.defaultHost); + registry.add(com.google.api.ClientProto.oauthScopes); + } + + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistry registry) { + registerAllExtensions( + (com.google.protobuf.ExtensionRegistryLite) registry); + } + public static final int METHOD_SIGNATURE_FIELD_NUMBER = 1051; + /** + *
+   * A definition of a client library method signature.
+   * In client libraries, each proto RPC corresponds to one or more methods
+   * which the end user is able to call, and calls the underlying RPC.
+   * Normally, this method receives a single argument (a struct or instance
+   * corresponding to the RPC request object). Defining this field will
+   * add one or more overloads providing flattened or simpler method signatures
+   * in some languages.
+   * The fields on the method signature are provided as a comma-separated
+   * string.
+   * For example, the proto RPC and annotation:
+   *   rpc CreateSubscription(CreateSubscriptionRequest)
+   *       returns (Subscription) {
+   *     option (google.api.method_signature) = "name,topic";
+   *   }
+   * Would add the following Java overload (in addition to the method accepting
+   * the request object):
+   *   public final Subscription createSubscription(String name, String topic)
+   * The following backwards-compatibility guidelines apply:
+   *   * Adding this annotation to an unannotated method is backwards
+   *     compatible.
+   *   * Adding this annotation to a method which already has existing
+   *     method signature annotations is backwards compatible if and only if
+   *     the new method signature annotation is last in the sequence.
+   *   * Modifying or removing an existing method signature annotation is
+   *     a breaking change.
+   *   * Re-ordering existing method signature annotations is a breaking
+   *     change.
+   * 
+ * + * extend .google.protobuf.MethodOptions { ... } + */ + public static final + com.google.protobuf.GeneratedMessage.GeneratedExtension< + com.google.protobuf.DescriptorProtos.MethodOptions, + java.util.List> methodSignature = com.google.protobuf.GeneratedMessage + .newFileScopedGeneratedExtension( + java.lang.String.class, + null); + public static final int DEFAULT_HOST_FIELD_NUMBER = 1049; + /** + *
+   * The hostname for this service.
+   * This should be specified with no prefix or protocol.
+   * Example:
+   *   service Foo {
+   *     option (google.api.default_host) = "foo.googleapi.com";
+   *     ...
+   *   }
+   * 
+ * + * extend .google.protobuf.ServiceOptions { ... } + */ + public static final + com.google.protobuf.GeneratedMessage.GeneratedExtension< + com.google.protobuf.DescriptorProtos.ServiceOptions, + java.lang.String> defaultHost = com.google.protobuf.GeneratedMessage + .newFileScopedGeneratedExtension( + java.lang.String.class, + null); + public static final int OAUTH_SCOPES_FIELD_NUMBER = 1050; + /** + *
+   * OAuth scopes needed for the client.
+   * Example:
+   *   service Foo {
+   *     option (google.api.oauth_scopes) = \
+   *       "https://www.googleapis.com/auth/cloud-platform";
+   *     ...
+   *   }
+   * If there is more than one scope, use a comma-separated string:
+   * Example:
+   *   service Foo {
+   *     option (google.api.oauth_scopes) = \
+   *       "https://www.googleapis.com/auth/cloud-platform,"
+   *       "https://www.googleapis.com/auth/monitoring";
+   *     ...
+   *   }
+   * 
+ * + * extend .google.protobuf.ServiceOptions { ... } + */ + public static final + com.google.protobuf.GeneratedMessage.GeneratedExtension< + com.google.protobuf.DescriptorProtos.ServiceOptions, + java.lang.String> oauthScopes = com.google.protobuf.GeneratedMessage + .newFileScopedGeneratedExtension( + java.lang.String.class, + null); + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_CommonLanguageSettings_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_CommonLanguageSettings_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_ClientLibrarySettings_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_ClientLibrarySettings_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_Publishing_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_Publishing_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_JavaSettings_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_JavaSettings_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_JavaSettings_ServiceClassNamesEntry_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_JavaSettings_ServiceClassNamesEntry_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_CppSettings_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_CppSettings_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_PhpSettings_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_PhpSettings_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_PythonSettings_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_PythonSettings_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_NodeSettings_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_NodeSettings_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_DotnetSettings_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_DotnetSettings_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_RubySettings_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_RubySettings_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_GoSettings_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_GoSettings_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_MethodSettings_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_MethodSettings_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_MethodSettings_LongRunning_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_MethodSettings_LongRunning_fieldAccessorTable; + + public static com.google.protobuf.Descriptors.FileDescriptor + getDescriptor() { + return descriptor; + } + private static com.google.protobuf.Descriptors.FileDescriptor + descriptor; + static { + java.lang.String[] descriptorData = { + "\n\027google/api/client.proto\022\ngoogle.api\032\035g" + + "oogle/api/launch_stage.proto\032 google/pro" + + "tobuf/descriptor.proto\032\036google/protobuf/" + + "duration.proto\"t\n\026CommonLanguageSettings" + + "\022\036\n\022reference_docs_uri\030\001 \001(\tB\002\030\001\022:\n\014dest" + + "inations\030\002 \003(\0162$.google.api.ClientLibrar" + + "yDestination\"\373\003\n\025ClientLibrarySettings\022\017" + + "\n\007version\030\001 \001(\t\022-\n\014launch_stage\030\002 \001(\0162\027." + + "google.api.LaunchStage\022\032\n\022rest_numeric_e" + + "nums\030\003 \001(\010\022/\n\rjava_settings\030\025 \001(\0132\030.goog" + + "le.api.JavaSettings\022-\n\014cpp_settings\030\026 \001(" + + "\0132\027.google.api.CppSettings\022-\n\014php_settin" + + "gs\030\027 \001(\0132\027.google.api.PhpSettings\0223\n\017pyt" + + "hon_settings\030\030 \001(\0132\032.google.api.PythonSe" + + "ttings\022/\n\rnode_settings\030\031 \001(\0132\030.google.a" + + "pi.NodeSettings\0223\n\017dotnet_settings\030\032 \001(\013" + + "2\032.google.api.DotnetSettings\022/\n\rruby_set" + + "tings\030\033 \001(\0132\030.google.api.RubySettings\022+\n" + + "\013go_settings\030\034 \001(\0132\026.google.api.GoSettin" + + "gs\"\323\002\n\nPublishing\0223\n\017method_settings\030\002 \003" + + "(\0132\032.google.api.MethodSettings\022\025\n\rnew_is" + + "sue_uri\030e \001(\t\022\031\n\021documentation_uri\030f \001(\t" + + "\022\026\n\016api_short_name\030g \001(\t\022\024\n\014github_label" + + "\030h \001(\t\022\036\n\026codeowner_github_teams\030i \003(\t\022\026" + + "\n\016doc_tag_prefix\030j \001(\t\022;\n\014organization\030k" + + " \001(\0162%.google.api.ClientLibraryOrganizat" + + "ion\022;\n\020library_settings\030m \003(\0132!.google.a" + + "pi.ClientLibrarySettings\"\343\001\n\014JavaSetting" + + "s\022\027\n\017library_package\030\001 \001(\t\022L\n\023service_cl" + + "ass_names\030\002 \003(\0132/.google.api.JavaSetting" + + "s.ServiceClassNamesEntry\0222\n\006common\030\003 \001(\013" + + "2\".google.api.CommonLanguageSettings\0328\n\026" + + "ServiceClassNamesEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005v" + + "alue\030\002 \001(\t:\0028\001\"A\n\013CppSettings\0222\n\006common\030" + + "\001 \001(\0132\".google.api.CommonLanguageSetting" + + "s\"A\n\013PhpSettings\0222\n\006common\030\001 \001(\0132\".googl" + + "e.api.CommonLanguageSettings\"D\n\016PythonSe" + + "ttings\0222\n\006common\030\001 \001(\0132\".google.api.Comm" + + "onLanguageSettings\"B\n\014NodeSettings\0222\n\006co" + + "mmon\030\001 \001(\0132\".google.api.CommonLanguageSe" + + "ttings\"D\n\016DotnetSettings\0222\n\006common\030\001 \001(\013" + + "2\".google.api.CommonLanguageSettings\"B\n\014" + + "RubySettings\0222\n\006common\030\001 \001(\0132\".google.ap" + + "i.CommonLanguageSettings\"@\n\nGoSettings\0222" + + "\n\006common\030\001 \001(\0132\".google.api.CommonLangua" + + "geSettings\"\260\002\n\016MethodSettings\022\020\n\010selecto" + + "r\030\001 \001(\t\022<\n\014long_running\030\002 \001(\0132&.google.a" + + "pi.MethodSettings.LongRunning\032\315\001\n\013LongRu" + + "nning\0225\n\022initial_poll_delay\030\001 \001(\0132\031.goog" + + "le.protobuf.Duration\022\035\n\025poll_delay_multi" + + "plier\030\002 \001(\002\0221\n\016max_poll_delay\030\003 \001(\0132\031.go" + + "ogle.protobuf.Duration\0225\n\022total_poll_tim" + + "eout\030\004 \001(\0132\031.google.protobuf.Duration*y\n" + + "\031ClientLibraryOrganization\022+\n\'CLIENT_LIB" + + "RARY_ORGANIZATION_UNSPECIFIED\020\000\022\t\n\005CLOUD" + + "\020\001\022\007\n\003ADS\020\002\022\n\n\006PHOTOS\020\003\022\017\n\013STREET_VIEW\020\004" + + "*g\n\030ClientLibraryDestination\022*\n&CLIENT_L" + + "IBRARY_DESTINATION_UNSPECIFIED\020\000\022\n\n\006GITH" + + "UB\020\n\022\023\n\017PACKAGE_MANAGER\020\024:9\n\020method_sign" + + "ature\022\036.google.protobuf.MethodOptions\030\233\010" + + " \003(\t:6\n\014default_host\022\037.google.protobuf.S" + + "erviceOptions\030\231\010 \001(\t:6\n\014oauth_scopes\022\037.g" + + "oogle.protobuf.ServiceOptions\030\232\010 \001(\tBi\n\016" + + "com.google.apiB\013ClientProtoP\001ZAgoogle.go" + + "lang.org/genproto/googleapis/api/annotat" + + "ions;annotations\242\002\004GAPIb\006proto3" + }; + descriptor = com.google.protobuf.Descriptors.FileDescriptor + .internalBuildGeneratedFileFrom(descriptorData, + new com.google.protobuf.Descriptors.FileDescriptor[] { + com.google.api.LaunchStageProto.getDescriptor(), + com.google.protobuf.DescriptorProtos.getDescriptor(), + com.google.protobuf.DurationProto.getDescriptor(), + }); + internal_static_google_api_CommonLanguageSettings_descriptor = + getDescriptor().getMessageTypes().get(0); + internal_static_google_api_CommonLanguageSettings_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_CommonLanguageSettings_descriptor, + new java.lang.String[] { "ReferenceDocsUri", "Destinations", }); + internal_static_google_api_ClientLibrarySettings_descriptor = + getDescriptor().getMessageTypes().get(1); + internal_static_google_api_ClientLibrarySettings_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_ClientLibrarySettings_descriptor, + new java.lang.String[] { "Version", "LaunchStage", "RestNumericEnums", "JavaSettings", "CppSettings", "PhpSettings", "PythonSettings", "NodeSettings", "DotnetSettings", "RubySettings", "GoSettings", }); + internal_static_google_api_Publishing_descriptor = + getDescriptor().getMessageTypes().get(2); + internal_static_google_api_Publishing_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_Publishing_descriptor, + new java.lang.String[] { "MethodSettings", "NewIssueUri", "DocumentationUri", "ApiShortName", "GithubLabel", "CodeownerGithubTeams", "DocTagPrefix", "Organization", "LibrarySettings", }); + internal_static_google_api_JavaSettings_descriptor = + getDescriptor().getMessageTypes().get(3); + internal_static_google_api_JavaSettings_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_JavaSettings_descriptor, + new java.lang.String[] { "LibraryPackage", "ServiceClassNames", "Common", }); + internal_static_google_api_JavaSettings_ServiceClassNamesEntry_descriptor = + internal_static_google_api_JavaSettings_descriptor.getNestedTypes().get(0); + internal_static_google_api_JavaSettings_ServiceClassNamesEntry_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_JavaSettings_ServiceClassNamesEntry_descriptor, + new java.lang.String[] { "Key", "Value", }); + internal_static_google_api_CppSettings_descriptor = + getDescriptor().getMessageTypes().get(4); + internal_static_google_api_CppSettings_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_CppSettings_descriptor, + new java.lang.String[] { "Common", }); + internal_static_google_api_PhpSettings_descriptor = + getDescriptor().getMessageTypes().get(5); + internal_static_google_api_PhpSettings_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_PhpSettings_descriptor, + new java.lang.String[] { "Common", }); + internal_static_google_api_PythonSettings_descriptor = + getDescriptor().getMessageTypes().get(6); + internal_static_google_api_PythonSettings_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_PythonSettings_descriptor, + new java.lang.String[] { "Common", }); + internal_static_google_api_NodeSettings_descriptor = + getDescriptor().getMessageTypes().get(7); + internal_static_google_api_NodeSettings_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_NodeSettings_descriptor, + new java.lang.String[] { "Common", }); + internal_static_google_api_DotnetSettings_descriptor = + getDescriptor().getMessageTypes().get(8); + internal_static_google_api_DotnetSettings_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_DotnetSettings_descriptor, + new java.lang.String[] { "Common", }); + internal_static_google_api_RubySettings_descriptor = + getDescriptor().getMessageTypes().get(9); + internal_static_google_api_RubySettings_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_RubySettings_descriptor, + new java.lang.String[] { "Common", }); + internal_static_google_api_GoSettings_descriptor = + getDescriptor().getMessageTypes().get(10); + internal_static_google_api_GoSettings_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_GoSettings_descriptor, + new java.lang.String[] { "Common", }); + internal_static_google_api_MethodSettings_descriptor = + getDescriptor().getMessageTypes().get(11); + internal_static_google_api_MethodSettings_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_MethodSettings_descriptor, + new java.lang.String[] { "Selector", "LongRunning", }); + internal_static_google_api_MethodSettings_LongRunning_descriptor = + internal_static_google_api_MethodSettings_descriptor.getNestedTypes().get(0); + internal_static_google_api_MethodSettings_LongRunning_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_MethodSettings_LongRunning_descriptor, + new java.lang.String[] { "InitialPollDelay", "PollDelayMultiplier", "MaxPollDelay", "TotalPollTimeout", }); + methodSignature.internalInit(descriptor.getExtensions().get(0)); + defaultHost.internalInit(descriptor.getExtensions().get(1)); + oauthScopes.internalInit(descriptor.getExtensions().get(2)); + com.google.api.LaunchStageProto.getDescriptor(); + com.google.protobuf.DescriptorProtos.getDescriptor(); + com.google.protobuf.DurationProto.getDescriptor(); + } + + // @@protoc_insertion_point(outer_class_scope) +} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/CommonLanguageSettings.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/CommonLanguageSettings.java similarity index 71% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/CommonLanguageSettings.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/CommonLanguageSettings.java index b15e50ffb9..9abc35562c 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/CommonLanguageSettings.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/CommonLanguageSettings.java @@ -1,42 +1,24 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/client.proto package com.google.api; /** - * - * *
  * Required information for every language.
  * 
* * Protobuf type {@code google.api.CommonLanguageSettings} */ -public final class CommonLanguageSettings extends com.google.protobuf.GeneratedMessageV3 - implements +public final class CommonLanguageSettings extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.api.CommonLanguageSettings) CommonLanguageSettingsOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use CommonLanguageSettings.newBuilder() to construct. private CommonLanguageSettings(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private CommonLanguageSettings() { referenceDocsUri_ = ""; destinations_ = java.util.Collections.emptyList(); @@ -44,73 +26,74 @@ private CommonLanguageSettings() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new CommonLanguageSettings(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.api.ClientProto.internal_static_google_api_CommonLanguageSettings_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.api.ClientProto - .internal_static_google_api_CommonLanguageSettings_fieldAccessorTable + return com.google.api.ClientProto.internal_static_google_api_CommonLanguageSettings_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.api.CommonLanguageSettings.class, - com.google.api.CommonLanguageSettings.Builder.class); + com.google.api.CommonLanguageSettings.class, com.google.api.CommonLanguageSettings.Builder.class); } public static final int REFERENCE_DOCS_URI_FIELD_NUMBER = 1; private volatile java.lang.Object referenceDocsUri_; /** - * - * *
    * Link to automatically generated reference documentation.  Example:
    * https://cloud.google.com/nodejs/docs/reference/asset/latest
    * 
* - * string reference_docs_uri = 1; - * + * string reference_docs_uri = 1 [deprecated = true]; + * @deprecated google.api.CommonLanguageSettings.reference_docs_uri is deprecated. + * See google/api/client.proto;l=106 * @return The referenceDocsUri. */ @java.lang.Override - public java.lang.String getReferenceDocsUri() { + @java.lang.Deprecated public java.lang.String getReferenceDocsUri() { java.lang.Object ref = referenceDocsUri_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); referenceDocsUri_ = s; return s; } } /** - * - * *
    * Link to automatically generated reference documentation.  Example:
    * https://cloud.google.com/nodejs/docs/reference/asset/latest
    * 
* - * string reference_docs_uri = 1; - * + * string reference_docs_uri = 1 [deprecated = true]; + * @deprecated google.api.CommonLanguageSettings.reference_docs_uri is deprecated. + * See google/api/client.proto;l=106 * @return The bytes for referenceDocsUri. */ @java.lang.Override - public com.google.protobuf.ByteString getReferenceDocsUriBytes() { + @java.lang.Deprecated public com.google.protobuf.ByteString + getReferenceDocsUriBytes() { java.lang.Object ref = referenceDocsUri_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); referenceDocsUri_ = b; return b; } else { @@ -121,43 +104,34 @@ public com.google.protobuf.ByteString getReferenceDocsUriBytes() { public static final int DESTINATIONS_FIELD_NUMBER = 2; private java.util.List destinations_; private static final com.google.protobuf.Internal.ListAdapter.Converter< - java.lang.Integer, com.google.api.ClientLibraryDestination> - destinations_converter_ = + java.lang.Integer, com.google.api.ClientLibraryDestination> destinations_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.api.ClientLibraryDestination>() { public com.google.api.ClientLibraryDestination convert(java.lang.Integer from) { @SuppressWarnings("deprecation") - com.google.api.ClientLibraryDestination result = - com.google.api.ClientLibraryDestination.valueOf(from); + com.google.api.ClientLibraryDestination result = com.google.api.ClientLibraryDestination.valueOf(from); return result == null ? com.google.api.ClientLibraryDestination.UNRECOGNIZED : result; } }; /** - * - * *
    * The destination where API teams want this client library to be published.
    * 
* * repeated .google.api.ClientLibraryDestination destinations = 2; - * * @return A list containing the destinations. */ @java.lang.Override public java.util.List getDestinationsList() { return new com.google.protobuf.Internal.ListAdapter< - java.lang.Integer, com.google.api.ClientLibraryDestination>( - destinations_, destinations_converter_); + java.lang.Integer, com.google.api.ClientLibraryDestination>(destinations_, destinations_converter_); } /** - * - * *
    * The destination where API teams want this client library to be published.
    * 
* * repeated .google.api.ClientLibraryDestination destinations = 2; - * * @return The count of destinations. */ @java.lang.Override @@ -165,14 +139,11 @@ public int getDestinationsCount() { return destinations_.size(); } /** - * - * *
    * The destination where API teams want this client library to be published.
    * 
* * repeated .google.api.ClientLibraryDestination destinations = 2; - * * @param index The index of the element to return. * @return The destinations at the given index. */ @@ -181,29 +152,24 @@ public com.google.api.ClientLibraryDestination getDestinations(int index) { return destinations_converter_.convert(destinations_.get(index)); } /** - * - * *
    * The destination where API teams want this client library to be published.
    * 
* * repeated .google.api.ClientLibraryDestination destinations = 2; - * * @return A list containing the enum numeric values on the wire for destinations. */ @java.lang.Override - public java.util.List getDestinationsValueList() { + public java.util.List + getDestinationsValueList() { return destinations_; } /** - * - * *
    * The destination where API teams want this client library to be published.
    * 
* * repeated .google.api.ClientLibraryDestination destinations = 2; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of destinations at the given index. */ @@ -211,11 +177,9 @@ public java.util.List getDestinationsValueList() { public int getDestinationsValue(int index) { return destinations_.get(index); } - private int destinationsMemoizedSerializedSize; private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -227,7 +191,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { getSerializedSize(); if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(referenceDocsUri_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, referenceDocsUri_); @@ -254,15 +219,14 @@ public int getSerializedSize() { { int dataSize = 0; for (int i = 0; i < destinations_.size(); i++) { - dataSize += - com.google.protobuf.CodedOutputStream.computeEnumSizeNoTag(destinations_.get(i)); + dataSize += com.google.protobuf.CodedOutputStream + .computeEnumSizeNoTag(destinations_.get(i)); } size += dataSize; - if (!getDestinationsList().isEmpty()) { - size += 1; - size += com.google.protobuf.CodedOutputStream.computeUInt32SizeNoTag(dataSize); - } - destinationsMemoizedSerializedSize = dataSize; + if (!getDestinationsList().isEmpty()) { size += 1; + size += com.google.protobuf.CodedOutputStream + .computeUInt32SizeNoTag(dataSize); + }destinationsMemoizedSerializedSize = dataSize; } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -272,14 +236,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.CommonLanguageSettings)) { return super.equals(obj); } com.google.api.CommonLanguageSettings other = (com.google.api.CommonLanguageSettings) obj; - if (!getReferenceDocsUri().equals(other.getReferenceDocsUri())) return false; + if (!getReferenceDocsUri() + .equals(other.getReferenceDocsUri())) return false; if (!destinations_.equals(other.destinations_)) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -303,135 +268,130 @@ public int hashCode() { return hash; } - public static com.google.api.CommonLanguageSettings parseFrom(java.nio.ByteBuffer data) + public static com.google.api.CommonLanguageSettings parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.CommonLanguageSettings parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.api.CommonLanguageSettings parseFrom(com.google.protobuf.ByteString data) + public static com.google.api.CommonLanguageSettings parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.CommonLanguageSettings parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.CommonLanguageSettings parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.CommonLanguageSettings parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.CommonLanguageSettings parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.CommonLanguageSettings parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.CommonLanguageSettings parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.CommonLanguageSettings parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.CommonLanguageSettings parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.CommonLanguageSettings parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.CommonLanguageSettings prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Required information for every language.
    * 
* * Protobuf type {@code google.api.CommonLanguageSettings} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.api.CommonLanguageSettings) com.google.api.CommonLanguageSettingsOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.api.ClientProto - .internal_static_google_api_CommonLanguageSettings_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.api.ClientProto.internal_static_google_api_CommonLanguageSettings_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.api.ClientProto - .internal_static_google_api_CommonLanguageSettings_fieldAccessorTable + return com.google.api.ClientProto.internal_static_google_api_CommonLanguageSettings_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.api.CommonLanguageSettings.class, - com.google.api.CommonLanguageSettings.Builder.class); + com.google.api.CommonLanguageSettings.class, com.google.api.CommonLanguageSettings.Builder.class); } // Construct using com.google.api.CommonLanguageSettings.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -443,9 +403,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.api.ClientProto - .internal_static_google_api_CommonLanguageSettings_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.api.ClientProto.internal_static_google_api_CommonLanguageSettings_descriptor; } @java.lang.Override @@ -464,8 +424,7 @@ public com.google.api.CommonLanguageSettings build() { @java.lang.Override public com.google.api.CommonLanguageSettings buildPartial() { - com.google.api.CommonLanguageSettings result = - new com.google.api.CommonLanguageSettings(this); + com.google.api.CommonLanguageSettings result = new com.google.api.CommonLanguageSettings(this); int from_bitField0_ = bitField0_; result.referenceDocsUri_ = referenceDocsUri_; if (((bitField0_ & 0x00000001) != 0)) { @@ -481,39 +440,38 @@ public com.google.api.CommonLanguageSettings buildPartial() { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.api.CommonLanguageSettings) { - return mergeFrom((com.google.api.CommonLanguageSettings) other); + return mergeFrom((com.google.api.CommonLanguageSettings)other); } else { super.mergeFrom(other); return this; @@ -562,38 +520,34 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - referenceDocsUri_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 16: - { + case 10: { + referenceDocsUri_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 16: { + int tmpRaw = input.readEnum(); + ensureDestinationsIsMutable(); + destinations_.add(tmpRaw); + break; + } // case 16 + case 18: { + int length = input.readRawVarint32(); + int oldLimit = input.pushLimit(length); + while(input.getBytesUntilLimit() > 0) { int tmpRaw = input.readEnum(); ensureDestinationsIsMutable(); destinations_.add(tmpRaw); - break; - } // case 16 - case 18: - { - int length = input.readRawVarint32(); - int oldLimit = input.pushLimit(length); - while (input.getBytesUntilLimit() > 0) { - int tmpRaw = input.readEnum(); - ensureDestinationsIsMutable(); - destinations_.add(tmpRaw); - } - input.popLimit(oldLimit); - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + } + input.popLimit(oldLimit); + break; + } // case 18 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -603,26 +557,25 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.lang.Object referenceDocsUri_ = ""; /** - * - * *
      * Link to automatically generated reference documentation.  Example:
      * https://cloud.google.com/nodejs/docs/reference/asset/latest
      * 
* - * string reference_docs_uri = 1; - * + * string reference_docs_uri = 1 [deprecated = true]; + * @deprecated google.api.CommonLanguageSettings.reference_docs_uri is deprecated. + * See google/api/client.proto;l=106 * @return The referenceDocsUri. */ - public java.lang.String getReferenceDocsUri() { + @java.lang.Deprecated public java.lang.String getReferenceDocsUri() { java.lang.Object ref = referenceDocsUri_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); referenceDocsUri_ = s; return s; @@ -631,22 +584,23 @@ public java.lang.String getReferenceDocsUri() { } } /** - * - * *
      * Link to automatically generated reference documentation.  Example:
      * https://cloud.google.com/nodejs/docs/reference/asset/latest
      * 
* - * string reference_docs_uri = 1; - * + * string reference_docs_uri = 1 [deprecated = true]; + * @deprecated google.api.CommonLanguageSettings.reference_docs_uri is deprecated. + * See google/api/client.proto;l=106 * @return The bytes for referenceDocsUri. */ - public com.google.protobuf.ByteString getReferenceDocsUriBytes() { + @java.lang.Deprecated public com.google.protobuf.ByteString + getReferenceDocsUriBytes() { java.lang.Object ref = referenceDocsUri_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); referenceDocsUri_ = b; return b; } else { @@ -654,71 +608,70 @@ public com.google.protobuf.ByteString getReferenceDocsUriBytes() { } } /** - * - * *
      * Link to automatically generated reference documentation.  Example:
      * https://cloud.google.com/nodejs/docs/reference/asset/latest
      * 
* - * string reference_docs_uri = 1; - * + * string reference_docs_uri = 1 [deprecated = true]; + * @deprecated google.api.CommonLanguageSettings.reference_docs_uri is deprecated. + * See google/api/client.proto;l=106 * @param value The referenceDocsUri to set. * @return This builder for chaining. */ - public Builder setReferenceDocsUri(java.lang.String value) { + @java.lang.Deprecated public Builder setReferenceDocsUri( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + referenceDocsUri_ = value; onChanged(); return this; } /** - * - * *
      * Link to automatically generated reference documentation.  Example:
      * https://cloud.google.com/nodejs/docs/reference/asset/latest
      * 
* - * string reference_docs_uri = 1; - * + * string reference_docs_uri = 1 [deprecated = true]; + * @deprecated google.api.CommonLanguageSettings.reference_docs_uri is deprecated. + * See google/api/client.proto;l=106 * @return This builder for chaining. */ - public Builder clearReferenceDocsUri() { - + @java.lang.Deprecated public Builder clearReferenceDocsUri() { + referenceDocsUri_ = getDefaultInstance().getReferenceDocsUri(); onChanged(); return this; } /** - * - * *
      * Link to automatically generated reference documentation.  Example:
      * https://cloud.google.com/nodejs/docs/reference/asset/latest
      * 
* - * string reference_docs_uri = 1; - * + * string reference_docs_uri = 1 [deprecated = true]; + * @deprecated google.api.CommonLanguageSettings.reference_docs_uri is deprecated. + * See google/api/client.proto;l=106 * @param value The bytes for referenceDocsUri to set. * @return This builder for chaining. */ - public Builder setReferenceDocsUriBytes(com.google.protobuf.ByteString value) { + @java.lang.Deprecated public Builder setReferenceDocsUriBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + referenceDocsUri_ = value; onChanged(); return this; } - private java.util.List destinations_ = java.util.Collections.emptyList(); - + private java.util.List destinations_ = + java.util.Collections.emptyList(); private void ensureDestinationsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { destinations_ = new java.util.ArrayList(destinations_); @@ -726,44 +679,34 @@ private void ensureDestinationsIsMutable() { } } /** - * - * *
      * The destination where API teams want this client library to be published.
      * 
* * repeated .google.api.ClientLibraryDestination destinations = 2; - * * @return A list containing the destinations. */ public java.util.List getDestinationsList() { return new com.google.protobuf.Internal.ListAdapter< - java.lang.Integer, com.google.api.ClientLibraryDestination>( - destinations_, destinations_converter_); + java.lang.Integer, com.google.api.ClientLibraryDestination>(destinations_, destinations_converter_); } /** - * - * *
      * The destination where API teams want this client library to be published.
      * 
* * repeated .google.api.ClientLibraryDestination destinations = 2; - * * @return The count of destinations. */ public int getDestinationsCount() { return destinations_.size(); } /** - * - * *
      * The destination where API teams want this client library to be published.
      * 
* * repeated .google.api.ClientLibraryDestination destinations = 2; - * * @param index The index of the element to return. * @return The destinations at the given index. */ @@ -771,19 +714,17 @@ public com.google.api.ClientLibraryDestination getDestinations(int index) { return destinations_converter_.convert(destinations_.get(index)); } /** - * - * *
      * The destination where API teams want this client library to be published.
      * 
* * repeated .google.api.ClientLibraryDestination destinations = 2; - * * @param index The index to set the value at. * @param value The destinations to set. * @return This builder for chaining. */ - public Builder setDestinations(int index, com.google.api.ClientLibraryDestination value) { + public Builder setDestinations( + int index, com.google.api.ClientLibraryDestination value) { if (value == null) { throw new NullPointerException(); } @@ -793,14 +734,11 @@ public Builder setDestinations(int index, com.google.api.ClientLibraryDestinatio return this; } /** - * - * *
      * The destination where API teams want this client library to be published.
      * 
* * repeated .google.api.ClientLibraryDestination destinations = 2; - * * @param value The destinations to add. * @return This builder for chaining. */ @@ -814,14 +752,11 @@ public Builder addDestinations(com.google.api.ClientLibraryDestination value) { return this; } /** - * - * *
      * The destination where API teams want this client library to be published.
      * 
* * repeated .google.api.ClientLibraryDestination destinations = 2; - * * @param values The destinations to add. * @return This builder for chaining. */ @@ -835,14 +770,11 @@ public Builder addAllDestinations( return this; } /** - * - * *
      * The destination where API teams want this client library to be published.
      * 
* * repeated .google.api.ClientLibraryDestination destinations = 2; - * * @return This builder for chaining. */ public Builder clearDestinations() { @@ -852,28 +784,23 @@ public Builder clearDestinations() { return this; } /** - * - * *
      * The destination where API teams want this client library to be published.
      * 
* * repeated .google.api.ClientLibraryDestination destinations = 2; - * * @return A list containing the enum numeric values on the wire for destinations. */ - public java.util.List getDestinationsValueList() { + public java.util.List + getDestinationsValueList() { return java.util.Collections.unmodifiableList(destinations_); } /** - * - * *
      * The destination where API teams want this client library to be published.
      * 
* * repeated .google.api.ClientLibraryDestination destinations = 2; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of destinations at the given index. */ @@ -881,33 +808,28 @@ public int getDestinationsValue(int index) { return destinations_.get(index); } /** - * - * *
      * The destination where API teams want this client library to be published.
      * 
* * repeated .google.api.ClientLibraryDestination destinations = 2; - * * @param index The index to set the value at. * @param value The enum numeric value on the wire for destinations to set. * @return This builder for chaining. */ - public Builder setDestinationsValue(int index, int value) { + public Builder setDestinationsValue( + int index, int value) { ensureDestinationsIsMutable(); destinations_.set(index, value); onChanged(); return this; } /** - * - * *
      * The destination where API teams want this client library to be published.
      * 
* * repeated .google.api.ClientLibraryDestination destinations = 2; - * * @param value The enum numeric value on the wire for destinations to add. * @return This builder for chaining. */ @@ -918,18 +840,16 @@ public Builder addDestinationsValue(int value) { return this; } /** - * - * *
      * The destination where API teams want this client library to be published.
      * 
* * repeated .google.api.ClientLibraryDestination destinations = 2; - * * @param values The enum numeric values on the wire for destinations to add. * @return This builder for chaining. */ - public Builder addAllDestinationsValue(java.lang.Iterable values) { + public Builder addAllDestinationsValue( + java.lang.Iterable values) { ensureDestinationsIsMutable(); for (int value : values) { destinations_.add(value); @@ -937,9 +857,9 @@ public Builder addAllDestinationsValue(java.lang.Iterable val onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -949,12 +869,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.CommonLanguageSettings) } // @@protoc_insertion_point(class_scope:google.api.CommonLanguageSettings) private static final com.google.api.CommonLanguageSettings DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.CommonLanguageSettings(); } @@ -963,27 +883,27 @@ public static com.google.api.CommonLanguageSettings getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CommonLanguageSettings parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public CommonLanguageSettings parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -998,4 +918,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.CommonLanguageSettings getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/CommonLanguageSettingsOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/CommonLanguageSettingsOrBuilder.java similarity index 69% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/CommonLanguageSettingsOrBuilder.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/CommonLanguageSettingsOrBuilder.java index 98256fa82b..dff65ea6c6 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/CommonLanguageSettingsOrBuilder.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/CommonLanguageSettingsOrBuilder.java @@ -1,113 +1,82 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/client.proto package com.google.api; -public interface CommonLanguageSettingsOrBuilder - extends +public interface CommonLanguageSettingsOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.CommonLanguageSettings) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Link to automatically generated reference documentation.  Example:
    * https://cloud.google.com/nodejs/docs/reference/asset/latest
    * 
* - * string reference_docs_uri = 1; - * + * string reference_docs_uri = 1 [deprecated = true]; + * @deprecated google.api.CommonLanguageSettings.reference_docs_uri is deprecated. + * See google/api/client.proto;l=106 * @return The referenceDocsUri. */ - java.lang.String getReferenceDocsUri(); + @java.lang.Deprecated java.lang.String getReferenceDocsUri(); /** - * - * *
    * Link to automatically generated reference documentation.  Example:
    * https://cloud.google.com/nodejs/docs/reference/asset/latest
    * 
* - * string reference_docs_uri = 1; - * + * string reference_docs_uri = 1 [deprecated = true]; + * @deprecated google.api.CommonLanguageSettings.reference_docs_uri is deprecated. + * See google/api/client.proto;l=106 * @return The bytes for referenceDocsUri. */ - com.google.protobuf.ByteString getReferenceDocsUriBytes(); + @java.lang.Deprecated com.google.protobuf.ByteString + getReferenceDocsUriBytes(); /** - * - * *
    * The destination where API teams want this client library to be published.
    * 
* * repeated .google.api.ClientLibraryDestination destinations = 2; - * * @return A list containing the destinations. */ java.util.List getDestinationsList(); /** - * - * *
    * The destination where API teams want this client library to be published.
    * 
* * repeated .google.api.ClientLibraryDestination destinations = 2; - * * @return The count of destinations. */ int getDestinationsCount(); /** - * - * *
    * The destination where API teams want this client library to be published.
    * 
* * repeated .google.api.ClientLibraryDestination destinations = 2; - * * @param index The index of the element to return. * @return The destinations at the given index. */ com.google.api.ClientLibraryDestination getDestinations(int index); /** - * - * *
    * The destination where API teams want this client library to be published.
    * 
* * repeated .google.api.ClientLibraryDestination destinations = 2; - * * @return A list containing the enum numeric values on the wire for destinations. */ - java.util.List getDestinationsValueList(); + java.util.List + getDestinationsValueList(); /** - * - * *
    * The destination where API teams want this client library to be published.
    * 
* * repeated .google.api.ClientLibraryDestination destinations = 2; - * * @param index The index of the value to return. * @return The enum numeric value on the wire of destinations at the given index. */ diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ConfigChange.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ConfigChange.java similarity index 76% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ConfigChange.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ConfigChange.java index a4bc124a9d..6855ba6661 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ConfigChange.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ConfigChange.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/config_change.proto package com.google.api; /** - * - * *
  * Output generated from semantically comparing two versions of a service
  * configuration.
@@ -31,16 +14,15 @@
  *
  * Protobuf type {@code google.api.ConfigChange}
  */
-public final class ConfigChange extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class ConfigChange extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.api.ConfigChange)
     ConfigChangeOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use ConfigChange.newBuilder() to construct.
   private ConfigChange(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private ConfigChange() {
     element_ = "";
     oldValue_ = "";
@@ -51,24 +33,25 @@ private ConfigChange() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new ConfigChange();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
     return com.google.api.ConfigChangeProto.internal_static_google_api_ConfigChange_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.api.ConfigChangeProto
-        .internal_static_google_api_ConfigChange_fieldAccessorTable
+    return com.google.api.ConfigChangeProto.internal_static_google_api_ConfigChange_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
             com.google.api.ConfigChange.class, com.google.api.ConfigChange.Builder.class);
   }
@@ -76,8 +59,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
   public static final int ELEMENT_FIELD_NUMBER = 1;
   private volatile java.lang.Object element_;
   /**
-   *
-   *
    * 
    * Object hierarchy path to the change, with levels separated by a '.'
    * character. For repeated fields, an applicable unique identifier field is
@@ -91,7 +72,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    * 
* * string element = 1; - * * @return The element. */ @java.lang.Override @@ -100,15 +80,14 @@ public java.lang.String getElement() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); element_ = s; return s; } } /** - * - * *
    * Object hierarchy path to the change, with levels separated by a '.'
    * character. For repeated fields, an applicable unique identifier field is
@@ -122,15 +101,16 @@ public java.lang.String getElement() {
    * 
* * string element = 1; - * * @return The bytes for element. */ @java.lang.Override - public com.google.protobuf.ByteString getElementBytes() { + public com.google.protobuf.ByteString + getElementBytes() { java.lang.Object ref = element_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); element_ = b; return b; } else { @@ -141,15 +121,12 @@ public com.google.protobuf.ByteString getElementBytes() { public static final int OLD_VALUE_FIELD_NUMBER = 2; private volatile java.lang.Object oldValue_; /** - * - * *
    * Value of the changed object in the old Service configuration,
    * in JSON format. This field will not be populated if ChangeType == ADDED.
    * 
* * string old_value = 2; - * * @return The oldValue. */ @java.lang.Override @@ -158,30 +135,30 @@ public java.lang.String getOldValue() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); oldValue_ = s; return s; } } /** - * - * *
    * Value of the changed object in the old Service configuration,
    * in JSON format. This field will not be populated if ChangeType == ADDED.
    * 
* * string old_value = 2; - * * @return The bytes for oldValue. */ @java.lang.Override - public com.google.protobuf.ByteString getOldValueBytes() { + public com.google.protobuf.ByteString + getOldValueBytes() { java.lang.Object ref = oldValue_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); oldValue_ = b; return b; } else { @@ -192,15 +169,12 @@ public com.google.protobuf.ByteString getOldValueBytes() { public static final int NEW_VALUE_FIELD_NUMBER = 3; private volatile java.lang.Object newValue_; /** - * - * *
    * Value of the changed object in the new Service configuration,
    * in JSON format. This field will not be populated if ChangeType == REMOVED.
    * 
* * string new_value = 3; - * * @return The newValue. */ @java.lang.Override @@ -209,30 +183,30 @@ public java.lang.String getNewValue() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); newValue_ = s; return s; } } /** - * - * *
    * Value of the changed object in the new Service configuration,
    * in JSON format. This field will not be populated if ChangeType == REMOVED.
    * 
* * string new_value = 3; - * * @return The bytes for newValue. */ @java.lang.Override - public com.google.protobuf.ByteString getNewValueBytes() { + public com.google.protobuf.ByteString + getNewValueBytes() { java.lang.Object ref = newValue_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); newValue_ = b; return b; } else { @@ -243,33 +217,25 @@ public com.google.protobuf.ByteString getNewValueBytes() { public static final int CHANGE_TYPE_FIELD_NUMBER = 4; private int changeType_; /** - * - * *
    * The type for this change, either ADDED, REMOVED, or MODIFIED.
    * 
* * .google.api.ChangeType change_type = 4; - * * @return The enum numeric value on the wire for changeType. */ - @java.lang.Override - public int getChangeTypeValue() { + @java.lang.Override public int getChangeTypeValue() { return changeType_; } /** - * - * *
    * The type for this change, either ADDED, REMOVED, or MODIFIED.
    * 
* * .google.api.ChangeType change_type = 4; - * * @return The changeType. */ - @java.lang.Override - public com.google.api.ChangeType getChangeType() { + @java.lang.Override public com.google.api.ChangeType getChangeType() { @SuppressWarnings("deprecation") com.google.api.ChangeType result = com.google.api.ChangeType.valueOf(changeType_); return result == null ? com.google.api.ChangeType.UNRECOGNIZED : result; @@ -278,8 +244,6 @@ public com.google.api.ChangeType getChangeType() { public static final int ADVICES_FIELD_NUMBER = 5; private java.util.List advices_; /** - * - * *
    * Collection of advice provided for this change, useful for determining the
    * possible impact of this change.
@@ -292,8 +256,6 @@ public java.util.List getAdvicesList() {
     return advices_;
   }
   /**
-   *
-   *
    * 
    * Collection of advice provided for this change, useful for determining the
    * possible impact of this change.
@@ -302,12 +264,11 @@ public java.util.List getAdvicesList() {
    * repeated .google.api.Advice advices = 5;
    */
   @java.lang.Override
-  public java.util.List getAdvicesOrBuilderList() {
+  public java.util.List 
+      getAdvicesOrBuilderList() {
     return advices_;
   }
   /**
-   *
-   *
    * 
    * Collection of advice provided for this change, useful for determining the
    * possible impact of this change.
@@ -320,8 +281,6 @@ public int getAdvicesCount() {
     return advices_.size();
   }
   /**
-   *
-   *
    * 
    * Collection of advice provided for this change, useful for determining the
    * possible impact of this change.
@@ -334,8 +293,6 @@ public com.google.api.Advice getAdvices(int index) {
     return advices_.get(index);
   }
   /**
-   *
-   *
    * 
    * Collection of advice provided for this change, useful for determining the
    * possible impact of this change.
@@ -344,12 +301,12 @@ public com.google.api.Advice getAdvices(int index) {
    * repeated .google.api.Advice advices = 5;
    */
   @java.lang.Override
-  public com.google.api.AdviceOrBuilder getAdvicesOrBuilder(int index) {
+  public com.google.api.AdviceOrBuilder getAdvicesOrBuilder(
+      int index) {
     return advices_.get(index);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -361,7 +318,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(element_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, element_);
     }
@@ -396,10 +354,12 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, newValue_);
     }
     if (changeType_ != com.google.api.ChangeType.CHANGE_TYPE_UNSPECIFIED.getNumber()) {
-      size += com.google.protobuf.CodedOutputStream.computeEnumSize(4, changeType_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeEnumSize(4, changeType_);
     }
     for (int i = 0; i < advices_.size(); i++) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, advices_.get(i));
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(5, advices_.get(i));
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -409,18 +369,22 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.api.ConfigChange)) {
       return super.equals(obj);
     }
     com.google.api.ConfigChange other = (com.google.api.ConfigChange) obj;
 
-    if (!getElement().equals(other.getElement())) return false;
-    if (!getOldValue().equals(other.getOldValue())) return false;
-    if (!getNewValue().equals(other.getNewValue())) return false;
+    if (!getElement()
+        .equals(other.getElement())) return false;
+    if (!getOldValue()
+        .equals(other.getOldValue())) return false;
+    if (!getNewValue()
+        .equals(other.getNewValue())) return false;
     if (changeType_ != other.changeType_) return false;
-    if (!getAdvicesList().equals(other.getAdvicesList())) return false;
+    if (!getAdvicesList()
+        .equals(other.getAdvicesList())) return false;
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
   }
@@ -449,103 +413,97 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.api.ConfigChange parseFrom(java.nio.ByteBuffer data)
+  public static com.google.api.ConfigChange parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.ConfigChange parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.api.ConfigChange parseFrom(com.google.protobuf.ByteString data)
+  public static com.google.api.ConfigChange parseFrom(
+      com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.ConfigChange parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.api.ConfigChange parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.ConfigChange parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.api.ConfigChange parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.api.ConfigChange parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.api.ConfigChange parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.api.ConfigChange parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.api.ConfigChange parseFrom(com.google.protobuf.CodedInputStream input)
+  public static com.google.api.ConfigChange parseFrom(
+      com.google.protobuf.CodedInputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.api.ConfigChange parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.api.ConfigChange prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Output generated from semantically comparing two versions of a service
    * configuration.
@@ -556,30 +514,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.api.ConfigChange}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.api.ConfigChange)
       com.google.api.ConfigChangeOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
       return com.google.api.ConfigChangeProto.internal_static_google_api_ConfigChange_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.api.ConfigChangeProto
-          .internal_static_google_api_ConfigChange_fieldAccessorTable
+      return com.google.api.ConfigChangeProto.internal_static_google_api_ConfigChange_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
               com.google.api.ConfigChange.class, com.google.api.ConfigChange.Builder.class);
     }
 
     // Construct using com.google.api.ConfigChange.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -602,7 +563,8 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
       return com.google.api.ConfigChangeProto.internal_static_google_api_ConfigChange_descriptor;
     }
 
@@ -645,39 +607,38 @@ public com.google.api.ConfigChange buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.api.ConfigChange) {
-        return mergeFrom((com.google.api.ConfigChange) other);
+        return mergeFrom((com.google.api.ConfigChange)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -719,10 +680,9 @@ public Builder mergeFrom(com.google.api.ConfigChange other) {
             advicesBuilder_ = null;
             advices_ = other.advices_;
             bitField0_ = (bitField0_ & ~0x00000001);
-            advicesBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getAdvicesFieldBuilder()
-                    : null;
+            advicesBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getAdvicesFieldBuilder() : null;
           } else {
             advicesBuilder_.addAllMessages(other.advices_);
           }
@@ -754,49 +714,45 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                element_ = input.readStringRequireUtf8();
+            case 10: {
+              element_ = input.readStringRequireUtf8();
 
-                break;
-              } // case 10
-            case 18:
-              {
-                oldValue_ = input.readStringRequireUtf8();
+              break;
+            } // case 10
+            case 18: {
+              oldValue_ = input.readStringRequireUtf8();
 
-                break;
-              } // case 18
-            case 26:
-              {
-                newValue_ = input.readStringRequireUtf8();
+              break;
+            } // case 18
+            case 26: {
+              newValue_ = input.readStringRequireUtf8();
 
-                break;
-              } // case 26
-            case 32:
-              {
-                changeType_ = input.readEnum();
+              break;
+            } // case 26
+            case 32: {
+              changeType_ = input.readEnum();
 
-                break;
-              } // case 32
-            case 42:
-              {
-                com.google.api.Advice m =
-                    input.readMessage(com.google.api.Advice.parser(), extensionRegistry);
-                if (advicesBuilder_ == null) {
-                  ensureAdvicesIsMutable();
-                  advices_.add(m);
-                } else {
-                  advicesBuilder_.addMessage(m);
-                }
-                break;
-              } // case 42
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+              break;
+            } // case 32
+            case 42: {
+              com.google.api.Advice m =
+                  input.readMessage(
+                      com.google.api.Advice.parser(),
+                      extensionRegistry);
+              if (advicesBuilder_ == null) {
+                ensureAdvicesIsMutable();
+                advices_.add(m);
+              } else {
+                advicesBuilder_.addMessage(m);
+              }
+              break;
+            } // case 42
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -806,13 +762,10 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object element_ = "";
     /**
-     *
-     *
      * 
      * Object hierarchy path to the change, with levels separated by a '.'
      * character. For repeated fields, an applicable unique identifier field is
@@ -826,13 +779,13 @@ public Builder mergeFrom(
      * 
* * string element = 1; - * * @return The element. */ public java.lang.String getElement() { java.lang.Object ref = element_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); element_ = s; return s; @@ -841,8 +794,6 @@ public java.lang.String getElement() { } } /** - * - * *
      * Object hierarchy path to the change, with levels separated by a '.'
      * character. For repeated fields, an applicable unique identifier field is
@@ -856,14 +807,15 @@ public java.lang.String getElement() {
      * 
* * string element = 1; - * * @return The bytes for element. */ - public com.google.protobuf.ByteString getElementBytes() { + public com.google.protobuf.ByteString + getElementBytes() { java.lang.Object ref = element_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); element_ = b; return b; } else { @@ -871,8 +823,6 @@ public com.google.protobuf.ByteString getElementBytes() { } } /** - * - * *
      * Object hierarchy path to the change, with levels separated by a '.'
      * character. For repeated fields, an applicable unique identifier field is
@@ -886,22 +836,20 @@ public com.google.protobuf.ByteString getElementBytes() {
      * 
* * string element = 1; - * * @param value The element to set. * @return This builder for chaining. */ - public Builder setElement(java.lang.String value) { + public Builder setElement( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + element_ = value; onChanged(); return this; } /** - * - * *
      * Object hierarchy path to the change, with levels separated by a '.'
      * character. For repeated fields, an applicable unique identifier field is
@@ -915,18 +863,15 @@ public Builder setElement(java.lang.String value) {
      * 
* * string element = 1; - * * @return This builder for chaining. */ public Builder clearElement() { - + element_ = getDefaultInstance().getElement(); onChanged(); return this; } /** - * - * *
      * Object hierarchy path to the change, with levels separated by a '.'
      * character. For repeated fields, an applicable unique identifier field is
@@ -940,16 +885,16 @@ public Builder clearElement() {
      * 
* * string element = 1; - * * @param value The bytes for element to set. * @return This builder for chaining. */ - public Builder setElementBytes(com.google.protobuf.ByteString value) { + public Builder setElementBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + element_ = value; onChanged(); return this; @@ -957,21 +902,19 @@ public Builder setElementBytes(com.google.protobuf.ByteString value) { private java.lang.Object oldValue_ = ""; /** - * - * *
      * Value of the changed object in the old Service configuration,
      * in JSON format. This field will not be populated if ChangeType == ADDED.
      * 
* * string old_value = 2; - * * @return The oldValue. */ public java.lang.String getOldValue() { java.lang.Object ref = oldValue_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); oldValue_ = s; return s; @@ -980,22 +923,21 @@ public java.lang.String getOldValue() { } } /** - * - * *
      * Value of the changed object in the old Service configuration,
      * in JSON format. This field will not be populated if ChangeType == ADDED.
      * 
* * string old_value = 2; - * * @return The bytes for oldValue. */ - public com.google.protobuf.ByteString getOldValueBytes() { + public com.google.protobuf.ByteString + getOldValueBytes() { java.lang.Object ref = oldValue_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); oldValue_ = b; return b; } else { @@ -1003,64 +945,57 @@ public com.google.protobuf.ByteString getOldValueBytes() { } } /** - * - * *
      * Value of the changed object in the old Service configuration,
      * in JSON format. This field will not be populated if ChangeType == ADDED.
      * 
* * string old_value = 2; - * * @param value The oldValue to set. * @return This builder for chaining. */ - public Builder setOldValue(java.lang.String value) { + public Builder setOldValue( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + oldValue_ = value; onChanged(); return this; } /** - * - * *
      * Value of the changed object in the old Service configuration,
      * in JSON format. This field will not be populated if ChangeType == ADDED.
      * 
* * string old_value = 2; - * * @return This builder for chaining. */ public Builder clearOldValue() { - + oldValue_ = getDefaultInstance().getOldValue(); onChanged(); return this; } /** - * - * *
      * Value of the changed object in the old Service configuration,
      * in JSON format. This field will not be populated if ChangeType == ADDED.
      * 
* * string old_value = 2; - * * @param value The bytes for oldValue to set. * @return This builder for chaining. */ - public Builder setOldValueBytes(com.google.protobuf.ByteString value) { + public Builder setOldValueBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + oldValue_ = value; onChanged(); return this; @@ -1068,21 +1003,19 @@ public Builder setOldValueBytes(com.google.protobuf.ByteString value) { private java.lang.Object newValue_ = ""; /** - * - * *
      * Value of the changed object in the new Service configuration,
      * in JSON format. This field will not be populated if ChangeType == REMOVED.
      * 
* * string new_value = 3; - * * @return The newValue. */ public java.lang.String getNewValue() { java.lang.Object ref = newValue_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); newValue_ = s; return s; @@ -1091,22 +1024,21 @@ public java.lang.String getNewValue() { } } /** - * - * *
      * Value of the changed object in the new Service configuration,
      * in JSON format. This field will not be populated if ChangeType == REMOVED.
      * 
* * string new_value = 3; - * * @return The bytes for newValue. */ - public com.google.protobuf.ByteString getNewValueBytes() { + public com.google.protobuf.ByteString + getNewValueBytes() { java.lang.Object ref = newValue_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); newValue_ = b; return b; } else { @@ -1114,64 +1046,57 @@ public com.google.protobuf.ByteString getNewValueBytes() { } } /** - * - * *
      * Value of the changed object in the new Service configuration,
      * in JSON format. This field will not be populated if ChangeType == REMOVED.
      * 
* * string new_value = 3; - * * @param value The newValue to set. * @return This builder for chaining. */ - public Builder setNewValue(java.lang.String value) { + public Builder setNewValue( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + newValue_ = value; onChanged(); return this; } /** - * - * *
      * Value of the changed object in the new Service configuration,
      * in JSON format. This field will not be populated if ChangeType == REMOVED.
      * 
* * string new_value = 3; - * * @return This builder for chaining. */ public Builder clearNewValue() { - + newValue_ = getDefaultInstance().getNewValue(); onChanged(); return this; } /** - * - * *
      * Value of the changed object in the new Service configuration,
      * in JSON format. This field will not be populated if ChangeType == REMOVED.
      * 
* * string new_value = 3; - * * @param value The bytes for newValue to set. * @return This builder for chaining. */ - public Builder setNewValueBytes(com.google.protobuf.ByteString value) { + public Builder setNewValueBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + newValue_ = value; onChanged(); return this; @@ -1179,47 +1104,37 @@ public Builder setNewValueBytes(com.google.protobuf.ByteString value) { private int changeType_ = 0; /** - * - * *
      * The type for this change, either ADDED, REMOVED, or MODIFIED.
      * 
* * .google.api.ChangeType change_type = 4; - * * @return The enum numeric value on the wire for changeType. */ - @java.lang.Override - public int getChangeTypeValue() { + @java.lang.Override public int getChangeTypeValue() { return changeType_; } /** - * - * *
      * The type for this change, either ADDED, REMOVED, or MODIFIED.
      * 
* * .google.api.ChangeType change_type = 4; - * * @param value The enum numeric value on the wire for changeType to set. * @return This builder for chaining. */ public Builder setChangeTypeValue(int value) { - + changeType_ = value; onChanged(); return this; } /** - * - * *
      * The type for this change, either ADDED, REMOVED, or MODIFIED.
      * 
* * .google.api.ChangeType change_type = 4; - * * @return The changeType. */ @java.lang.Override @@ -1229,14 +1144,11 @@ public com.google.api.ChangeType getChangeType() { return result == null ? com.google.api.ChangeType.UNRECOGNIZED : result; } /** - * - * *
      * The type for this change, either ADDED, REMOVED, or MODIFIED.
      * 
* * .google.api.ChangeType change_type = 4; - * * @param value The changeType to set. * @return This builder for chaining. */ @@ -1244,45 +1156,39 @@ public Builder setChangeType(com.google.api.ChangeType value) { if (value == null) { throw new NullPointerException(); } - + changeType_ = value.getNumber(); onChanged(); return this; } /** - * - * *
      * The type for this change, either ADDED, REMOVED, or MODIFIED.
      * 
* * .google.api.ChangeType change_type = 4; - * * @return This builder for chaining. */ public Builder clearChangeType() { - + changeType_ = 0; onChanged(); return this; } - private java.util.List advices_ = java.util.Collections.emptyList(); - + private java.util.List advices_ = + java.util.Collections.emptyList(); private void ensureAdvicesIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { advices_ = new java.util.ArrayList(advices_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.api.Advice, com.google.api.Advice.Builder, com.google.api.AdviceOrBuilder> - advicesBuilder_; + com.google.api.Advice, com.google.api.Advice.Builder, com.google.api.AdviceOrBuilder> advicesBuilder_; /** - * - * *
      * Collection of advice provided for this change, useful for determining the
      * possible impact of this change.
@@ -1298,8 +1204,6 @@ public java.util.List getAdvicesList() {
       }
     }
     /**
-     *
-     *
      * 
      * Collection of advice provided for this change, useful for determining the
      * possible impact of this change.
@@ -1315,8 +1219,6 @@ public int getAdvicesCount() {
       }
     }
     /**
-     *
-     *
      * 
      * Collection of advice provided for this change, useful for determining the
      * possible impact of this change.
@@ -1332,8 +1234,6 @@ public com.google.api.Advice getAdvices(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * Collection of advice provided for this change, useful for determining the
      * possible impact of this change.
@@ -1341,7 +1241,8 @@ public com.google.api.Advice getAdvices(int index) {
      *
      * repeated .google.api.Advice advices = 5;
      */
-    public Builder setAdvices(int index, com.google.api.Advice value) {
+    public Builder setAdvices(
+        int index, com.google.api.Advice value) {
       if (advicesBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -1355,8 +1256,6 @@ public Builder setAdvices(int index, com.google.api.Advice value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Collection of advice provided for this change, useful for determining the
      * possible impact of this change.
@@ -1364,7 +1263,8 @@ public Builder setAdvices(int index, com.google.api.Advice value) {
      *
      * repeated .google.api.Advice advices = 5;
      */
-    public Builder setAdvices(int index, com.google.api.Advice.Builder builderForValue) {
+    public Builder setAdvices(
+        int index, com.google.api.Advice.Builder builderForValue) {
       if (advicesBuilder_ == null) {
         ensureAdvicesIsMutable();
         advices_.set(index, builderForValue.build());
@@ -1375,8 +1275,6 @@ public Builder setAdvices(int index, com.google.api.Advice.Builder builderForVal
       return this;
     }
     /**
-     *
-     *
      * 
      * Collection of advice provided for this change, useful for determining the
      * possible impact of this change.
@@ -1398,8 +1296,6 @@ public Builder addAdvices(com.google.api.Advice value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Collection of advice provided for this change, useful for determining the
      * possible impact of this change.
@@ -1407,7 +1303,8 @@ public Builder addAdvices(com.google.api.Advice value) {
      *
      * repeated .google.api.Advice advices = 5;
      */
-    public Builder addAdvices(int index, com.google.api.Advice value) {
+    public Builder addAdvices(
+        int index, com.google.api.Advice value) {
       if (advicesBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -1421,8 +1318,6 @@ public Builder addAdvices(int index, com.google.api.Advice value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Collection of advice provided for this change, useful for determining the
      * possible impact of this change.
@@ -1430,7 +1325,8 @@ public Builder addAdvices(int index, com.google.api.Advice value) {
      *
      * repeated .google.api.Advice advices = 5;
      */
-    public Builder addAdvices(com.google.api.Advice.Builder builderForValue) {
+    public Builder addAdvices(
+        com.google.api.Advice.Builder builderForValue) {
       if (advicesBuilder_ == null) {
         ensureAdvicesIsMutable();
         advices_.add(builderForValue.build());
@@ -1441,8 +1337,6 @@ public Builder addAdvices(com.google.api.Advice.Builder builderForValue) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Collection of advice provided for this change, useful for determining the
      * possible impact of this change.
@@ -1450,7 +1344,8 @@ public Builder addAdvices(com.google.api.Advice.Builder builderForValue) {
      *
      * repeated .google.api.Advice advices = 5;
      */
-    public Builder addAdvices(int index, com.google.api.Advice.Builder builderForValue) {
+    public Builder addAdvices(
+        int index, com.google.api.Advice.Builder builderForValue) {
       if (advicesBuilder_ == null) {
         ensureAdvicesIsMutable();
         advices_.add(index, builderForValue.build());
@@ -1461,8 +1356,6 @@ public Builder addAdvices(int index, com.google.api.Advice.Builder builderForVal
       return this;
     }
     /**
-     *
-     *
      * 
      * Collection of advice provided for this change, useful for determining the
      * possible impact of this change.
@@ -1470,10 +1363,12 @@ public Builder addAdvices(int index, com.google.api.Advice.Builder builderForVal
      *
      * repeated .google.api.Advice advices = 5;
      */
-    public Builder addAllAdvices(java.lang.Iterable values) {
+    public Builder addAllAdvices(
+        java.lang.Iterable values) {
       if (advicesBuilder_ == null) {
         ensureAdvicesIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, advices_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, advices_);
         onChanged();
       } else {
         advicesBuilder_.addAllMessages(values);
@@ -1481,8 +1376,6 @@ public Builder addAllAdvices(java.lang.Iterable
       return this;
     }
     /**
-     *
-     *
      * 
      * Collection of advice provided for this change, useful for determining the
      * possible impact of this change.
@@ -1501,8 +1394,6 @@ public Builder clearAdvices() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Collection of advice provided for this change, useful for determining the
      * possible impact of this change.
@@ -1521,8 +1412,6 @@ public Builder removeAdvices(int index) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Collection of advice provided for this change, useful for determining the
      * possible impact of this change.
@@ -1530,12 +1419,11 @@ public Builder removeAdvices(int index) {
      *
      * repeated .google.api.Advice advices = 5;
      */
-    public com.google.api.Advice.Builder getAdvicesBuilder(int index) {
+    public com.google.api.Advice.Builder getAdvicesBuilder(
+        int index) {
       return getAdvicesFieldBuilder().getBuilder(index);
     }
     /**
-     *
-     *
      * 
      * Collection of advice provided for this change, useful for determining the
      * possible impact of this change.
@@ -1543,16 +1431,14 @@ public com.google.api.Advice.Builder getAdvicesBuilder(int index) {
      *
      * repeated .google.api.Advice advices = 5;
      */
-    public com.google.api.AdviceOrBuilder getAdvicesOrBuilder(int index) {
+    public com.google.api.AdviceOrBuilder getAdvicesOrBuilder(
+        int index) {
       if (advicesBuilder_ == null) {
-        return advices_.get(index);
-      } else {
+        return advices_.get(index);  } else {
         return advicesBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
-     *
-     *
      * 
      * Collection of advice provided for this change, useful for determining the
      * possible impact of this change.
@@ -1560,7 +1446,8 @@ public com.google.api.AdviceOrBuilder getAdvicesOrBuilder(int index) {
      *
      * repeated .google.api.Advice advices = 5;
      */
-    public java.util.List getAdvicesOrBuilderList() {
+    public java.util.List 
+         getAdvicesOrBuilderList() {
       if (advicesBuilder_ != null) {
         return advicesBuilder_.getMessageOrBuilderList();
       } else {
@@ -1568,8 +1455,6 @@ public java.util.List getAdvicesOrBuil
       }
     }
     /**
-     *
-     *
      * 
      * Collection of advice provided for this change, useful for determining the
      * possible impact of this change.
@@ -1578,11 +1463,10 @@ public java.util.List getAdvicesOrBuil
      * repeated .google.api.Advice advices = 5;
      */
     public com.google.api.Advice.Builder addAdvicesBuilder() {
-      return getAdvicesFieldBuilder().addBuilder(com.google.api.Advice.getDefaultInstance());
+      return getAdvicesFieldBuilder().addBuilder(
+          com.google.api.Advice.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * Collection of advice provided for this change, useful for determining the
      * possible impact of this change.
@@ -1590,12 +1474,12 @@ public com.google.api.Advice.Builder addAdvicesBuilder() {
      *
      * repeated .google.api.Advice advices = 5;
      */
-    public com.google.api.Advice.Builder addAdvicesBuilder(int index) {
-      return getAdvicesFieldBuilder().addBuilder(index, com.google.api.Advice.getDefaultInstance());
+    public com.google.api.Advice.Builder addAdvicesBuilder(
+        int index) {
+      return getAdvicesFieldBuilder().addBuilder(
+          index, com.google.api.Advice.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * Collection of advice provided for this change, useful for determining the
      * possible impact of this change.
@@ -1603,27 +1487,27 @@ public com.google.api.Advice.Builder addAdvicesBuilder(int index) {
      *
      * repeated .google.api.Advice advices = 5;
      */
-    public java.util.List getAdvicesBuilderList() {
+    public java.util.List 
+         getAdvicesBuilderList() {
       return getAdvicesFieldBuilder().getBuilderList();
     }
-
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.api.Advice, com.google.api.Advice.Builder, com.google.api.AdviceOrBuilder>
+        com.google.api.Advice, com.google.api.Advice.Builder, com.google.api.AdviceOrBuilder> 
         getAdvicesFieldBuilder() {
       if (advicesBuilder_ == null) {
-        advicesBuilder_ =
-            new com.google.protobuf.RepeatedFieldBuilderV3<
-                com.google.api.Advice,
-                com.google.api.Advice.Builder,
-                com.google.api.AdviceOrBuilder>(
-                advices_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean());
+        advicesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+            com.google.api.Advice, com.google.api.Advice.Builder, com.google.api.AdviceOrBuilder>(
+                advices_,
+                ((bitField0_ & 0x00000001) != 0),
+                getParentForChildren(),
+                isClean());
         advices_ = null;
       }
       return advicesBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1633,12 +1517,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.api.ConfigChange)
   }
 
   // @@protoc_insertion_point(class_scope:google.api.ConfigChange)
   private static final com.google.api.ConfigChange DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.api.ConfigChange();
   }
@@ -1647,27 +1531,27 @@ public static com.google.api.ConfigChange getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public ConfigChange parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public ConfigChange parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1682,4 +1566,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.api.ConfigChange getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ConfigChangeOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ConfigChangeOrBuilder.java
similarity index 78%
rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ConfigChangeOrBuilder.java
rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ConfigChangeOrBuilder.java
index 3d2f557da0..b56e3347ca 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ConfigChangeOrBuilder.java
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ConfigChangeOrBuilder.java
@@ -1,31 +1,13 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/api/config_change.proto
 
 package com.google.api;
 
-public interface ConfigChangeOrBuilder
-    extends
+public interface ConfigChangeOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.api.ConfigChange)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * Object hierarchy path to the change, with levels separated by a '.'
    * character. For repeated fields, an applicable unique identifier field is
@@ -39,13 +21,10 @@ public interface ConfigChangeOrBuilder
    * 
* * string element = 1; - * * @return The element. */ java.lang.String getElement(); /** - * - * *
    * Object hierarchy path to the change, with levels separated by a '.'
    * character. For repeated fields, an applicable unique identifier field is
@@ -59,93 +38,75 @@ public interface ConfigChangeOrBuilder
    * 
* * string element = 1; - * * @return The bytes for element. */ - com.google.protobuf.ByteString getElementBytes(); + com.google.protobuf.ByteString + getElementBytes(); /** - * - * *
    * Value of the changed object in the old Service configuration,
    * in JSON format. This field will not be populated if ChangeType == ADDED.
    * 
* * string old_value = 2; - * * @return The oldValue. */ java.lang.String getOldValue(); /** - * - * *
    * Value of the changed object in the old Service configuration,
    * in JSON format. This field will not be populated if ChangeType == ADDED.
    * 
* * string old_value = 2; - * * @return The bytes for oldValue. */ - com.google.protobuf.ByteString getOldValueBytes(); + com.google.protobuf.ByteString + getOldValueBytes(); /** - * - * *
    * Value of the changed object in the new Service configuration,
    * in JSON format. This field will not be populated if ChangeType == REMOVED.
    * 
* * string new_value = 3; - * * @return The newValue. */ java.lang.String getNewValue(); /** - * - * *
    * Value of the changed object in the new Service configuration,
    * in JSON format. This field will not be populated if ChangeType == REMOVED.
    * 
* * string new_value = 3; - * * @return The bytes for newValue. */ - com.google.protobuf.ByteString getNewValueBytes(); + com.google.protobuf.ByteString + getNewValueBytes(); /** - * - * *
    * The type for this change, either ADDED, REMOVED, or MODIFIED.
    * 
* * .google.api.ChangeType change_type = 4; - * * @return The enum numeric value on the wire for changeType. */ int getChangeTypeValue(); /** - * - * *
    * The type for this change, either ADDED, REMOVED, or MODIFIED.
    * 
* * .google.api.ChangeType change_type = 4; - * * @return The changeType. */ com.google.api.ChangeType getChangeType(); /** - * - * *
    * Collection of advice provided for this change, useful for determining the
    * possible impact of this change.
@@ -153,10 +114,9 @@ public interface ConfigChangeOrBuilder
    *
    * repeated .google.api.Advice advices = 5;
    */
-  java.util.List getAdvicesList();
+  java.util.List 
+      getAdvicesList();
   /**
-   *
-   *
    * 
    * Collection of advice provided for this change, useful for determining the
    * possible impact of this change.
@@ -166,8 +126,6 @@ public interface ConfigChangeOrBuilder
    */
   com.google.api.Advice getAdvices(int index);
   /**
-   *
-   *
    * 
    * Collection of advice provided for this change, useful for determining the
    * possible impact of this change.
@@ -177,8 +135,6 @@ public interface ConfigChangeOrBuilder
    */
   int getAdvicesCount();
   /**
-   *
-   *
    * 
    * Collection of advice provided for this change, useful for determining the
    * possible impact of this change.
@@ -186,10 +142,9 @@ public interface ConfigChangeOrBuilder
    *
    * repeated .google.api.Advice advices = 5;
    */
-  java.util.List getAdvicesOrBuilderList();
+  java.util.List 
+      getAdvicesOrBuilderList();
   /**
-   *
-   *
    * 
    * Collection of advice provided for this change, useful for determining the
    * possible impact of this change.
@@ -197,5 +152,6 @@ public interface ConfigChangeOrBuilder
    *
    * repeated .google.api.Advice advices = 5;
    */
-  com.google.api.AdviceOrBuilder getAdvicesOrBuilder(int index);
+  com.google.api.AdviceOrBuilder getAdvicesOrBuilder(
+      int index);
 }
diff --git a/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ConfigChangeProto.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ConfigChangeProto.java
new file mode 100644
index 0000000000..ec701a843c
--- /dev/null
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ConfigChangeProto.java
@@ -0,0 +1,67 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/api/config_change.proto
+
+package com.google.api;
+
+public final class ConfigChangeProto {
+  private ConfigChangeProto() {}
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistryLite registry) {
+  }
+
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistry registry) {
+    registerAllExtensions(
+        (com.google.protobuf.ExtensionRegistryLite) registry);
+  }
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_api_ConfigChange_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_api_ConfigChange_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_api_Advice_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_api_Advice_fieldAccessorTable;
+
+  public static com.google.protobuf.Descriptors.FileDescriptor
+      getDescriptor() {
+    return descriptor;
+  }
+  private static  com.google.protobuf.Descriptors.FileDescriptor
+      descriptor;
+  static {
+    java.lang.String[] descriptorData = {
+      "\n\036google/api/config_change.proto\022\ngoogle" +
+      ".api\"\227\001\n\014ConfigChange\022\017\n\007element\030\001 \001(\t\022\021" +
+      "\n\told_value\030\002 \001(\t\022\021\n\tnew_value\030\003 \001(\t\022+\n\013" +
+      "change_type\030\004 \001(\0162\026.google.api.ChangeTyp" +
+      "e\022#\n\007advices\030\005 \003(\0132\022.google.api.Advice\"\035" +
+      "\n\006Advice\022\023\n\013description\030\002 \001(\t*O\n\nChangeT" +
+      "ype\022\033\n\027CHANGE_TYPE_UNSPECIFIED\020\000\022\t\n\005ADDE" +
+      "D\020\001\022\013\n\007REMOVED\020\002\022\014\n\010MODIFIED\020\003Bq\n\016com.go" +
+      "ogle.apiB\021ConfigChangeProtoP\001ZCgoogle.go" +
+      "lang.org/genproto/googleapis/api/configc" +
+      "hange;configchange\242\002\004GAPIb\006proto3"
+    };
+    descriptor = com.google.protobuf.Descriptors.FileDescriptor
+      .internalBuildGeneratedFileFrom(descriptorData,
+        new com.google.protobuf.Descriptors.FileDescriptor[] {
+        });
+    internal_static_google_api_ConfigChange_descriptor =
+      getDescriptor().getMessageTypes().get(0);
+    internal_static_google_api_ConfigChange_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_api_ConfigChange_descriptor,
+        new java.lang.String[] { "Element", "OldValue", "NewValue", "ChangeType", "Advices", });
+    internal_static_google_api_Advice_descriptor =
+      getDescriptor().getMessageTypes().get(1);
+    internal_static_google_api_Advice_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_api_Advice_descriptor,
+        new java.lang.String[] { "Description", });
+  }
+
+  // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ConsumerProto.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ConsumerProto.java
new file mode 100644
index 0000000000..131340933b
--- /dev/null
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ConsumerProto.java
@@ -0,0 +1,66 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/api/consumer.proto
+
+package com.google.api;
+
+public final class ConsumerProto {
+  private ConsumerProto() {}
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistryLite registry) {
+  }
+
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistry registry) {
+    registerAllExtensions(
+        (com.google.protobuf.ExtensionRegistryLite) registry);
+  }
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_api_ProjectProperties_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_api_ProjectProperties_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_api_Property_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_api_Property_fieldAccessorTable;
+
+  public static com.google.protobuf.Descriptors.FileDescriptor
+      getDescriptor() {
+    return descriptor;
+  }
+  private static  com.google.protobuf.Descriptors.FileDescriptor
+      descriptor;
+  static {
+    java.lang.String[] descriptorData = {
+      "\n\031google/api/consumer.proto\022\ngoogle.api\"" +
+      "=\n\021ProjectProperties\022(\n\nproperties\030\001 \003(\013" +
+      "2\024.google.api.Property\"\254\001\n\010Property\022\014\n\004n" +
+      "ame\030\001 \001(\t\022/\n\004type\030\002 \001(\0162!.google.api.Pro" +
+      "perty.PropertyType\022\023\n\013description\030\003 \001(\t\"" +
+      "L\n\014PropertyType\022\017\n\013UNSPECIFIED\020\000\022\t\n\005INT6" +
+      "4\020\001\022\010\n\004BOOL\020\002\022\n\n\006STRING\020\003\022\n\n\006DOUBLE\020\004Bh\n" +
+      "\016com.google.apiB\rConsumerProtoP\001ZEgoogle" +
+      ".golang.org/genproto/googleapis/api/serv" +
+      "iceconfig;serviceconfigb\006proto3"
+    };
+    descriptor = com.google.protobuf.Descriptors.FileDescriptor
+      .internalBuildGeneratedFileFrom(descriptorData,
+        new com.google.protobuf.Descriptors.FileDescriptor[] {
+        });
+    internal_static_google_api_ProjectProperties_descriptor =
+      getDescriptor().getMessageTypes().get(0);
+    internal_static_google_api_ProjectProperties_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_api_ProjectProperties_descriptor,
+        new java.lang.String[] { "Properties", });
+    internal_static_google_api_Property_descriptor =
+      getDescriptor().getMessageTypes().get(1);
+    internal_static_google_api_Property_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_api_Property_descriptor,
+        new java.lang.String[] { "Name", "Type", "Description", });
+  }
+
+  // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Context.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Context.java
similarity index 75%
rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Context.java
rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Context.java
index 90943bb107..a555995a15 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Context.java
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Context.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/api/context.proto
 
 package com.google.api;
 
 /**
- *
- *
  * 
  * `Context` defines which contexts an API requests.
  * Example:
@@ -54,32 +37,33 @@
  *
  * Protobuf type {@code google.api.Context}
  */
-public final class Context extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class Context extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.api.Context)
     ContextOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use Context.newBuilder() to construct.
   private Context(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private Context() {
     rules_ = java.util.Collections.emptyList();
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new Context();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
     return com.google.api.ContextProto.internal_static_google_api_Context_descriptor;
   }
 
@@ -94,8 +78,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
   public static final int RULES_FIELD_NUMBER = 1;
   private java.util.List rules_;
   /**
-   *
-   *
    * 
    * A list of RPC context rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -108,8 +90,6 @@ public java.util.List getRulesList() {
     return rules_;
   }
   /**
-   *
-   *
    * 
    * A list of RPC context rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -118,12 +98,11 @@ public java.util.List getRulesList() {
    * repeated .google.api.ContextRule rules = 1;
    */
   @java.lang.Override
-  public java.util.List getRulesOrBuilderList() {
+  public java.util.List 
+      getRulesOrBuilderList() {
     return rules_;
   }
   /**
-   *
-   *
    * 
    * A list of RPC context rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -136,8 +115,6 @@ public int getRulesCount() {
     return rules_.size();
   }
   /**
-   *
-   *
    * 
    * A list of RPC context rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -150,8 +127,6 @@ public com.google.api.ContextRule getRules(int index) {
     return rules_.get(index);
   }
   /**
-   *
-   *
    * 
    * A list of RPC context rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -160,12 +135,12 @@ public com.google.api.ContextRule getRules(int index) {
    * repeated .google.api.ContextRule rules = 1;
    */
   @java.lang.Override
-  public com.google.api.ContextRuleOrBuilder getRulesOrBuilder(int index) {
+  public com.google.api.ContextRuleOrBuilder getRulesOrBuilder(
+      int index) {
     return rules_.get(index);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -177,7 +152,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     for (int i = 0; i < rules_.size(); i++) {
       output.writeMessage(1, rules_.get(i));
     }
@@ -191,7 +167,8 @@ public int getSerializedSize() {
 
     size = 0;
     for (int i = 0; i < rules_.size(); i++) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, rules_.get(i));
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(1, rules_.get(i));
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -201,14 +178,15 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.api.Context)) {
       return super.equals(obj);
     }
     com.google.api.Context other = (com.google.api.Context) obj;
 
-    if (!getRulesList().equals(other.getRulesList())) return false;
+    if (!getRulesList()
+        .equals(other.getRulesList())) return false;
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
   }
@@ -229,103 +207,97 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.api.Context parseFrom(java.nio.ByteBuffer data)
+  public static com.google.api.Context parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.Context parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.api.Context parseFrom(com.google.protobuf.ByteString data)
+  public static com.google.api.Context parseFrom(
+      com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.Context parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.api.Context parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.Context parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.api.Context parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.api.Context parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.api.Context parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.api.Context parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.api.Context parseFrom(com.google.protobuf.CodedInputStream input)
+  public static com.google.api.Context parseFrom(
+      com.google.protobuf.CodedInputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.api.Context parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.api.Context prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * `Context` defines which contexts an API requests.
    * Example:
@@ -359,11 +331,12 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.api.Context}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.api.Context)
       com.google.api.ContextOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
       return com.google.api.ContextProto.internal_static_google_api_Context_descriptor;
     }
 
@@ -376,12 +349,15 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
     }
 
     // Construct using com.google.api.Context.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -396,7 +372,8 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
       return com.google.api.ContextProto.internal_static_google_api_Context_descriptor;
     }
 
@@ -435,39 +412,38 @@ public com.google.api.Context buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.api.Context) {
-        return mergeFrom((com.google.api.Context) other);
+        return mergeFrom((com.google.api.Context)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -494,10 +470,9 @@ public Builder mergeFrom(com.google.api.Context other) {
             rulesBuilder_ = null;
             rules_ = other.rules_;
             bitField0_ = (bitField0_ & ~0x00000001);
-            rulesBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getRulesFieldBuilder()
-                    : null;
+            rulesBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getRulesFieldBuilder() : null;
           } else {
             rulesBuilder_.addAllMessages(other.rules_);
           }
@@ -529,25 +504,25 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                com.google.api.ContextRule m =
-                    input.readMessage(com.google.api.ContextRule.parser(), extensionRegistry);
-                if (rulesBuilder_ == null) {
-                  ensureRulesIsMutable();
-                  rules_.add(m);
-                } else {
-                  rulesBuilder_.addMessage(m);
-                }
-                break;
-              } // case 10
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              com.google.api.ContextRule m =
+                  input.readMessage(
+                      com.google.api.ContextRule.parser(),
+                      extensionRegistry);
+              if (rulesBuilder_ == null) {
+                ensureRulesIsMutable();
+                rules_.add(m);
+              } else {
+                rulesBuilder_.addMessage(m);
+              }
+              break;
+            } // case 10
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -557,27 +532,21 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
-    private java.util.List rules_ = java.util.Collections.emptyList();
-
+    private java.util.List rules_ =
+      java.util.Collections.emptyList();
     private void ensureRulesIsMutable() {
       if (!((bitField0_ & 0x00000001) != 0)) {
         rules_ = new java.util.ArrayList(rules_);
         bitField0_ |= 0x00000001;
-      }
+       }
     }
 
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.api.ContextRule,
-            com.google.api.ContextRule.Builder,
-            com.google.api.ContextRuleOrBuilder>
-        rulesBuilder_;
+        com.google.api.ContextRule, com.google.api.ContextRule.Builder, com.google.api.ContextRuleOrBuilder> rulesBuilder_;
 
     /**
-     *
-     *
      * 
      * A list of RPC context rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -593,8 +562,6 @@ public java.util.List getRulesList() {
       }
     }
     /**
-     *
-     *
      * 
      * A list of RPC context rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -610,8 +577,6 @@ public int getRulesCount() {
       }
     }
     /**
-     *
-     *
      * 
      * A list of RPC context rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -627,8 +592,6 @@ public com.google.api.ContextRule getRules(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * A list of RPC context rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -636,7 +599,8 @@ public com.google.api.ContextRule getRules(int index) {
      *
      * repeated .google.api.ContextRule rules = 1;
      */
-    public Builder setRules(int index, com.google.api.ContextRule value) {
+    public Builder setRules(
+        int index, com.google.api.ContextRule value) {
       if (rulesBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -650,8 +614,6 @@ public Builder setRules(int index, com.google.api.ContextRule value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of RPC context rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -659,7 +621,8 @@ public Builder setRules(int index, com.google.api.ContextRule value) {
      *
      * repeated .google.api.ContextRule rules = 1;
      */
-    public Builder setRules(int index, com.google.api.ContextRule.Builder builderForValue) {
+    public Builder setRules(
+        int index, com.google.api.ContextRule.Builder builderForValue) {
       if (rulesBuilder_ == null) {
         ensureRulesIsMutable();
         rules_.set(index, builderForValue.build());
@@ -670,8 +633,6 @@ public Builder setRules(int index, com.google.api.ContextRule.Builder builderFor
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of RPC context rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -693,8 +654,6 @@ public Builder addRules(com.google.api.ContextRule value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of RPC context rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -702,7 +661,8 @@ public Builder addRules(com.google.api.ContextRule value) {
      *
      * repeated .google.api.ContextRule rules = 1;
      */
-    public Builder addRules(int index, com.google.api.ContextRule value) {
+    public Builder addRules(
+        int index, com.google.api.ContextRule value) {
       if (rulesBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -716,8 +676,6 @@ public Builder addRules(int index, com.google.api.ContextRule value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of RPC context rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -725,7 +683,8 @@ public Builder addRules(int index, com.google.api.ContextRule value) {
      *
      * repeated .google.api.ContextRule rules = 1;
      */
-    public Builder addRules(com.google.api.ContextRule.Builder builderForValue) {
+    public Builder addRules(
+        com.google.api.ContextRule.Builder builderForValue) {
       if (rulesBuilder_ == null) {
         ensureRulesIsMutable();
         rules_.add(builderForValue.build());
@@ -736,8 +695,6 @@ public Builder addRules(com.google.api.ContextRule.Builder builderForValue) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of RPC context rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -745,7 +702,8 @@ public Builder addRules(com.google.api.ContextRule.Builder builderForValue) {
      *
      * repeated .google.api.ContextRule rules = 1;
      */
-    public Builder addRules(int index, com.google.api.ContextRule.Builder builderForValue) {
+    public Builder addRules(
+        int index, com.google.api.ContextRule.Builder builderForValue) {
       if (rulesBuilder_ == null) {
         ensureRulesIsMutable();
         rules_.add(index, builderForValue.build());
@@ -756,8 +714,6 @@ public Builder addRules(int index, com.google.api.ContextRule.Builder builderFor
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of RPC context rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -765,10 +721,12 @@ public Builder addRules(int index, com.google.api.ContextRule.Builder builderFor
      *
      * repeated .google.api.ContextRule rules = 1;
      */
-    public Builder addAllRules(java.lang.Iterable values) {
+    public Builder addAllRules(
+        java.lang.Iterable values) {
       if (rulesBuilder_ == null) {
         ensureRulesIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, rules_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, rules_);
         onChanged();
       } else {
         rulesBuilder_.addAllMessages(values);
@@ -776,8 +734,6 @@ public Builder addAllRules(java.lang.Iterable
      * A list of RPC context rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -796,8 +752,6 @@ public Builder clearRules() {
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of RPC context rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -816,8 +770,6 @@ public Builder removeRules(int index) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of RPC context rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -825,12 +777,11 @@ public Builder removeRules(int index) {
      *
      * repeated .google.api.ContextRule rules = 1;
      */
-    public com.google.api.ContextRule.Builder getRulesBuilder(int index) {
+    public com.google.api.ContextRule.Builder getRulesBuilder(
+        int index) {
       return getRulesFieldBuilder().getBuilder(index);
     }
     /**
-     *
-     *
      * 
      * A list of RPC context rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -838,16 +789,14 @@ public com.google.api.ContextRule.Builder getRulesBuilder(int index) {
      *
      * repeated .google.api.ContextRule rules = 1;
      */
-    public com.google.api.ContextRuleOrBuilder getRulesOrBuilder(int index) {
+    public com.google.api.ContextRuleOrBuilder getRulesOrBuilder(
+        int index) {
       if (rulesBuilder_ == null) {
-        return rules_.get(index);
-      } else {
+        return rules_.get(index);  } else {
         return rulesBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
-     *
-     *
      * 
      * A list of RPC context rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -855,7 +804,8 @@ public com.google.api.ContextRuleOrBuilder getRulesOrBuilder(int index) {
      *
      * repeated .google.api.ContextRule rules = 1;
      */
-    public java.util.List getRulesOrBuilderList() {
+    public java.util.List 
+         getRulesOrBuilderList() {
       if (rulesBuilder_ != null) {
         return rulesBuilder_.getMessageOrBuilderList();
       } else {
@@ -863,8 +813,6 @@ public java.util.List getRulesOrB
       }
     }
     /**
-     *
-     *
      * 
      * A list of RPC context rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -873,11 +821,10 @@ public java.util.List getRulesOrB
      * repeated .google.api.ContextRule rules = 1;
      */
     public com.google.api.ContextRule.Builder addRulesBuilder() {
-      return getRulesFieldBuilder().addBuilder(com.google.api.ContextRule.getDefaultInstance());
+      return getRulesFieldBuilder().addBuilder(
+          com.google.api.ContextRule.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * A list of RPC context rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -885,13 +832,12 @@ public com.google.api.ContextRule.Builder addRulesBuilder() {
      *
      * repeated .google.api.ContextRule rules = 1;
      */
-    public com.google.api.ContextRule.Builder addRulesBuilder(int index) {
-      return getRulesFieldBuilder()
-          .addBuilder(index, com.google.api.ContextRule.getDefaultInstance());
+    public com.google.api.ContextRule.Builder addRulesBuilder(
+        int index) {
+      return getRulesFieldBuilder().addBuilder(
+          index, com.google.api.ContextRule.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * A list of RPC context rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -899,29 +845,27 @@ public com.google.api.ContextRule.Builder addRulesBuilder(int index) {
      *
      * repeated .google.api.ContextRule rules = 1;
      */
-    public java.util.List getRulesBuilderList() {
+    public java.util.List 
+         getRulesBuilderList() {
       return getRulesFieldBuilder().getBuilderList();
     }
-
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.api.ContextRule,
-            com.google.api.ContextRule.Builder,
-            com.google.api.ContextRuleOrBuilder>
+        com.google.api.ContextRule, com.google.api.ContextRule.Builder, com.google.api.ContextRuleOrBuilder> 
         getRulesFieldBuilder() {
       if (rulesBuilder_ == null) {
-        rulesBuilder_ =
-            new com.google.protobuf.RepeatedFieldBuilderV3<
-                com.google.api.ContextRule,
-                com.google.api.ContextRule.Builder,
-                com.google.api.ContextRuleOrBuilder>(
-                rules_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean());
+        rulesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+            com.google.api.ContextRule, com.google.api.ContextRule.Builder, com.google.api.ContextRuleOrBuilder>(
+                rules_,
+                ((bitField0_ & 0x00000001) != 0),
+                getParentForChildren(),
+                isClean());
         rules_ = null;
       }
       return rulesBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -931,12 +875,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.api.Context)
   }
 
   // @@protoc_insertion_point(class_scope:google.api.Context)
   private static final com.google.api.Context DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.api.Context();
   }
@@ -945,27 +889,27 @@ public static com.google.api.Context getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public Context parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public Context parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -980,4 +924,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.api.Context getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ContextOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ContextOrBuilder.java
similarity index 65%
rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ContextOrBuilder.java
rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ContextOrBuilder.java
index f7018ada23..0f083ab271 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ContextOrBuilder.java
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ContextOrBuilder.java
@@ -1,31 +1,13 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/api/context.proto
 
 package com.google.api;
 
-public interface ContextOrBuilder
-    extends
+public interface ContextOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.api.Context)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * A list of RPC context rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -33,10 +15,9 @@ public interface ContextOrBuilder
    *
    * repeated .google.api.ContextRule rules = 1;
    */
-  java.util.List getRulesList();
+  java.util.List 
+      getRulesList();
   /**
-   *
-   *
    * 
    * A list of RPC context rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -46,8 +27,6 @@ public interface ContextOrBuilder
    */
   com.google.api.ContextRule getRules(int index);
   /**
-   *
-   *
    * 
    * A list of RPC context rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -57,8 +36,6 @@ public interface ContextOrBuilder
    */
   int getRulesCount();
   /**
-   *
-   *
    * 
    * A list of RPC context rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -66,10 +43,9 @@ public interface ContextOrBuilder
    *
    * repeated .google.api.ContextRule rules = 1;
    */
-  java.util.List getRulesOrBuilderList();
+  java.util.List 
+      getRulesOrBuilderList();
   /**
-   *
-   *
    * 
    * A list of RPC context rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -77,5 +53,6 @@ public interface ContextOrBuilder
    *
    * repeated .google.api.ContextRule rules = 1;
    */
-  com.google.api.ContextRuleOrBuilder getRulesOrBuilder(int index);
+  com.google.api.ContextRuleOrBuilder getRulesOrBuilder(
+      int index);
 }
diff --git a/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ContextProto.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ContextProto.java
new file mode 100644
index 0000000000..d12879d5cb
--- /dev/null
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ContextProto.java
@@ -0,0 +1,65 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/api/context.proto
+
+package com.google.api;
+
+public final class ContextProto {
+  private ContextProto() {}
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistryLite registry) {
+  }
+
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistry registry) {
+    registerAllExtensions(
+        (com.google.protobuf.ExtensionRegistryLite) registry);
+  }
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_api_Context_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_api_Context_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_api_ContextRule_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_api_ContextRule_fieldAccessorTable;
+
+  public static com.google.protobuf.Descriptors.FileDescriptor
+      getDescriptor() {
+    return descriptor;
+  }
+  private static  com.google.protobuf.Descriptors.FileDescriptor
+      descriptor;
+  static {
+    java.lang.String[] descriptorData = {
+      "\n\030google/api/context.proto\022\ngoogle.api\"1" +
+      "\n\007Context\022&\n\005rules\030\001 \003(\0132\027.google.api.Co" +
+      "ntextRule\"\215\001\n\013ContextRule\022\020\n\010selector\030\001 " +
+      "\001(\t\022\021\n\trequested\030\002 \003(\t\022\020\n\010provided\030\003 \003(\t" +
+      "\022\"\n\032allowed_request_extensions\030\004 \003(\t\022#\n\033" +
+      "allowed_response_extensions\030\005 \003(\tBn\n\016com" +
+      ".google.apiB\014ContextProtoP\001ZEgoogle.gola" +
+      "ng.org/genproto/googleapis/api/serviceco" +
+      "nfig;serviceconfig\242\002\004GAPIb\006proto3"
+    };
+    descriptor = com.google.protobuf.Descriptors.FileDescriptor
+      .internalBuildGeneratedFileFrom(descriptorData,
+        new com.google.protobuf.Descriptors.FileDescriptor[] {
+        });
+    internal_static_google_api_Context_descriptor =
+      getDescriptor().getMessageTypes().get(0);
+    internal_static_google_api_Context_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_api_Context_descriptor,
+        new java.lang.String[] { "Rules", });
+    internal_static_google_api_ContextRule_descriptor =
+      getDescriptor().getMessageTypes().get(1);
+    internal_static_google_api_ContextRule_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_api_ContextRule_descriptor,
+        new java.lang.String[] { "Selector", "Requested", "Provided", "AllowedRequestExtensions", "AllowedResponseExtensions", });
+  }
+
+  // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ContextRule.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ContextRule.java
similarity index 75%
rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ContextRule.java
rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ContextRule.java
index 8d5ea2c563..dbf6324394 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ContextRule.java
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ContextRule.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/api/context.proto
 
 package com.google.api;
 
 /**
- *
- *
  * 
  * A context rule provides information about the context for an individual API
  * element.
@@ -28,16 +11,15 @@
  *
  * Protobuf type {@code google.api.ContextRule}
  */
-public final class ContextRule extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class ContextRule extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.api.ContextRule)
     ContextRuleOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use ContextRule.newBuilder() to construct.
   private ContextRule(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private ContextRule() {
     selector_ = "";
     requested_ = com.google.protobuf.LazyStringArrayList.EMPTY;
@@ -48,16 +30,18 @@ private ContextRule() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new ContextRule();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
     return com.google.api.ContextProto.internal_static_google_api_ContextRule_descriptor;
   }
 
@@ -72,15 +56,12 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
   public static final int SELECTOR_FIELD_NUMBER = 1;
   private volatile java.lang.Object selector_;
   /**
-   *
-   *
    * 
    * Selects the methods to which this rule applies.
    * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
    * 
* * string selector = 1; - * * @return The selector. */ @java.lang.Override @@ -89,30 +70,30 @@ public java.lang.String getSelector() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); selector_ = s; return s; } } /** - * - * *
    * Selects the methods to which this rule applies.
    * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
    * 
* * string selector = 1; - * * @return The bytes for selector. */ @java.lang.Override - public com.google.protobuf.ByteString getSelectorBytes() { + public com.google.protobuf.ByteString + getSelectorBytes() { java.lang.Object ref = selector_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); selector_ = b; return b; } else { @@ -123,42 +104,34 @@ public com.google.protobuf.ByteString getSelectorBytes() { public static final int REQUESTED_FIELD_NUMBER = 2; private com.google.protobuf.LazyStringList requested_; /** - * - * *
    * A list of full type names of requested contexts.
    * 
* * repeated string requested = 2; - * * @return A list containing the requested. */ - public com.google.protobuf.ProtocolStringList getRequestedList() { + public com.google.protobuf.ProtocolStringList + getRequestedList() { return requested_; } /** - * - * *
    * A list of full type names of requested contexts.
    * 
* * repeated string requested = 2; - * * @return The count of requested. */ public int getRequestedCount() { return requested_.size(); } /** - * - * *
    * A list of full type names of requested contexts.
    * 
* * repeated string requested = 2; - * * @param index The index of the element to return. * @return The requested at the given index. */ @@ -166,60 +139,50 @@ public java.lang.String getRequested(int index) { return requested_.get(index); } /** - * - * *
    * A list of full type names of requested contexts.
    * 
* * repeated string requested = 2; - * * @param index The index of the value to return. * @return The bytes of the requested at the given index. */ - public com.google.protobuf.ByteString getRequestedBytes(int index) { + public com.google.protobuf.ByteString + getRequestedBytes(int index) { return requested_.getByteString(index); } public static final int PROVIDED_FIELD_NUMBER = 3; private com.google.protobuf.LazyStringList provided_; /** - * - * *
    * A list of full type names of provided contexts.
    * 
* * repeated string provided = 3; - * * @return A list containing the provided. */ - public com.google.protobuf.ProtocolStringList getProvidedList() { + public com.google.protobuf.ProtocolStringList + getProvidedList() { return provided_; } /** - * - * *
    * A list of full type names of provided contexts.
    * 
* * repeated string provided = 3; - * * @return The count of provided. */ public int getProvidedCount() { return provided_.size(); } /** - * - * *
    * A list of full type names of provided contexts.
    * 
* * repeated string provided = 3; - * * @param index The index of the element to return. * @return The provided at the given index. */ @@ -227,63 +190,53 @@ public java.lang.String getProvided(int index) { return provided_.get(index); } /** - * - * *
    * A list of full type names of provided contexts.
    * 
* * repeated string provided = 3; - * * @param index The index of the value to return. * @return The bytes of the provided at the given index. */ - public com.google.protobuf.ByteString getProvidedBytes(int index) { + public com.google.protobuf.ByteString + getProvidedBytes(int index) { return provided_.getByteString(index); } public static final int ALLOWED_REQUEST_EXTENSIONS_FIELD_NUMBER = 4; private com.google.protobuf.LazyStringList allowedRequestExtensions_; /** - * - * *
    * A list of full type names or extension IDs of extensions allowed in grpc
    * side channel from client to backend.
    * 
* * repeated string allowed_request_extensions = 4; - * * @return A list containing the allowedRequestExtensions. */ - public com.google.protobuf.ProtocolStringList getAllowedRequestExtensionsList() { + public com.google.protobuf.ProtocolStringList + getAllowedRequestExtensionsList() { return allowedRequestExtensions_; } /** - * - * *
    * A list of full type names or extension IDs of extensions allowed in grpc
    * side channel from client to backend.
    * 
* * repeated string allowed_request_extensions = 4; - * * @return The count of allowedRequestExtensions. */ public int getAllowedRequestExtensionsCount() { return allowedRequestExtensions_.size(); } /** - * - * *
    * A list of full type names or extension IDs of extensions allowed in grpc
    * side channel from client to backend.
    * 
* * repeated string allowed_request_extensions = 4; - * * @param index The index of the element to return. * @return The allowedRequestExtensions at the given index. */ @@ -291,64 +244,54 @@ public java.lang.String getAllowedRequestExtensions(int index) { return allowedRequestExtensions_.get(index); } /** - * - * *
    * A list of full type names or extension IDs of extensions allowed in grpc
    * side channel from client to backend.
    * 
* * repeated string allowed_request_extensions = 4; - * * @param index The index of the value to return. * @return The bytes of the allowedRequestExtensions at the given index. */ - public com.google.protobuf.ByteString getAllowedRequestExtensionsBytes(int index) { + public com.google.protobuf.ByteString + getAllowedRequestExtensionsBytes(int index) { return allowedRequestExtensions_.getByteString(index); } public static final int ALLOWED_RESPONSE_EXTENSIONS_FIELD_NUMBER = 5; private com.google.protobuf.LazyStringList allowedResponseExtensions_; /** - * - * *
    * A list of full type names or extension IDs of extensions allowed in grpc
    * side channel from backend to client.
    * 
* * repeated string allowed_response_extensions = 5; - * * @return A list containing the allowedResponseExtensions. */ - public com.google.protobuf.ProtocolStringList getAllowedResponseExtensionsList() { + public com.google.protobuf.ProtocolStringList + getAllowedResponseExtensionsList() { return allowedResponseExtensions_; } /** - * - * *
    * A list of full type names or extension IDs of extensions allowed in grpc
    * side channel from backend to client.
    * 
* * repeated string allowed_response_extensions = 5; - * * @return The count of allowedResponseExtensions. */ public int getAllowedResponseExtensionsCount() { return allowedResponseExtensions_.size(); } /** - * - * *
    * A list of full type names or extension IDs of extensions allowed in grpc
    * side channel from backend to client.
    * 
* * repeated string allowed_response_extensions = 5; - * * @param index The index of the element to return. * @return The allowedResponseExtensions at the given index. */ @@ -356,24 +299,21 @@ public java.lang.String getAllowedResponseExtensions(int index) { return allowedResponseExtensions_.get(index); } /** - * - * *
    * A list of full type names or extension IDs of extensions allowed in grpc
    * side channel from backend to client.
    * 
* * repeated string allowed_response_extensions = 5; - * * @param index The index of the value to return. * @return The bytes of the allowedResponseExtensions at the given index. */ - public com.google.protobuf.ByteString getAllowedResponseExtensionsBytes(int index) { + public com.google.protobuf.ByteString + getAllowedResponseExtensionsBytes(int index) { return allowedResponseExtensions_.getByteString(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -385,7 +325,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(selector_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, selector_); } @@ -396,12 +337,10 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io com.google.protobuf.GeneratedMessageV3.writeString(output, 3, provided_.getRaw(i)); } for (int i = 0; i < allowedRequestExtensions_.size(); i++) { - com.google.protobuf.GeneratedMessageV3.writeString( - output, 4, allowedRequestExtensions_.getRaw(i)); + com.google.protobuf.GeneratedMessageV3.writeString(output, 4, allowedRequestExtensions_.getRaw(i)); } for (int i = 0; i < allowedResponseExtensions_.size(); i++) { - com.google.protobuf.GeneratedMessageV3.writeString( - output, 5, allowedResponseExtensions_.getRaw(i)); + com.google.protobuf.GeneratedMessageV3.writeString(output, 5, allowedResponseExtensions_.getRaw(i)); } getUnknownFields().writeTo(output); } @@ -455,20 +394,23 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.ContextRule)) { return super.equals(obj); } com.google.api.ContextRule other = (com.google.api.ContextRule) obj; - if (!getSelector().equals(other.getSelector())) return false; - if (!getRequestedList().equals(other.getRequestedList())) return false; - if (!getProvidedList().equals(other.getProvidedList())) return false; - if (!getAllowedRequestExtensionsList().equals(other.getAllowedRequestExtensionsList())) - return false; - if (!getAllowedResponseExtensionsList().equals(other.getAllowedResponseExtensionsList())) - return false; + if (!getSelector() + .equals(other.getSelector())) return false; + if (!getRequestedList() + .equals(other.getRequestedList())) return false; + if (!getProvidedList() + .equals(other.getProvidedList())) return false; + if (!getAllowedRequestExtensionsList() + .equals(other.getAllowedRequestExtensionsList())) return false; + if (!getAllowedResponseExtensionsList() + .equals(other.getAllowedResponseExtensionsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -503,103 +445,97 @@ public int hashCode() { return hash; } - public static com.google.api.ContextRule parseFrom(java.nio.ByteBuffer data) + public static com.google.api.ContextRule parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.ContextRule parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.api.ContextRule parseFrom(com.google.protobuf.ByteString data) + public static com.google.api.ContextRule parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.ContextRule parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.ContextRule parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.ContextRule parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.ContextRule parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.ContextRule parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.ContextRule parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.ContextRule parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.api.ContextRule parseFrom(com.google.protobuf.CodedInputStream input) + public static com.google.api.ContextRule parseFrom( + com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.ContextRule parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.ContextRule prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * A context rule provides information about the context for an individual API
    * element.
@@ -607,11 +543,12 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.api.ContextRule}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.api.ContextRule)
       com.google.api.ContextRuleOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
       return com.google.api.ContextProto.internal_static_google_api_ContextRule_descriptor;
     }
 
@@ -624,12 +561,15 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
     }
 
     // Construct using com.google.api.ContextRule.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -647,7 +587,8 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
       return com.google.api.ContextProto.internal_static_google_api_ContextRule_descriptor;
     }
 
@@ -698,39 +639,38 @@ public com.google.api.ContextRule buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.api.ContextRule) {
-        return mergeFrom((com.google.api.ContextRule) other);
+        return mergeFrom((com.google.api.ContextRule)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -809,47 +749,41 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                selector_ = input.readStringRequireUtf8();
+            case 10: {
+              selector_ = input.readStringRequireUtf8();
 
-                break;
-              } // case 10
-            case 18:
-              {
-                java.lang.String s = input.readStringRequireUtf8();
-                ensureRequestedIsMutable();
-                requested_.add(s);
-                break;
-              } // case 18
-            case 26:
-              {
-                java.lang.String s = input.readStringRequireUtf8();
-                ensureProvidedIsMutable();
-                provided_.add(s);
-                break;
-              } // case 26
-            case 34:
-              {
-                java.lang.String s = input.readStringRequireUtf8();
-                ensureAllowedRequestExtensionsIsMutable();
-                allowedRequestExtensions_.add(s);
-                break;
-              } // case 34
-            case 42:
-              {
-                java.lang.String s = input.readStringRequireUtf8();
-                ensureAllowedResponseExtensionsIsMutable();
-                allowedResponseExtensions_.add(s);
-                break;
-              } // case 42
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+              break;
+            } // case 10
+            case 18: {
+              java.lang.String s = input.readStringRequireUtf8();
+              ensureRequestedIsMutable();
+              requested_.add(s);
+              break;
+            } // case 18
+            case 26: {
+              java.lang.String s = input.readStringRequireUtf8();
+              ensureProvidedIsMutable();
+              provided_.add(s);
+              break;
+            } // case 26
+            case 34: {
+              java.lang.String s = input.readStringRequireUtf8();
+              ensureAllowedRequestExtensionsIsMutable();
+              allowedRequestExtensions_.add(s);
+              break;
+            } // case 34
+            case 42: {
+              java.lang.String s = input.readStringRequireUtf8();
+              ensureAllowedResponseExtensionsIsMutable();
+              allowedResponseExtensions_.add(s);
+              break;
+            } // case 42
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -859,26 +793,23 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object selector_ = "";
     /**
-     *
-     *
      * 
      * Selects the methods to which this rule applies.
      * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
      * 
* * string selector = 1; - * * @return The selector. */ public java.lang.String getSelector() { java.lang.Object ref = selector_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); selector_ = s; return s; @@ -887,22 +818,21 @@ public java.lang.String getSelector() { } } /** - * - * *
      * Selects the methods to which this rule applies.
      * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
      * 
* * string selector = 1; - * * @return The bytes for selector. */ - public com.google.protobuf.ByteString getSelectorBytes() { + public com.google.protobuf.ByteString + getSelectorBytes() { java.lang.Object ref = selector_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); selector_ = b; return b; } else { @@ -910,115 +840,98 @@ public com.google.protobuf.ByteString getSelectorBytes() { } } /** - * - * *
      * Selects the methods to which this rule applies.
      * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
      * 
* * string selector = 1; - * * @param value The selector to set. * @return This builder for chaining. */ - public Builder setSelector(java.lang.String value) { + public Builder setSelector( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + selector_ = value; onChanged(); return this; } /** - * - * *
      * Selects the methods to which this rule applies.
      * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
      * 
* * string selector = 1; - * * @return This builder for chaining. */ public Builder clearSelector() { - + selector_ = getDefaultInstance().getSelector(); onChanged(); return this; } /** - * - * *
      * Selects the methods to which this rule applies.
      * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
      * 
* * string selector = 1; - * * @param value The bytes for selector to set. * @return This builder for chaining. */ - public Builder setSelectorBytes(com.google.protobuf.ByteString value) { + public Builder setSelectorBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + selector_ = value; onChanged(); return this; } - private com.google.protobuf.LazyStringList requested_ = - com.google.protobuf.LazyStringArrayList.EMPTY; - + private com.google.protobuf.LazyStringList requested_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureRequestedIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { requested_ = new com.google.protobuf.LazyStringArrayList(requested_); bitField0_ |= 0x00000001; - } + } } /** - * - * *
      * A list of full type names of requested contexts.
      * 
* * repeated string requested = 2; - * * @return A list containing the requested. */ - public com.google.protobuf.ProtocolStringList getRequestedList() { + public com.google.protobuf.ProtocolStringList + getRequestedList() { return requested_.getUnmodifiableView(); } /** - * - * *
      * A list of full type names of requested contexts.
      * 
* * repeated string requested = 2; - * * @return The count of requested. */ public int getRequestedCount() { return requested_.size(); } /** - * - * *
      * A list of full type names of requested contexts.
      * 
* * repeated string requested = 2; - * * @param index The index of the element to return. * @return The requested at the given index. */ @@ -1026,90 +939,80 @@ public java.lang.String getRequested(int index) { return requested_.get(index); } /** - * - * *
      * A list of full type names of requested contexts.
      * 
* * repeated string requested = 2; - * * @param index The index of the value to return. * @return The bytes of the requested at the given index. */ - public com.google.protobuf.ByteString getRequestedBytes(int index) { + public com.google.protobuf.ByteString + getRequestedBytes(int index) { return requested_.getByteString(index); } /** - * - * *
      * A list of full type names of requested contexts.
      * 
* * repeated string requested = 2; - * * @param index The index to set the value at. * @param value The requested to set. * @return This builder for chaining. */ - public Builder setRequested(int index, java.lang.String value) { + public Builder setRequested( + int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureRequestedIsMutable(); + throw new NullPointerException(); + } + ensureRequestedIsMutable(); requested_.set(index, value); onChanged(); return this; } /** - * - * *
      * A list of full type names of requested contexts.
      * 
* * repeated string requested = 2; - * * @param value The requested to add. * @return This builder for chaining. */ - public Builder addRequested(java.lang.String value) { + public Builder addRequested( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureRequestedIsMutable(); + throw new NullPointerException(); + } + ensureRequestedIsMutable(); requested_.add(value); onChanged(); return this; } /** - * - * *
      * A list of full type names of requested contexts.
      * 
* * repeated string requested = 2; - * * @param values The requested to add. * @return This builder for chaining. */ - public Builder addAllRequested(java.lang.Iterable values) { + public Builder addAllRequested( + java.lang.Iterable values) { ensureRequestedIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, requested_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, requested_); onChanged(); return this; } /** - * - * *
      * A list of full type names of requested contexts.
      * 
* * repeated string requested = 2; - * * @return This builder for chaining. */ public Builder clearRequested() { @@ -1119,74 +1022,62 @@ public Builder clearRequested() { return this; } /** - * - * *
      * A list of full type names of requested contexts.
      * 
* * repeated string requested = 2; - * * @param value The bytes of the requested to add. * @return This builder for chaining. */ - public Builder addRequestedBytes(com.google.protobuf.ByteString value) { + public Builder addRequestedBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensureRequestedIsMutable(); requested_.add(value); onChanged(); return this; } - private com.google.protobuf.LazyStringList provided_ = - com.google.protobuf.LazyStringArrayList.EMPTY; - + private com.google.protobuf.LazyStringList provided_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureProvidedIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { provided_ = new com.google.protobuf.LazyStringArrayList(provided_); bitField0_ |= 0x00000002; - } + } } /** - * - * *
      * A list of full type names of provided contexts.
      * 
* * repeated string provided = 3; - * * @return A list containing the provided. */ - public com.google.protobuf.ProtocolStringList getProvidedList() { + public com.google.protobuf.ProtocolStringList + getProvidedList() { return provided_.getUnmodifiableView(); } /** - * - * *
      * A list of full type names of provided contexts.
      * 
* * repeated string provided = 3; - * * @return The count of provided. */ public int getProvidedCount() { return provided_.size(); } /** - * - * *
      * A list of full type names of provided contexts.
      * 
* * repeated string provided = 3; - * * @param index The index of the element to return. * @return The provided at the given index. */ @@ -1194,90 +1085,80 @@ public java.lang.String getProvided(int index) { return provided_.get(index); } /** - * - * *
      * A list of full type names of provided contexts.
      * 
* * repeated string provided = 3; - * * @param index The index of the value to return. * @return The bytes of the provided at the given index. */ - public com.google.protobuf.ByteString getProvidedBytes(int index) { + public com.google.protobuf.ByteString + getProvidedBytes(int index) { return provided_.getByteString(index); } /** - * - * *
      * A list of full type names of provided contexts.
      * 
* * repeated string provided = 3; - * * @param index The index to set the value at. * @param value The provided to set. * @return This builder for chaining. */ - public Builder setProvided(int index, java.lang.String value) { + public Builder setProvided( + int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureProvidedIsMutable(); + throw new NullPointerException(); + } + ensureProvidedIsMutable(); provided_.set(index, value); onChanged(); return this; } /** - * - * *
      * A list of full type names of provided contexts.
      * 
* * repeated string provided = 3; - * * @param value The provided to add. * @return This builder for chaining. */ - public Builder addProvided(java.lang.String value) { + public Builder addProvided( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureProvidedIsMutable(); + throw new NullPointerException(); + } + ensureProvidedIsMutable(); provided_.add(value); onChanged(); return this; } /** - * - * *
      * A list of full type names of provided contexts.
      * 
* * repeated string provided = 3; - * * @param values The provided to add. * @return This builder for chaining. */ - public Builder addAllProvided(java.lang.Iterable values) { + public Builder addAllProvided( + java.lang.Iterable values) { ensureProvidedIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, provided_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, provided_); onChanged(); return this; } /** - * - * *
      * A list of full type names of provided contexts.
      * 
* * repeated string provided = 3; - * * @return This builder for chaining. */ public Builder clearProvided() { @@ -1287,78 +1168,65 @@ public Builder clearProvided() { return this; } /** - * - * *
      * A list of full type names of provided contexts.
      * 
* * repeated string provided = 3; - * * @param value The bytes of the provided to add. * @return This builder for chaining. */ - public Builder addProvidedBytes(com.google.protobuf.ByteString value) { + public Builder addProvidedBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensureProvidedIsMutable(); provided_.add(value); onChanged(); return this; } - private com.google.protobuf.LazyStringList allowedRequestExtensions_ = - com.google.protobuf.LazyStringArrayList.EMPTY; - + private com.google.protobuf.LazyStringList allowedRequestExtensions_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureAllowedRequestExtensionsIsMutable() { if (!((bitField0_ & 0x00000004) != 0)) { - allowedRequestExtensions_ = - new com.google.protobuf.LazyStringArrayList(allowedRequestExtensions_); + allowedRequestExtensions_ = new com.google.protobuf.LazyStringArrayList(allowedRequestExtensions_); bitField0_ |= 0x00000004; - } + } } /** - * - * *
      * A list of full type names or extension IDs of extensions allowed in grpc
      * side channel from client to backend.
      * 
* * repeated string allowed_request_extensions = 4; - * * @return A list containing the allowedRequestExtensions. */ - public com.google.protobuf.ProtocolStringList getAllowedRequestExtensionsList() { + public com.google.protobuf.ProtocolStringList + getAllowedRequestExtensionsList() { return allowedRequestExtensions_.getUnmodifiableView(); } /** - * - * *
      * A list of full type names or extension IDs of extensions allowed in grpc
      * side channel from client to backend.
      * 
* * repeated string allowed_request_extensions = 4; - * * @return The count of allowedRequestExtensions. */ public int getAllowedRequestExtensionsCount() { return allowedRequestExtensions_.size(); } /** - * - * *
      * A list of full type names or extension IDs of extensions allowed in grpc
      * side channel from client to backend.
      * 
* * repeated string allowed_request_extensions = 4; - * * @param index The index of the element to return. * @return The allowedRequestExtensions at the given index. */ @@ -1366,95 +1234,85 @@ public java.lang.String getAllowedRequestExtensions(int index) { return allowedRequestExtensions_.get(index); } /** - * - * *
      * A list of full type names or extension IDs of extensions allowed in grpc
      * side channel from client to backend.
      * 
* * repeated string allowed_request_extensions = 4; - * * @param index The index of the value to return. * @return The bytes of the allowedRequestExtensions at the given index. */ - public com.google.protobuf.ByteString getAllowedRequestExtensionsBytes(int index) { + public com.google.protobuf.ByteString + getAllowedRequestExtensionsBytes(int index) { return allowedRequestExtensions_.getByteString(index); } /** - * - * *
      * A list of full type names or extension IDs of extensions allowed in grpc
      * side channel from client to backend.
      * 
* * repeated string allowed_request_extensions = 4; - * * @param index The index to set the value at. * @param value The allowedRequestExtensions to set. * @return This builder for chaining. */ - public Builder setAllowedRequestExtensions(int index, java.lang.String value) { + public Builder setAllowedRequestExtensions( + int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureAllowedRequestExtensionsIsMutable(); + throw new NullPointerException(); + } + ensureAllowedRequestExtensionsIsMutable(); allowedRequestExtensions_.set(index, value); onChanged(); return this; } /** - * - * *
      * A list of full type names or extension IDs of extensions allowed in grpc
      * side channel from client to backend.
      * 
* * repeated string allowed_request_extensions = 4; - * * @param value The allowedRequestExtensions to add. * @return This builder for chaining. */ - public Builder addAllowedRequestExtensions(java.lang.String value) { + public Builder addAllowedRequestExtensions( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureAllowedRequestExtensionsIsMutable(); + throw new NullPointerException(); + } + ensureAllowedRequestExtensionsIsMutable(); allowedRequestExtensions_.add(value); onChanged(); return this; } /** - * - * *
      * A list of full type names or extension IDs of extensions allowed in grpc
      * side channel from client to backend.
      * 
* * repeated string allowed_request_extensions = 4; - * * @param values The allowedRequestExtensions to add. * @return This builder for chaining. */ - public Builder addAllAllowedRequestExtensions(java.lang.Iterable values) { + public Builder addAllAllowedRequestExtensions( + java.lang.Iterable values) { ensureAllowedRequestExtensionsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, allowedRequestExtensions_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, allowedRequestExtensions_); onChanged(); return this; } /** - * - * *
      * A list of full type names or extension IDs of extensions allowed in grpc
      * side channel from client to backend.
      * 
* * repeated string allowed_request_extensions = 4; - * * @return This builder for chaining. */ public Builder clearAllowedRequestExtensions() { @@ -1464,79 +1322,66 @@ public Builder clearAllowedRequestExtensions() { return this; } /** - * - * *
      * A list of full type names or extension IDs of extensions allowed in grpc
      * side channel from client to backend.
      * 
* * repeated string allowed_request_extensions = 4; - * * @param value The bytes of the allowedRequestExtensions to add. * @return This builder for chaining. */ - public Builder addAllowedRequestExtensionsBytes(com.google.protobuf.ByteString value) { + public Builder addAllowedRequestExtensionsBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensureAllowedRequestExtensionsIsMutable(); allowedRequestExtensions_.add(value); onChanged(); return this; } - private com.google.protobuf.LazyStringList allowedResponseExtensions_ = - com.google.protobuf.LazyStringArrayList.EMPTY; - + private com.google.protobuf.LazyStringList allowedResponseExtensions_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureAllowedResponseExtensionsIsMutable() { if (!((bitField0_ & 0x00000008) != 0)) { - allowedResponseExtensions_ = - new com.google.protobuf.LazyStringArrayList(allowedResponseExtensions_); + allowedResponseExtensions_ = new com.google.protobuf.LazyStringArrayList(allowedResponseExtensions_); bitField0_ |= 0x00000008; - } + } } /** - * - * *
      * A list of full type names or extension IDs of extensions allowed in grpc
      * side channel from backend to client.
      * 
* * repeated string allowed_response_extensions = 5; - * * @return A list containing the allowedResponseExtensions. */ - public com.google.protobuf.ProtocolStringList getAllowedResponseExtensionsList() { + public com.google.protobuf.ProtocolStringList + getAllowedResponseExtensionsList() { return allowedResponseExtensions_.getUnmodifiableView(); } /** - * - * *
      * A list of full type names or extension IDs of extensions allowed in grpc
      * side channel from backend to client.
      * 
* * repeated string allowed_response_extensions = 5; - * * @return The count of allowedResponseExtensions. */ public int getAllowedResponseExtensionsCount() { return allowedResponseExtensions_.size(); } /** - * - * *
      * A list of full type names or extension IDs of extensions allowed in grpc
      * side channel from backend to client.
      * 
* * repeated string allowed_response_extensions = 5; - * * @param index The index of the element to return. * @return The allowedResponseExtensions at the given index. */ @@ -1544,95 +1389,85 @@ public java.lang.String getAllowedResponseExtensions(int index) { return allowedResponseExtensions_.get(index); } /** - * - * *
      * A list of full type names or extension IDs of extensions allowed in grpc
      * side channel from backend to client.
      * 
* * repeated string allowed_response_extensions = 5; - * * @param index The index of the value to return. * @return The bytes of the allowedResponseExtensions at the given index. */ - public com.google.protobuf.ByteString getAllowedResponseExtensionsBytes(int index) { + public com.google.protobuf.ByteString + getAllowedResponseExtensionsBytes(int index) { return allowedResponseExtensions_.getByteString(index); } /** - * - * *
      * A list of full type names or extension IDs of extensions allowed in grpc
      * side channel from backend to client.
      * 
* * repeated string allowed_response_extensions = 5; - * * @param index The index to set the value at. * @param value The allowedResponseExtensions to set. * @return This builder for chaining. */ - public Builder setAllowedResponseExtensions(int index, java.lang.String value) { + public Builder setAllowedResponseExtensions( + int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureAllowedResponseExtensionsIsMutable(); + throw new NullPointerException(); + } + ensureAllowedResponseExtensionsIsMutable(); allowedResponseExtensions_.set(index, value); onChanged(); return this; } /** - * - * *
      * A list of full type names or extension IDs of extensions allowed in grpc
      * side channel from backend to client.
      * 
* * repeated string allowed_response_extensions = 5; - * * @param value The allowedResponseExtensions to add. * @return This builder for chaining. */ - public Builder addAllowedResponseExtensions(java.lang.String value) { + public Builder addAllowedResponseExtensions( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureAllowedResponseExtensionsIsMutable(); + throw new NullPointerException(); + } + ensureAllowedResponseExtensionsIsMutable(); allowedResponseExtensions_.add(value); onChanged(); return this; } /** - * - * *
      * A list of full type names or extension IDs of extensions allowed in grpc
      * side channel from backend to client.
      * 
* * repeated string allowed_response_extensions = 5; - * * @param values The allowedResponseExtensions to add. * @return This builder for chaining. */ - public Builder addAllAllowedResponseExtensions(java.lang.Iterable values) { + public Builder addAllAllowedResponseExtensions( + java.lang.Iterable values) { ensureAllowedResponseExtensionsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, allowedResponseExtensions_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, allowedResponseExtensions_); onChanged(); return this; } /** - * - * *
      * A list of full type names or extension IDs of extensions allowed in grpc
      * side channel from backend to client.
      * 
* * repeated string allowed_response_extensions = 5; - * * @return This builder for chaining. */ public Builder clearAllowedResponseExtensions() { @@ -1642,31 +1477,29 @@ public Builder clearAllowedResponseExtensions() { return this; } /** - * - * *
      * A list of full type names or extension IDs of extensions allowed in grpc
      * side channel from backend to client.
      * 
* * repeated string allowed_response_extensions = 5; - * * @param value The bytes of the allowedResponseExtensions to add. * @return This builder for chaining. */ - public Builder addAllowedResponseExtensionsBytes(com.google.protobuf.ByteString value) { + public Builder addAllowedResponseExtensionsBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensureAllowedResponseExtensionsIsMutable(); allowedResponseExtensions_.add(value); onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1676,12 +1509,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.ContextRule) } // @@protoc_insertion_point(class_scope:google.api.ContextRule) private static final com.google.api.ContextRule DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.ContextRule(); } @@ -1690,27 +1523,27 @@ public static com.google.api.ContextRule getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ContextRule parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ContextRule parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1725,4 +1558,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.ContextRule getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ContextRuleOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ContextRuleOrBuilder.java similarity index 78% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ContextRuleOrBuilder.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ContextRuleOrBuilder.java index a0df126799..688f1e4539 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ContextRuleOrBuilder.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ContextRuleOrBuilder.java @@ -1,264 +1,203 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/context.proto package com.google.api; -public interface ContextRuleOrBuilder - extends +public interface ContextRuleOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.ContextRule) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Selects the methods to which this rule applies.
    * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
    * 
* * string selector = 1; - * * @return The selector. */ java.lang.String getSelector(); /** - * - * *
    * Selects the methods to which this rule applies.
    * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
    * 
* * string selector = 1; - * * @return The bytes for selector. */ - com.google.protobuf.ByteString getSelectorBytes(); + com.google.protobuf.ByteString + getSelectorBytes(); /** - * - * *
    * A list of full type names of requested contexts.
    * 
* * repeated string requested = 2; - * * @return A list containing the requested. */ - java.util.List getRequestedList(); + java.util.List + getRequestedList(); /** - * - * *
    * A list of full type names of requested contexts.
    * 
* * repeated string requested = 2; - * * @return The count of requested. */ int getRequestedCount(); /** - * - * *
    * A list of full type names of requested contexts.
    * 
* * repeated string requested = 2; - * * @param index The index of the element to return. * @return The requested at the given index. */ java.lang.String getRequested(int index); /** - * - * *
    * A list of full type names of requested contexts.
    * 
* * repeated string requested = 2; - * * @param index The index of the value to return. * @return The bytes of the requested at the given index. */ - com.google.protobuf.ByteString getRequestedBytes(int index); + com.google.protobuf.ByteString + getRequestedBytes(int index); /** - * - * *
    * A list of full type names of provided contexts.
    * 
* * repeated string provided = 3; - * * @return A list containing the provided. */ - java.util.List getProvidedList(); + java.util.List + getProvidedList(); /** - * - * *
    * A list of full type names of provided contexts.
    * 
* * repeated string provided = 3; - * * @return The count of provided. */ int getProvidedCount(); /** - * - * *
    * A list of full type names of provided contexts.
    * 
* * repeated string provided = 3; - * * @param index The index of the element to return. * @return The provided at the given index. */ java.lang.String getProvided(int index); /** - * - * *
    * A list of full type names of provided contexts.
    * 
* * repeated string provided = 3; - * * @param index The index of the value to return. * @return The bytes of the provided at the given index. */ - com.google.protobuf.ByteString getProvidedBytes(int index); + com.google.protobuf.ByteString + getProvidedBytes(int index); /** - * - * *
    * A list of full type names or extension IDs of extensions allowed in grpc
    * side channel from client to backend.
    * 
* * repeated string allowed_request_extensions = 4; - * * @return A list containing the allowedRequestExtensions. */ - java.util.List getAllowedRequestExtensionsList(); + java.util.List + getAllowedRequestExtensionsList(); /** - * - * *
    * A list of full type names or extension IDs of extensions allowed in grpc
    * side channel from client to backend.
    * 
* * repeated string allowed_request_extensions = 4; - * * @return The count of allowedRequestExtensions. */ int getAllowedRequestExtensionsCount(); /** - * - * *
    * A list of full type names or extension IDs of extensions allowed in grpc
    * side channel from client to backend.
    * 
* * repeated string allowed_request_extensions = 4; - * * @param index The index of the element to return. * @return The allowedRequestExtensions at the given index. */ java.lang.String getAllowedRequestExtensions(int index); /** - * - * *
    * A list of full type names or extension IDs of extensions allowed in grpc
    * side channel from client to backend.
    * 
* * repeated string allowed_request_extensions = 4; - * * @param index The index of the value to return. * @return The bytes of the allowedRequestExtensions at the given index. */ - com.google.protobuf.ByteString getAllowedRequestExtensionsBytes(int index); + com.google.protobuf.ByteString + getAllowedRequestExtensionsBytes(int index); /** - * - * *
    * A list of full type names or extension IDs of extensions allowed in grpc
    * side channel from backend to client.
    * 
* * repeated string allowed_response_extensions = 5; - * * @return A list containing the allowedResponseExtensions. */ - java.util.List getAllowedResponseExtensionsList(); + java.util.List + getAllowedResponseExtensionsList(); /** - * - * *
    * A list of full type names or extension IDs of extensions allowed in grpc
    * side channel from backend to client.
    * 
* * repeated string allowed_response_extensions = 5; - * * @return The count of allowedResponseExtensions. */ int getAllowedResponseExtensionsCount(); /** - * - * *
    * A list of full type names or extension IDs of extensions allowed in grpc
    * side channel from backend to client.
    * 
* * repeated string allowed_response_extensions = 5; - * * @param index The index of the element to return. * @return The allowedResponseExtensions at the given index. */ java.lang.String getAllowedResponseExtensions(int index); /** - * - * *
    * A list of full type names or extension IDs of extensions allowed in grpc
    * side channel from backend to client.
    * 
* * repeated string allowed_response_extensions = 5; - * * @param index The index of the value to return. * @return The bytes of the allowedResponseExtensions at the given index. */ - com.google.protobuf.ByteString getAllowedResponseExtensionsBytes(int index); + com.google.protobuf.ByteString + getAllowedResponseExtensionsBytes(int index); } diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Control.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Control.java similarity index 70% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Control.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Control.java index 09afa67e0b..47221cc861 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Control.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Control.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/control.proto package com.google.api; /** - * - * *
  * Selects and configures the service controller used by the service.
  * Example:
@@ -30,32 +13,33 @@
  *
  * Protobuf type {@code google.api.Control}
  */
-public final class Control extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class Control extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.api.Control)
     ControlOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use Control.newBuilder() to construct.
   private Control(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private Control() {
     environment_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new Control();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
     return com.google.api.ControlProto.internal_static_google_api_Control_descriptor;
   }
 
@@ -70,8 +54,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
   public static final int ENVIRONMENT_FIELD_NUMBER = 1;
   private volatile java.lang.Object environment_;
   /**
-   *
-   *
    * 
    * The service controller environment to use. If empty, no control plane
    * feature (like quota and billing) will be enabled. The recommended value for
@@ -79,7 +61,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    * 
* * string environment = 1; - * * @return The environment. */ @java.lang.Override @@ -88,15 +69,14 @@ public java.lang.String getEnvironment() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); environment_ = s; return s; } } /** - * - * *
    * The service controller environment to use. If empty, no control plane
    * feature (like quota and billing) will be enabled. The recommended value for
@@ -104,15 +84,16 @@ public java.lang.String getEnvironment() {
    * 
* * string environment = 1; - * * @return The bytes for environment. */ @java.lang.Override - public com.google.protobuf.ByteString getEnvironmentBytes() { + public com.google.protobuf.ByteString + getEnvironmentBytes() { java.lang.Object ref = environment_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); environment_ = b; return b; } else { @@ -121,7 +102,6 @@ public com.google.protobuf.ByteString getEnvironmentBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -133,7 +113,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(environment_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, environment_); } @@ -157,14 +138,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.Control)) { return super.equals(obj); } com.google.api.Control other = (com.google.api.Control) obj; - if (!getEnvironment().equals(other.getEnvironment())) return false; + if (!getEnvironment() + .equals(other.getEnvironment())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -183,103 +165,97 @@ public int hashCode() { return hash; } - public static com.google.api.Control parseFrom(java.nio.ByteBuffer data) + public static com.google.api.Control parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Control parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.api.Control parseFrom(com.google.protobuf.ByteString data) + public static com.google.api.Control parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Control parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.Control parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Control parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.Control parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.Control parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.Control parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.Control parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.api.Control parseFrom(com.google.protobuf.CodedInputStream input) + public static com.google.api.Control parseFrom( + com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.Control parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.Control prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Selects and configures the service controller used by the service.
    * Example:
@@ -289,11 +265,12 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.api.Control}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.api.Control)
       com.google.api.ControlOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
       return com.google.api.ControlProto.internal_static_google_api_Control_descriptor;
     }
 
@@ -306,12 +283,15 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
     }
 
     // Construct using com.google.api.Control.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -321,7 +301,8 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
       return com.google.api.ControlProto.internal_static_google_api_Control_descriptor;
     }
 
@@ -351,39 +332,38 @@ public com.google.api.Control buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.api.Control) {
-        return mergeFrom((com.google.api.Control) other);
+        return mergeFrom((com.google.api.Control)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -422,19 +402,17 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                environment_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 10
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              environment_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 10
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -447,8 +425,6 @@ public Builder mergeFrom(
 
     private java.lang.Object environment_ = "";
     /**
-     *
-     *
      * 
      * The service controller environment to use. If empty, no control plane
      * feature (like quota and billing) will be enabled. The recommended value for
@@ -456,13 +432,13 @@ public Builder mergeFrom(
      * 
* * string environment = 1; - * * @return The environment. */ public java.lang.String getEnvironment() { java.lang.Object ref = environment_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); environment_ = s; return s; @@ -471,8 +447,6 @@ public java.lang.String getEnvironment() { } } /** - * - * *
      * The service controller environment to use. If empty, no control plane
      * feature (like quota and billing) will be enabled. The recommended value for
@@ -480,14 +454,15 @@ public java.lang.String getEnvironment() {
      * 
* * string environment = 1; - * * @return The bytes for environment. */ - public com.google.protobuf.ByteString getEnvironmentBytes() { + public com.google.protobuf.ByteString + getEnvironmentBytes() { java.lang.Object ref = environment_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); environment_ = b; return b; } else { @@ -495,8 +470,6 @@ public com.google.protobuf.ByteString getEnvironmentBytes() { } } /** - * - * *
      * The service controller environment to use. If empty, no control plane
      * feature (like quota and billing) will be enabled. The recommended value for
@@ -504,22 +477,20 @@ public com.google.protobuf.ByteString getEnvironmentBytes() {
      * 
* * string environment = 1; - * * @param value The environment to set. * @return This builder for chaining. */ - public Builder setEnvironment(java.lang.String value) { + public Builder setEnvironment( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + environment_ = value; onChanged(); return this; } /** - * - * *
      * The service controller environment to use. If empty, no control plane
      * feature (like quota and billing) will be enabled. The recommended value for
@@ -527,18 +498,15 @@ public Builder setEnvironment(java.lang.String value) {
      * 
* * string environment = 1; - * * @return This builder for chaining. */ public Builder clearEnvironment() { - + environment_ = getDefaultInstance().getEnvironment(); onChanged(); return this; } /** - * - * *
      * The service controller environment to use. If empty, no control plane
      * feature (like quota and billing) will be enabled. The recommended value for
@@ -546,23 +514,23 @@ public Builder clearEnvironment() {
      * 
* * string environment = 1; - * * @param value The bytes for environment to set. * @return This builder for chaining. */ - public Builder setEnvironmentBytes(com.google.protobuf.ByteString value) { + public Builder setEnvironmentBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + environment_ = value; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -572,12 +540,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.Control) } // @@protoc_insertion_point(class_scope:google.api.Control) private static final com.google.api.Control DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.Control(); } @@ -586,27 +554,27 @@ public static com.google.api.Control getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Control parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Control parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -621,4 +589,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.Control getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ControlOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ControlOrBuilder.java similarity index 55% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ControlOrBuilder.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ControlOrBuilder.java index c50ef6031a..1890f57756 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ControlOrBuilder.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ControlOrBuilder.java @@ -1,31 +1,13 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/control.proto package com.google.api; -public interface ControlOrBuilder - extends +public interface ControlOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.Control) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The service controller environment to use. If empty, no control plane
    * feature (like quota and billing) will be enabled. The recommended value for
@@ -33,13 +15,10 @@ public interface ControlOrBuilder
    * 
* * string environment = 1; - * * @return The environment. */ java.lang.String getEnvironment(); /** - * - * *
    * The service controller environment to use. If empty, no control plane
    * feature (like quota and billing) will be enabled. The recommended value for
@@ -47,8 +26,8 @@ public interface ControlOrBuilder
    * 
* * string environment = 1; - * * @return The bytes for environment. */ - com.google.protobuf.ByteString getEnvironmentBytes(); + com.google.protobuf.ByteString + getEnvironmentBytes(); } diff --git a/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ControlProto.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ControlProto.java new file mode 100644 index 0000000000..cb0688a94a --- /dev/null +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ControlProto.java @@ -0,0 +1,50 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/api/control.proto + +package com.google.api; + +public final class ControlProto { + private ControlProto() {} + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistryLite registry) { + } + + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistry registry) { + registerAllExtensions( + (com.google.protobuf.ExtensionRegistryLite) registry); + } + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_Control_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_Control_fieldAccessorTable; + + public static com.google.protobuf.Descriptors.FileDescriptor + getDescriptor() { + return descriptor; + } + private static com.google.protobuf.Descriptors.FileDescriptor + descriptor; + static { + java.lang.String[] descriptorData = { + "\n\030google/api/control.proto\022\ngoogle.api\"\036" + + "\n\007Control\022\023\n\013environment\030\001 \001(\tBn\n\016com.go" + + "ogle.apiB\014ControlProtoP\001ZEgoogle.golang." + + "org/genproto/googleapis/api/serviceconfi" + + "g;serviceconfig\242\002\004GAPIb\006proto3" + }; + descriptor = com.google.protobuf.Descriptors.FileDescriptor + .internalBuildGeneratedFileFrom(descriptorData, + new com.google.protobuf.Descriptors.FileDescriptor[] { + }); + internal_static_google_api_Control_descriptor = + getDescriptor().getMessageTypes().get(0); + internal_static_google_api_Control_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_Control_descriptor, + new java.lang.String[] { "Environment", }); + } + + // @@protoc_insertion_point(outer_class_scope) +} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/CppSettings.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/CppSettings.java similarity index 68% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/CppSettings.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/CppSettings.java index f61d3da31c..ba32ebcfe8 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/CppSettings.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/CppSettings.java @@ -1,56 +1,41 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/client.proto package com.google.api; /** - * - * *
  * Settings for C++ client libraries.
  * 
* * Protobuf type {@code google.api.CppSettings} */ -public final class CppSettings extends com.google.protobuf.GeneratedMessageV3 - implements +public final class CppSettings extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.api.CppSettings) CppSettingsOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use CppSettings.newBuilder() to construct. private CppSettings(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private CppSettings() {} + private CppSettings() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new CppSettings(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.api.ClientProto.internal_static_google_api_CppSettings_descriptor; } @@ -65,14 +50,11 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public static final int COMMON_FIELD_NUMBER = 1; private com.google.api.CommonLanguageSettings common_; /** - * - * *
    * Some settings.
    * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return Whether the common field is set. */ @java.lang.Override @@ -80,14 +62,11 @@ public boolean hasCommon() { return common_ != null; } /** - * - * *
    * Some settings.
    * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return The common. */ @java.lang.Override @@ -95,8 +74,6 @@ public com.google.api.CommonLanguageSettings getCommon() { return common_ == null ? com.google.api.CommonLanguageSettings.getDefaultInstance() : common_; } /** - * - * *
    * Some settings.
    * 
@@ -109,7 +86,6 @@ public com.google.api.CommonLanguageSettingsOrBuilder getCommonOrBuilder() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -121,7 +97,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (common_ != null) { output.writeMessage(1, getCommon()); } @@ -135,7 +112,8 @@ public int getSerializedSize() { size = 0; if (common_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getCommon()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getCommon()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -145,7 +123,7 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.CppSettings)) { return super.equals(obj); @@ -154,7 +132,8 @@ public boolean equals(final java.lang.Object obj) { if (hasCommon() != other.hasCommon()) return false; if (hasCommon()) { - if (!getCommon().equals(other.getCommon())) return false; + if (!getCommon() + .equals(other.getCommon())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -176,114 +155,109 @@ public int hashCode() { return hash; } - public static com.google.api.CppSettings parseFrom(java.nio.ByteBuffer data) + public static com.google.api.CppSettings parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.CppSettings parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.api.CppSettings parseFrom(com.google.protobuf.ByteString data) + public static com.google.api.CppSettings parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.CppSettings parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.CppSettings parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.CppSettings parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.CppSettings parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.CppSettings parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.CppSettings parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.CppSettings parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.api.CppSettings parseFrom(com.google.protobuf.CodedInputStream input) + public static com.google.api.CppSettings parseFrom( + com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.CppSettings parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.CppSettings prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Settings for C++ client libraries.
    * 
* * Protobuf type {@code google.api.CppSettings} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.api.CppSettings) com.google.api.CppSettingsOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.api.ClientProto.internal_static_google_api_CppSettings_descriptor; } @@ -296,12 +270,15 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { } // Construct using com.google.api.CppSettings.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -315,7 +292,8 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { return com.google.api.ClientProto.internal_static_google_api_CppSettings_descriptor; } @@ -349,39 +327,38 @@ public com.google.api.CppSettings buildPartial() { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.api.CppSettings) { - return mergeFrom((com.google.api.CppSettings) other); + return mergeFrom((com.google.api.CppSettings)other); } else { super.mergeFrom(other); return this; @@ -419,19 +396,19 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - input.readMessage(getCommonFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 10 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + input.readMessage( + getCommonFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 10 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -444,47 +421,34 @@ public Builder mergeFrom( private com.google.api.CommonLanguageSettings common_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.CommonLanguageSettings, - com.google.api.CommonLanguageSettings.Builder, - com.google.api.CommonLanguageSettingsOrBuilder> - commonBuilder_; + com.google.api.CommonLanguageSettings, com.google.api.CommonLanguageSettings.Builder, com.google.api.CommonLanguageSettingsOrBuilder> commonBuilder_; /** - * - * *
      * Some settings.
      * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return Whether the common field is set. */ public boolean hasCommon() { return commonBuilder_ != null || common_ != null; } /** - * - * *
      * Some settings.
      * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return The common. */ public com.google.api.CommonLanguageSettings getCommon() { if (commonBuilder_ == null) { - return common_ == null - ? com.google.api.CommonLanguageSettings.getDefaultInstance() - : common_; + return common_ == null ? com.google.api.CommonLanguageSettings.getDefaultInstance() : common_; } else { return commonBuilder_.getMessage(); } } /** - * - * *
      * Some settings.
      * 
@@ -505,15 +469,14 @@ public Builder setCommon(com.google.api.CommonLanguageSettings value) { return this; } /** - * - * *
      * Some settings.
      * 
* * .google.api.CommonLanguageSettings common = 1; */ - public Builder setCommon(com.google.api.CommonLanguageSettings.Builder builderForValue) { + public Builder setCommon( + com.google.api.CommonLanguageSettings.Builder builderForValue) { if (commonBuilder_ == null) { common_ = builderForValue.build(); onChanged(); @@ -524,8 +487,6 @@ public Builder setCommon(com.google.api.CommonLanguageSettings.Builder builderFo return this; } /** - * - * *
      * Some settings.
      * 
@@ -536,9 +497,7 @@ public Builder mergeCommon(com.google.api.CommonLanguageSettings value) { if (commonBuilder_ == null) { if (common_ != null) { common_ = - com.google.api.CommonLanguageSettings.newBuilder(common_) - .mergeFrom(value) - .buildPartial(); + com.google.api.CommonLanguageSettings.newBuilder(common_).mergeFrom(value).buildPartial(); } else { common_ = value; } @@ -550,8 +509,6 @@ public Builder mergeCommon(com.google.api.CommonLanguageSettings value) { return this; } /** - * - * *
      * Some settings.
      * 
@@ -570,8 +527,6 @@ public Builder clearCommon() { return this; } /** - * - * *
      * Some settings.
      * 
@@ -579,13 +534,11 @@ public Builder clearCommon() { * .google.api.CommonLanguageSettings common = 1; */ public com.google.api.CommonLanguageSettings.Builder getCommonBuilder() { - + onChanged(); return getCommonFieldBuilder().getBuilder(); } /** - * - * *
      * Some settings.
      * 
@@ -596,14 +549,11 @@ public com.google.api.CommonLanguageSettingsOrBuilder getCommonOrBuilder() { if (commonBuilder_ != null) { return commonBuilder_.getMessageOrBuilder(); } else { - return common_ == null - ? com.google.api.CommonLanguageSettings.getDefaultInstance() - : common_; + return common_ == null ? + com.google.api.CommonLanguageSettings.getDefaultInstance() : common_; } } /** - * - * *
      * Some settings.
      * 
@@ -611,24 +561,21 @@ public com.google.api.CommonLanguageSettingsOrBuilder getCommonOrBuilder() { * .google.api.CommonLanguageSettings common = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.CommonLanguageSettings, - com.google.api.CommonLanguageSettings.Builder, - com.google.api.CommonLanguageSettingsOrBuilder> + com.google.api.CommonLanguageSettings, com.google.api.CommonLanguageSettings.Builder, com.google.api.CommonLanguageSettingsOrBuilder> getCommonFieldBuilder() { if (commonBuilder_ == null) { - commonBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.api.CommonLanguageSettings, - com.google.api.CommonLanguageSettings.Builder, - com.google.api.CommonLanguageSettingsOrBuilder>( - getCommon(), getParentForChildren(), isClean()); + commonBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.api.CommonLanguageSettings, com.google.api.CommonLanguageSettings.Builder, com.google.api.CommonLanguageSettingsOrBuilder>( + getCommon(), + getParentForChildren(), + isClean()); common_ = null; } return commonBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -638,12 +585,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.CppSettings) } // @@protoc_insertion_point(class_scope:google.api.CppSettings) private static final com.google.api.CppSettings DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.CppSettings(); } @@ -652,27 +599,27 @@ public static com.google.api.CppSettings getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CppSettings parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public CppSettings parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -687,4 +634,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.CppSettings getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/CppSettingsOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/CppSettingsOrBuilder.java similarity index 54% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/CppSettingsOrBuilder.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/CppSettingsOrBuilder.java index f10fd5458c..751721f56b 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/CppSettingsOrBuilder.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/CppSettingsOrBuilder.java @@ -1,55 +1,31 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/client.proto package com.google.api; -public interface CppSettingsOrBuilder - extends +public interface CppSettingsOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.CppSettings) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Some settings.
    * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return Whether the common field is set. */ boolean hasCommon(); /** - * - * *
    * Some settings.
    * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return The common. */ com.google.api.CommonLanguageSettings getCommon(); /** - * - * *
    * Some settings.
    * 
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/CustomHttpPattern.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/CustomHttpPattern.java similarity index 68% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/CustomHttpPattern.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/CustomHttpPattern.java index bf35f90802..f30d8f38ee 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/CustomHttpPattern.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/CustomHttpPattern.java @@ -1,42 +1,24 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/http.proto package com.google.api; /** - * - * *
  * A custom pattern is used for defining custom HTTP verb.
  * 
* * Protobuf type {@code google.api.CustomHttpPattern} */ -public final class CustomHttpPattern extends com.google.protobuf.GeneratedMessageV3 - implements +public final class CustomHttpPattern extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.api.CustomHttpPattern) CustomHttpPatternOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use CustomHttpPattern.newBuilder() to construct. private CustomHttpPattern(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private CustomHttpPattern() { kind_ = ""; path_ = ""; @@ -44,16 +26,18 @@ private CustomHttpPattern() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new CustomHttpPattern(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.api.HttpProto.internal_static_google_api_CustomHttpPattern_descriptor; } @@ -68,14 +52,11 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public static final int KIND_FIELD_NUMBER = 1; private volatile java.lang.Object kind_; /** - * - * *
    * The name of this custom HTTP verb.
    * 
* * string kind = 1; - * * @return The kind. */ @java.lang.Override @@ -84,29 +65,29 @@ public java.lang.String getKind() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); kind_ = s; return s; } } /** - * - * *
    * The name of this custom HTTP verb.
    * 
* * string kind = 1; - * * @return The bytes for kind. */ @java.lang.Override - public com.google.protobuf.ByteString getKindBytes() { + public com.google.protobuf.ByteString + getKindBytes() { java.lang.Object ref = kind_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); kind_ = b; return b; } else { @@ -117,14 +98,11 @@ public com.google.protobuf.ByteString getKindBytes() { public static final int PATH_FIELD_NUMBER = 2; private volatile java.lang.Object path_; /** - * - * *
    * The path matched by this custom verb.
    * 
* * string path = 2; - * * @return The path. */ @java.lang.Override @@ -133,29 +111,29 @@ public java.lang.String getPath() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); path_ = s; return s; } } /** - * - * *
    * The path matched by this custom verb.
    * 
* * string path = 2; - * * @return The bytes for path. */ @java.lang.Override - public com.google.protobuf.ByteString getPathBytes() { + public com.google.protobuf.ByteString + getPathBytes() { java.lang.Object ref = path_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); path_ = b; return b; } else { @@ -164,7 +142,6 @@ public com.google.protobuf.ByteString getPathBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -176,7 +153,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(kind_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, kind_); } @@ -206,15 +184,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.CustomHttpPattern)) { return super.equals(obj); } com.google.api.CustomHttpPattern other = (com.google.api.CustomHttpPattern) obj; - if (!getKind().equals(other.getKind())) return false; - if (!getPath().equals(other.getPath())) return false; + if (!getKind() + .equals(other.getKind())) return false; + if (!getPath() + .equals(other.getPath())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -235,134 +215,130 @@ public int hashCode() { return hash; } - public static com.google.api.CustomHttpPattern parseFrom(java.nio.ByteBuffer data) + public static com.google.api.CustomHttpPattern parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.CustomHttpPattern parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.api.CustomHttpPattern parseFrom(com.google.protobuf.ByteString data) + public static com.google.api.CustomHttpPattern parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.CustomHttpPattern parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.CustomHttpPattern parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.CustomHttpPattern parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.CustomHttpPattern parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.CustomHttpPattern parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.CustomHttpPattern parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.CustomHttpPattern parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.CustomHttpPattern parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.CustomHttpPattern parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.CustomHttpPattern prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * A custom pattern is used for defining custom HTTP verb.
    * 
* * Protobuf type {@code google.api.CustomHttpPattern} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.api.CustomHttpPattern) com.google.api.CustomHttpPatternOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.api.HttpProto.internal_static_google_api_CustomHttpPattern_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.api.HttpProto - .internal_static_google_api_CustomHttpPattern_fieldAccessorTable + return com.google.api.HttpProto.internal_static_google_api_CustomHttpPattern_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.api.CustomHttpPattern.class, - com.google.api.CustomHttpPattern.Builder.class); + com.google.api.CustomHttpPattern.class, com.google.api.CustomHttpPattern.Builder.class); } // Construct using com.google.api.CustomHttpPattern.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -374,7 +350,8 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { return com.google.api.HttpProto.internal_static_google_api_CustomHttpPattern_descriptor; } @@ -405,39 +382,38 @@ public com.google.api.CustomHttpPattern buildPartial() { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.api.CustomHttpPattern) { - return mergeFrom((com.google.api.CustomHttpPattern) other); + return mergeFrom((com.google.api.CustomHttpPattern)other); } else { super.mergeFrom(other); return this; @@ -480,25 +456,22 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - kind_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 18: - { - path_ = input.readStringRequireUtf8(); - - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + kind_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 18: { + path_ = input.readStringRequireUtf8(); + + break; + } // case 18 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -511,20 +484,18 @@ public Builder mergeFrom( private java.lang.Object kind_ = ""; /** - * - * *
      * The name of this custom HTTP verb.
      * 
* * string kind = 1; - * * @return The kind. */ public java.lang.String getKind() { java.lang.Object ref = kind_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); kind_ = s; return s; @@ -533,21 +504,20 @@ public java.lang.String getKind() { } } /** - * - * *
      * The name of this custom HTTP verb.
      * 
* * string kind = 1; - * * @return The bytes for kind. */ - public com.google.protobuf.ByteString getKindBytes() { + public com.google.protobuf.ByteString + getKindBytes() { java.lang.Object ref = kind_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); kind_ = b; return b; } else { @@ -555,61 +525,54 @@ public com.google.protobuf.ByteString getKindBytes() { } } /** - * - * *
      * The name of this custom HTTP verb.
      * 
* * string kind = 1; - * * @param value The kind to set. * @return This builder for chaining. */ - public Builder setKind(java.lang.String value) { + public Builder setKind( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + kind_ = value; onChanged(); return this; } /** - * - * *
      * The name of this custom HTTP verb.
      * 
* * string kind = 1; - * * @return This builder for chaining. */ public Builder clearKind() { - + kind_ = getDefaultInstance().getKind(); onChanged(); return this; } /** - * - * *
      * The name of this custom HTTP verb.
      * 
* * string kind = 1; - * * @param value The bytes for kind to set. * @return This builder for chaining. */ - public Builder setKindBytes(com.google.protobuf.ByteString value) { + public Builder setKindBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + kind_ = value; onChanged(); return this; @@ -617,20 +580,18 @@ public Builder setKindBytes(com.google.protobuf.ByteString value) { private java.lang.Object path_ = ""; /** - * - * *
      * The path matched by this custom verb.
      * 
* * string path = 2; - * * @return The path. */ public java.lang.String getPath() { java.lang.Object ref = path_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); path_ = s; return s; @@ -639,21 +600,20 @@ public java.lang.String getPath() { } } /** - * - * *
      * The path matched by this custom verb.
      * 
* * string path = 2; - * * @return The bytes for path. */ - public com.google.protobuf.ByteString getPathBytes() { + public com.google.protobuf.ByteString + getPathBytes() { java.lang.Object ref = path_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); path_ = b; return b; } else { @@ -661,68 +621,61 @@ public com.google.protobuf.ByteString getPathBytes() { } } /** - * - * *
      * The path matched by this custom verb.
      * 
* * string path = 2; - * * @param value The path to set. * @return This builder for chaining. */ - public Builder setPath(java.lang.String value) { + public Builder setPath( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + path_ = value; onChanged(); return this; } /** - * - * *
      * The path matched by this custom verb.
      * 
* * string path = 2; - * * @return This builder for chaining. */ public Builder clearPath() { - + path_ = getDefaultInstance().getPath(); onChanged(); return this; } /** - * - * *
      * The path matched by this custom verb.
      * 
* * string path = 2; - * * @param value The bytes for path to set. * @return This builder for chaining. */ - public Builder setPathBytes(com.google.protobuf.ByteString value) { + public Builder setPathBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + path_ = value; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -732,12 +685,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.CustomHttpPattern) } // @@protoc_insertion_point(class_scope:google.api.CustomHttpPattern) private static final com.google.api.CustomHttpPattern DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.CustomHttpPattern(); } @@ -746,27 +699,27 @@ public static com.google.api.CustomHttpPattern getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public CustomHttpPattern parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public CustomHttpPattern parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -781,4 +734,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.CustomHttpPattern getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/CustomHttpPatternOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/CustomHttpPatternOrBuilder.java similarity index 52% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/CustomHttpPatternOrBuilder.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/CustomHttpPatternOrBuilder.java index e33130b009..542756d511 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/CustomHttpPatternOrBuilder.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/CustomHttpPatternOrBuilder.java @@ -1,75 +1,49 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/http.proto package com.google.api; -public interface CustomHttpPatternOrBuilder - extends +public interface CustomHttpPatternOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.CustomHttpPattern) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The name of this custom HTTP verb.
    * 
* * string kind = 1; - * * @return The kind. */ java.lang.String getKind(); /** - * - * *
    * The name of this custom HTTP verb.
    * 
* * string kind = 1; - * * @return The bytes for kind. */ - com.google.protobuf.ByteString getKindBytes(); + com.google.protobuf.ByteString + getKindBytes(); /** - * - * *
    * The path matched by this custom verb.
    * 
* * string path = 2; - * * @return The path. */ java.lang.String getPath(); /** - * - * *
    * The path matched by this custom verb.
    * 
* * string path = 2; - * * @return The bytes for path. */ - com.google.protobuf.ByteString getPathBytes(); + com.google.protobuf.ByteString + getPathBytes(); } diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Distribution.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Distribution.java similarity index 77% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Distribution.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Distribution.java index 09e41c71d3..dddb4fc6f4 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Distribution.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Distribution.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/distribution.proto package com.google.api; /** - * - * *
  * `Distribution` contains summary statistics for a population of values. It
  * optionally contains a histogram representing the distribution of those values
@@ -38,16 +21,15 @@
  *
  * Protobuf type {@code google.api.Distribution}
  */
-public final class Distribution extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class Distribution extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.api.Distribution)
     DistributionOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use Distribution.newBuilder() to construct.
   private Distribution(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private Distribution() {
     bucketCounts_ = emptyLongList();
     exemplars_ = java.util.Collections.emptyList();
@@ -55,117 +37,105 @@ private Distribution() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new Distribution();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
     return com.google.api.DistributionProto.internal_static_google_api_Distribution_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.api.DistributionProto
-        .internal_static_google_api_Distribution_fieldAccessorTable
+    return com.google.api.DistributionProto.internal_static_google_api_Distribution_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
             com.google.api.Distribution.class, com.google.api.Distribution.Builder.class);
   }
 
-  public interface RangeOrBuilder
-      extends
+  public interface RangeOrBuilder extends
       // @@protoc_insertion_point(interface_extends:google.api.Distribution.Range)
       com.google.protobuf.MessageOrBuilder {
 
     /**
-     *
-     *
      * 
      * The minimum of the population values.
      * 
* * double min = 1; - * * @return The min. */ double getMin(); /** - * - * *
      * The maximum of the population values.
      * 
* * double max = 2; - * * @return The max. */ double getMax(); } /** - * - * *
    * The range of the population values.
    * 
* * Protobuf type {@code google.api.Distribution.Range} */ - public static final class Range extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class Range extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.api.Distribution.Range) RangeOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use Range.newBuilder() to construct. private Range(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private Range() {} + private Range() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new Range(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.api.DistributionProto - .internal_static_google_api_Distribution_Range_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.api.DistributionProto.internal_static_google_api_Distribution_Range_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.api.DistributionProto - .internal_static_google_api_Distribution_Range_fieldAccessorTable + return com.google.api.DistributionProto.internal_static_google_api_Distribution_Range_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.api.Distribution.Range.class, - com.google.api.Distribution.Range.Builder.class); + com.google.api.Distribution.Range.class, com.google.api.Distribution.Range.Builder.class); } public static final int MIN_FIELD_NUMBER = 1; private double min_; /** - * - * *
      * The minimum of the population values.
      * 
* * double min = 1; - * * @return The min. */ @java.lang.Override @@ -176,14 +146,11 @@ public double getMin() { public static final int MAX_FIELD_NUMBER = 2; private double max_; /** - * - * *
      * The maximum of the population values.
      * 
* * double max = 2; - * * @return The max. */ @java.lang.Override @@ -192,7 +159,6 @@ public double getMax() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -204,7 +170,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (java.lang.Double.doubleToRawLongBits(min_) != 0) { output.writeDouble(1, min_); } @@ -221,10 +188,12 @@ public int getSerializedSize() { size = 0; if (java.lang.Double.doubleToRawLongBits(min_) != 0) { - size += com.google.protobuf.CodedOutputStream.computeDoubleSize(1, min_); + size += com.google.protobuf.CodedOutputStream + .computeDoubleSize(1, min_); } if (java.lang.Double.doubleToRawLongBits(max_) != 0) { - size += com.google.protobuf.CodedOutputStream.computeDoubleSize(2, max_); + size += com.google.protobuf.CodedOutputStream + .computeDoubleSize(2, max_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -234,7 +203,7 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.Distribution.Range)) { return super.equals(obj); @@ -242,9 +211,11 @@ public boolean equals(final java.lang.Object obj) { com.google.api.Distribution.Range other = (com.google.api.Distribution.Range) obj; if (java.lang.Double.doubleToLongBits(getMin()) - != java.lang.Double.doubleToLongBits(other.getMin())) return false; + != java.lang.Double.doubleToLongBits( + other.getMin())) return false; if (java.lang.Double.doubleToLongBits(getMax()) - != java.lang.Double.doubleToLongBits(other.getMax())) return false; + != java.lang.Double.doubleToLongBits( + other.getMax())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -257,105 +228,98 @@ public int hashCode() { int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + MIN_FIELD_NUMBER; - hash = - (53 * hash) - + com.google.protobuf.Internal.hashLong(java.lang.Double.doubleToLongBits(getMin())); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + java.lang.Double.doubleToLongBits(getMin())); hash = (37 * hash) + MAX_FIELD_NUMBER; - hash = - (53 * hash) - + com.google.protobuf.Internal.hashLong(java.lang.Double.doubleToLongBits(getMax())); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + java.lang.Double.doubleToLongBits(getMax())); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } - public static com.google.api.Distribution.Range parseFrom(java.nio.ByteBuffer data) + public static com.google.api.Distribution.Range parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Distribution.Range parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.api.Distribution.Range parseFrom(com.google.protobuf.ByteString data) + public static com.google.api.Distribution.Range parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Distribution.Range parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.Distribution.Range parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Distribution.Range parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.Distribution.Range parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.Distribution.Range parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.Distribution.Range parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.Distribution.Range parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.Distribution.Range parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.Distribution.Range parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.Distribution.Range prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -365,41 +329,39 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * The range of the population values.
      * 
* * Protobuf type {@code google.api.Distribution.Range} */ - public static final class Builder - extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.api.Distribution.Range) com.google.api.Distribution.RangeOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.api.DistributionProto - .internal_static_google_api_Distribution_Range_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.api.DistributionProto.internal_static_google_api_Distribution_Range_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.api.DistributionProto - .internal_static_google_api_Distribution_Range_fieldAccessorTable + return com.google.api.DistributionProto.internal_static_google_api_Distribution_Range_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.api.Distribution.Range.class, - com.google.api.Distribution.Range.Builder.class); + com.google.api.Distribution.Range.class, com.google.api.Distribution.Range.Builder.class); } // Construct using com.google.api.Distribution.Range.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -411,9 +373,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.api.DistributionProto - .internal_static_google_api_Distribution_Range_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.api.DistributionProto.internal_static_google_api_Distribution_Range_descriptor; } @java.lang.Override @@ -443,41 +405,38 @@ public com.google.api.Distribution.Range buildPartial() { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, - java.lang.Object value) { + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.api.Distribution.Range) { - return mergeFrom((com.google.api.Distribution.Range) other); + return mergeFrom((com.google.api.Distribution.Range)other); } else { super.mergeFrom(other); return this; @@ -518,25 +477,22 @@ public Builder mergeFrom( case 0: done = true; break; - case 9: - { - min_ = input.readDouble(); + case 9: { + min_ = input.readDouble(); - break; - } // case 9 - case 17: - { - max_ = input.readDouble(); + break; + } // case 9 + case 17: { + max_ = input.readDouble(); - break; - } // case 17 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + break; + } // case 17 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -547,16 +503,13 @@ public Builder mergeFrom( return this; } - private double min_; + private double min_ ; /** - * - * *
        * The minimum of the population values.
        * 
* * double min = 1; - * * @return The min. */ @java.lang.Override @@ -564,51 +517,42 @@ public double getMin() { return min_; } /** - * - * *
        * The minimum of the population values.
        * 
* * double min = 1; - * * @param value The min to set. * @return This builder for chaining. */ public Builder setMin(double value) { - + min_ = value; onChanged(); return this; } /** - * - * *
        * The minimum of the population values.
        * 
* * double min = 1; - * * @return This builder for chaining. */ public Builder clearMin() { - + min_ = 0D; onChanged(); return this; } - private double max_; + private double max_ ; /** - * - * *
        * The maximum of the population values.
        * 
* * double max = 2; - * * @return The max. */ @java.lang.Override @@ -616,41 +560,34 @@ public double getMax() { return max_; } /** - * - * *
        * The maximum of the population values.
        * 
* * double max = 2; - * * @param value The max to set. * @return This builder for chaining. */ public Builder setMax(double value) { - + max_ = value; onChanged(); return this; } /** - * - * *
        * The maximum of the population values.
        * 
* * double max = 2; - * * @return This builder for chaining. */ public Builder clearMax() { - + max_ = 0D; onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -663,12 +600,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.Distribution.Range) } // @@protoc_insertion_point(class_scope:google.api.Distribution.Range) private static final com.google.api.Distribution.Range DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.Distribution.Range(); } @@ -677,28 +614,27 @@ public static com.google.api.Distribution.Range getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Range parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Range parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -713,40 +649,32 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.Distribution.Range getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface BucketOptionsOrBuilder - extends + public interface BucketOptionsOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.Distribution.BucketOptions) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * The linear bucket.
      * 
* * .google.api.Distribution.BucketOptions.Linear linear_buckets = 1; - * * @return Whether the linearBuckets field is set. */ boolean hasLinearBuckets(); /** - * - * *
      * The linear bucket.
      * 
* * .google.api.Distribution.BucketOptions.Linear linear_buckets = 1; - * * @return The linearBuckets. */ com.google.api.Distribution.BucketOptions.Linear getLinearBuckets(); /** - * - * *
      * The linear bucket.
      * 
@@ -756,32 +684,24 @@ public interface BucketOptionsOrBuilder com.google.api.Distribution.BucketOptions.LinearOrBuilder getLinearBucketsOrBuilder(); /** - * - * *
      * The exponential buckets.
      * 
* * .google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2; - * * @return Whether the exponentialBuckets field is set. */ boolean hasExponentialBuckets(); /** - * - * *
      * The exponential buckets.
      * 
* * .google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2; - * * @return The exponentialBuckets. */ com.google.api.Distribution.BucketOptions.Exponential getExponentialBuckets(); /** - * - * *
      * The exponential buckets.
      * 
@@ -791,32 +711,24 @@ public interface BucketOptionsOrBuilder com.google.api.Distribution.BucketOptions.ExponentialOrBuilder getExponentialBucketsOrBuilder(); /** - * - * *
      * The explicit buckets.
      * 
* * .google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3; - * * @return Whether the explicitBuckets field is set. */ boolean hasExplicitBuckets(); /** - * - * *
      * The explicit buckets.
      * 
* * .google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3; - * * @return The explicitBuckets. */ com.google.api.Distribution.BucketOptions.Explicit getExplicitBuckets(); /** - * - * *
      * The explicit buckets.
      * 
@@ -828,8 +740,6 @@ public interface BucketOptionsOrBuilder public com.google.api.Distribution.BucketOptions.OptionsCase getOptionsCase(); } /** - * - * *
    * `BucketOptions` describes the bucket boundaries used to create a histogram
    * for the distribution. The buckets can be in a linear sequence, an
@@ -849,91 +759,78 @@ public interface BucketOptionsOrBuilder
    *
    * Protobuf type {@code google.api.Distribution.BucketOptions}
    */
-  public static final class BucketOptions extends com.google.protobuf.GeneratedMessageV3
-      implements
+  public static final class BucketOptions extends
+      com.google.protobuf.GeneratedMessageV3 implements
       // @@protoc_insertion_point(message_implements:google.api.Distribution.BucketOptions)
       BucketOptionsOrBuilder {
-    private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
     // Use BucketOptions.newBuilder() to construct.
     private BucketOptions(com.google.protobuf.GeneratedMessageV3.Builder builder) {
       super(builder);
     }
-
-    private BucketOptions() {}
+    private BucketOptions() {
+    }
 
     @java.lang.Override
     @SuppressWarnings({"unused"})
-    protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+    protected java.lang.Object newInstance(
+        UnusedPrivateParameter unused) {
       return new BucketOptions();
     }
 
     @java.lang.Override
-    public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+    public final com.google.protobuf.UnknownFieldSet
+    getUnknownFields() {
       return this.unknownFields;
     }
-
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.api.DistributionProto
-          .internal_static_google_api_Distribution_BucketOptions_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.api.DistributionProto.internal_static_google_api_Distribution_BucketOptions_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.api.DistributionProto
-          .internal_static_google_api_Distribution_BucketOptions_fieldAccessorTable
+      return com.google.api.DistributionProto.internal_static_google_api_Distribution_BucketOptions_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.api.Distribution.BucketOptions.class,
-              com.google.api.Distribution.BucketOptions.Builder.class);
+              com.google.api.Distribution.BucketOptions.class, com.google.api.Distribution.BucketOptions.Builder.class);
     }
 
-    public interface LinearOrBuilder
-        extends
+    public interface LinearOrBuilder extends
         // @@protoc_insertion_point(interface_extends:google.api.Distribution.BucketOptions.Linear)
         com.google.protobuf.MessageOrBuilder {
 
       /**
-       *
-       *
        * 
        * Must be greater than 0.
        * 
* * int32 num_finite_buckets = 1; - * * @return The numFiniteBuckets. */ int getNumFiniteBuckets(); /** - * - * *
        * Must be greater than 0.
        * 
* * double width = 2; - * * @return The width. */ double getWidth(); /** - * - * *
        * Lower bound of the first bucket.
        * 
* * double offset = 3; - * * @return The offset. */ double getOffset(); } /** - * - * *
      * Specifies a linear sequence of buckets that all have the same width
      * (except overflow and underflow). Each bucket represents a constant
@@ -946,55 +843,51 @@ public interface LinearOrBuilder
      *
      * Protobuf type {@code google.api.Distribution.BucketOptions.Linear}
      */
-    public static final class Linear extends com.google.protobuf.GeneratedMessageV3
-        implements
+    public static final class Linear extends
+        com.google.protobuf.GeneratedMessageV3 implements
         // @@protoc_insertion_point(message_implements:google.api.Distribution.BucketOptions.Linear)
         LinearOrBuilder {
-      private static final long serialVersionUID = 0L;
+    private static final long serialVersionUID = 0L;
       // Use Linear.newBuilder() to construct.
       private Linear(com.google.protobuf.GeneratedMessageV3.Builder builder) {
         super(builder);
       }
-
-      private Linear() {}
+      private Linear() {
+      }
 
       @java.lang.Override
       @SuppressWarnings({"unused"})
-      protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+      protected java.lang.Object newInstance(
+          UnusedPrivateParameter unused) {
         return new Linear();
       }
 
       @java.lang.Override
-      public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+      public final com.google.protobuf.UnknownFieldSet
+      getUnknownFields() {
         return this.unknownFields;
       }
-
-      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-        return com.google.api.DistributionProto
-            .internal_static_google_api_Distribution_BucketOptions_Linear_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor
+          getDescriptor() {
+        return com.google.api.DistributionProto.internal_static_google_api_Distribution_BucketOptions_Linear_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.api.DistributionProto
-            .internal_static_google_api_Distribution_BucketOptions_Linear_fieldAccessorTable
+        return com.google.api.DistributionProto.internal_static_google_api_Distribution_BucketOptions_Linear_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.api.Distribution.BucketOptions.Linear.class,
-                com.google.api.Distribution.BucketOptions.Linear.Builder.class);
+                com.google.api.Distribution.BucketOptions.Linear.class, com.google.api.Distribution.BucketOptions.Linear.Builder.class);
       }
 
       public static final int NUM_FINITE_BUCKETS_FIELD_NUMBER = 1;
       private int numFiniteBuckets_;
       /**
-       *
-       *
        * 
        * Must be greater than 0.
        * 
* * int32 num_finite_buckets = 1; - * * @return The numFiniteBuckets. */ @java.lang.Override @@ -1005,14 +898,11 @@ public int getNumFiniteBuckets() { public static final int WIDTH_FIELD_NUMBER = 2; private double width_; /** - * - * *
        * Must be greater than 0.
        * 
* * double width = 2; - * * @return The width. */ @java.lang.Override @@ -1023,14 +913,11 @@ public double getWidth() { public static final int OFFSET_FIELD_NUMBER = 3; private double offset_; /** - * - * *
        * Lower bound of the first bucket.
        * 
* * double offset = 3; - * * @return The offset. */ @java.lang.Override @@ -1039,7 +926,6 @@ public double getOffset() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -1051,7 +937,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (numFiniteBuckets_ != 0) { output.writeInt32(1, numFiniteBuckets_); } @@ -1071,13 +958,16 @@ public int getSerializedSize() { size = 0; if (numFiniteBuckets_ != 0) { - size += com.google.protobuf.CodedOutputStream.computeInt32Size(1, numFiniteBuckets_); + size += com.google.protobuf.CodedOutputStream + .computeInt32Size(1, numFiniteBuckets_); } if (java.lang.Double.doubleToRawLongBits(width_) != 0) { - size += com.google.protobuf.CodedOutputStream.computeDoubleSize(2, width_); + size += com.google.protobuf.CodedOutputStream + .computeDoubleSize(2, width_); } if (java.lang.Double.doubleToRawLongBits(offset_) != 0) { - size += com.google.protobuf.CodedOutputStream.computeDoubleSize(3, offset_); + size += com.google.protobuf.CodedOutputStream + .computeDoubleSize(3, offset_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -1087,19 +977,21 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.Distribution.BucketOptions.Linear)) { return super.equals(obj); } - com.google.api.Distribution.BucketOptions.Linear other = - (com.google.api.Distribution.BucketOptions.Linear) obj; + com.google.api.Distribution.BucketOptions.Linear other = (com.google.api.Distribution.BucketOptions.Linear) obj; - if (getNumFiniteBuckets() != other.getNumFiniteBuckets()) return false; + if (getNumFiniteBuckets() + != other.getNumFiniteBuckets()) return false; if (java.lang.Double.doubleToLongBits(getWidth()) - != java.lang.Double.doubleToLongBits(other.getWidth())) return false; + != java.lang.Double.doubleToLongBits( + other.getWidth())) return false; if (java.lang.Double.doubleToLongBits(getOffset()) - != java.lang.Double.doubleToLongBits(other.getOffset())) return false; + != java.lang.Double.doubleToLongBits( + other.getOffset())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -1114,108 +1006,98 @@ public int hashCode() { hash = (37 * hash) + NUM_FINITE_BUCKETS_FIELD_NUMBER; hash = (53 * hash) + getNumFiniteBuckets(); hash = (37 * hash) + WIDTH_FIELD_NUMBER; - hash = - (53 * hash) - + com.google.protobuf.Internal.hashLong( - java.lang.Double.doubleToLongBits(getWidth())); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + java.lang.Double.doubleToLongBits(getWidth())); hash = (37 * hash) + OFFSET_FIELD_NUMBER; - hash = - (53 * hash) - + com.google.protobuf.Internal.hashLong( - java.lang.Double.doubleToLongBits(getOffset())); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + java.lang.Double.doubleToLongBits(getOffset())); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.api.Distribution.BucketOptions.Linear parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Distribution.BucketOptions.Linear parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.Distribution.BucketOptions.Linear parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Distribution.BucketOptions.Linear parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.Distribution.BucketOptions.Linear parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Distribution.BucketOptions.Linear parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.api.Distribution.BucketOptions.Linear parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.api.Distribution.BucketOptions.Linear parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.Distribution.BucketOptions.Linear parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.api.Distribution.BucketOptions.Linear parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.api.Distribution.BucketOptions.Linear parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.Distribution.BucketOptions.Linear parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.Distribution.BucketOptions.Linear parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.Distribution.BucketOptions.Linear parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.Distribution.BucketOptions.Linear prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -1225,8 +1107,6 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
        * Specifies a linear sequence of buckets that all have the same width
        * (except overflow and underflow). Each bucket represents a constant
@@ -1239,33 +1119,33 @@ protected Builder newBuilderForType(
        *
        * Protobuf type {@code google.api.Distribution.BucketOptions.Linear}
        */
-      public static final class Builder
-          extends com.google.protobuf.GeneratedMessageV3.Builder
-          implements
+      public static final class Builder extends
+          com.google.protobuf.GeneratedMessageV3.Builder implements
           // @@protoc_insertion_point(builder_implements:google.api.Distribution.BucketOptions.Linear)
           com.google.api.Distribution.BucketOptions.LinearOrBuilder {
-        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-          return com.google.api.DistributionProto
-              .internal_static_google_api_Distribution_BucketOptions_Linear_descriptor;
+        public static final com.google.protobuf.Descriptors.Descriptor
+            getDescriptor() {
+          return com.google.api.DistributionProto.internal_static_google_api_Distribution_BucketOptions_Linear_descriptor;
         }
 
         @java.lang.Override
         protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
             internalGetFieldAccessorTable() {
-          return com.google.api.DistributionProto
-              .internal_static_google_api_Distribution_BucketOptions_Linear_fieldAccessorTable
+          return com.google.api.DistributionProto.internal_static_google_api_Distribution_BucketOptions_Linear_fieldAccessorTable
               .ensureFieldAccessorsInitialized(
-                  com.google.api.Distribution.BucketOptions.Linear.class,
-                  com.google.api.Distribution.BucketOptions.Linear.Builder.class);
+                  com.google.api.Distribution.BucketOptions.Linear.class, com.google.api.Distribution.BucketOptions.Linear.Builder.class);
         }
 
         // Construct using com.google.api.Distribution.BucketOptions.Linear.newBuilder()
-        private Builder() {}
+        private Builder() {
 
-        private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-          super(parent);
         }
 
+        private Builder(
+            com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+          super(parent);
+
+        }
         @java.lang.Override
         public Builder clear() {
           super.clear();
@@ -1279,9 +1159,9 @@ public Builder clear() {
         }
 
         @java.lang.Override
-        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-          return com.google.api.DistributionProto
-              .internal_static_google_api_Distribution_BucketOptions_Linear_descriptor;
+        public com.google.protobuf.Descriptors.Descriptor
+            getDescriptorForType() {
+          return com.google.api.DistributionProto.internal_static_google_api_Distribution_BucketOptions_Linear_descriptor;
         }
 
         @java.lang.Override
@@ -1300,8 +1180,7 @@ public com.google.api.Distribution.BucketOptions.Linear build() {
 
         @java.lang.Override
         public com.google.api.Distribution.BucketOptions.Linear buildPartial() {
-          com.google.api.Distribution.BucketOptions.Linear result =
-              new com.google.api.Distribution.BucketOptions.Linear(this);
+          com.google.api.Distribution.BucketOptions.Linear result = new com.google.api.Distribution.BucketOptions.Linear(this);
           result.numFiniteBuckets_ = numFiniteBuckets_;
           result.width_ = width_;
           result.offset_ = offset_;
@@ -1313,41 +1192,38 @@ public com.google.api.Distribution.BucketOptions.Linear buildPartial() {
         public Builder clone() {
           return super.clone();
         }
-
         @java.lang.Override
         public Builder setField(
-            com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+            com.google.protobuf.Descriptors.FieldDescriptor field,
+            java.lang.Object value) {
           return super.setField(field, value);
         }
-
         @java.lang.Override
-        public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+        public Builder clearField(
+            com.google.protobuf.Descriptors.FieldDescriptor field) {
           return super.clearField(field);
         }
-
         @java.lang.Override
-        public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+        public Builder clearOneof(
+            com.google.protobuf.Descriptors.OneofDescriptor oneof) {
           return super.clearOneof(oneof);
         }
-
         @java.lang.Override
         public Builder setRepeatedField(
             com.google.protobuf.Descriptors.FieldDescriptor field,
-            int index,
-            java.lang.Object value) {
+            int index, java.lang.Object value) {
           return super.setRepeatedField(field, index, value);
         }
-
         @java.lang.Override
         public Builder addRepeatedField(
-            com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+            com.google.protobuf.Descriptors.FieldDescriptor field,
+            java.lang.Object value) {
           return super.addRepeatedField(field, value);
         }
-
         @java.lang.Override
         public Builder mergeFrom(com.google.protobuf.Message other) {
           if (other instanceof com.google.api.Distribution.BucketOptions.Linear) {
-            return mergeFrom((com.google.api.Distribution.BucketOptions.Linear) other);
+            return mergeFrom((com.google.api.Distribution.BucketOptions.Linear)other);
           } else {
             super.mergeFrom(other);
             return this;
@@ -1355,8 +1231,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
         }
 
         public Builder mergeFrom(com.google.api.Distribution.BucketOptions.Linear other) {
-          if (other == com.google.api.Distribution.BucketOptions.Linear.getDefaultInstance())
-            return this;
+          if (other == com.google.api.Distribution.BucketOptions.Linear.getDefaultInstance()) return this;
           if (other.getNumFiniteBuckets() != 0) {
             setNumFiniteBuckets(other.getNumFiniteBuckets());
           }
@@ -1392,31 +1267,27 @@ public Builder mergeFrom(
                 case 0:
                   done = true;
                   break;
-                case 8:
-                  {
-                    numFiniteBuckets_ = input.readInt32();
-
-                    break;
-                  } // case 8
-                case 17:
-                  {
-                    width_ = input.readDouble();
-
-                    break;
-                  } // case 17
-                case 25:
-                  {
-                    offset_ = input.readDouble();
-
-                    break;
-                  } // case 25
-                default:
-                  {
-                    if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                      done = true; // was an endgroup tag
-                    }
-                    break;
-                  } // default:
+                case 8: {
+                  numFiniteBuckets_ = input.readInt32();
+
+                  break;
+                } // case 8
+                case 17: {
+                  width_ = input.readDouble();
+
+                  break;
+                } // case 17
+                case 25: {
+                  offset_ = input.readDouble();
+
+                  break;
+                } // case 25
+                default: {
+                  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                    done = true; // was an endgroup tag
+                  }
+                  break;
+                } // default:
               } // switch (tag)
             } // while (!done)
           } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -1427,16 +1298,13 @@ public Builder mergeFrom(
           return this;
         }
 
-        private int numFiniteBuckets_;
+        private int numFiniteBuckets_ ;
         /**
-         *
-         *
          * 
          * Must be greater than 0.
          * 
* * int32 num_finite_buckets = 1; - * * @return The numFiniteBuckets. */ @java.lang.Override @@ -1444,51 +1312,42 @@ public int getNumFiniteBuckets() { return numFiniteBuckets_; } /** - * - * *
          * Must be greater than 0.
          * 
* * int32 num_finite_buckets = 1; - * * @param value The numFiniteBuckets to set. * @return This builder for chaining. */ public Builder setNumFiniteBuckets(int value) { - + numFiniteBuckets_ = value; onChanged(); return this; } /** - * - * *
          * Must be greater than 0.
          * 
* * int32 num_finite_buckets = 1; - * * @return This builder for chaining. */ public Builder clearNumFiniteBuckets() { - + numFiniteBuckets_ = 0; onChanged(); return this; } - private double width_; + private double width_ ; /** - * - * *
          * Must be greater than 0.
          * 
* * double width = 2; - * * @return The width. */ @java.lang.Override @@ -1496,51 +1355,42 @@ public double getWidth() { return width_; } /** - * - * *
          * Must be greater than 0.
          * 
* * double width = 2; - * * @param value The width to set. * @return This builder for chaining. */ public Builder setWidth(double value) { - + width_ = value; onChanged(); return this; } /** - * - * *
          * Must be greater than 0.
          * 
* * double width = 2; - * * @return This builder for chaining. */ public Builder clearWidth() { - + width_ = 0D; onChanged(); return this; } - private double offset_; + private double offset_ ; /** - * - * *
          * Lower bound of the first bucket.
          * 
* * double offset = 3; - * * @return The offset. */ @java.lang.Override @@ -1548,41 +1398,34 @@ public double getOffset() { return offset_; } /** - * - * *
          * Lower bound of the first bucket.
          * 
* * double offset = 3; - * * @param value The offset to set. * @return This builder for chaining. */ public Builder setOffset(double value) { - + offset_ = value; onChanged(); return this; } /** - * - * *
          * Lower bound of the first bucket.
          * 
* * double offset = 3; - * * @return This builder for chaining. */ public Builder clearOffset() { - + offset_ = 0D; onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -1595,12 +1438,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.Distribution.BucketOptions.Linear) } // @@protoc_insertion_point(class_scope:google.api.Distribution.BucketOptions.Linear) private static final com.google.api.Distribution.BucketOptions.Linear DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.Distribution.BucketOptions.Linear(); } @@ -1609,28 +1452,27 @@ public static com.google.api.Distribution.BucketOptions.Linear getDefaultInstanc return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Linear parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Linear parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1645,55 +1487,44 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.Distribution.BucketOptions.Linear getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface ExponentialOrBuilder - extends + public interface ExponentialOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.Distribution.BucketOptions.Exponential) com.google.protobuf.MessageOrBuilder { /** - * - * *
        * Must be greater than 0.
        * 
* * int32 num_finite_buckets = 1; - * * @return The numFiniteBuckets. */ int getNumFiniteBuckets(); /** - * - * *
        * Must be greater than 1.
        * 
* * double growth_factor = 2; - * * @return The growthFactor. */ double getGrowthFactor(); /** - * - * *
        * Must be greater than 0.
        * 
* * double scale = 3; - * * @return The scale. */ double getScale(); } /** - * - * *
      * Specifies an exponential sequence of buckets that have a width that is
      * proportional to the value of the lower bound. Each bucket represents a
@@ -1706,55 +1537,51 @@ public interface ExponentialOrBuilder
      *
      * Protobuf type {@code google.api.Distribution.BucketOptions.Exponential}
      */
-    public static final class Exponential extends com.google.protobuf.GeneratedMessageV3
-        implements
+    public static final class Exponential extends
+        com.google.protobuf.GeneratedMessageV3 implements
         // @@protoc_insertion_point(message_implements:google.api.Distribution.BucketOptions.Exponential)
         ExponentialOrBuilder {
-      private static final long serialVersionUID = 0L;
+    private static final long serialVersionUID = 0L;
       // Use Exponential.newBuilder() to construct.
       private Exponential(com.google.protobuf.GeneratedMessageV3.Builder builder) {
         super(builder);
       }
-
-      private Exponential() {}
+      private Exponential() {
+      }
 
       @java.lang.Override
       @SuppressWarnings({"unused"})
-      protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+      protected java.lang.Object newInstance(
+          UnusedPrivateParameter unused) {
         return new Exponential();
       }
 
       @java.lang.Override
-      public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+      public final com.google.protobuf.UnknownFieldSet
+      getUnknownFields() {
         return this.unknownFields;
       }
-
-      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-        return com.google.api.DistributionProto
-            .internal_static_google_api_Distribution_BucketOptions_Exponential_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor
+          getDescriptor() {
+        return com.google.api.DistributionProto.internal_static_google_api_Distribution_BucketOptions_Exponential_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.api.DistributionProto
-            .internal_static_google_api_Distribution_BucketOptions_Exponential_fieldAccessorTable
+        return com.google.api.DistributionProto.internal_static_google_api_Distribution_BucketOptions_Exponential_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.api.Distribution.BucketOptions.Exponential.class,
-                com.google.api.Distribution.BucketOptions.Exponential.Builder.class);
+                com.google.api.Distribution.BucketOptions.Exponential.class, com.google.api.Distribution.BucketOptions.Exponential.Builder.class);
       }
 
       public static final int NUM_FINITE_BUCKETS_FIELD_NUMBER = 1;
       private int numFiniteBuckets_;
       /**
-       *
-       *
        * 
        * Must be greater than 0.
        * 
* * int32 num_finite_buckets = 1; - * * @return The numFiniteBuckets. */ @java.lang.Override @@ -1765,14 +1592,11 @@ public int getNumFiniteBuckets() { public static final int GROWTH_FACTOR_FIELD_NUMBER = 2; private double growthFactor_; /** - * - * *
        * Must be greater than 1.
        * 
* * double growth_factor = 2; - * * @return The growthFactor. */ @java.lang.Override @@ -1783,14 +1607,11 @@ public double getGrowthFactor() { public static final int SCALE_FIELD_NUMBER = 3; private double scale_; /** - * - * *
        * Must be greater than 0.
        * 
* * double scale = 3; - * * @return The scale. */ @java.lang.Override @@ -1799,7 +1620,6 @@ public double getScale() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -1811,7 +1631,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (numFiniteBuckets_ != 0) { output.writeInt32(1, numFiniteBuckets_); } @@ -1831,13 +1652,16 @@ public int getSerializedSize() { size = 0; if (numFiniteBuckets_ != 0) { - size += com.google.protobuf.CodedOutputStream.computeInt32Size(1, numFiniteBuckets_); + size += com.google.protobuf.CodedOutputStream + .computeInt32Size(1, numFiniteBuckets_); } if (java.lang.Double.doubleToRawLongBits(growthFactor_) != 0) { - size += com.google.protobuf.CodedOutputStream.computeDoubleSize(2, growthFactor_); + size += com.google.protobuf.CodedOutputStream + .computeDoubleSize(2, growthFactor_); } if (java.lang.Double.doubleToRawLongBits(scale_) != 0) { - size += com.google.protobuf.CodedOutputStream.computeDoubleSize(3, scale_); + size += com.google.protobuf.CodedOutputStream + .computeDoubleSize(3, scale_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -1847,19 +1671,21 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.Distribution.BucketOptions.Exponential)) { return super.equals(obj); } - com.google.api.Distribution.BucketOptions.Exponential other = - (com.google.api.Distribution.BucketOptions.Exponential) obj; + com.google.api.Distribution.BucketOptions.Exponential other = (com.google.api.Distribution.BucketOptions.Exponential) obj; - if (getNumFiniteBuckets() != other.getNumFiniteBuckets()) return false; + if (getNumFiniteBuckets() + != other.getNumFiniteBuckets()) return false; if (java.lang.Double.doubleToLongBits(getGrowthFactor()) - != java.lang.Double.doubleToLongBits(other.getGrowthFactor())) return false; + != java.lang.Double.doubleToLongBits( + other.getGrowthFactor())) return false; if (java.lang.Double.doubleToLongBits(getScale()) - != java.lang.Double.doubleToLongBits(other.getScale())) return false; + != java.lang.Double.doubleToLongBits( + other.getScale())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -1874,109 +1700,98 @@ public int hashCode() { hash = (37 * hash) + NUM_FINITE_BUCKETS_FIELD_NUMBER; hash = (53 * hash) + getNumFiniteBuckets(); hash = (37 * hash) + GROWTH_FACTOR_FIELD_NUMBER; - hash = - (53 * hash) - + com.google.protobuf.Internal.hashLong( - java.lang.Double.doubleToLongBits(getGrowthFactor())); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + java.lang.Double.doubleToLongBits(getGrowthFactor())); hash = (37 * hash) + SCALE_FIELD_NUMBER; - hash = - (53 * hash) - + com.google.protobuf.Internal.hashLong( - java.lang.Double.doubleToLongBits(getScale())); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + java.lang.Double.doubleToLongBits(getScale())); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.api.Distribution.BucketOptions.Exponential parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Distribution.BucketOptions.Exponential parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.Distribution.BucketOptions.Exponential parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Distribution.BucketOptions.Exponential parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.Distribution.BucketOptions.Exponential parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Distribution.BucketOptions.Exponential parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.api.Distribution.BucketOptions.Exponential parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.api.Distribution.BucketOptions.Exponential parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.Distribution.BucketOptions.Exponential parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.api.Distribution.BucketOptions.Exponential parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.api.Distribution.BucketOptions.Exponential parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.Distribution.BucketOptions.Exponential parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.Distribution.BucketOptions.Exponential parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.Distribution.BucketOptions.Exponential parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - - public static Builder newBuilder( - com.google.api.Distribution.BucketOptions.Exponential prototype) { + public static Builder newBuilder(com.google.api.Distribution.BucketOptions.Exponential prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -1986,8 +1801,6 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
        * Specifies an exponential sequence of buckets that have a width that is
        * proportional to the value of the lower bound. Each bucket represents a
@@ -2000,33 +1813,33 @@ protected Builder newBuilderForType(
        *
        * Protobuf type {@code google.api.Distribution.BucketOptions.Exponential}
        */
-      public static final class Builder
-          extends com.google.protobuf.GeneratedMessageV3.Builder
-          implements
+      public static final class Builder extends
+          com.google.protobuf.GeneratedMessageV3.Builder implements
           // @@protoc_insertion_point(builder_implements:google.api.Distribution.BucketOptions.Exponential)
           com.google.api.Distribution.BucketOptions.ExponentialOrBuilder {
-        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-          return com.google.api.DistributionProto
-              .internal_static_google_api_Distribution_BucketOptions_Exponential_descriptor;
+        public static final com.google.protobuf.Descriptors.Descriptor
+            getDescriptor() {
+          return com.google.api.DistributionProto.internal_static_google_api_Distribution_BucketOptions_Exponential_descriptor;
         }
 
         @java.lang.Override
         protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
             internalGetFieldAccessorTable() {
-          return com.google.api.DistributionProto
-              .internal_static_google_api_Distribution_BucketOptions_Exponential_fieldAccessorTable
+          return com.google.api.DistributionProto.internal_static_google_api_Distribution_BucketOptions_Exponential_fieldAccessorTable
               .ensureFieldAccessorsInitialized(
-                  com.google.api.Distribution.BucketOptions.Exponential.class,
-                  com.google.api.Distribution.BucketOptions.Exponential.Builder.class);
+                  com.google.api.Distribution.BucketOptions.Exponential.class, com.google.api.Distribution.BucketOptions.Exponential.Builder.class);
         }
 
         // Construct using com.google.api.Distribution.BucketOptions.Exponential.newBuilder()
-        private Builder() {}
+        private Builder() {
 
-        private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-          super(parent);
         }
 
+        private Builder(
+            com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+          super(parent);
+
+        }
         @java.lang.Override
         public Builder clear() {
           super.clear();
@@ -2040,9 +1853,9 @@ public Builder clear() {
         }
 
         @java.lang.Override
-        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-          return com.google.api.DistributionProto
-              .internal_static_google_api_Distribution_BucketOptions_Exponential_descriptor;
+        public com.google.protobuf.Descriptors.Descriptor
+            getDescriptorForType() {
+          return com.google.api.DistributionProto.internal_static_google_api_Distribution_BucketOptions_Exponential_descriptor;
         }
 
         @java.lang.Override
@@ -2061,8 +1874,7 @@ public com.google.api.Distribution.BucketOptions.Exponential build() {
 
         @java.lang.Override
         public com.google.api.Distribution.BucketOptions.Exponential buildPartial() {
-          com.google.api.Distribution.BucketOptions.Exponential result =
-              new com.google.api.Distribution.BucketOptions.Exponential(this);
+          com.google.api.Distribution.BucketOptions.Exponential result = new com.google.api.Distribution.BucketOptions.Exponential(this);
           result.numFiniteBuckets_ = numFiniteBuckets_;
           result.growthFactor_ = growthFactor_;
           result.scale_ = scale_;
@@ -2074,41 +1886,38 @@ public com.google.api.Distribution.BucketOptions.Exponential buildPartial() {
         public Builder clone() {
           return super.clone();
         }
-
         @java.lang.Override
         public Builder setField(
-            com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+            com.google.protobuf.Descriptors.FieldDescriptor field,
+            java.lang.Object value) {
           return super.setField(field, value);
         }
-
         @java.lang.Override
-        public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+        public Builder clearField(
+            com.google.protobuf.Descriptors.FieldDescriptor field) {
           return super.clearField(field);
         }
-
         @java.lang.Override
-        public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+        public Builder clearOneof(
+            com.google.protobuf.Descriptors.OneofDescriptor oneof) {
           return super.clearOneof(oneof);
         }
-
         @java.lang.Override
         public Builder setRepeatedField(
             com.google.protobuf.Descriptors.FieldDescriptor field,
-            int index,
-            java.lang.Object value) {
+            int index, java.lang.Object value) {
           return super.setRepeatedField(field, index, value);
         }
-
         @java.lang.Override
         public Builder addRepeatedField(
-            com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+            com.google.protobuf.Descriptors.FieldDescriptor field,
+            java.lang.Object value) {
           return super.addRepeatedField(field, value);
         }
-
         @java.lang.Override
         public Builder mergeFrom(com.google.protobuf.Message other) {
           if (other instanceof com.google.api.Distribution.BucketOptions.Exponential) {
-            return mergeFrom((com.google.api.Distribution.BucketOptions.Exponential) other);
+            return mergeFrom((com.google.api.Distribution.BucketOptions.Exponential)other);
           } else {
             super.mergeFrom(other);
             return this;
@@ -2116,8 +1925,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
         }
 
         public Builder mergeFrom(com.google.api.Distribution.BucketOptions.Exponential other) {
-          if (other == com.google.api.Distribution.BucketOptions.Exponential.getDefaultInstance())
-            return this;
+          if (other == com.google.api.Distribution.BucketOptions.Exponential.getDefaultInstance()) return this;
           if (other.getNumFiniteBuckets() != 0) {
             setNumFiniteBuckets(other.getNumFiniteBuckets());
           }
@@ -2153,31 +1961,27 @@ public Builder mergeFrom(
                 case 0:
                   done = true;
                   break;
-                case 8:
-                  {
-                    numFiniteBuckets_ = input.readInt32();
-
-                    break;
-                  } // case 8
-                case 17:
-                  {
-                    growthFactor_ = input.readDouble();
-
-                    break;
-                  } // case 17
-                case 25:
-                  {
-                    scale_ = input.readDouble();
-
-                    break;
-                  } // case 25
-                default:
-                  {
-                    if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                      done = true; // was an endgroup tag
-                    }
-                    break;
-                  } // default:
+                case 8: {
+                  numFiniteBuckets_ = input.readInt32();
+
+                  break;
+                } // case 8
+                case 17: {
+                  growthFactor_ = input.readDouble();
+
+                  break;
+                } // case 17
+                case 25: {
+                  scale_ = input.readDouble();
+
+                  break;
+                } // case 25
+                default: {
+                  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                    done = true; // was an endgroup tag
+                  }
+                  break;
+                } // default:
               } // switch (tag)
             } // while (!done)
           } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -2188,16 +1992,13 @@ public Builder mergeFrom(
           return this;
         }
 
-        private int numFiniteBuckets_;
+        private int numFiniteBuckets_ ;
         /**
-         *
-         *
          * 
          * Must be greater than 0.
          * 
* * int32 num_finite_buckets = 1; - * * @return The numFiniteBuckets. */ @java.lang.Override @@ -2205,51 +2006,42 @@ public int getNumFiniteBuckets() { return numFiniteBuckets_; } /** - * - * *
          * Must be greater than 0.
          * 
* * int32 num_finite_buckets = 1; - * * @param value The numFiniteBuckets to set. * @return This builder for chaining. */ public Builder setNumFiniteBuckets(int value) { - + numFiniteBuckets_ = value; onChanged(); return this; } /** - * - * *
          * Must be greater than 0.
          * 
* * int32 num_finite_buckets = 1; - * * @return This builder for chaining. */ public Builder clearNumFiniteBuckets() { - + numFiniteBuckets_ = 0; onChanged(); return this; } - private double growthFactor_; + private double growthFactor_ ; /** - * - * *
          * Must be greater than 1.
          * 
* * double growth_factor = 2; - * * @return The growthFactor. */ @java.lang.Override @@ -2257,51 +2049,42 @@ public double getGrowthFactor() { return growthFactor_; } /** - * - * *
          * Must be greater than 1.
          * 
* * double growth_factor = 2; - * * @param value The growthFactor to set. * @return This builder for chaining. */ public Builder setGrowthFactor(double value) { - + growthFactor_ = value; onChanged(); return this; } /** - * - * *
          * Must be greater than 1.
          * 
* * double growth_factor = 2; - * * @return This builder for chaining. */ public Builder clearGrowthFactor() { - + growthFactor_ = 0D; onChanged(); return this; } - private double scale_; + private double scale_ ; /** - * - * *
          * Must be greater than 0.
          * 
* * double scale = 3; - * * @return The scale. */ @java.lang.Override @@ -2309,41 +2092,34 @@ public double getScale() { return scale_; } /** - * - * *
          * Must be greater than 0.
          * 
* * double scale = 3; - * * @param value The scale to set. * @return This builder for chaining. */ public Builder setScale(double value) { - + scale_ = value; onChanged(); return this; } /** - * - * *
          * Must be greater than 0.
          * 
* * double scale = 3; - * * @return This builder for chaining. */ public Builder clearScale() { - + scale_ = 0D; onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -2356,12 +2132,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.Distribution.BucketOptions.Exponential) } // @@protoc_insertion_point(class_scope:google.api.Distribution.BucketOptions.Exponential) private static final com.google.api.Distribution.BucketOptions.Exponential DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.Distribution.BucketOptions.Exponential(); } @@ -2370,28 +2146,27 @@ public static com.google.api.Distribution.BucketOptions.Exponential getDefaultIn return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Exponential parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Exponential parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2406,54 +2181,43 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.Distribution.BucketOptions.Exponential getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface ExplicitOrBuilder - extends + public interface ExplicitOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.Distribution.BucketOptions.Explicit) com.google.protobuf.MessageOrBuilder { /** - * - * *
        * The values must be monotonically increasing.
        * 
* * repeated double bounds = 1; - * * @return A list containing the bounds. */ java.util.List getBoundsList(); /** - * - * *
        * The values must be monotonically increasing.
        * 
* * repeated double bounds = 1; - * * @return The count of bounds. */ int getBoundsCount(); /** - * - * *
        * The values must be monotonically increasing.
        * 
* * repeated double bounds = 1; - * * @param index The index of the element to return. * @return The bounds at the given index. */ double getBounds(int index); } /** - * - * *
      * Specifies a set of buckets with arbitrary widths.
      * There are `size(bounds) + 1` (= N) buckets. Bucket `i` has the following
@@ -2467,97 +2231,85 @@ public interface ExplicitOrBuilder
      *
      * Protobuf type {@code google.api.Distribution.BucketOptions.Explicit}
      */
-    public static final class Explicit extends com.google.protobuf.GeneratedMessageV3
-        implements
+    public static final class Explicit extends
+        com.google.protobuf.GeneratedMessageV3 implements
         // @@protoc_insertion_point(message_implements:google.api.Distribution.BucketOptions.Explicit)
         ExplicitOrBuilder {
-      private static final long serialVersionUID = 0L;
+    private static final long serialVersionUID = 0L;
       // Use Explicit.newBuilder() to construct.
       private Explicit(com.google.protobuf.GeneratedMessageV3.Builder builder) {
         super(builder);
       }
-
       private Explicit() {
         bounds_ = emptyDoubleList();
       }
 
       @java.lang.Override
       @SuppressWarnings({"unused"})
-      protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+      protected java.lang.Object newInstance(
+          UnusedPrivateParameter unused) {
         return new Explicit();
       }
 
       @java.lang.Override
-      public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+      public final com.google.protobuf.UnknownFieldSet
+      getUnknownFields() {
         return this.unknownFields;
       }
-
-      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-        return com.google.api.DistributionProto
-            .internal_static_google_api_Distribution_BucketOptions_Explicit_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor
+          getDescriptor() {
+        return com.google.api.DistributionProto.internal_static_google_api_Distribution_BucketOptions_Explicit_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.api.DistributionProto
-            .internal_static_google_api_Distribution_BucketOptions_Explicit_fieldAccessorTable
+        return com.google.api.DistributionProto.internal_static_google_api_Distribution_BucketOptions_Explicit_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.api.Distribution.BucketOptions.Explicit.class,
-                com.google.api.Distribution.BucketOptions.Explicit.Builder.class);
+                com.google.api.Distribution.BucketOptions.Explicit.class, com.google.api.Distribution.BucketOptions.Explicit.Builder.class);
       }
 
       public static final int BOUNDS_FIELD_NUMBER = 1;
       private com.google.protobuf.Internal.DoubleList bounds_;
       /**
-       *
-       *
        * 
        * The values must be monotonically increasing.
        * 
* * repeated double bounds = 1; - * * @return A list containing the bounds. */ @java.lang.Override - public java.util.List getBoundsList() { + public java.util.List + getBoundsList() { return bounds_; } /** - * - * *
        * The values must be monotonically increasing.
        * 
* * repeated double bounds = 1; - * * @return The count of bounds. */ public int getBoundsCount() { return bounds_.size(); } /** - * - * *
        * The values must be monotonically increasing.
        * 
* * repeated double bounds = 1; - * * @param index The index of the element to return. * @return The bounds at the given index. */ public double getBounds(int index) { return bounds_.getDouble(index); } - private int boundsMemoizedSerializedSize = -1; private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -2569,7 +2321,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { getSerializedSize(); if (getBoundsList().size() > 0) { output.writeUInt32NoTag(10); @@ -2593,7 +2346,8 @@ public int getSerializedSize() { size += dataSize; if (!getBoundsList().isEmpty()) { size += 1; - size += com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(dataSize); + size += com.google.protobuf.CodedOutputStream + .computeInt32SizeNoTag(dataSize); } boundsMemoizedSerializedSize = dataSize; } @@ -2605,15 +2359,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.Distribution.BucketOptions.Explicit)) { return super.equals(obj); } - com.google.api.Distribution.BucketOptions.Explicit other = - (com.google.api.Distribution.BucketOptions.Explicit) obj; + com.google.api.Distribution.BucketOptions.Explicit other = (com.google.api.Distribution.BucketOptions.Explicit) obj; - if (!getBoundsList().equals(other.getBoundsList())) return false; + if (!getBoundsList() + .equals(other.getBoundsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -2635,94 +2389,87 @@ public int hashCode() { } public static com.google.api.Distribution.BucketOptions.Explicit parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Distribution.BucketOptions.Explicit parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.Distribution.BucketOptions.Explicit parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Distribution.BucketOptions.Explicit parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.Distribution.BucketOptions.Explicit parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Distribution.BucketOptions.Explicit parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.api.Distribution.BucketOptions.Explicit parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.api.Distribution.BucketOptions.Explicit parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.Distribution.BucketOptions.Explicit parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.api.Distribution.BucketOptions.Explicit parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.api.Distribution.BucketOptions.Explicit parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.Distribution.BucketOptions.Explicit parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.Distribution.BucketOptions.Explicit parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.Distribution.BucketOptions.Explicit parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - - public static Builder newBuilder( - com.google.api.Distribution.BucketOptions.Explicit prototype) { + public static Builder newBuilder(com.google.api.Distribution.BucketOptions.Explicit prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -2732,8 +2479,6 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
        * Specifies a set of buckets with arbitrary widths.
        * There are `size(bounds) + 1` (= N) buckets. Bucket `i` has the following
@@ -2747,33 +2492,33 @@ protected Builder newBuilderForType(
        *
        * Protobuf type {@code google.api.Distribution.BucketOptions.Explicit}
        */
-      public static final class Builder
-          extends com.google.protobuf.GeneratedMessageV3.Builder
-          implements
+      public static final class Builder extends
+          com.google.protobuf.GeneratedMessageV3.Builder implements
           // @@protoc_insertion_point(builder_implements:google.api.Distribution.BucketOptions.Explicit)
           com.google.api.Distribution.BucketOptions.ExplicitOrBuilder {
-        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-          return com.google.api.DistributionProto
-              .internal_static_google_api_Distribution_BucketOptions_Explicit_descriptor;
+        public static final com.google.protobuf.Descriptors.Descriptor
+            getDescriptor() {
+          return com.google.api.DistributionProto.internal_static_google_api_Distribution_BucketOptions_Explicit_descriptor;
         }
 
         @java.lang.Override
         protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
             internalGetFieldAccessorTable() {
-          return com.google.api.DistributionProto
-              .internal_static_google_api_Distribution_BucketOptions_Explicit_fieldAccessorTable
+          return com.google.api.DistributionProto.internal_static_google_api_Distribution_BucketOptions_Explicit_fieldAccessorTable
               .ensureFieldAccessorsInitialized(
-                  com.google.api.Distribution.BucketOptions.Explicit.class,
-                  com.google.api.Distribution.BucketOptions.Explicit.Builder.class);
+                  com.google.api.Distribution.BucketOptions.Explicit.class, com.google.api.Distribution.BucketOptions.Explicit.Builder.class);
         }
 
         // Construct using com.google.api.Distribution.BucketOptions.Explicit.newBuilder()
-        private Builder() {}
+        private Builder() {
 
-        private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-          super(parent);
         }
 
+        private Builder(
+            com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+          super(parent);
+
+        }
         @java.lang.Override
         public Builder clear() {
           super.clear();
@@ -2783,9 +2528,9 @@ public Builder clear() {
         }
 
         @java.lang.Override
-        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-          return com.google.api.DistributionProto
-              .internal_static_google_api_Distribution_BucketOptions_Explicit_descriptor;
+        public com.google.protobuf.Descriptors.Descriptor
+            getDescriptorForType() {
+          return com.google.api.DistributionProto.internal_static_google_api_Distribution_BucketOptions_Explicit_descriptor;
         }
 
         @java.lang.Override
@@ -2804,8 +2549,7 @@ public com.google.api.Distribution.BucketOptions.Explicit build() {
 
         @java.lang.Override
         public com.google.api.Distribution.BucketOptions.Explicit buildPartial() {
-          com.google.api.Distribution.BucketOptions.Explicit result =
-              new com.google.api.Distribution.BucketOptions.Explicit(this);
+          com.google.api.Distribution.BucketOptions.Explicit result = new com.google.api.Distribution.BucketOptions.Explicit(this);
           int from_bitField0_ = bitField0_;
           if (((bitField0_ & 0x00000001) != 0)) {
             bounds_.makeImmutable();
@@ -2820,41 +2564,38 @@ public com.google.api.Distribution.BucketOptions.Explicit buildPartial() {
         public Builder clone() {
           return super.clone();
         }
-
         @java.lang.Override
         public Builder setField(
-            com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+            com.google.protobuf.Descriptors.FieldDescriptor field,
+            java.lang.Object value) {
           return super.setField(field, value);
         }
-
         @java.lang.Override
-        public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+        public Builder clearField(
+            com.google.protobuf.Descriptors.FieldDescriptor field) {
           return super.clearField(field);
         }
-
         @java.lang.Override
-        public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+        public Builder clearOneof(
+            com.google.protobuf.Descriptors.OneofDescriptor oneof) {
           return super.clearOneof(oneof);
         }
-
         @java.lang.Override
         public Builder setRepeatedField(
             com.google.protobuf.Descriptors.FieldDescriptor field,
-            int index,
-            java.lang.Object value) {
+            int index, java.lang.Object value) {
           return super.setRepeatedField(field, index, value);
         }
-
         @java.lang.Override
         public Builder addRepeatedField(
-            com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+            com.google.protobuf.Descriptors.FieldDescriptor field,
+            java.lang.Object value) {
           return super.addRepeatedField(field, value);
         }
-
         @java.lang.Override
         public Builder mergeFrom(com.google.protobuf.Message other) {
           if (other instanceof com.google.api.Distribution.BucketOptions.Explicit) {
-            return mergeFrom((com.google.api.Distribution.BucketOptions.Explicit) other);
+            return mergeFrom((com.google.api.Distribution.BucketOptions.Explicit)other);
           } else {
             super.mergeFrom(other);
             return this;
@@ -2862,8 +2603,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
         }
 
         public Builder mergeFrom(com.google.api.Distribution.BucketOptions.Explicit other) {
-          if (other == com.google.api.Distribution.BucketOptions.Explicit.getDefaultInstance())
-            return this;
+          if (other == com.google.api.Distribution.BucketOptions.Explicit.getDefaultInstance()) return this;
           if (!other.bounds_.isEmpty()) {
             if (bounds_.isEmpty()) {
               bounds_ = other.bounds_;
@@ -2900,31 +2640,28 @@ public Builder mergeFrom(
                 case 0:
                   done = true;
                   break;
-                case 9:
-                  {
-                    double v = input.readDouble();
-                    ensureBoundsIsMutable();
-                    bounds_.addDouble(v);
-                    break;
-                  } // case 9
-                case 10:
-                  {
-                    int length = input.readRawVarint32();
-                    int limit = input.pushLimit(length);
-                    ensureBoundsIsMutable();
-                    while (input.getBytesUntilLimit() > 0) {
-                      bounds_.addDouble(input.readDouble());
-                    }
-                    input.popLimit(limit);
-                    break;
-                  } // case 10
-                default:
-                  {
-                    if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                      done = true; // was an endgroup tag
-                    }
-                    break;
-                  } // default:
+                case 9: {
+                  double v = input.readDouble();
+                  ensureBoundsIsMutable();
+                  bounds_.addDouble(v);
+                  break;
+                } // case 9
+                case 10: {
+                  int length = input.readRawVarint32();
+                  int limit = input.pushLimit(length);
+                  ensureBoundsIsMutable();
+                  while (input.getBytesUntilLimit() > 0) {
+                    bounds_.addDouble(input.readDouble());
+                  }
+                  input.popLimit(limit);
+                  break;
+                } // case 10
+                default: {
+                  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                    done = true; // was an endgroup tag
+                  }
+                  break;
+                } // default:
               } // switch (tag)
             } // while (!done)
           } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -2934,56 +2671,45 @@ public Builder mergeFrom(
           } // finally
           return this;
         }
-
         private int bitField0_;
 
         private com.google.protobuf.Internal.DoubleList bounds_ = emptyDoubleList();
-
         private void ensureBoundsIsMutable() {
           if (!((bitField0_ & 0x00000001) != 0)) {
             bounds_ = mutableCopy(bounds_);
             bitField0_ |= 0x00000001;
-          }
+           }
         }
         /**
-         *
-         *
          * 
          * The values must be monotonically increasing.
          * 
* * repeated double bounds = 1; - * * @return A list containing the bounds. */ - public java.util.List getBoundsList() { - return ((bitField0_ & 0x00000001) != 0) - ? java.util.Collections.unmodifiableList(bounds_) - : bounds_; + public java.util.List + getBoundsList() { + return ((bitField0_ & 0x00000001) != 0) ? + java.util.Collections.unmodifiableList(bounds_) : bounds_; } /** - * - * *
          * The values must be monotonically increasing.
          * 
* * repeated double bounds = 1; - * * @return The count of bounds. */ public int getBoundsCount() { return bounds_.size(); } /** - * - * *
          * The values must be monotonically increasing.
          * 
* * repeated double bounds = 1; - * * @param index The index of the element to return. * @return The bounds at the given index. */ @@ -2991,33 +2717,28 @@ public double getBounds(int index) { return bounds_.getDouble(index); } /** - * - * *
          * The values must be monotonically increasing.
          * 
* * repeated double bounds = 1; - * * @param index The index to set the value at. * @param value The bounds to set. * @return This builder for chaining. */ - public Builder setBounds(int index, double value) { + public Builder setBounds( + int index, double value) { ensureBoundsIsMutable(); bounds_.setDouble(index, value); onChanged(); return this; } /** - * - * *
          * The values must be monotonically increasing.
          * 
* * repeated double bounds = 1; - * * @param value The bounds to add. * @return This builder for chaining. */ @@ -3028,32 +2749,28 @@ public Builder addBounds(double value) { return this; } /** - * - * *
          * The values must be monotonically increasing.
          * 
* * repeated double bounds = 1; - * * @param values The bounds to add. * @return This builder for chaining. */ - public Builder addAllBounds(java.lang.Iterable values) { + public Builder addAllBounds( + java.lang.Iterable values) { ensureBoundsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, bounds_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, bounds_); onChanged(); return this; } /** - * - * *
          * The values must be monotonically increasing.
          * 
* * repeated double bounds = 1; - * * @return This builder for chaining. */ public Builder clearBounds() { @@ -3062,7 +2779,6 @@ public Builder clearBounds() { onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -3075,12 +2791,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.Distribution.BucketOptions.Explicit) } // @@protoc_insertion_point(class_scope:google.api.Distribution.BucketOptions.Explicit) private static final com.google.api.Distribution.BucketOptions.Explicit DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.Distribution.BucketOptions.Explicit(); } @@ -3089,28 +2805,27 @@ public static com.google.api.Distribution.BucketOptions.Explicit getDefaultInsta return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Explicit parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Explicit parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -3125,21 +2840,19 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.Distribution.BucketOptions.Explicit getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } private int optionsCase_ = 0; private java.lang.Object options_; - public enum OptionsCase - implements - com.google.protobuf.Internal.EnumLite, + implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { LINEAR_BUCKETS(1), EXPONENTIAL_BUCKETS(2), EXPLICIT_BUCKETS(3), OPTIONS_NOT_SET(0); private final int value; - private OptionsCase(int value) { this.value = value; } @@ -3155,38 +2868,31 @@ public static OptionsCase valueOf(int value) { public static OptionsCase forNumber(int value) { switch (value) { - case 1: - return LINEAR_BUCKETS; - case 2: - return EXPONENTIAL_BUCKETS; - case 3: - return EXPLICIT_BUCKETS; - case 0: - return OPTIONS_NOT_SET; - default: - return null; + case 1: return LINEAR_BUCKETS; + case 2: return EXPONENTIAL_BUCKETS; + case 3: return EXPLICIT_BUCKETS; + case 0: return OPTIONS_NOT_SET; + default: return null; } } - public int getNumber() { return this.value; } }; - public OptionsCase getOptionsCase() { - return OptionsCase.forNumber(optionsCase_); + public OptionsCase + getOptionsCase() { + return OptionsCase.forNumber( + optionsCase_); } public static final int LINEAR_BUCKETS_FIELD_NUMBER = 1; /** - * - * *
      * The linear bucket.
      * 
* * .google.api.Distribution.BucketOptions.Linear linear_buckets = 1; - * * @return Whether the linearBuckets field is set. */ @java.lang.Override @@ -3194,26 +2900,21 @@ public boolean hasLinearBuckets() { return optionsCase_ == 1; } /** - * - * *
      * The linear bucket.
      * 
* * .google.api.Distribution.BucketOptions.Linear linear_buckets = 1; - * * @return The linearBuckets. */ @java.lang.Override public com.google.api.Distribution.BucketOptions.Linear getLinearBuckets() { if (optionsCase_ == 1) { - return (com.google.api.Distribution.BucketOptions.Linear) options_; + return (com.google.api.Distribution.BucketOptions.Linear) options_; } return com.google.api.Distribution.BucketOptions.Linear.getDefaultInstance(); } /** - * - * *
      * The linear bucket.
      * 
@@ -3223,21 +2924,18 @@ public com.google.api.Distribution.BucketOptions.Linear getLinearBuckets() { @java.lang.Override public com.google.api.Distribution.BucketOptions.LinearOrBuilder getLinearBucketsOrBuilder() { if (optionsCase_ == 1) { - return (com.google.api.Distribution.BucketOptions.Linear) options_; + return (com.google.api.Distribution.BucketOptions.Linear) options_; } return com.google.api.Distribution.BucketOptions.Linear.getDefaultInstance(); } public static final int EXPONENTIAL_BUCKETS_FIELD_NUMBER = 2; /** - * - * *
      * The exponential buckets.
      * 
* * .google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2; - * * @return Whether the exponentialBuckets field is set. */ @java.lang.Override @@ -3245,26 +2943,21 @@ public boolean hasExponentialBuckets() { return optionsCase_ == 2; } /** - * - * *
      * The exponential buckets.
      * 
* * .google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2; - * * @return The exponentialBuckets. */ @java.lang.Override public com.google.api.Distribution.BucketOptions.Exponential getExponentialBuckets() { if (optionsCase_ == 2) { - return (com.google.api.Distribution.BucketOptions.Exponential) options_; + return (com.google.api.Distribution.BucketOptions.Exponential) options_; } return com.google.api.Distribution.BucketOptions.Exponential.getDefaultInstance(); } /** - * - * *
      * The exponential buckets.
      * 
@@ -3272,24 +2965,20 @@ public com.google.api.Distribution.BucketOptions.Exponential getExponentialBucke * .google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2; */ @java.lang.Override - public com.google.api.Distribution.BucketOptions.ExponentialOrBuilder - getExponentialBucketsOrBuilder() { + public com.google.api.Distribution.BucketOptions.ExponentialOrBuilder getExponentialBucketsOrBuilder() { if (optionsCase_ == 2) { - return (com.google.api.Distribution.BucketOptions.Exponential) options_; + return (com.google.api.Distribution.BucketOptions.Exponential) options_; } return com.google.api.Distribution.BucketOptions.Exponential.getDefaultInstance(); } public static final int EXPLICIT_BUCKETS_FIELD_NUMBER = 3; /** - * - * *
      * The explicit buckets.
      * 
* * .google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3; - * * @return Whether the explicitBuckets field is set. */ @java.lang.Override @@ -3297,26 +2986,21 @@ public boolean hasExplicitBuckets() { return optionsCase_ == 3; } /** - * - * *
      * The explicit buckets.
      * 
* * .google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3; - * * @return The explicitBuckets. */ @java.lang.Override public com.google.api.Distribution.BucketOptions.Explicit getExplicitBuckets() { if (optionsCase_ == 3) { - return (com.google.api.Distribution.BucketOptions.Explicit) options_; + return (com.google.api.Distribution.BucketOptions.Explicit) options_; } return com.google.api.Distribution.BucketOptions.Explicit.getDefaultInstance(); } /** - * - * *
      * The explicit buckets.
      * 
@@ -3324,16 +3008,14 @@ public com.google.api.Distribution.BucketOptions.Explicit getExplicitBuckets() { * .google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3; */ @java.lang.Override - public com.google.api.Distribution.BucketOptions.ExplicitOrBuilder - getExplicitBucketsOrBuilder() { + public com.google.api.Distribution.BucketOptions.ExplicitOrBuilder getExplicitBucketsOrBuilder() { if (optionsCase_ == 3) { - return (com.google.api.Distribution.BucketOptions.Explicit) options_; + return (com.google.api.Distribution.BucketOptions.Explicit) options_; } return com.google.api.Distribution.BucketOptions.Explicit.getDefaultInstance(); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -3345,7 +3027,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (optionsCase_ == 1) { output.writeMessage(1, (com.google.api.Distribution.BucketOptions.Linear) options_); } @@ -3365,19 +3048,16 @@ public int getSerializedSize() { size = 0; if (optionsCase_ == 1) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 1, (com.google.api.Distribution.BucketOptions.Linear) options_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, (com.google.api.Distribution.BucketOptions.Linear) options_); } if (optionsCase_ == 2) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 2, (com.google.api.Distribution.BucketOptions.Exponential) options_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, (com.google.api.Distribution.BucketOptions.Exponential) options_); } if (optionsCase_ == 3) { - size += - com.google.protobuf.CodedOutputStream.computeMessageSize( - 3, (com.google.api.Distribution.BucketOptions.Explicit) options_); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, (com.google.api.Distribution.BucketOptions.Explicit) options_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -3387,24 +3067,26 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.Distribution.BucketOptions)) { return super.equals(obj); } - com.google.api.Distribution.BucketOptions other = - (com.google.api.Distribution.BucketOptions) obj; + com.google.api.Distribution.BucketOptions other = (com.google.api.Distribution.BucketOptions) obj; if (!getOptionsCase().equals(other.getOptionsCase())) return false; switch (optionsCase_) { case 1: - if (!getLinearBuckets().equals(other.getLinearBuckets())) return false; + if (!getLinearBuckets() + .equals(other.getLinearBuckets())) return false; break; case 2: - if (!getExponentialBuckets().equals(other.getExponentialBuckets())) return false; + if (!getExponentialBuckets() + .equals(other.getExponentialBuckets())) return false; break; case 3: - if (!getExplicitBuckets().equals(other.getExplicitBuckets())) return false; + if (!getExplicitBuckets() + .equals(other.getExplicitBuckets())) return false; break; case 0: default: @@ -3441,94 +3123,88 @@ public int hashCode() { return hash; } - public static com.google.api.Distribution.BucketOptions parseFrom(java.nio.ByteBuffer data) + public static com.google.api.Distribution.BucketOptions parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Distribution.BucketOptions parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.Distribution.BucketOptions parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Distribution.BucketOptions parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.Distribution.BucketOptions parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Distribution.BucketOptions parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.Distribution.BucketOptions parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.Distribution.BucketOptions parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.api.Distribution.BucketOptions parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.api.Distribution.BucketOptions parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.Distribution.BucketOptions parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.Distribution.BucketOptions parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.Distribution.BucketOptions parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.Distribution.BucketOptions prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -3538,8 +3214,6 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * `BucketOptions` describes the bucket boundaries used to create a histogram
      * for the distribution. The buckets can be in a linear sequence, an
@@ -3559,33 +3233,33 @@ protected Builder newBuilderForType(
      *
      * Protobuf type {@code google.api.Distribution.BucketOptions}
      */
-    public static final class Builder
-        extends com.google.protobuf.GeneratedMessageV3.Builder
-        implements
+    public static final class Builder extends
+        com.google.protobuf.GeneratedMessageV3.Builder implements
         // @@protoc_insertion_point(builder_implements:google.api.Distribution.BucketOptions)
         com.google.api.Distribution.BucketOptionsOrBuilder {
-      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-        return com.google.api.DistributionProto
-            .internal_static_google_api_Distribution_BucketOptions_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor
+          getDescriptor() {
+        return com.google.api.DistributionProto.internal_static_google_api_Distribution_BucketOptions_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.api.DistributionProto
-            .internal_static_google_api_Distribution_BucketOptions_fieldAccessorTable
+        return com.google.api.DistributionProto.internal_static_google_api_Distribution_BucketOptions_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.api.Distribution.BucketOptions.class,
-                com.google.api.Distribution.BucketOptions.Builder.class);
+                com.google.api.Distribution.BucketOptions.class, com.google.api.Distribution.BucketOptions.Builder.class);
       }
 
       // Construct using com.google.api.Distribution.BucketOptions.newBuilder()
-      private Builder() {}
+      private Builder() {
 
-      private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-        super(parent);
       }
 
+      private Builder(
+          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+        super(parent);
+
+      }
       @java.lang.Override
       public Builder clear() {
         super.clear();
@@ -3604,9 +3278,9 @@ public Builder clear() {
       }
 
       @java.lang.Override
-      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-        return com.google.api.DistributionProto
-            .internal_static_google_api_Distribution_BucketOptions_descriptor;
+      public com.google.protobuf.Descriptors.Descriptor
+          getDescriptorForType() {
+        return com.google.api.DistributionProto.internal_static_google_api_Distribution_BucketOptions_descriptor;
       }
 
       @java.lang.Override
@@ -3625,8 +3299,7 @@ public com.google.api.Distribution.BucketOptions build() {
 
       @java.lang.Override
       public com.google.api.Distribution.BucketOptions buildPartial() {
-        com.google.api.Distribution.BucketOptions result =
-            new com.google.api.Distribution.BucketOptions(this);
+        com.google.api.Distribution.BucketOptions result = new com.google.api.Distribution.BucketOptions(this);
         if (optionsCase_ == 1) {
           if (linearBucketsBuilder_ == null) {
             result.options_ = options_;
@@ -3657,41 +3330,38 @@ public com.google.api.Distribution.BucketOptions buildPartial() {
       public Builder clone() {
         return super.clone();
       }
-
       @java.lang.Override
       public Builder setField(
-          com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+          com.google.protobuf.Descriptors.FieldDescriptor field,
+          java.lang.Object value) {
         return super.setField(field, value);
       }
-
       @java.lang.Override
-      public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+      public Builder clearField(
+          com.google.protobuf.Descriptors.FieldDescriptor field) {
         return super.clearField(field);
       }
-
       @java.lang.Override
-      public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+      public Builder clearOneof(
+          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
         return super.clearOneof(oneof);
       }
-
       @java.lang.Override
       public Builder setRepeatedField(
           com.google.protobuf.Descriptors.FieldDescriptor field,
-          int index,
-          java.lang.Object value) {
+          int index, java.lang.Object value) {
         return super.setRepeatedField(field, index, value);
       }
-
       @java.lang.Override
       public Builder addRepeatedField(
-          com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+          com.google.protobuf.Descriptors.FieldDescriptor field,
+          java.lang.Object value) {
         return super.addRepeatedField(field, value);
       }
-
       @java.lang.Override
       public Builder mergeFrom(com.google.protobuf.Message other) {
         if (other instanceof com.google.api.Distribution.BucketOptions) {
-          return mergeFrom((com.google.api.Distribution.BucketOptions) other);
+          return mergeFrom((com.google.api.Distribution.BucketOptions)other);
         } else {
           super.mergeFrom(other);
           return this;
@@ -3701,25 +3371,21 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
       public Builder mergeFrom(com.google.api.Distribution.BucketOptions other) {
         if (other == com.google.api.Distribution.BucketOptions.getDefaultInstance()) return this;
         switch (other.getOptionsCase()) {
-          case LINEAR_BUCKETS:
-            {
-              mergeLinearBuckets(other.getLinearBuckets());
-              break;
-            }
-          case EXPONENTIAL_BUCKETS:
-            {
-              mergeExponentialBuckets(other.getExponentialBuckets());
-              break;
-            }
-          case EXPLICIT_BUCKETS:
-            {
-              mergeExplicitBuckets(other.getExplicitBuckets());
-              break;
-            }
-          case OPTIONS_NOT_SET:
-            {
-              break;
-            }
+          case LINEAR_BUCKETS: {
+            mergeLinearBuckets(other.getLinearBuckets());
+            break;
+          }
+          case EXPONENTIAL_BUCKETS: {
+            mergeExponentialBuckets(other.getExponentialBuckets());
+            break;
+          }
+          case EXPLICIT_BUCKETS: {
+            mergeExplicitBuckets(other.getExplicitBuckets());
+            break;
+          }
+          case OPTIONS_NOT_SET: {
+            break;
+          }
         }
         this.mergeUnknownFields(other.getUnknownFields());
         onChanged();
@@ -3747,33 +3413,33 @@ public Builder mergeFrom(
               case 0:
                 done = true;
                 break;
-              case 10:
-                {
-                  input.readMessage(getLinearBucketsFieldBuilder().getBuilder(), extensionRegistry);
-                  optionsCase_ = 1;
-                  break;
-                } // case 10
-              case 18:
-                {
-                  input.readMessage(
-                      getExponentialBucketsFieldBuilder().getBuilder(), extensionRegistry);
-                  optionsCase_ = 2;
-                  break;
-                } // case 18
-              case 26:
-                {
-                  input.readMessage(
-                      getExplicitBucketsFieldBuilder().getBuilder(), extensionRegistry);
-                  optionsCase_ = 3;
-                  break;
-                } // case 26
-              default:
-                {
-                  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                    done = true; // was an endgroup tag
-                  }
-                  break;
-                } // default:
+              case 10: {
+                input.readMessage(
+                    getLinearBucketsFieldBuilder().getBuilder(),
+                    extensionRegistry);
+                optionsCase_ = 1;
+                break;
+              } // case 10
+              case 18: {
+                input.readMessage(
+                    getExponentialBucketsFieldBuilder().getBuilder(),
+                    extensionRegistry);
+                optionsCase_ = 2;
+                break;
+              } // case 18
+              case 26: {
+                input.readMessage(
+                    getExplicitBucketsFieldBuilder().getBuilder(),
+                    extensionRegistry);
+                optionsCase_ = 3;
+                break;
+              } // case 26
+              default: {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
             } // switch (tag)
           } // while (!done)
         } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -3783,12 +3449,12 @@ public Builder mergeFrom(
         } // finally
         return this;
       }
-
       private int optionsCase_ = 0;
       private java.lang.Object options_;
-
-      public OptionsCase getOptionsCase() {
-        return OptionsCase.forNumber(optionsCase_);
+      public OptionsCase
+          getOptionsCase() {
+        return OptionsCase.forNumber(
+            optionsCase_);
       }
 
       public Builder clearOptions() {
@@ -3798,20 +3464,15 @@ public Builder clearOptions() {
         return this;
       }
 
+
       private com.google.protobuf.SingleFieldBuilderV3<
-              com.google.api.Distribution.BucketOptions.Linear,
-              com.google.api.Distribution.BucketOptions.Linear.Builder,
-              com.google.api.Distribution.BucketOptions.LinearOrBuilder>
-          linearBucketsBuilder_;
+          com.google.api.Distribution.BucketOptions.Linear, com.google.api.Distribution.BucketOptions.Linear.Builder, com.google.api.Distribution.BucketOptions.LinearOrBuilder> linearBucketsBuilder_;
       /**
-       *
-       *
        * 
        * The linear bucket.
        * 
* * .google.api.Distribution.BucketOptions.Linear linear_buckets = 1; - * * @return Whether the linearBuckets field is set. */ @java.lang.Override @@ -3819,14 +3480,11 @@ public boolean hasLinearBuckets() { return optionsCase_ == 1; } /** - * - * *
        * The linear bucket.
        * 
* * .google.api.Distribution.BucketOptions.Linear linear_buckets = 1; - * * @return The linearBuckets. */ @java.lang.Override @@ -3844,8 +3502,6 @@ public com.google.api.Distribution.BucketOptions.Linear getLinearBuckets() { } } /** - * - * *
        * The linear bucket.
        * 
@@ -3866,8 +3522,6 @@ public Builder setLinearBuckets(com.google.api.Distribution.BucketOptions.Linear return this; } /** - * - * *
        * The linear bucket.
        * 
@@ -3886,8 +3540,6 @@ public Builder setLinearBuckets( return this; } /** - * - * *
        * The linear bucket.
        * 
@@ -3896,14 +3548,10 @@ public Builder setLinearBuckets( */ public Builder mergeLinearBuckets(com.google.api.Distribution.BucketOptions.Linear value) { if (linearBucketsBuilder_ == null) { - if (optionsCase_ == 1 - && options_ - != com.google.api.Distribution.BucketOptions.Linear.getDefaultInstance()) { - options_ = - com.google.api.Distribution.BucketOptions.Linear.newBuilder( - (com.google.api.Distribution.BucketOptions.Linear) options_) - .mergeFrom(value) - .buildPartial(); + if (optionsCase_ == 1 && + options_ != com.google.api.Distribution.BucketOptions.Linear.getDefaultInstance()) { + options_ = com.google.api.Distribution.BucketOptions.Linear.newBuilder((com.google.api.Distribution.BucketOptions.Linear) options_) + .mergeFrom(value).buildPartial(); } else { options_ = value; } @@ -3919,8 +3567,6 @@ public Builder mergeLinearBuckets(com.google.api.Distribution.BucketOptions.Line return this; } /** - * - * *
        * The linear bucket.
        * 
@@ -3944,8 +3590,6 @@ public Builder clearLinearBuckets() { return this; } /** - * - * *
        * The linear bucket.
        * 
@@ -3956,8 +3600,6 @@ public com.google.api.Distribution.BucketOptions.Linear.Builder getLinearBuckets return getLinearBucketsFieldBuilder().getBuilder(); } /** - * - * *
        * The linear bucket.
        * 
@@ -3976,8 +3618,6 @@ public com.google.api.Distribution.BucketOptions.LinearOrBuilder getLinearBucket } } /** - * - * *
        * The linear bucket.
        * 
@@ -3985,44 +3625,32 @@ public com.google.api.Distribution.BucketOptions.LinearOrBuilder getLinearBucket * .google.api.Distribution.BucketOptions.Linear linear_buckets = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.Distribution.BucketOptions.Linear, - com.google.api.Distribution.BucketOptions.Linear.Builder, - com.google.api.Distribution.BucketOptions.LinearOrBuilder> + com.google.api.Distribution.BucketOptions.Linear, com.google.api.Distribution.BucketOptions.Linear.Builder, com.google.api.Distribution.BucketOptions.LinearOrBuilder> getLinearBucketsFieldBuilder() { if (linearBucketsBuilder_ == null) { if (!(optionsCase_ == 1)) { options_ = com.google.api.Distribution.BucketOptions.Linear.getDefaultInstance(); } - linearBucketsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.api.Distribution.BucketOptions.Linear, - com.google.api.Distribution.BucketOptions.Linear.Builder, - com.google.api.Distribution.BucketOptions.LinearOrBuilder>( + linearBucketsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.api.Distribution.BucketOptions.Linear, com.google.api.Distribution.BucketOptions.Linear.Builder, com.google.api.Distribution.BucketOptions.LinearOrBuilder>( (com.google.api.Distribution.BucketOptions.Linear) options_, getParentForChildren(), isClean()); options_ = null; } optionsCase_ = 1; - onChanged(); - ; + onChanged();; return linearBucketsBuilder_; } private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.Distribution.BucketOptions.Exponential, - com.google.api.Distribution.BucketOptions.Exponential.Builder, - com.google.api.Distribution.BucketOptions.ExponentialOrBuilder> - exponentialBucketsBuilder_; + com.google.api.Distribution.BucketOptions.Exponential, com.google.api.Distribution.BucketOptions.Exponential.Builder, com.google.api.Distribution.BucketOptions.ExponentialOrBuilder> exponentialBucketsBuilder_; /** - * - * *
        * The exponential buckets.
        * 
* * .google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2; - * * @return Whether the exponentialBuckets field is set. */ @java.lang.Override @@ -4030,14 +3658,11 @@ public boolean hasExponentialBuckets() { return optionsCase_ == 2; } /** - * - * *
        * The exponential buckets.
        * 
* * .google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2; - * * @return The exponentialBuckets. */ @java.lang.Override @@ -4055,16 +3680,13 @@ public com.google.api.Distribution.BucketOptions.Exponential getExponentialBucke } } /** - * - * *
        * The exponential buckets.
        * 
* * .google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2; */ - public Builder setExponentialBuckets( - com.google.api.Distribution.BucketOptions.Exponential value) { + public Builder setExponentialBuckets(com.google.api.Distribution.BucketOptions.Exponential value) { if (exponentialBucketsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -4078,8 +3700,6 @@ public Builder setExponentialBuckets( return this; } /** - * - * *
        * The exponential buckets.
        * 
@@ -4098,25 +3718,18 @@ public Builder setExponentialBuckets( return this; } /** - * - * *
        * The exponential buckets.
        * 
* * .google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2; */ - public Builder mergeExponentialBuckets( - com.google.api.Distribution.BucketOptions.Exponential value) { + public Builder mergeExponentialBuckets(com.google.api.Distribution.BucketOptions.Exponential value) { if (exponentialBucketsBuilder_ == null) { - if (optionsCase_ == 2 - && options_ - != com.google.api.Distribution.BucketOptions.Exponential.getDefaultInstance()) { - options_ = - com.google.api.Distribution.BucketOptions.Exponential.newBuilder( - (com.google.api.Distribution.BucketOptions.Exponential) options_) - .mergeFrom(value) - .buildPartial(); + if (optionsCase_ == 2 && + options_ != com.google.api.Distribution.BucketOptions.Exponential.getDefaultInstance()) { + options_ = com.google.api.Distribution.BucketOptions.Exponential.newBuilder((com.google.api.Distribution.BucketOptions.Exponential) options_) + .mergeFrom(value).buildPartial(); } else { options_ = value; } @@ -4132,8 +3745,6 @@ public Builder mergeExponentialBuckets( return this; } /** - * - * *
        * The exponential buckets.
        * 
@@ -4157,21 +3768,16 @@ public Builder clearExponentialBuckets() { return this; } /** - * - * *
        * The exponential buckets.
        * 
* * .google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2; */ - public com.google.api.Distribution.BucketOptions.Exponential.Builder - getExponentialBucketsBuilder() { + public com.google.api.Distribution.BucketOptions.Exponential.Builder getExponentialBucketsBuilder() { return getExponentialBucketsFieldBuilder().getBuilder(); } /** - * - * *
        * The exponential buckets.
        * 
@@ -4179,8 +3785,7 @@ public Builder clearExponentialBuckets() { * .google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2; */ @java.lang.Override - public com.google.api.Distribution.BucketOptions.ExponentialOrBuilder - getExponentialBucketsOrBuilder() { + public com.google.api.Distribution.BucketOptions.ExponentialOrBuilder getExponentialBucketsOrBuilder() { if ((optionsCase_ == 2) && (exponentialBucketsBuilder_ != null)) { return exponentialBucketsBuilder_.getMessageOrBuilder(); } else { @@ -4191,8 +3796,6 @@ public Builder clearExponentialBuckets() { } } /** - * - * *
        * The exponential buckets.
        * 
@@ -4200,44 +3803,32 @@ public Builder clearExponentialBuckets() { * .google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.Distribution.BucketOptions.Exponential, - com.google.api.Distribution.BucketOptions.Exponential.Builder, - com.google.api.Distribution.BucketOptions.ExponentialOrBuilder> + com.google.api.Distribution.BucketOptions.Exponential, com.google.api.Distribution.BucketOptions.Exponential.Builder, com.google.api.Distribution.BucketOptions.ExponentialOrBuilder> getExponentialBucketsFieldBuilder() { if (exponentialBucketsBuilder_ == null) { if (!(optionsCase_ == 2)) { options_ = com.google.api.Distribution.BucketOptions.Exponential.getDefaultInstance(); } - exponentialBucketsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.api.Distribution.BucketOptions.Exponential, - com.google.api.Distribution.BucketOptions.Exponential.Builder, - com.google.api.Distribution.BucketOptions.ExponentialOrBuilder>( + exponentialBucketsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.api.Distribution.BucketOptions.Exponential, com.google.api.Distribution.BucketOptions.Exponential.Builder, com.google.api.Distribution.BucketOptions.ExponentialOrBuilder>( (com.google.api.Distribution.BucketOptions.Exponential) options_, getParentForChildren(), isClean()); options_ = null; } optionsCase_ = 2; - onChanged(); - ; + onChanged();; return exponentialBucketsBuilder_; } private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.Distribution.BucketOptions.Explicit, - com.google.api.Distribution.BucketOptions.Explicit.Builder, - com.google.api.Distribution.BucketOptions.ExplicitOrBuilder> - explicitBucketsBuilder_; + com.google.api.Distribution.BucketOptions.Explicit, com.google.api.Distribution.BucketOptions.Explicit.Builder, com.google.api.Distribution.BucketOptions.ExplicitOrBuilder> explicitBucketsBuilder_; /** - * - * *
        * The explicit buckets.
        * 
* * .google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3; - * * @return Whether the explicitBuckets field is set. */ @java.lang.Override @@ -4245,14 +3836,11 @@ public boolean hasExplicitBuckets() { return optionsCase_ == 3; } /** - * - * *
        * The explicit buckets.
        * 
* * .google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3; - * * @return The explicitBuckets. */ @java.lang.Override @@ -4270,8 +3858,6 @@ public com.google.api.Distribution.BucketOptions.Explicit getExplicitBuckets() { } } /** - * - * *
        * The explicit buckets.
        * 
@@ -4292,8 +3878,6 @@ public Builder setExplicitBuckets(com.google.api.Distribution.BucketOptions.Expl return this; } /** - * - * *
        * The explicit buckets.
        * 
@@ -4312,25 +3896,18 @@ public Builder setExplicitBuckets( return this; } /** - * - * *
        * The explicit buckets.
        * 
* * .google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3; */ - public Builder mergeExplicitBuckets( - com.google.api.Distribution.BucketOptions.Explicit value) { + public Builder mergeExplicitBuckets(com.google.api.Distribution.BucketOptions.Explicit value) { if (explicitBucketsBuilder_ == null) { - if (optionsCase_ == 3 - && options_ - != com.google.api.Distribution.BucketOptions.Explicit.getDefaultInstance()) { - options_ = - com.google.api.Distribution.BucketOptions.Explicit.newBuilder( - (com.google.api.Distribution.BucketOptions.Explicit) options_) - .mergeFrom(value) - .buildPartial(); + if (optionsCase_ == 3 && + options_ != com.google.api.Distribution.BucketOptions.Explicit.getDefaultInstance()) { + options_ = com.google.api.Distribution.BucketOptions.Explicit.newBuilder((com.google.api.Distribution.BucketOptions.Explicit) options_) + .mergeFrom(value).buildPartial(); } else { options_ = value; } @@ -4346,8 +3923,6 @@ public Builder mergeExplicitBuckets( return this; } /** - * - * *
        * The explicit buckets.
        * 
@@ -4371,21 +3946,16 @@ public Builder clearExplicitBuckets() { return this; } /** - * - * *
        * The explicit buckets.
        * 
* * .google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3; */ - public com.google.api.Distribution.BucketOptions.Explicit.Builder - getExplicitBucketsBuilder() { + public com.google.api.Distribution.BucketOptions.Explicit.Builder getExplicitBucketsBuilder() { return getExplicitBucketsFieldBuilder().getBuilder(); } /** - * - * *
        * The explicit buckets.
        * 
@@ -4393,8 +3963,7 @@ public Builder clearExplicitBuckets() { * .google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3; */ @java.lang.Override - public com.google.api.Distribution.BucketOptions.ExplicitOrBuilder - getExplicitBucketsOrBuilder() { + public com.google.api.Distribution.BucketOptions.ExplicitOrBuilder getExplicitBucketsOrBuilder() { if ((optionsCase_ == 3) && (explicitBucketsBuilder_ != null)) { return explicitBucketsBuilder_.getMessageOrBuilder(); } else { @@ -4405,8 +3974,6 @@ public Builder clearExplicitBuckets() { } } /** - * - * *
        * The explicit buckets.
        * 
@@ -4414,30 +3981,23 @@ public Builder clearExplicitBuckets() { * .google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.Distribution.BucketOptions.Explicit, - com.google.api.Distribution.BucketOptions.Explicit.Builder, - com.google.api.Distribution.BucketOptions.ExplicitOrBuilder> + com.google.api.Distribution.BucketOptions.Explicit, com.google.api.Distribution.BucketOptions.Explicit.Builder, com.google.api.Distribution.BucketOptions.ExplicitOrBuilder> getExplicitBucketsFieldBuilder() { if (explicitBucketsBuilder_ == null) { if (!(optionsCase_ == 3)) { options_ = com.google.api.Distribution.BucketOptions.Explicit.getDefaultInstance(); } - explicitBucketsBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.api.Distribution.BucketOptions.Explicit, - com.google.api.Distribution.BucketOptions.Explicit.Builder, - com.google.api.Distribution.BucketOptions.ExplicitOrBuilder>( + explicitBucketsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.api.Distribution.BucketOptions.Explicit, com.google.api.Distribution.BucketOptions.Explicit.Builder, com.google.api.Distribution.BucketOptions.ExplicitOrBuilder>( (com.google.api.Distribution.BucketOptions.Explicit) options_, getParentForChildren(), isClean()); options_ = null; } optionsCase_ = 3; - onChanged(); - ; + onChanged();; return explicitBucketsBuilder_; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -4450,12 +4010,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.Distribution.BucketOptions) } // @@protoc_insertion_point(class_scope:google.api.Distribution.BucketOptions) private static final com.google.api.Distribution.BucketOptions DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.Distribution.BucketOptions(); } @@ -4464,28 +4024,27 @@ public static com.google.api.Distribution.BucketOptions getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public BucketOptions parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public BucketOptions parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -4500,54 +4059,43 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.Distribution.BucketOptions getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } - public interface ExemplarOrBuilder - extends + public interface ExemplarOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.Distribution.Exemplar) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * Value of the exemplar point. This value determines to which bucket the
      * exemplar belongs.
      * 
* * double value = 1; - * * @return The value. */ double getValue(); /** - * - * *
      * The observation (sampling) time of the above value.
      * 
* * .google.protobuf.Timestamp timestamp = 2; - * * @return Whether the timestamp field is set. */ boolean hasTimestamp(); /** - * - * *
      * The observation (sampling) time of the above value.
      * 
* * .google.protobuf.Timestamp timestamp = 2; - * * @return The timestamp. */ com.google.protobuf.Timestamp getTimestamp(); /** - * - * *
      * The observation (sampling) time of the above value.
      * 
@@ -4557,8 +4105,6 @@ public interface ExemplarOrBuilder com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder(); /** - * - * *
      * Contextual information about the example value. Examples are:
      *   Trace: type.googleapis.com/google.monitoring.v3.SpanContext
@@ -4571,10 +4117,9 @@ public interface ExemplarOrBuilder
      *
      * repeated .google.protobuf.Any attachments = 3;
      */
-    java.util.List getAttachmentsList();
+    java.util.List 
+        getAttachmentsList();
     /**
-     *
-     *
      * 
      * Contextual information about the example value. Examples are:
      *   Trace: type.googleapis.com/google.monitoring.v3.SpanContext
@@ -4589,8 +4134,6 @@ public interface ExemplarOrBuilder
      */
     com.google.protobuf.Any getAttachments(int index);
     /**
-     *
-     *
      * 
      * Contextual information about the example value. Examples are:
      *   Trace: type.googleapis.com/google.monitoring.v3.SpanContext
@@ -4605,8 +4148,6 @@ public interface ExemplarOrBuilder
      */
     int getAttachmentsCount();
     /**
-     *
-     *
      * 
      * Contextual information about the example value. Examples are:
      *   Trace: type.googleapis.com/google.monitoring.v3.SpanContext
@@ -4619,10 +4160,9 @@ public interface ExemplarOrBuilder
      *
      * repeated .google.protobuf.Any attachments = 3;
      */
-    java.util.List getAttachmentsOrBuilderList();
+    java.util.List 
+        getAttachmentsOrBuilderList();
     /**
-     *
-     *
      * 
      * Contextual information about the example value. Examples are:
      *   Trace: type.googleapis.com/google.monitoring.v3.SpanContext
@@ -4635,11 +4175,10 @@ public interface ExemplarOrBuilder
      *
      * repeated .google.protobuf.Any attachments = 3;
      */
-    com.google.protobuf.AnyOrBuilder getAttachmentsOrBuilder(int index);
+    com.google.protobuf.AnyOrBuilder getAttachmentsOrBuilder(
+        int index);
   }
   /**
-   *
-   *
    * 
    * Exemplars are example points that may be used to annotate aggregated
    * distribution values. They are metadata that gives information about a
@@ -4650,58 +4189,53 @@ public interface ExemplarOrBuilder
    *
    * Protobuf type {@code google.api.Distribution.Exemplar}
    */
-  public static final class Exemplar extends com.google.protobuf.GeneratedMessageV3
-      implements
+  public static final class Exemplar extends
+      com.google.protobuf.GeneratedMessageV3 implements
       // @@protoc_insertion_point(message_implements:google.api.Distribution.Exemplar)
       ExemplarOrBuilder {
-    private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
     // Use Exemplar.newBuilder() to construct.
     private Exemplar(com.google.protobuf.GeneratedMessageV3.Builder builder) {
       super(builder);
     }
-
     private Exemplar() {
       attachments_ = java.util.Collections.emptyList();
     }
 
     @java.lang.Override
     @SuppressWarnings({"unused"})
-    protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+    protected java.lang.Object newInstance(
+        UnusedPrivateParameter unused) {
       return new Exemplar();
     }
 
     @java.lang.Override
-    public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+    public final com.google.protobuf.UnknownFieldSet
+    getUnknownFields() {
       return this.unknownFields;
     }
-
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.api.DistributionProto
-          .internal_static_google_api_Distribution_Exemplar_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.api.DistributionProto.internal_static_google_api_Distribution_Exemplar_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.api.DistributionProto
-          .internal_static_google_api_Distribution_Exemplar_fieldAccessorTable
+      return com.google.api.DistributionProto.internal_static_google_api_Distribution_Exemplar_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.api.Distribution.Exemplar.class,
-              com.google.api.Distribution.Exemplar.Builder.class);
+              com.google.api.Distribution.Exemplar.class, com.google.api.Distribution.Exemplar.Builder.class);
     }
 
     public static final int VALUE_FIELD_NUMBER = 1;
     private double value_;
     /**
-     *
-     *
      * 
      * Value of the exemplar point. This value determines to which bucket the
      * exemplar belongs.
      * 
* * double value = 1; - * * @return The value. */ @java.lang.Override @@ -4712,14 +4246,11 @@ public double getValue() { public static final int TIMESTAMP_FIELD_NUMBER = 2; private com.google.protobuf.Timestamp timestamp_; /** - * - * *
      * The observation (sampling) time of the above value.
      * 
* * .google.protobuf.Timestamp timestamp = 2; - * * @return Whether the timestamp field is set. */ @java.lang.Override @@ -4727,14 +4258,11 @@ public boolean hasTimestamp() { return timestamp_ != null; } /** - * - * *
      * The observation (sampling) time of the above value.
      * 
* * .google.protobuf.Timestamp timestamp = 2; - * * @return The timestamp. */ @java.lang.Override @@ -4742,8 +4270,6 @@ public com.google.protobuf.Timestamp getTimestamp() { return timestamp_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : timestamp_; } /** - * - * *
      * The observation (sampling) time of the above value.
      * 
@@ -4758,8 +4284,6 @@ public com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder() { public static final int ATTACHMENTS_FIELD_NUMBER = 3; private java.util.List attachments_; /** - * - * *
      * Contextual information about the example value. Examples are:
      *   Trace: type.googleapis.com/google.monitoring.v3.SpanContext
@@ -4777,8 +4301,6 @@ public java.util.List getAttachmentsList() {
       return attachments_;
     }
     /**
-     *
-     *
      * 
      * Contextual information about the example value. Examples are:
      *   Trace: type.googleapis.com/google.monitoring.v3.SpanContext
@@ -4792,13 +4314,11 @@ public java.util.List getAttachmentsList() {
      * repeated .google.protobuf.Any attachments = 3;
      */
     @java.lang.Override
-    public java.util.List
+    public java.util.List 
         getAttachmentsOrBuilderList() {
       return attachments_;
     }
     /**
-     *
-     *
      * 
      * Contextual information about the example value. Examples are:
      *   Trace: type.googleapis.com/google.monitoring.v3.SpanContext
@@ -4816,8 +4336,6 @@ public int getAttachmentsCount() {
       return attachments_.size();
     }
     /**
-     *
-     *
      * 
      * Contextual information about the example value. Examples are:
      *   Trace: type.googleapis.com/google.monitoring.v3.SpanContext
@@ -4835,8 +4353,6 @@ public com.google.protobuf.Any getAttachments(int index) {
       return attachments_.get(index);
     }
     /**
-     *
-     *
      * 
      * Contextual information about the example value. Examples are:
      *   Trace: type.googleapis.com/google.monitoring.v3.SpanContext
@@ -4850,12 +4366,12 @@ public com.google.protobuf.Any getAttachments(int index) {
      * repeated .google.protobuf.Any attachments = 3;
      */
     @java.lang.Override
-    public com.google.protobuf.AnyOrBuilder getAttachmentsOrBuilder(int index) {
+    public com.google.protobuf.AnyOrBuilder getAttachmentsOrBuilder(
+        int index) {
       return attachments_.get(index);
     }
 
     private byte memoizedIsInitialized = -1;
-
     @java.lang.Override
     public final boolean isInitialized() {
       byte isInitialized = memoizedIsInitialized;
@@ -4867,7 +4383,8 @@ public final boolean isInitialized() {
     }
 
     @java.lang.Override
-    public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+    public void writeTo(com.google.protobuf.CodedOutputStream output)
+                        throws java.io.IOException {
       if (java.lang.Double.doubleToRawLongBits(value_) != 0) {
         output.writeDouble(1, value_);
       }
@@ -4887,13 +4404,16 @@ public int getSerializedSize() {
 
       size = 0;
       if (java.lang.Double.doubleToRawLongBits(value_) != 0) {
-        size += com.google.protobuf.CodedOutputStream.computeDoubleSize(1, value_);
+        size += com.google.protobuf.CodedOutputStream
+          .computeDoubleSize(1, value_);
       }
       if (timestamp_ != null) {
-        size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getTimestamp());
+        size += com.google.protobuf.CodedOutputStream
+          .computeMessageSize(2, getTimestamp());
       }
       for (int i = 0; i < attachments_.size(); i++) {
-        size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, attachments_.get(i));
+        size += com.google.protobuf.CodedOutputStream
+          .computeMessageSize(3, attachments_.get(i));
       }
       size += getUnknownFields().getSerializedSize();
       memoizedSize = size;
@@ -4903,7 +4423,7 @@ public int getSerializedSize() {
     @java.lang.Override
     public boolean equals(final java.lang.Object obj) {
       if (obj == this) {
-        return true;
+       return true;
       }
       if (!(obj instanceof com.google.api.Distribution.Exemplar)) {
         return super.equals(obj);
@@ -4911,12 +4431,15 @@ public boolean equals(final java.lang.Object obj) {
       com.google.api.Distribution.Exemplar other = (com.google.api.Distribution.Exemplar) obj;
 
       if (java.lang.Double.doubleToLongBits(getValue())
-          != java.lang.Double.doubleToLongBits(other.getValue())) return false;
+          != java.lang.Double.doubleToLongBits(
+              other.getValue())) return false;
       if (hasTimestamp() != other.hasTimestamp()) return false;
       if (hasTimestamp()) {
-        if (!getTimestamp().equals(other.getTimestamp())) return false;
+        if (!getTimestamp()
+            .equals(other.getTimestamp())) return false;
       }
-      if (!getAttachmentsList().equals(other.getAttachmentsList())) return false;
+      if (!getAttachmentsList()
+          .equals(other.getAttachmentsList())) return false;
       if (!getUnknownFields().equals(other.getUnknownFields())) return false;
       return true;
     }
@@ -4929,10 +4452,8 @@ public int hashCode() {
       int hash = 41;
       hash = (19 * hash) + getDescriptor().hashCode();
       hash = (37 * hash) + VALUE_FIELD_NUMBER;
-      hash =
-          (53 * hash)
-              + com.google.protobuf.Internal.hashLong(
-                  java.lang.Double.doubleToLongBits(getValue()));
+      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
+          java.lang.Double.doubleToLongBits(getValue()));
       if (hasTimestamp()) {
         hash = (37 * hash) + TIMESTAMP_FIELD_NUMBER;
         hash = (53 * hash) + getTimestamp().hashCode();
@@ -4946,94 +4467,88 @@ public int hashCode() {
       return hash;
     }
 
-    public static com.google.api.Distribution.Exemplar parseFrom(java.nio.ByteBuffer data)
+    public static com.google.api.Distribution.Exemplar parseFrom(
+        java.nio.ByteBuffer data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.api.Distribution.Exemplar parseFrom(
-        java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.nio.ByteBuffer data,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
-
     public static com.google.api.Distribution.Exemplar parseFrom(
         com.google.protobuf.ByteString data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.api.Distribution.Exemplar parseFrom(
         com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
-
     public static com.google.api.Distribution.Exemplar parseFrom(byte[] data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.api.Distribution.Exemplar parseFrom(
-        byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        byte[] data,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
-
     public static com.google.api.Distribution.Exemplar parseFrom(java.io.InputStream input)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input);
     }
-
     public static com.google.api.Distribution.Exemplar parseFrom(
-        java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.io.InputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-          PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input, extensionRegistry);
     }
-
     public static com.google.api.Distribution.Exemplar parseDelimitedFrom(java.io.InputStream input)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+      return com.google.protobuf.GeneratedMessageV3
+          .parseDelimitedWithIOException(PARSER, input);
     }
-
     public static com.google.api.Distribution.Exemplar parseDelimitedFrom(
-        java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.io.InputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-          PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3
+          .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
     }
-
     public static com.google.api.Distribution.Exemplar parseFrom(
-        com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+        com.google.protobuf.CodedInputStream input)
+        throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input);
     }
-
     public static com.google.api.Distribution.Exemplar parseFrom(
         com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-          PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input, extensionRegistry);
     }
 
     @java.lang.Override
-    public Builder newBuilderForType() {
-      return newBuilder();
-    }
-
+    public Builder newBuilderForType() { return newBuilder(); }
     public static Builder newBuilder() {
       return DEFAULT_INSTANCE.toBuilder();
     }
-
     public static Builder newBuilder(com.google.api.Distribution.Exemplar prototype) {
       return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
     }
-
     @java.lang.Override
     public Builder toBuilder() {
-      return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+      return this == DEFAULT_INSTANCE
+          ? new Builder() : new Builder().mergeFrom(this);
     }
 
     @java.lang.Override
@@ -5043,8 +4558,6 @@ protected Builder newBuilderForType(
       return builder;
     }
     /**
-     *
-     *
      * 
      * Exemplars are example points that may be used to annotate aggregated
      * distribution values. They are metadata that gives information about a
@@ -5055,33 +4568,33 @@ protected Builder newBuilderForType(
      *
      * Protobuf type {@code google.api.Distribution.Exemplar}
      */
-    public static final class Builder
-        extends com.google.protobuf.GeneratedMessageV3.Builder
-        implements
+    public static final class Builder extends
+        com.google.protobuf.GeneratedMessageV3.Builder implements
         // @@protoc_insertion_point(builder_implements:google.api.Distribution.Exemplar)
         com.google.api.Distribution.ExemplarOrBuilder {
-      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-        return com.google.api.DistributionProto
-            .internal_static_google_api_Distribution_Exemplar_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor
+          getDescriptor() {
+        return com.google.api.DistributionProto.internal_static_google_api_Distribution_Exemplar_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.api.DistributionProto
-            .internal_static_google_api_Distribution_Exemplar_fieldAccessorTable
+        return com.google.api.DistributionProto.internal_static_google_api_Distribution_Exemplar_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.api.Distribution.Exemplar.class,
-                com.google.api.Distribution.Exemplar.Builder.class);
+                com.google.api.Distribution.Exemplar.class, com.google.api.Distribution.Exemplar.Builder.class);
       }
 
       // Construct using com.google.api.Distribution.Exemplar.newBuilder()
-      private Builder() {}
+      private Builder() {
 
-      private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-        super(parent);
       }
 
+      private Builder(
+          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+        super(parent);
+
+      }
       @java.lang.Override
       public Builder clear() {
         super.clear();
@@ -5104,9 +4617,9 @@ public Builder clear() {
       }
 
       @java.lang.Override
-      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-        return com.google.api.DistributionProto
-            .internal_static_google_api_Distribution_Exemplar_descriptor;
+      public com.google.protobuf.Descriptors.Descriptor
+          getDescriptorForType() {
+        return com.google.api.DistributionProto.internal_static_google_api_Distribution_Exemplar_descriptor;
       }
 
       @java.lang.Override
@@ -5125,8 +4638,7 @@ public com.google.api.Distribution.Exemplar build() {
 
       @java.lang.Override
       public com.google.api.Distribution.Exemplar buildPartial() {
-        com.google.api.Distribution.Exemplar result =
-            new com.google.api.Distribution.Exemplar(this);
+        com.google.api.Distribution.Exemplar result = new com.google.api.Distribution.Exemplar(this);
         int from_bitField0_ = bitField0_;
         result.value_ = value_;
         if (timestampBuilder_ == null) {
@@ -5151,41 +4663,38 @@ public com.google.api.Distribution.Exemplar buildPartial() {
       public Builder clone() {
         return super.clone();
       }
-
       @java.lang.Override
       public Builder setField(
-          com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+          com.google.protobuf.Descriptors.FieldDescriptor field,
+          java.lang.Object value) {
         return super.setField(field, value);
       }
-
       @java.lang.Override
-      public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+      public Builder clearField(
+          com.google.protobuf.Descriptors.FieldDescriptor field) {
         return super.clearField(field);
       }
-
       @java.lang.Override
-      public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+      public Builder clearOneof(
+          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
         return super.clearOneof(oneof);
       }
-
       @java.lang.Override
       public Builder setRepeatedField(
           com.google.protobuf.Descriptors.FieldDescriptor field,
-          int index,
-          java.lang.Object value) {
+          int index, java.lang.Object value) {
         return super.setRepeatedField(field, index, value);
       }
-
       @java.lang.Override
       public Builder addRepeatedField(
-          com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+          com.google.protobuf.Descriptors.FieldDescriptor field,
+          java.lang.Object value) {
         return super.addRepeatedField(field, value);
       }
-
       @java.lang.Override
       public Builder mergeFrom(com.google.protobuf.Message other) {
         if (other instanceof com.google.api.Distribution.Exemplar) {
-          return mergeFrom((com.google.api.Distribution.Exemplar) other);
+          return mergeFrom((com.google.api.Distribution.Exemplar)other);
         } else {
           super.mergeFrom(other);
           return this;
@@ -5218,10 +4727,9 @@ public Builder mergeFrom(com.google.api.Distribution.Exemplar other) {
               attachmentsBuilder_ = null;
               attachments_ = other.attachments_;
               bitField0_ = (bitField0_ & ~0x00000001);
-              attachmentsBuilder_ =
-                  com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                      ? getAttachmentsFieldBuilder()
-                      : null;
+              attachmentsBuilder_ = 
+                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                   getAttachmentsFieldBuilder() : null;
             } else {
               attachmentsBuilder_.addAllMessages(other.attachments_);
             }
@@ -5253,37 +4761,37 @@ public Builder mergeFrom(
               case 0:
                 done = true;
                 break;
-              case 9:
-                {
-                  value_ = input.readDouble();
+              case 9: {
+                value_ = input.readDouble();
 
-                  break;
-                } // case 9
-              case 18:
-                {
-                  input.readMessage(getTimestampFieldBuilder().getBuilder(), extensionRegistry);
+                break;
+              } // case 9
+              case 18: {
+                input.readMessage(
+                    getTimestampFieldBuilder().getBuilder(),
+                    extensionRegistry);
 
-                  break;
-                } // case 18
-              case 26:
-                {
-                  com.google.protobuf.Any m =
-                      input.readMessage(com.google.protobuf.Any.parser(), extensionRegistry);
-                  if (attachmentsBuilder_ == null) {
-                    ensureAttachmentsIsMutable();
-                    attachments_.add(m);
-                  } else {
-                    attachmentsBuilder_.addMessage(m);
-                  }
-                  break;
-                } // case 26
-              default:
-                {
-                  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                    done = true; // was an endgroup tag
-                  }
-                  break;
-                } // default:
+                break;
+              } // case 18
+              case 26: {
+                com.google.protobuf.Any m =
+                    input.readMessage(
+                        com.google.protobuf.Any.parser(),
+                        extensionRegistry);
+                if (attachmentsBuilder_ == null) {
+                  ensureAttachmentsIsMutable();
+                  attachments_.add(m);
+                } else {
+                  attachmentsBuilder_.addMessage(m);
+                }
+                break;
+              } // case 26
+              default: {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
             } // switch (tag)
           } // while (!done)
         } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -5293,20 +4801,16 @@ public Builder mergeFrom(
         } // finally
         return this;
       }
-
       private int bitField0_;
 
-      private double value_;
+      private double value_ ;
       /**
-       *
-       *
        * 
        * Value of the exemplar point. This value determines to which bucket the
        * exemplar belongs.
        * 
* * double value = 1; - * * @return The value. */ @java.lang.Override @@ -5314,38 +4818,32 @@ public double getValue() { return value_; } /** - * - * *
        * Value of the exemplar point. This value determines to which bucket the
        * exemplar belongs.
        * 
* * double value = 1; - * * @param value The value to set. * @return This builder for chaining. */ public Builder setValue(double value) { - + value_ = value; onChanged(); return this; } /** - * - * *
        * Value of the exemplar point. This value determines to which bucket the
        * exemplar belongs.
        * 
* * double value = 1; - * * @return This builder for chaining. */ public Builder clearValue() { - + value_ = 0D; onChanged(); return this; @@ -5353,47 +4851,34 @@ public Builder clearValue() { private com.google.protobuf.Timestamp timestamp_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> - timestampBuilder_; + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> timestampBuilder_; /** - * - * *
        * The observation (sampling) time of the above value.
        * 
* * .google.protobuf.Timestamp timestamp = 2; - * * @return Whether the timestamp field is set. */ public boolean hasTimestamp() { return timestampBuilder_ != null || timestamp_ != null; } /** - * - * *
        * The observation (sampling) time of the above value.
        * 
* * .google.protobuf.Timestamp timestamp = 2; - * * @return The timestamp. */ public com.google.protobuf.Timestamp getTimestamp() { if (timestampBuilder_ == null) { - return timestamp_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : timestamp_; + return timestamp_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : timestamp_; } else { return timestampBuilder_.getMessage(); } } /** - * - * *
        * The observation (sampling) time of the above value.
        * 
@@ -5414,15 +4899,14 @@ public Builder setTimestamp(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
        * The observation (sampling) time of the above value.
        * 
* * .google.protobuf.Timestamp timestamp = 2; */ - public Builder setTimestamp(com.google.protobuf.Timestamp.Builder builderForValue) { + public Builder setTimestamp( + com.google.protobuf.Timestamp.Builder builderForValue) { if (timestampBuilder_ == null) { timestamp_ = builderForValue.build(); onChanged(); @@ -5433,8 +4917,6 @@ public Builder setTimestamp(com.google.protobuf.Timestamp.Builder builderForValu return this; } /** - * - * *
        * The observation (sampling) time of the above value.
        * 
@@ -5445,9 +4927,7 @@ public Builder mergeTimestamp(com.google.protobuf.Timestamp value) { if (timestampBuilder_ == null) { if (timestamp_ != null) { timestamp_ = - com.google.protobuf.Timestamp.newBuilder(timestamp_) - .mergeFrom(value) - .buildPartial(); + com.google.protobuf.Timestamp.newBuilder(timestamp_).mergeFrom(value).buildPartial(); } else { timestamp_ = value; } @@ -5459,8 +4939,6 @@ public Builder mergeTimestamp(com.google.protobuf.Timestamp value) { return this; } /** - * - * *
        * The observation (sampling) time of the above value.
        * 
@@ -5479,8 +4957,6 @@ public Builder clearTimestamp() { return this; } /** - * - * *
        * The observation (sampling) time of the above value.
        * 
@@ -5488,13 +4964,11 @@ public Builder clearTimestamp() { * .google.protobuf.Timestamp timestamp = 2; */ public com.google.protobuf.Timestamp.Builder getTimestampBuilder() { - + onChanged(); return getTimestampFieldBuilder().getBuilder(); } /** - * - * *
        * The observation (sampling) time of the above value.
        * 
@@ -5505,14 +4979,11 @@ public com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder() { if (timestampBuilder_ != null) { return timestampBuilder_.getMessageOrBuilder(); } else { - return timestamp_ == null - ? com.google.protobuf.Timestamp.getDefaultInstance() - : timestamp_; + return timestamp_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : timestamp_; } } /** - * - * *
        * The observation (sampling) time of the above value.
        * 
@@ -5520,41 +4991,32 @@ public com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder() { * .google.protobuf.Timestamp timestamp = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder> + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> getTimestampFieldBuilder() { if (timestampBuilder_ == null) { - timestampBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Timestamp, - com.google.protobuf.Timestamp.Builder, - com.google.protobuf.TimestampOrBuilder>( - getTimestamp(), getParentForChildren(), isClean()); + timestampBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getTimestamp(), + getParentForChildren(), + isClean()); timestamp_ = null; } return timestampBuilder_; } private java.util.List attachments_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureAttachmentsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { attachments_ = new java.util.ArrayList(attachments_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.protobuf.Any, - com.google.protobuf.Any.Builder, - com.google.protobuf.AnyOrBuilder> - attachmentsBuilder_; + com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> attachmentsBuilder_; /** - * - * *
        * Contextual information about the example value. Examples are:
        *   Trace: type.googleapis.com/google.monitoring.v3.SpanContext
@@ -5575,8 +5037,6 @@ public java.util.List getAttachmentsList() {
         }
       }
       /**
-       *
-       *
        * 
        * Contextual information about the example value. Examples are:
        *   Trace: type.googleapis.com/google.monitoring.v3.SpanContext
@@ -5597,8 +5057,6 @@ public int getAttachmentsCount() {
         }
       }
       /**
-       *
-       *
        * 
        * Contextual information about the example value. Examples are:
        *   Trace: type.googleapis.com/google.monitoring.v3.SpanContext
@@ -5619,8 +5077,6 @@ public com.google.protobuf.Any getAttachments(int index) {
         }
       }
       /**
-       *
-       *
        * 
        * Contextual information about the example value. Examples are:
        *   Trace: type.googleapis.com/google.monitoring.v3.SpanContext
@@ -5633,7 +5089,8 @@ public com.google.protobuf.Any getAttachments(int index) {
        *
        * repeated .google.protobuf.Any attachments = 3;
        */
-      public Builder setAttachments(int index, com.google.protobuf.Any value) {
+      public Builder setAttachments(
+          int index, com.google.protobuf.Any value) {
         if (attachmentsBuilder_ == null) {
           if (value == null) {
             throw new NullPointerException();
@@ -5647,8 +5104,6 @@ public Builder setAttachments(int index, com.google.protobuf.Any value) {
         return this;
       }
       /**
-       *
-       *
        * 
        * Contextual information about the example value. Examples are:
        *   Trace: type.googleapis.com/google.monitoring.v3.SpanContext
@@ -5661,7 +5116,8 @@ public Builder setAttachments(int index, com.google.protobuf.Any value) {
        *
        * repeated .google.protobuf.Any attachments = 3;
        */
-      public Builder setAttachments(int index, com.google.protobuf.Any.Builder builderForValue) {
+      public Builder setAttachments(
+          int index, com.google.protobuf.Any.Builder builderForValue) {
         if (attachmentsBuilder_ == null) {
           ensureAttachmentsIsMutable();
           attachments_.set(index, builderForValue.build());
@@ -5672,8 +5128,6 @@ public Builder setAttachments(int index, com.google.protobuf.Any.Builder builder
         return this;
       }
       /**
-       *
-       *
        * 
        * Contextual information about the example value. Examples are:
        *   Trace: type.googleapis.com/google.monitoring.v3.SpanContext
@@ -5700,8 +5154,6 @@ public Builder addAttachments(com.google.protobuf.Any value) {
         return this;
       }
       /**
-       *
-       *
        * 
        * Contextual information about the example value. Examples are:
        *   Trace: type.googleapis.com/google.monitoring.v3.SpanContext
@@ -5714,7 +5166,8 @@ public Builder addAttachments(com.google.protobuf.Any value) {
        *
        * repeated .google.protobuf.Any attachments = 3;
        */
-      public Builder addAttachments(int index, com.google.protobuf.Any value) {
+      public Builder addAttachments(
+          int index, com.google.protobuf.Any value) {
         if (attachmentsBuilder_ == null) {
           if (value == null) {
             throw new NullPointerException();
@@ -5728,8 +5181,6 @@ public Builder addAttachments(int index, com.google.protobuf.Any value) {
         return this;
       }
       /**
-       *
-       *
        * 
        * Contextual information about the example value. Examples are:
        *   Trace: type.googleapis.com/google.monitoring.v3.SpanContext
@@ -5742,7 +5193,8 @@ public Builder addAttachments(int index, com.google.protobuf.Any value) {
        *
        * repeated .google.protobuf.Any attachments = 3;
        */
-      public Builder addAttachments(com.google.protobuf.Any.Builder builderForValue) {
+      public Builder addAttachments(
+          com.google.protobuf.Any.Builder builderForValue) {
         if (attachmentsBuilder_ == null) {
           ensureAttachmentsIsMutable();
           attachments_.add(builderForValue.build());
@@ -5753,8 +5205,6 @@ public Builder addAttachments(com.google.protobuf.Any.Builder builderForValue) {
         return this;
       }
       /**
-       *
-       *
        * 
        * Contextual information about the example value. Examples are:
        *   Trace: type.googleapis.com/google.monitoring.v3.SpanContext
@@ -5767,7 +5217,8 @@ public Builder addAttachments(com.google.protobuf.Any.Builder builderForValue) {
        *
        * repeated .google.protobuf.Any attachments = 3;
        */
-      public Builder addAttachments(int index, com.google.protobuf.Any.Builder builderForValue) {
+      public Builder addAttachments(
+          int index, com.google.protobuf.Any.Builder builderForValue) {
         if (attachmentsBuilder_ == null) {
           ensureAttachmentsIsMutable();
           attachments_.add(index, builderForValue.build());
@@ -5778,8 +5229,6 @@ public Builder addAttachments(int index, com.google.protobuf.Any.Builder builder
         return this;
       }
       /**
-       *
-       *
        * 
        * Contextual information about the example value. Examples are:
        *   Trace: type.googleapis.com/google.monitoring.v3.SpanContext
@@ -5796,7 +5245,8 @@ public Builder addAllAttachments(
           java.lang.Iterable values) {
         if (attachmentsBuilder_ == null) {
           ensureAttachmentsIsMutable();
-          com.google.protobuf.AbstractMessageLite.Builder.addAll(values, attachments_);
+          com.google.protobuf.AbstractMessageLite.Builder.addAll(
+              values, attachments_);
           onChanged();
         } else {
           attachmentsBuilder_.addAllMessages(values);
@@ -5804,8 +5254,6 @@ public Builder addAllAttachments(
         return this;
       }
       /**
-       *
-       *
        * 
        * Contextual information about the example value. Examples are:
        *   Trace: type.googleapis.com/google.monitoring.v3.SpanContext
@@ -5829,8 +5277,6 @@ public Builder clearAttachments() {
         return this;
       }
       /**
-       *
-       *
        * 
        * Contextual information about the example value. Examples are:
        *   Trace: type.googleapis.com/google.monitoring.v3.SpanContext
@@ -5854,8 +5300,6 @@ public Builder removeAttachments(int index) {
         return this;
       }
       /**
-       *
-       *
        * 
        * Contextual information about the example value. Examples are:
        *   Trace: type.googleapis.com/google.monitoring.v3.SpanContext
@@ -5868,12 +5312,11 @@ public Builder removeAttachments(int index) {
        *
        * repeated .google.protobuf.Any attachments = 3;
        */
-      public com.google.protobuf.Any.Builder getAttachmentsBuilder(int index) {
+      public com.google.protobuf.Any.Builder getAttachmentsBuilder(
+          int index) {
         return getAttachmentsFieldBuilder().getBuilder(index);
       }
       /**
-       *
-       *
        * 
        * Contextual information about the example value. Examples are:
        *   Trace: type.googleapis.com/google.monitoring.v3.SpanContext
@@ -5886,16 +5329,14 @@ public com.google.protobuf.Any.Builder getAttachmentsBuilder(int index) {
        *
        * repeated .google.protobuf.Any attachments = 3;
        */
-      public com.google.protobuf.AnyOrBuilder getAttachmentsOrBuilder(int index) {
+      public com.google.protobuf.AnyOrBuilder getAttachmentsOrBuilder(
+          int index) {
         if (attachmentsBuilder_ == null) {
-          return attachments_.get(index);
-        } else {
+          return attachments_.get(index);  } else {
           return attachmentsBuilder_.getMessageOrBuilder(index);
         }
       }
       /**
-       *
-       *
        * 
        * Contextual information about the example value. Examples are:
        *   Trace: type.googleapis.com/google.monitoring.v3.SpanContext
@@ -5908,8 +5349,8 @@ public com.google.protobuf.AnyOrBuilder getAttachmentsOrBuilder(int index) {
        *
        * repeated .google.protobuf.Any attachments = 3;
        */
-      public java.util.List
-          getAttachmentsOrBuilderList() {
+      public java.util.List 
+           getAttachmentsOrBuilderList() {
         if (attachmentsBuilder_ != null) {
           return attachmentsBuilder_.getMessageOrBuilderList();
         } else {
@@ -5917,8 +5358,6 @@ public com.google.protobuf.AnyOrBuilder getAttachmentsOrBuilder(int index) {
         }
       }
       /**
-       *
-       *
        * 
        * Contextual information about the example value. Examples are:
        *   Trace: type.googleapis.com/google.monitoring.v3.SpanContext
@@ -5932,12 +5371,10 @@ public com.google.protobuf.AnyOrBuilder getAttachmentsOrBuilder(int index) {
        * repeated .google.protobuf.Any attachments = 3;
        */
       public com.google.protobuf.Any.Builder addAttachmentsBuilder() {
-        return getAttachmentsFieldBuilder()
-            .addBuilder(com.google.protobuf.Any.getDefaultInstance());
+        return getAttachmentsFieldBuilder().addBuilder(
+            com.google.protobuf.Any.getDefaultInstance());
       }
       /**
-       *
-       *
        * 
        * Contextual information about the example value. Examples are:
        *   Trace: type.googleapis.com/google.monitoring.v3.SpanContext
@@ -5950,13 +5387,12 @@ public com.google.protobuf.Any.Builder addAttachmentsBuilder() {
        *
        * repeated .google.protobuf.Any attachments = 3;
        */
-      public com.google.protobuf.Any.Builder addAttachmentsBuilder(int index) {
-        return getAttachmentsFieldBuilder()
-            .addBuilder(index, com.google.protobuf.Any.getDefaultInstance());
+      public com.google.protobuf.Any.Builder addAttachmentsBuilder(
+          int index) {
+        return getAttachmentsFieldBuilder().addBuilder(
+            index, com.google.protobuf.Any.getDefaultInstance());
       }
       /**
-       *
-       *
        * 
        * Contextual information about the example value. Examples are:
        *   Trace: type.googleapis.com/google.monitoring.v3.SpanContext
@@ -5969,21 +5405,16 @@ public com.google.protobuf.Any.Builder addAttachmentsBuilder(int index) {
        *
        * repeated .google.protobuf.Any attachments = 3;
        */
-      public java.util.List getAttachmentsBuilderList() {
+      public java.util.List 
+           getAttachmentsBuilderList() {
         return getAttachmentsFieldBuilder().getBuilderList();
       }
-
       private com.google.protobuf.RepeatedFieldBuilderV3<
-              com.google.protobuf.Any,
-              com.google.protobuf.Any.Builder,
-              com.google.protobuf.AnyOrBuilder>
+          com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> 
           getAttachmentsFieldBuilder() {
         if (attachmentsBuilder_ == null) {
-          attachmentsBuilder_ =
-              new com.google.protobuf.RepeatedFieldBuilderV3<
-                  com.google.protobuf.Any,
-                  com.google.protobuf.Any.Builder,
-                  com.google.protobuf.AnyOrBuilder>(
+          attachmentsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+              com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>(
                   attachments_,
                   ((bitField0_ & 0x00000001) != 0),
                   getParentForChildren(),
@@ -5992,7 +5423,6 @@ public java.util.List getAttachmentsBuilderList
         }
         return attachmentsBuilder_;
       }
-
       @java.lang.Override
       public final Builder setUnknownFields(
           final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -6005,12 +5435,12 @@ public final Builder mergeUnknownFields(
         return super.mergeUnknownFields(unknownFields);
       }
 
+
       // @@protoc_insertion_point(builder_scope:google.api.Distribution.Exemplar)
     }
 
     // @@protoc_insertion_point(class_scope:google.api.Distribution.Exemplar)
     private static final com.google.api.Distribution.Exemplar DEFAULT_INSTANCE;
-
     static {
       DEFAULT_INSTANCE = new com.google.api.Distribution.Exemplar();
     }
@@ -6019,28 +5449,27 @@ public static com.google.api.Distribution.Exemplar getDefaultInstance() {
       return DEFAULT_INSTANCE;
     }
 
-    private static final com.google.protobuf.Parser PARSER =
-        new com.google.protobuf.AbstractParser() {
-          @java.lang.Override
-          public Exemplar parsePartialFrom(
-              com.google.protobuf.CodedInputStream input,
-              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-              throws com.google.protobuf.InvalidProtocolBufferException {
-            Builder builder = newBuilder();
-            try {
-              builder.mergeFrom(input, extensionRegistry);
-            } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-              throw e.setUnfinishedMessage(builder.buildPartial());
-            } catch (com.google.protobuf.UninitializedMessageException e) {
-              throw e.asInvalidProtocolBufferException()
-                  .setUnfinishedMessage(builder.buildPartial());
-            } catch (java.io.IOException e) {
-              throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                  .setUnfinishedMessage(builder.buildPartial());
-            }
-            return builder.buildPartial();
-          }
-        };
+    private static final com.google.protobuf.Parser
+        PARSER = new com.google.protobuf.AbstractParser() {
+      @java.lang.Override
+      public Exemplar parsePartialFrom(
+          com.google.protobuf.CodedInputStream input,
+          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+          throws com.google.protobuf.InvalidProtocolBufferException {
+        Builder builder = newBuilder();
+        try {
+          builder.mergeFrom(input, extensionRegistry);
+        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+          throw e.setUnfinishedMessage(builder.buildPartial());
+        } catch (com.google.protobuf.UninitializedMessageException e) {
+          throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+        } catch (java.io.IOException e) {
+          throw new com.google.protobuf.InvalidProtocolBufferException(e)
+              .setUnfinishedMessage(builder.buildPartial());
+        }
+        return builder.buildPartial();
+      }
+    };
 
     public static com.google.protobuf.Parser parser() {
       return PARSER;
@@ -6055,13 +5484,12 @@ public com.google.protobuf.Parser getParserForType() {
     public com.google.api.Distribution.Exemplar getDefaultInstanceForType() {
       return DEFAULT_INSTANCE;
     }
+
   }
 
   public static final int COUNT_FIELD_NUMBER = 1;
   private long count_;
   /**
-   *
-   *
    * 
    * The number of values in the population. Must be non-negative. This value
    * must equal the sum of the values in `bucket_counts` if a histogram is
@@ -6069,7 +5497,6 @@ public com.google.api.Distribution.Exemplar getDefaultInstanceForType() {
    * 
* * int64 count = 1; - * * @return The count. */ @java.lang.Override @@ -6080,15 +5507,12 @@ public long getCount() { public static final int MEAN_FIELD_NUMBER = 2; private double mean_; /** - * - * *
    * The arithmetic mean of the values in the population. If `count` is zero
    * then this field must be zero.
    * 
* * double mean = 2; - * * @return The mean. */ @java.lang.Override @@ -6099,8 +5523,6 @@ public double getMean() { public static final int SUM_OF_SQUARED_DEVIATION_FIELD_NUMBER = 3; private double sumOfSquaredDeviation_; /** - * - * *
    * The sum of squared deviations from the mean of the values in the
    * population. For values x_i this is:
@@ -6111,7 +5533,6 @@ public double getMean() {
    * 
* * double sum_of_squared_deviation = 3; - * * @return The sumOfSquaredDeviation. */ @java.lang.Override @@ -6122,15 +5543,12 @@ public double getSumOfSquaredDeviation() { public static final int RANGE_FIELD_NUMBER = 4; private com.google.api.Distribution.Range range_; /** - * - * *
    * If specified, contains the range of the population values. The field
    * must not be present if the `count` is zero.
    * 
* * .google.api.Distribution.Range range = 4; - * * @return Whether the range field is set. */ @java.lang.Override @@ -6138,15 +5556,12 @@ public boolean hasRange() { return range_ != null; } /** - * - * *
    * If specified, contains the range of the population values. The field
    * must not be present if the `count` is zero.
    * 
* * .google.api.Distribution.Range range = 4; - * * @return The range. */ @java.lang.Override @@ -6154,8 +5569,6 @@ public com.google.api.Distribution.Range getRange() { return range_ == null ? com.google.api.Distribution.Range.getDefaultInstance() : range_; } /** - * - * *
    * If specified, contains the range of the population values. The field
    * must not be present if the `count` is zero.
@@ -6171,15 +5584,12 @@ public com.google.api.Distribution.RangeOrBuilder getRangeOrBuilder() {
   public static final int BUCKET_OPTIONS_FIELD_NUMBER = 6;
   private com.google.api.Distribution.BucketOptions bucketOptions_;
   /**
-   *
-   *
    * 
    * Defines the histogram bucket boundaries. If the distribution does not
    * contain a histogram, then omit this field.
    * 
* * .google.api.Distribution.BucketOptions bucket_options = 6; - * * @return Whether the bucketOptions field is set. */ @java.lang.Override @@ -6187,26 +5597,19 @@ public boolean hasBucketOptions() { return bucketOptions_ != null; } /** - * - * *
    * Defines the histogram bucket boundaries. If the distribution does not
    * contain a histogram, then omit this field.
    * 
* * .google.api.Distribution.BucketOptions bucket_options = 6; - * * @return The bucketOptions. */ @java.lang.Override public com.google.api.Distribution.BucketOptions getBucketOptions() { - return bucketOptions_ == null - ? com.google.api.Distribution.BucketOptions.getDefaultInstance() - : bucketOptions_; + return bucketOptions_ == null ? com.google.api.Distribution.BucketOptions.getDefaultInstance() : bucketOptions_; } /** - * - * *
    * Defines the histogram bucket boundaries. If the distribution does not
    * contain a histogram, then omit this field.
@@ -6222,8 +5625,6 @@ public com.google.api.Distribution.BucketOptionsOrBuilder getBucketOptionsOrBuil
   public static final int BUCKET_COUNTS_FIELD_NUMBER = 7;
   private com.google.protobuf.Internal.LongList bucketCounts_;
   /**
-   *
-   *
    * 
    * The number of values in each bucket of the histogram, as described in
    * `bucket_options`. If the distribution does not have a histogram, then omit
@@ -6241,16 +5642,14 @@ public com.google.api.Distribution.BucketOptionsOrBuilder getBucketOptionsOrBuil
    * 
* * repeated int64 bucket_counts = 7; - * * @return A list containing the bucketCounts. */ @java.lang.Override - public java.util.List getBucketCountsList() { + public java.util.List + getBucketCountsList() { return bucketCounts_; } /** - * - * *
    * The number of values in each bucket of the histogram, as described in
    * `bucket_options`. If the distribution does not have a histogram, then omit
@@ -6268,15 +5667,12 @@ public java.util.List getBucketCountsList() {
    * 
* * repeated int64 bucket_counts = 7; - * * @return The count of bucketCounts. */ public int getBucketCountsCount() { return bucketCounts_.size(); } /** - * - * *
    * The number of values in each bucket of the histogram, as described in
    * `bucket_options`. If the distribution does not have a histogram, then omit
@@ -6294,21 +5690,17 @@ public int getBucketCountsCount() {
    * 
* * repeated int64 bucket_counts = 7; - * * @param index The index of the element to return. * @return The bucketCounts at the given index. */ public long getBucketCounts(int index) { return bucketCounts_.getLong(index); } - private int bucketCountsMemoizedSerializedSize = -1; public static final int EXEMPLARS_FIELD_NUMBER = 10; private java.util.List exemplars_; /** - * - * *
    * Must be in increasing order of `value` field.
    * 
@@ -6320,8 +5712,6 @@ public java.util.List getExemplarsList() { return exemplars_; } /** - * - * *
    * Must be in increasing order of `value` field.
    * 
@@ -6329,13 +5719,11 @@ public java.util.List getExemplarsList() { * repeated .google.api.Distribution.Exemplar exemplars = 10; */ @java.lang.Override - public java.util.List + public java.util.List getExemplarsOrBuilderList() { return exemplars_; } /** - * - * *
    * Must be in increasing order of `value` field.
    * 
@@ -6347,8 +5735,6 @@ public int getExemplarsCount() { return exemplars_.size(); } /** - * - * *
    * Must be in increasing order of `value` field.
    * 
@@ -6360,8 +5746,6 @@ public com.google.api.Distribution.Exemplar getExemplars(int index) { return exemplars_.get(index); } /** - * - * *
    * Must be in increasing order of `value` field.
    * 
@@ -6369,12 +5753,12 @@ public com.google.api.Distribution.Exemplar getExemplars(int index) { * repeated .google.api.Distribution.Exemplar exemplars = 10; */ @java.lang.Override - public com.google.api.Distribution.ExemplarOrBuilder getExemplarsOrBuilder(int index) { + public com.google.api.Distribution.ExemplarOrBuilder getExemplarsOrBuilder( + int index) { return exemplars_.get(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -6386,7 +5770,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { getSerializedSize(); if (count_ != 0L) { output.writeInt64(1, count_); @@ -6423,35 +5808,42 @@ public int getSerializedSize() { size = 0; if (count_ != 0L) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(1, count_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(1, count_); } if (java.lang.Double.doubleToRawLongBits(mean_) != 0) { - size += com.google.protobuf.CodedOutputStream.computeDoubleSize(2, mean_); + size += com.google.protobuf.CodedOutputStream + .computeDoubleSize(2, mean_); } if (java.lang.Double.doubleToRawLongBits(sumOfSquaredDeviation_) != 0) { - size += com.google.protobuf.CodedOutputStream.computeDoubleSize(3, sumOfSquaredDeviation_); + size += com.google.protobuf.CodedOutputStream + .computeDoubleSize(3, sumOfSquaredDeviation_); } if (range_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getRange()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(4, getRange()); } if (bucketOptions_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(6, getBucketOptions()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(6, getBucketOptions()); } { int dataSize = 0; for (int i = 0; i < bucketCounts_.size(); i++) { - dataSize += - com.google.protobuf.CodedOutputStream.computeInt64SizeNoTag(bucketCounts_.getLong(i)); + dataSize += com.google.protobuf.CodedOutputStream + .computeInt64SizeNoTag(bucketCounts_.getLong(i)); } size += dataSize; if (!getBucketCountsList().isEmpty()) { size += 1; - size += com.google.protobuf.CodedOutputStream.computeInt32SizeNoTag(dataSize); + size += com.google.protobuf.CodedOutputStream + .computeInt32SizeNoTag(dataSize); } bucketCountsMemoizedSerializedSize = dataSize; } for (int i = 0; i < exemplars_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(10, exemplars_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(10, exemplars_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -6461,28 +5853,35 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.Distribution)) { return super.equals(obj); } com.google.api.Distribution other = (com.google.api.Distribution) obj; - if (getCount() != other.getCount()) return false; + if (getCount() + != other.getCount()) return false; if (java.lang.Double.doubleToLongBits(getMean()) - != java.lang.Double.doubleToLongBits(other.getMean())) return false; + != java.lang.Double.doubleToLongBits( + other.getMean())) return false; if (java.lang.Double.doubleToLongBits(getSumOfSquaredDeviation()) - != java.lang.Double.doubleToLongBits(other.getSumOfSquaredDeviation())) return false; + != java.lang.Double.doubleToLongBits( + other.getSumOfSquaredDeviation())) return false; if (hasRange() != other.hasRange()) return false; if (hasRange()) { - if (!getRange().equals(other.getRange())) return false; + if (!getRange() + .equals(other.getRange())) return false; } if (hasBucketOptions() != other.hasBucketOptions()) return false; if (hasBucketOptions()) { - if (!getBucketOptions().equals(other.getBucketOptions())) return false; + if (!getBucketOptions() + .equals(other.getBucketOptions())) return false; } - if (!getBucketCountsList().equals(other.getBucketCountsList())) return false; - if (!getExemplarsList().equals(other.getExemplarsList())) return false; + if (!getBucketCountsList() + .equals(other.getBucketCountsList())) return false; + if (!getExemplarsList() + .equals(other.getExemplarsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -6495,16 +5894,14 @@ public int hashCode() { int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + COUNT_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getCount()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getCount()); hash = (37 * hash) + MEAN_FIELD_NUMBER; - hash = - (53 * hash) - + com.google.protobuf.Internal.hashLong(java.lang.Double.doubleToLongBits(getMean())); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + java.lang.Double.doubleToLongBits(getMean())); hash = (37 * hash) + SUM_OF_SQUARED_DEVIATION_FIELD_NUMBER; - hash = - (53 * hash) - + com.google.protobuf.Internal.hashLong( - java.lang.Double.doubleToLongBits(getSumOfSquaredDeviation())); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + java.lang.Double.doubleToLongBits(getSumOfSquaredDeviation())); if (hasRange()) { hash = (37 * hash) + RANGE_FIELD_NUMBER; hash = (53 * hash) + getRange().hashCode(); @@ -6526,103 +5923,97 @@ public int hashCode() { return hash; } - public static com.google.api.Distribution parseFrom(java.nio.ByteBuffer data) + public static com.google.api.Distribution parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Distribution parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.api.Distribution parseFrom(com.google.protobuf.ByteString data) + public static com.google.api.Distribution parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Distribution parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.Distribution parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Distribution parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.Distribution parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.Distribution parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.Distribution parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.Distribution parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.api.Distribution parseFrom(com.google.protobuf.CodedInputStream input) + public static com.google.api.Distribution parseFrom( + com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.Distribution parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.Distribution prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * `Distribution` contains summary statistics for a population of values. It
    * optionally contains a histogram representing the distribution of those values
@@ -6640,30 +6031,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.api.Distribution}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.api.Distribution)
       com.google.api.DistributionOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
       return com.google.api.DistributionProto.internal_static_google_api_Distribution_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.api.DistributionProto
-          .internal_static_google_api_Distribution_fieldAccessorTable
+      return com.google.api.DistributionProto.internal_static_google_api_Distribution_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
               com.google.api.Distribution.class, com.google.api.Distribution.Builder.class);
     }
 
     // Construct using com.google.api.Distribution.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -6698,7 +6092,8 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
       return com.google.api.DistributionProto.internal_static_google_api_Distribution_descriptor;
     }
 
@@ -6755,39 +6150,38 @@ public com.google.api.Distribution buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.api.Distribution) {
-        return mergeFrom((com.google.api.Distribution) other);
+        return mergeFrom((com.google.api.Distribution)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -6839,10 +6233,9 @@ public Builder mergeFrom(com.google.api.Distribution other) {
             exemplarsBuilder_ = null;
             exemplars_ = other.exemplars_;
             bitField0_ = (bitField0_ & ~0x00000002);
-            exemplarsBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getExemplarsFieldBuilder()
-                    : null;
+            exemplarsBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getExemplarsFieldBuilder() : null;
           } else {
             exemplarsBuilder_.addAllMessages(other.exemplars_);
           }
@@ -6874,74 +6267,70 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 8:
-              {
-                count_ = input.readInt64();
+            case 8: {
+              count_ = input.readInt64();
 
-                break;
-              } // case 8
-            case 17:
-              {
-                mean_ = input.readDouble();
+              break;
+            } // case 8
+            case 17: {
+              mean_ = input.readDouble();
 
-                break;
-              } // case 17
-            case 25:
-              {
-                sumOfSquaredDeviation_ = input.readDouble();
+              break;
+            } // case 17
+            case 25: {
+              sumOfSquaredDeviation_ = input.readDouble();
 
-                break;
-              } // case 25
-            case 34:
-              {
-                input.readMessage(getRangeFieldBuilder().getBuilder(), extensionRegistry);
+              break;
+            } // case 25
+            case 34: {
+              input.readMessage(
+                  getRangeFieldBuilder().getBuilder(),
+                  extensionRegistry);
 
-                break;
-              } // case 34
-            case 50:
-              {
-                input.readMessage(getBucketOptionsFieldBuilder().getBuilder(), extensionRegistry);
+              break;
+            } // case 34
+            case 50: {
+              input.readMessage(
+                  getBucketOptionsFieldBuilder().getBuilder(),
+                  extensionRegistry);
 
-                break;
-              } // case 50
-            case 56:
-              {
-                long v = input.readInt64();
-                ensureBucketCountsIsMutable();
-                bucketCounts_.addLong(v);
-                break;
-              } // case 56
-            case 58:
-              {
-                int length = input.readRawVarint32();
-                int limit = input.pushLimit(length);
-                ensureBucketCountsIsMutable();
-                while (input.getBytesUntilLimit() > 0) {
-                  bucketCounts_.addLong(input.readInt64());
-                }
-                input.popLimit(limit);
-                break;
-              } // case 58
-            case 82:
-              {
-                com.google.api.Distribution.Exemplar m =
-                    input.readMessage(
-                        com.google.api.Distribution.Exemplar.parser(), extensionRegistry);
-                if (exemplarsBuilder_ == null) {
-                  ensureExemplarsIsMutable();
-                  exemplars_.add(m);
-                } else {
-                  exemplarsBuilder_.addMessage(m);
-                }
-                break;
-              } // case 82
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+              break;
+            } // case 50
+            case 56: {
+              long v = input.readInt64();
+              ensureBucketCountsIsMutable();
+              bucketCounts_.addLong(v);
+              break;
+            } // case 56
+            case 58: {
+              int length = input.readRawVarint32();
+              int limit = input.pushLimit(length);
+              ensureBucketCountsIsMutable();
+              while (input.getBytesUntilLimit() > 0) {
+                bucketCounts_.addLong(input.readInt64());
+              }
+              input.popLimit(limit);
+              break;
+            } // case 58
+            case 82: {
+              com.google.api.Distribution.Exemplar m =
+                  input.readMessage(
+                      com.google.api.Distribution.Exemplar.parser(),
+                      extensionRegistry);
+              if (exemplarsBuilder_ == null) {
+                ensureExemplarsIsMutable();
+                exemplars_.add(m);
+              } else {
+                exemplarsBuilder_.addMessage(m);
+              }
+              break;
+            } // case 82
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -6951,13 +6340,10 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
-    private long count_;
+    private long count_ ;
     /**
-     *
-     *
      * 
      * The number of values in the population. Must be non-negative. This value
      * must equal the sum of the values in `bucket_counts` if a histogram is
@@ -6965,7 +6351,6 @@ public Builder mergeFrom(
      * 
* * int64 count = 1; - * * @return The count. */ @java.lang.Override @@ -6973,8 +6358,6 @@ public long getCount() { return count_; } /** - * - * *
      * The number of values in the population. Must be non-negative. This value
      * must equal the sum of the values in `bucket_counts` if a histogram is
@@ -6982,19 +6365,16 @@ public long getCount() {
      * 
* * int64 count = 1; - * * @param value The count to set. * @return This builder for chaining. */ public Builder setCount(long value) { - + count_ = value; onChanged(); return this; } /** - * - * *
      * The number of values in the population. Must be non-negative. This value
      * must equal the sum of the values in `bucket_counts` if a histogram is
@@ -7002,27 +6382,23 @@ public Builder setCount(long value) {
      * 
* * int64 count = 1; - * * @return This builder for chaining. */ public Builder clearCount() { - + count_ = 0L; onChanged(); return this; } - private double mean_; + private double mean_ ; /** - * - * *
      * The arithmetic mean of the values in the population. If `count` is zero
      * then this field must be zero.
      * 
* * double mean = 2; - * * @return The mean. */ @java.lang.Override @@ -7030,47 +6406,39 @@ public double getMean() { return mean_; } /** - * - * *
      * The arithmetic mean of the values in the population. If `count` is zero
      * then this field must be zero.
      * 
* * double mean = 2; - * * @param value The mean to set. * @return This builder for chaining. */ public Builder setMean(double value) { - + mean_ = value; onChanged(); return this; } /** - * - * *
      * The arithmetic mean of the values in the population. If `count` is zero
      * then this field must be zero.
      * 
* * double mean = 2; - * * @return This builder for chaining. */ public Builder clearMean() { - + mean_ = 0D; onChanged(); return this; } - private double sumOfSquaredDeviation_; + private double sumOfSquaredDeviation_ ; /** - * - * *
      * The sum of squared deviations from the mean of the values in the
      * population. For values x_i this is:
@@ -7081,7 +6449,6 @@ public Builder clearMean() {
      * 
* * double sum_of_squared_deviation = 3; - * * @return The sumOfSquaredDeviation. */ @java.lang.Override @@ -7089,8 +6456,6 @@ public double getSumOfSquaredDeviation() { return sumOfSquaredDeviation_; } /** - * - * *
      * The sum of squared deviations from the mean of the values in the
      * population. For values x_i this is:
@@ -7101,19 +6466,16 @@ public double getSumOfSquaredDeviation() {
      * 
* * double sum_of_squared_deviation = 3; - * * @param value The sumOfSquaredDeviation to set. * @return This builder for chaining. */ public Builder setSumOfSquaredDeviation(double value) { - + sumOfSquaredDeviation_ = value; onChanged(); return this; } /** - * - * *
      * The sum of squared deviations from the mean of the values in the
      * population. For values x_i this is:
@@ -7124,11 +6486,10 @@ public Builder setSumOfSquaredDeviation(double value) {
      * 
* * double sum_of_squared_deviation = 3; - * * @return This builder for chaining. */ public Builder clearSumOfSquaredDeviation() { - + sumOfSquaredDeviation_ = 0D; onChanged(); return this; @@ -7136,35 +6497,26 @@ public Builder clearSumOfSquaredDeviation() { private com.google.api.Distribution.Range range_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.Distribution.Range, - com.google.api.Distribution.Range.Builder, - com.google.api.Distribution.RangeOrBuilder> - rangeBuilder_; + com.google.api.Distribution.Range, com.google.api.Distribution.Range.Builder, com.google.api.Distribution.RangeOrBuilder> rangeBuilder_; /** - * - * *
      * If specified, contains the range of the population values. The field
      * must not be present if the `count` is zero.
      * 
* * .google.api.Distribution.Range range = 4; - * * @return Whether the range field is set. */ public boolean hasRange() { return rangeBuilder_ != null || range_ != null; } /** - * - * *
      * If specified, contains the range of the population values. The field
      * must not be present if the `count` is zero.
      * 
* * .google.api.Distribution.Range range = 4; - * * @return The range. */ public com.google.api.Distribution.Range getRange() { @@ -7175,8 +6527,6 @@ public com.google.api.Distribution.Range getRange() { } } /** - * - * *
      * If specified, contains the range of the population values. The field
      * must not be present if the `count` is zero.
@@ -7198,8 +6548,6 @@ public Builder setRange(com.google.api.Distribution.Range value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * If specified, contains the range of the population values. The field
      * must not be present if the `count` is zero.
@@ -7207,7 +6555,8 @@ public Builder setRange(com.google.api.Distribution.Range value) {
      *
      * .google.api.Distribution.Range range = 4;
      */
-    public Builder setRange(com.google.api.Distribution.Range.Builder builderForValue) {
+    public Builder setRange(
+        com.google.api.Distribution.Range.Builder builderForValue) {
       if (rangeBuilder_ == null) {
         range_ = builderForValue.build();
         onChanged();
@@ -7218,8 +6567,6 @@ public Builder setRange(com.google.api.Distribution.Range.Builder builderForValu
       return this;
     }
     /**
-     *
-     *
      * 
      * If specified, contains the range of the population values. The field
      * must not be present if the `count` is zero.
@@ -7231,7 +6578,7 @@ public Builder mergeRange(com.google.api.Distribution.Range value) {
       if (rangeBuilder_ == null) {
         if (range_ != null) {
           range_ =
-              com.google.api.Distribution.Range.newBuilder(range_).mergeFrom(value).buildPartial();
+            com.google.api.Distribution.Range.newBuilder(range_).mergeFrom(value).buildPartial();
         } else {
           range_ = value;
         }
@@ -7243,8 +6590,6 @@ public Builder mergeRange(com.google.api.Distribution.Range value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * If specified, contains the range of the population values. The field
      * must not be present if the `count` is zero.
@@ -7264,8 +6609,6 @@ public Builder clearRange() {
       return this;
     }
     /**
-     *
-     *
      * 
      * If specified, contains the range of the population values. The field
      * must not be present if the `count` is zero.
@@ -7274,13 +6617,11 @@ public Builder clearRange() {
      * .google.api.Distribution.Range range = 4;
      */
     public com.google.api.Distribution.Range.Builder getRangeBuilder() {
-
+      
       onChanged();
       return getRangeFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * If specified, contains the range of the population values. The field
      * must not be present if the `count` is zero.
@@ -7292,12 +6633,11 @@ public com.google.api.Distribution.RangeOrBuilder getRangeOrBuilder() {
       if (rangeBuilder_ != null) {
         return rangeBuilder_.getMessageOrBuilder();
       } else {
-        return range_ == null ? com.google.api.Distribution.Range.getDefaultInstance() : range_;
+        return range_ == null ?
+            com.google.api.Distribution.Range.getDefaultInstance() : range_;
       }
     }
     /**
-     *
-     *
      * 
      * If specified, contains the range of the population values. The field
      * must not be present if the `count` is zero.
@@ -7306,17 +6646,14 @@ public com.google.api.Distribution.RangeOrBuilder getRangeOrBuilder() {
      * .google.api.Distribution.Range range = 4;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.api.Distribution.Range,
-            com.google.api.Distribution.Range.Builder,
-            com.google.api.Distribution.RangeOrBuilder>
+        com.google.api.Distribution.Range, com.google.api.Distribution.Range.Builder, com.google.api.Distribution.RangeOrBuilder> 
         getRangeFieldBuilder() {
       if (rangeBuilder_ == null) {
-        rangeBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.api.Distribution.Range,
-                com.google.api.Distribution.Range.Builder,
-                com.google.api.Distribution.RangeOrBuilder>(
-                getRange(), getParentForChildren(), isClean());
+        rangeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.api.Distribution.Range, com.google.api.Distribution.Range.Builder, com.google.api.Distribution.RangeOrBuilder>(
+                getRange(),
+                getParentForChildren(),
+                isClean());
         range_ = null;
       }
       return rangeBuilder_;
@@ -7324,49 +6661,36 @@ public com.google.api.Distribution.RangeOrBuilder getRangeOrBuilder() {
 
     private com.google.api.Distribution.BucketOptions bucketOptions_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.api.Distribution.BucketOptions,
-            com.google.api.Distribution.BucketOptions.Builder,
-            com.google.api.Distribution.BucketOptionsOrBuilder>
-        bucketOptionsBuilder_;
+        com.google.api.Distribution.BucketOptions, com.google.api.Distribution.BucketOptions.Builder, com.google.api.Distribution.BucketOptionsOrBuilder> bucketOptionsBuilder_;
     /**
-     *
-     *
      * 
      * Defines the histogram bucket boundaries. If the distribution does not
      * contain a histogram, then omit this field.
      * 
* * .google.api.Distribution.BucketOptions bucket_options = 6; - * * @return Whether the bucketOptions field is set. */ public boolean hasBucketOptions() { return bucketOptionsBuilder_ != null || bucketOptions_ != null; } /** - * - * *
      * Defines the histogram bucket boundaries. If the distribution does not
      * contain a histogram, then omit this field.
      * 
* * .google.api.Distribution.BucketOptions bucket_options = 6; - * * @return The bucketOptions. */ public com.google.api.Distribution.BucketOptions getBucketOptions() { if (bucketOptionsBuilder_ == null) { - return bucketOptions_ == null - ? com.google.api.Distribution.BucketOptions.getDefaultInstance() - : bucketOptions_; + return bucketOptions_ == null ? com.google.api.Distribution.BucketOptions.getDefaultInstance() : bucketOptions_; } else { return bucketOptionsBuilder_.getMessage(); } } /** - * - * *
      * Defines the histogram bucket boundaries. If the distribution does not
      * contain a histogram, then omit this field.
@@ -7388,8 +6712,6 @@ public Builder setBucketOptions(com.google.api.Distribution.BucketOptions value)
       return this;
     }
     /**
-     *
-     *
      * 
      * Defines the histogram bucket boundaries. If the distribution does not
      * contain a histogram, then omit this field.
@@ -7409,8 +6731,6 @@ public Builder setBucketOptions(
       return this;
     }
     /**
-     *
-     *
      * 
      * Defines the histogram bucket boundaries. If the distribution does not
      * contain a histogram, then omit this field.
@@ -7422,9 +6742,7 @@ public Builder mergeBucketOptions(com.google.api.Distribution.BucketOptions valu
       if (bucketOptionsBuilder_ == null) {
         if (bucketOptions_ != null) {
           bucketOptions_ =
-              com.google.api.Distribution.BucketOptions.newBuilder(bucketOptions_)
-                  .mergeFrom(value)
-                  .buildPartial();
+            com.google.api.Distribution.BucketOptions.newBuilder(bucketOptions_).mergeFrom(value).buildPartial();
         } else {
           bucketOptions_ = value;
         }
@@ -7436,8 +6754,6 @@ public Builder mergeBucketOptions(com.google.api.Distribution.BucketOptions valu
       return this;
     }
     /**
-     *
-     *
      * 
      * Defines the histogram bucket boundaries. If the distribution does not
      * contain a histogram, then omit this field.
@@ -7457,8 +6773,6 @@ public Builder clearBucketOptions() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Defines the histogram bucket boundaries. If the distribution does not
      * contain a histogram, then omit this field.
@@ -7467,13 +6781,11 @@ public Builder clearBucketOptions() {
      * .google.api.Distribution.BucketOptions bucket_options = 6;
      */
     public com.google.api.Distribution.BucketOptions.Builder getBucketOptionsBuilder() {
-
+      
       onChanged();
       return getBucketOptionsFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Defines the histogram bucket boundaries. If the distribution does not
      * contain a histogram, then omit this field.
@@ -7485,14 +6797,11 @@ public com.google.api.Distribution.BucketOptionsOrBuilder getBucketOptionsOrBuil
       if (bucketOptionsBuilder_ != null) {
         return bucketOptionsBuilder_.getMessageOrBuilder();
       } else {
-        return bucketOptions_ == null
-            ? com.google.api.Distribution.BucketOptions.getDefaultInstance()
-            : bucketOptions_;
+        return bucketOptions_ == null ?
+            com.google.api.Distribution.BucketOptions.getDefaultInstance() : bucketOptions_;
       }
     }
     /**
-     *
-     *
      * 
      * Defines the histogram bucket boundaries. If the distribution does not
      * contain a histogram, then omit this field.
@@ -7501,33 +6810,27 @@ public com.google.api.Distribution.BucketOptionsOrBuilder getBucketOptionsOrBuil
      * .google.api.Distribution.BucketOptions bucket_options = 6;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.api.Distribution.BucketOptions,
-            com.google.api.Distribution.BucketOptions.Builder,
-            com.google.api.Distribution.BucketOptionsOrBuilder>
+        com.google.api.Distribution.BucketOptions, com.google.api.Distribution.BucketOptions.Builder, com.google.api.Distribution.BucketOptionsOrBuilder> 
         getBucketOptionsFieldBuilder() {
       if (bucketOptionsBuilder_ == null) {
-        bucketOptionsBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.api.Distribution.BucketOptions,
-                com.google.api.Distribution.BucketOptions.Builder,
-                com.google.api.Distribution.BucketOptionsOrBuilder>(
-                getBucketOptions(), getParentForChildren(), isClean());
+        bucketOptionsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.api.Distribution.BucketOptions, com.google.api.Distribution.BucketOptions.Builder, com.google.api.Distribution.BucketOptionsOrBuilder>(
+                getBucketOptions(),
+                getParentForChildren(),
+                isClean());
         bucketOptions_ = null;
       }
       return bucketOptionsBuilder_;
     }
 
     private com.google.protobuf.Internal.LongList bucketCounts_ = emptyLongList();
-
     private void ensureBucketCountsIsMutable() {
       if (!((bitField0_ & 0x00000001) != 0)) {
         bucketCounts_ = mutableCopy(bucketCounts_);
         bitField0_ |= 0x00000001;
-      }
+       }
     }
     /**
-     *
-     *
      * 
      * The number of values in each bucket of the histogram, as described in
      * `bucket_options`. If the distribution does not have a histogram, then omit
@@ -7545,17 +6848,14 @@ private void ensureBucketCountsIsMutable() {
      * 
* * repeated int64 bucket_counts = 7; - * * @return A list containing the bucketCounts. */ - public java.util.List getBucketCountsList() { - return ((bitField0_ & 0x00000001) != 0) - ? java.util.Collections.unmodifiableList(bucketCounts_) - : bucketCounts_; + public java.util.List + getBucketCountsList() { + return ((bitField0_ & 0x00000001) != 0) ? + java.util.Collections.unmodifiableList(bucketCounts_) : bucketCounts_; } /** - * - * *
      * The number of values in each bucket of the histogram, as described in
      * `bucket_options`. If the distribution does not have a histogram, then omit
@@ -7573,15 +6873,12 @@ public java.util.List getBucketCountsList() {
      * 
* * repeated int64 bucket_counts = 7; - * * @return The count of bucketCounts. */ public int getBucketCountsCount() { return bucketCounts_.size(); } /** - * - * *
      * The number of values in each bucket of the histogram, as described in
      * `bucket_options`. If the distribution does not have a histogram, then omit
@@ -7599,7 +6896,6 @@ public int getBucketCountsCount() {
      * 
* * repeated int64 bucket_counts = 7; - * * @param index The index of the element to return. * @return The bucketCounts at the given index. */ @@ -7607,8 +6903,6 @@ public long getBucketCounts(int index) { return bucketCounts_.getLong(index); } /** - * - * *
      * The number of values in each bucket of the histogram, as described in
      * `bucket_options`. If the distribution does not have a histogram, then omit
@@ -7626,20 +6920,18 @@ public long getBucketCounts(int index) {
      * 
* * repeated int64 bucket_counts = 7; - * * @param index The index to set the value at. * @param value The bucketCounts to set. * @return This builder for chaining. */ - public Builder setBucketCounts(int index, long value) { + public Builder setBucketCounts( + int index, long value) { ensureBucketCountsIsMutable(); bucketCounts_.setLong(index, value); onChanged(); return this; } /** - * - * *
      * The number of values in each bucket of the histogram, as described in
      * `bucket_options`. If the distribution does not have a histogram, then omit
@@ -7657,7 +6949,6 @@ public Builder setBucketCounts(int index, long value) {
      * 
* * repeated int64 bucket_counts = 7; - * * @param value The bucketCounts to add. * @return This builder for chaining. */ @@ -7668,8 +6959,6 @@ public Builder addBucketCounts(long value) { return this; } /** - * - * *
      * The number of values in each bucket of the histogram, as described in
      * `bucket_options`. If the distribution does not have a histogram, then omit
@@ -7687,19 +6976,18 @@ public Builder addBucketCounts(long value) {
      * 
* * repeated int64 bucket_counts = 7; - * * @param values The bucketCounts to add. * @return This builder for chaining. */ - public Builder addAllBucketCounts(java.lang.Iterable values) { + public Builder addAllBucketCounts( + java.lang.Iterable values) { ensureBucketCountsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, bucketCounts_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, bucketCounts_); onChanged(); return this; } /** - * - * *
      * The number of values in each bucket of the histogram, as described in
      * `bucket_options`. If the distribution does not have a histogram, then omit
@@ -7717,7 +7005,6 @@ public Builder addAllBucketCounts(java.lang.Iterable v
      * 
* * repeated int64 bucket_counts = 7; - * * @return This builder for chaining. */ public Builder clearBucketCounts() { @@ -7728,24 +7015,18 @@ public Builder clearBucketCounts() { } private java.util.List exemplars_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureExemplarsIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { exemplars_ = new java.util.ArrayList(exemplars_); bitField0_ |= 0x00000002; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.api.Distribution.Exemplar, - com.google.api.Distribution.Exemplar.Builder, - com.google.api.Distribution.ExemplarOrBuilder> - exemplarsBuilder_; + com.google.api.Distribution.Exemplar, com.google.api.Distribution.Exemplar.Builder, com.google.api.Distribution.ExemplarOrBuilder> exemplarsBuilder_; /** - * - * *
      * Must be in increasing order of `value` field.
      * 
@@ -7760,8 +7041,6 @@ public java.util.List getExemplarsList() { } } /** - * - * *
      * Must be in increasing order of `value` field.
      * 
@@ -7776,8 +7055,6 @@ public int getExemplarsCount() { } } /** - * - * *
      * Must be in increasing order of `value` field.
      * 
@@ -7792,15 +7069,14 @@ public com.google.api.Distribution.Exemplar getExemplars(int index) { } } /** - * - * *
      * Must be in increasing order of `value` field.
      * 
* * repeated .google.api.Distribution.Exemplar exemplars = 10; */ - public Builder setExemplars(int index, com.google.api.Distribution.Exemplar value) { + public Builder setExemplars( + int index, com.google.api.Distribution.Exemplar value) { if (exemplarsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -7814,8 +7090,6 @@ public Builder setExemplars(int index, com.google.api.Distribution.Exemplar valu return this; } /** - * - * *
      * Must be in increasing order of `value` field.
      * 
@@ -7834,8 +7108,6 @@ public Builder setExemplars( return this; } /** - * - * *
      * Must be in increasing order of `value` field.
      * 
@@ -7856,15 +7128,14 @@ public Builder addExemplars(com.google.api.Distribution.Exemplar value) { return this; } /** - * - * *
      * Must be in increasing order of `value` field.
      * 
* * repeated .google.api.Distribution.Exemplar exemplars = 10; */ - public Builder addExemplars(int index, com.google.api.Distribution.Exemplar value) { + public Builder addExemplars( + int index, com.google.api.Distribution.Exemplar value) { if (exemplarsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -7878,15 +7149,14 @@ public Builder addExemplars(int index, com.google.api.Distribution.Exemplar valu return this; } /** - * - * *
      * Must be in increasing order of `value` field.
      * 
* * repeated .google.api.Distribution.Exemplar exemplars = 10; */ - public Builder addExemplars(com.google.api.Distribution.Exemplar.Builder builderForValue) { + public Builder addExemplars( + com.google.api.Distribution.Exemplar.Builder builderForValue) { if (exemplarsBuilder_ == null) { ensureExemplarsIsMutable(); exemplars_.add(builderForValue.build()); @@ -7897,8 +7167,6 @@ public Builder addExemplars(com.google.api.Distribution.Exemplar.Builder builder return this; } /** - * - * *
      * Must be in increasing order of `value` field.
      * 
@@ -7917,8 +7185,6 @@ public Builder addExemplars( return this; } /** - * - * *
      * Must be in increasing order of `value` field.
      * 
@@ -7929,7 +7195,8 @@ public Builder addAllExemplars( java.lang.Iterable values) { if (exemplarsBuilder_ == null) { ensureExemplarsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, exemplars_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, exemplars_); onChanged(); } else { exemplarsBuilder_.addAllMessages(values); @@ -7937,8 +7204,6 @@ public Builder addAllExemplars( return this; } /** - * - * *
      * Must be in increasing order of `value` field.
      * 
@@ -7956,8 +7221,6 @@ public Builder clearExemplars() { return this; } /** - * - * *
      * Must be in increasing order of `value` field.
      * 
@@ -7975,44 +7238,39 @@ public Builder removeExemplars(int index) { return this; } /** - * - * *
      * Must be in increasing order of `value` field.
      * 
* * repeated .google.api.Distribution.Exemplar exemplars = 10; */ - public com.google.api.Distribution.Exemplar.Builder getExemplarsBuilder(int index) { + public com.google.api.Distribution.Exemplar.Builder getExemplarsBuilder( + int index) { return getExemplarsFieldBuilder().getBuilder(index); } /** - * - * *
      * Must be in increasing order of `value` field.
      * 
* * repeated .google.api.Distribution.Exemplar exemplars = 10; */ - public com.google.api.Distribution.ExemplarOrBuilder getExemplarsOrBuilder(int index) { + public com.google.api.Distribution.ExemplarOrBuilder getExemplarsOrBuilder( + int index) { if (exemplarsBuilder_ == null) { - return exemplars_.get(index); - } else { + return exemplars_.get(index); } else { return exemplarsBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * Must be in increasing order of `value` field.
      * 
* * repeated .google.api.Distribution.Exemplar exemplars = 10; */ - public java.util.List - getExemplarsOrBuilderList() { + public java.util.List + getExemplarsOrBuilderList() { if (exemplarsBuilder_ != null) { return exemplarsBuilder_.getMessageOrBuilderList(); } else { @@ -8020,8 +7278,6 @@ public com.google.api.Distribution.ExemplarOrBuilder getExemplarsOrBuilder(int i } } /** - * - * *
      * Must be in increasing order of `value` field.
      * 
@@ -8029,54 +7285,49 @@ public com.google.api.Distribution.ExemplarOrBuilder getExemplarsOrBuilder(int i * repeated .google.api.Distribution.Exemplar exemplars = 10; */ public com.google.api.Distribution.Exemplar.Builder addExemplarsBuilder() { - return getExemplarsFieldBuilder() - .addBuilder(com.google.api.Distribution.Exemplar.getDefaultInstance()); + return getExemplarsFieldBuilder().addBuilder( + com.google.api.Distribution.Exemplar.getDefaultInstance()); } /** - * - * *
      * Must be in increasing order of `value` field.
      * 
* * repeated .google.api.Distribution.Exemplar exemplars = 10; */ - public com.google.api.Distribution.Exemplar.Builder addExemplarsBuilder(int index) { - return getExemplarsFieldBuilder() - .addBuilder(index, com.google.api.Distribution.Exemplar.getDefaultInstance()); + public com.google.api.Distribution.Exemplar.Builder addExemplarsBuilder( + int index) { + return getExemplarsFieldBuilder().addBuilder( + index, com.google.api.Distribution.Exemplar.getDefaultInstance()); } /** - * - * *
      * Must be in increasing order of `value` field.
      * 
* * repeated .google.api.Distribution.Exemplar exemplars = 10; */ - public java.util.List getExemplarsBuilderList() { + public java.util.List + getExemplarsBuilderList() { return getExemplarsFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.api.Distribution.Exemplar, - com.google.api.Distribution.Exemplar.Builder, - com.google.api.Distribution.ExemplarOrBuilder> + com.google.api.Distribution.Exemplar, com.google.api.Distribution.Exemplar.Builder, com.google.api.Distribution.ExemplarOrBuilder> getExemplarsFieldBuilder() { if (exemplarsBuilder_ == null) { - exemplarsBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.api.Distribution.Exemplar, - com.google.api.Distribution.Exemplar.Builder, - com.google.api.Distribution.ExemplarOrBuilder>( - exemplars_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean()); + exemplarsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.api.Distribution.Exemplar, com.google.api.Distribution.Exemplar.Builder, com.google.api.Distribution.ExemplarOrBuilder>( + exemplars_, + ((bitField0_ & 0x00000002) != 0), + getParentForChildren(), + isClean()); exemplars_ = null; } return exemplarsBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -8086,12 +7337,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.Distribution) } // @@protoc_insertion_point(class_scope:google.api.Distribution) private static final com.google.api.Distribution DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.Distribution(); } @@ -8100,27 +7351,27 @@ public static com.google.api.Distribution getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Distribution parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Distribution parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -8135,4 +7386,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.Distribution getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/DistributionOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/DistributionOrBuilder.java similarity index 88% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/DistributionOrBuilder.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/DistributionOrBuilder.java index 27f3411ae3..10156f35c1 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/DistributionOrBuilder.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/DistributionOrBuilder.java @@ -1,31 +1,13 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/distribution.proto package com.google.api; -public interface DistributionOrBuilder - extends +public interface DistributionOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.Distribution) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The number of values in the population. Must be non-negative. This value
    * must equal the sum of the values in `bucket_counts` if a histogram is
@@ -33,28 +15,22 @@ public interface DistributionOrBuilder
    * 
* * int64 count = 1; - * * @return The count. */ long getCount(); /** - * - * *
    * The arithmetic mean of the values in the population. If `count` is zero
    * then this field must be zero.
    * 
* * double mean = 2; - * * @return The mean. */ double getMean(); /** - * - * *
    * The sum of squared deviations from the mean of the values in the
    * population. For values x_i this is:
@@ -65,40 +41,31 @@ public interface DistributionOrBuilder
    * 
* * double sum_of_squared_deviation = 3; - * * @return The sumOfSquaredDeviation. */ double getSumOfSquaredDeviation(); /** - * - * *
    * If specified, contains the range of the population values. The field
    * must not be present if the `count` is zero.
    * 
* * .google.api.Distribution.Range range = 4; - * * @return Whether the range field is set. */ boolean hasRange(); /** - * - * *
    * If specified, contains the range of the population values. The field
    * must not be present if the `count` is zero.
    * 
* * .google.api.Distribution.Range range = 4; - * * @return The range. */ com.google.api.Distribution.Range getRange(); /** - * - * *
    * If specified, contains the range of the population values. The field
    * must not be present if the `count` is zero.
@@ -109,34 +76,26 @@ public interface DistributionOrBuilder
   com.google.api.Distribution.RangeOrBuilder getRangeOrBuilder();
 
   /**
-   *
-   *
    * 
    * Defines the histogram bucket boundaries. If the distribution does not
    * contain a histogram, then omit this field.
    * 
* * .google.api.Distribution.BucketOptions bucket_options = 6; - * * @return Whether the bucketOptions field is set. */ boolean hasBucketOptions(); /** - * - * *
    * Defines the histogram bucket boundaries. If the distribution does not
    * contain a histogram, then omit this field.
    * 
* * .google.api.Distribution.BucketOptions bucket_options = 6; - * * @return The bucketOptions. */ com.google.api.Distribution.BucketOptions getBucketOptions(); /** - * - * *
    * Defines the histogram bucket boundaries. If the distribution does not
    * contain a histogram, then omit this field.
@@ -147,8 +106,6 @@ public interface DistributionOrBuilder
   com.google.api.Distribution.BucketOptionsOrBuilder getBucketOptionsOrBuilder();
 
   /**
-   *
-   *
    * 
    * The number of values in each bucket of the histogram, as described in
    * `bucket_options`. If the distribution does not have a histogram, then omit
@@ -166,13 +123,10 @@ public interface DistributionOrBuilder
    * 
* * repeated int64 bucket_counts = 7; - * * @return A list containing the bucketCounts. */ java.util.List getBucketCountsList(); /** - * - * *
    * The number of values in each bucket of the histogram, as described in
    * `bucket_options`. If the distribution does not have a histogram, then omit
@@ -190,13 +144,10 @@ public interface DistributionOrBuilder
    * 
* * repeated int64 bucket_counts = 7; - * * @return The count of bucketCounts. */ int getBucketCountsCount(); /** - * - * *
    * The number of values in each bucket of the histogram, as described in
    * `bucket_options`. If the distribution does not have a histogram, then omit
@@ -214,25 +165,21 @@ public interface DistributionOrBuilder
    * 
* * repeated int64 bucket_counts = 7; - * * @param index The index of the element to return. * @return The bucketCounts at the given index. */ long getBucketCounts(int index); /** - * - * *
    * Must be in increasing order of `value` field.
    * 
* * repeated .google.api.Distribution.Exemplar exemplars = 10; */ - java.util.List getExemplarsList(); + java.util.List + getExemplarsList(); /** - * - * *
    * Must be in increasing order of `value` field.
    * 
@@ -241,8 +188,6 @@ public interface DistributionOrBuilder */ com.google.api.Distribution.Exemplar getExemplars(int index); /** - * - * *
    * Must be in increasing order of `value` field.
    * 
@@ -251,24 +196,21 @@ public interface DistributionOrBuilder */ int getExemplarsCount(); /** - * - * *
    * Must be in increasing order of `value` field.
    * 
* * repeated .google.api.Distribution.Exemplar exemplars = 10; */ - java.util.List + java.util.List getExemplarsOrBuilderList(); /** - * - * *
    * Must be in increasing order of `value` field.
    * 
* * repeated .google.api.Distribution.Exemplar exemplars = 10; */ - com.google.api.Distribution.ExemplarOrBuilder getExemplarsOrBuilder(int index); + com.google.api.Distribution.ExemplarOrBuilder getExemplarsOrBuilder( + int index); } diff --git a/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/DistributionProto.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/DistributionProto.java new file mode 100644 index 0000000000..dd86166562 --- /dev/null +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/DistributionProto.java @@ -0,0 +1,143 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/api/distribution.proto + +package com.google.api; + +public final class DistributionProto { + private DistributionProto() {} + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistryLite registry) { + } + + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistry registry) { + registerAllExtensions( + (com.google.protobuf.ExtensionRegistryLite) registry); + } + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_Distribution_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_Distribution_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_Distribution_Range_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_Distribution_Range_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_Distribution_BucketOptions_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_Distribution_BucketOptions_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_Distribution_BucketOptions_Linear_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_Distribution_BucketOptions_Linear_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_Distribution_BucketOptions_Exponential_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_Distribution_BucketOptions_Exponential_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_Distribution_BucketOptions_Explicit_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_Distribution_BucketOptions_Explicit_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_Distribution_Exemplar_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_Distribution_Exemplar_fieldAccessorTable; + + public static com.google.protobuf.Descriptors.FileDescriptor + getDescriptor() { + return descriptor; + } + private static com.google.protobuf.Descriptors.FileDescriptor + descriptor; + static { + java.lang.String[] descriptorData = { + "\n\035google/api/distribution.proto\022\ngoogle." + + "api\032\031google/protobuf/any.proto\032\037google/p" + + "rotobuf/timestamp.proto\"\331\006\n\014Distribution" + + "\022\r\n\005count\030\001 \001(\003\022\014\n\004mean\030\002 \001(\001\022 \n\030sum_of_" + + "squared_deviation\030\003 \001(\001\022-\n\005range\030\004 \001(\0132\036" + + ".google.api.Distribution.Range\022>\n\016bucket" + + "_options\030\006 \001(\0132&.google.api.Distribution" + + ".BucketOptions\022\025\n\rbucket_counts\030\007 \003(\003\0224\n" + + "\texemplars\030\n \003(\0132!.google.api.Distributi" + + "on.Exemplar\032!\n\005Range\022\013\n\003min\030\001 \001(\001\022\013\n\003max" + + "\030\002 \001(\001\032\265\003\n\rBucketOptions\022G\n\016linear_bucke" + + "ts\030\001 \001(\0132-.google.api.Distribution.Bucke" + + "tOptions.LinearH\000\022Q\n\023exponential_buckets" + + "\030\002 \001(\01322.google.api.Distribution.BucketO" + + "ptions.ExponentialH\000\022K\n\020explicit_buckets" + + "\030\003 \001(\0132/.google.api.Distribution.BucketO" + + "ptions.ExplicitH\000\032C\n\006Linear\022\032\n\022num_finit" + + "e_buckets\030\001 \001(\005\022\r\n\005width\030\002 \001(\001\022\016\n\006offset" + + "\030\003 \001(\001\032O\n\013Exponential\022\032\n\022num_finite_buck" + + "ets\030\001 \001(\005\022\025\n\rgrowth_factor\030\002 \001(\001\022\r\n\005scal" + + "e\030\003 \001(\001\032\032\n\010Explicit\022\016\n\006bounds\030\001 \003(\001B\t\n\007o" + + "ptions\032s\n\010Exemplar\022\r\n\005value\030\001 \001(\001\022-\n\ttim" + + "estamp\030\002 \001(\0132\032.google.protobuf.Timestamp" + + "\022)\n\013attachments\030\003 \003(\0132\024.google.protobuf." + + "AnyBq\n\016com.google.apiB\021DistributionProto" + + "P\001ZCgoogle.golang.org/genproto/googleapi" + + "s/api/distribution;distribution\242\002\004GAPIb\006" + + "proto3" + }; + descriptor = com.google.protobuf.Descriptors.FileDescriptor + .internalBuildGeneratedFileFrom(descriptorData, + new com.google.protobuf.Descriptors.FileDescriptor[] { + com.google.protobuf.AnyProto.getDescriptor(), + com.google.protobuf.TimestampProto.getDescriptor(), + }); + internal_static_google_api_Distribution_descriptor = + getDescriptor().getMessageTypes().get(0); + internal_static_google_api_Distribution_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_Distribution_descriptor, + new java.lang.String[] { "Count", "Mean", "SumOfSquaredDeviation", "Range", "BucketOptions", "BucketCounts", "Exemplars", }); + internal_static_google_api_Distribution_Range_descriptor = + internal_static_google_api_Distribution_descriptor.getNestedTypes().get(0); + internal_static_google_api_Distribution_Range_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_Distribution_Range_descriptor, + new java.lang.String[] { "Min", "Max", }); + internal_static_google_api_Distribution_BucketOptions_descriptor = + internal_static_google_api_Distribution_descriptor.getNestedTypes().get(1); + internal_static_google_api_Distribution_BucketOptions_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_Distribution_BucketOptions_descriptor, + new java.lang.String[] { "LinearBuckets", "ExponentialBuckets", "ExplicitBuckets", "Options", }); + internal_static_google_api_Distribution_BucketOptions_Linear_descriptor = + internal_static_google_api_Distribution_BucketOptions_descriptor.getNestedTypes().get(0); + internal_static_google_api_Distribution_BucketOptions_Linear_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_Distribution_BucketOptions_Linear_descriptor, + new java.lang.String[] { "NumFiniteBuckets", "Width", "Offset", }); + internal_static_google_api_Distribution_BucketOptions_Exponential_descriptor = + internal_static_google_api_Distribution_BucketOptions_descriptor.getNestedTypes().get(1); + internal_static_google_api_Distribution_BucketOptions_Exponential_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_Distribution_BucketOptions_Exponential_descriptor, + new java.lang.String[] { "NumFiniteBuckets", "GrowthFactor", "Scale", }); + internal_static_google_api_Distribution_BucketOptions_Explicit_descriptor = + internal_static_google_api_Distribution_BucketOptions_descriptor.getNestedTypes().get(2); + internal_static_google_api_Distribution_BucketOptions_Explicit_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_Distribution_BucketOptions_Explicit_descriptor, + new java.lang.String[] { "Bounds", }); + internal_static_google_api_Distribution_Exemplar_descriptor = + internal_static_google_api_Distribution_descriptor.getNestedTypes().get(2); + internal_static_google_api_Distribution_Exemplar_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_Distribution_Exemplar_descriptor, + new java.lang.String[] { "Value", "Timestamp", "Attachments", }); + com.google.protobuf.AnyProto.getDescriptor(); + com.google.protobuf.TimestampProto.getDescriptor(); + } + + // @@protoc_insertion_point(outer_class_scope) +} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Documentation.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Documentation.java similarity index 79% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Documentation.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Documentation.java index a30f745edc..25bb10e008 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Documentation.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Documentation.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/documentation.proto package com.google.api; /** - * - * *
  * `Documentation` provides the information for describing a service.
  * Example:
@@ -76,16 +59,15 @@
  *
  * Protobuf type {@code google.api.Documentation}
  */
-public final class Documentation extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class Documentation extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.api.Documentation)
     DocumentationOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use Documentation.newBuilder() to construct.
   private Documentation(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private Documentation() {
     summary_ = "";
     pages_ = java.util.Collections.emptyList();
@@ -97,24 +79,25 @@ private Documentation() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new Documentation();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
     return com.google.api.DocumentationProto.internal_static_google_api_Documentation_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.api.DocumentationProto
-        .internal_static_google_api_Documentation_fieldAccessorTable
+    return com.google.api.DocumentationProto.internal_static_google_api_Documentation_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
             com.google.api.Documentation.class, com.google.api.Documentation.Builder.class);
   }
@@ -122,8 +105,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
   public static final int SUMMARY_FIELD_NUMBER = 1;
   private volatile java.lang.Object summary_;
   /**
-   *
-   *
    * 
    * A short description of what the service does. The summary must be plain
    * text. It becomes the overview of the service displayed in Google Cloud
@@ -132,7 +113,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    * 
* * string summary = 1; - * * @return The summary. */ @java.lang.Override @@ -141,15 +121,14 @@ public java.lang.String getSummary() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); summary_ = s; return s; } } /** - * - * *
    * A short description of what the service does. The summary must be plain
    * text. It becomes the overview of the service displayed in Google Cloud
@@ -158,15 +137,16 @@ public java.lang.String getSummary() {
    * 
* * string summary = 1; - * * @return The bytes for summary. */ @java.lang.Override - public com.google.protobuf.ByteString getSummaryBytes() { + public com.google.protobuf.ByteString + getSummaryBytes() { java.lang.Object ref = summary_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); summary_ = b; return b; } else { @@ -177,8 +157,6 @@ public com.google.protobuf.ByteString getSummaryBytes() { public static final int PAGES_FIELD_NUMBER = 5; private java.util.List pages_; /** - * - * *
    * The top level pages for the documentation set.
    * 
@@ -190,8 +168,6 @@ public java.util.List getPagesList() { return pages_; } /** - * - * *
    * The top level pages for the documentation set.
    * 
@@ -199,12 +175,11 @@ public java.util.List getPagesList() { * repeated .google.api.Page pages = 5; */ @java.lang.Override - public java.util.List getPagesOrBuilderList() { + public java.util.List + getPagesOrBuilderList() { return pages_; } /** - * - * *
    * The top level pages for the documentation set.
    * 
@@ -216,8 +191,6 @@ public int getPagesCount() { return pages_.size(); } /** - * - * *
    * The top level pages for the documentation set.
    * 
@@ -229,8 +202,6 @@ public com.google.api.Page getPages(int index) { return pages_.get(index); } /** - * - * *
    * The top level pages for the documentation set.
    * 
@@ -238,15 +209,14 @@ public com.google.api.Page getPages(int index) { * repeated .google.api.Page pages = 5; */ @java.lang.Override - public com.google.api.PageOrBuilder getPagesOrBuilder(int index) { + public com.google.api.PageOrBuilder getPagesOrBuilder( + int index) { return pages_.get(index); } public static final int RULES_FIELD_NUMBER = 3; private java.util.List rules_; /** - * - * *
    * A list of documentation rules that apply to individual API elements.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -259,8 +229,6 @@ public java.util.List getRulesList() {
     return rules_;
   }
   /**
-   *
-   *
    * 
    * A list of documentation rules that apply to individual API elements.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -269,13 +237,11 @@ public java.util.List getRulesList() {
    * repeated .google.api.DocumentationRule rules = 3;
    */
   @java.lang.Override
-  public java.util.List
+  public java.util.List 
       getRulesOrBuilderList() {
     return rules_;
   }
   /**
-   *
-   *
    * 
    * A list of documentation rules that apply to individual API elements.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -288,8 +254,6 @@ public int getRulesCount() {
     return rules_.size();
   }
   /**
-   *
-   *
    * 
    * A list of documentation rules that apply to individual API elements.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -302,8 +266,6 @@ public com.google.api.DocumentationRule getRules(int index) {
     return rules_.get(index);
   }
   /**
-   *
-   *
    * 
    * A list of documentation rules that apply to individual API elements.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -312,21 +274,19 @@ public com.google.api.DocumentationRule getRules(int index) {
    * repeated .google.api.DocumentationRule rules = 3;
    */
   @java.lang.Override
-  public com.google.api.DocumentationRuleOrBuilder getRulesOrBuilder(int index) {
+  public com.google.api.DocumentationRuleOrBuilder getRulesOrBuilder(
+      int index) {
     return rules_.get(index);
   }
 
   public static final int DOCUMENTATION_ROOT_URL_FIELD_NUMBER = 4;
   private volatile java.lang.Object documentationRootUrl_;
   /**
-   *
-   *
    * 
    * The URL to the root of documentation.
    * 
* * string documentation_root_url = 4; - * * @return The documentationRootUrl. */ @java.lang.Override @@ -335,29 +295,29 @@ public java.lang.String getDocumentationRootUrl() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); documentationRootUrl_ = s; return s; } } /** - * - * *
    * The URL to the root of documentation.
    * 
* * string documentation_root_url = 4; - * * @return The bytes for documentationRootUrl. */ @java.lang.Override - public com.google.protobuf.ByteString getDocumentationRootUrlBytes() { + public com.google.protobuf.ByteString + getDocumentationRootUrlBytes() { java.lang.Object ref = documentationRootUrl_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); documentationRootUrl_ = b; return b; } else { @@ -368,8 +328,6 @@ public com.google.protobuf.ByteString getDocumentationRootUrlBytes() { public static final int SERVICE_ROOT_URL_FIELD_NUMBER = 6; private volatile java.lang.Object serviceRootUrl_; /** - * - * *
    * Specifies the service root url if the default one (the service name
    * from the yaml file) is not suitable. This can be seen in any fully
@@ -378,7 +336,6 @@ public com.google.protobuf.ByteString getDocumentationRootUrlBytes() {
    * 
* * string service_root_url = 6; - * * @return The serviceRootUrl. */ @java.lang.Override @@ -387,15 +344,14 @@ public java.lang.String getServiceRootUrl() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); serviceRootUrl_ = s; return s; } } /** - * - * *
    * Specifies the service root url if the default one (the service name
    * from the yaml file) is not suitable. This can be seen in any fully
@@ -404,15 +360,16 @@ public java.lang.String getServiceRootUrl() {
    * 
* * string service_root_url = 6; - * * @return The bytes for serviceRootUrl. */ @java.lang.Override - public com.google.protobuf.ByteString getServiceRootUrlBytes() { + public com.google.protobuf.ByteString + getServiceRootUrlBytes() { java.lang.Object ref = serviceRootUrl_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); serviceRootUrl_ = b; return b; } else { @@ -423,8 +380,6 @@ public com.google.protobuf.ByteString getServiceRootUrlBytes() { public static final int OVERVIEW_FIELD_NUMBER = 2; private volatile java.lang.Object overview_; /** - * - * *
    * Declares a single overview page. For example:
    * <pre><code>documentation:
@@ -442,7 +397,6 @@ public com.google.protobuf.ByteString getServiceRootUrlBytes() {
    * 
* * string overview = 2; - * * @return The overview. */ @java.lang.Override @@ -451,15 +405,14 @@ public java.lang.String getOverview() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); overview_ = s; return s; } } /** - * - * *
    * Declares a single overview page. For example:
    * <pre><code>documentation:
@@ -477,15 +430,16 @@ public java.lang.String getOverview() {
    * 
* * string overview = 2; - * * @return The bytes for overview. */ @java.lang.Override - public com.google.protobuf.ByteString getOverviewBytes() { + public com.google.protobuf.ByteString + getOverviewBytes() { java.lang.Object ref = overview_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); overview_ = b; return b; } else { @@ -494,7 +448,6 @@ public com.google.protobuf.ByteString getOverviewBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -506,7 +459,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(summary_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, summary_); } @@ -541,13 +495,15 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, overview_); } for (int i = 0; i < rules_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, rules_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, rules_.get(i)); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(documentationRootUrl_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, documentationRootUrl_); } for (int i = 0; i < pages_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, pages_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(5, pages_.get(i)); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(serviceRootUrl_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, serviceRootUrl_); @@ -560,19 +516,25 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.Documentation)) { return super.equals(obj); } com.google.api.Documentation other = (com.google.api.Documentation) obj; - if (!getSummary().equals(other.getSummary())) return false; - if (!getPagesList().equals(other.getPagesList())) return false; - if (!getRulesList().equals(other.getRulesList())) return false; - if (!getDocumentationRootUrl().equals(other.getDocumentationRootUrl())) return false; - if (!getServiceRootUrl().equals(other.getServiceRootUrl())) return false; - if (!getOverview().equals(other.getOverview())) return false; + if (!getSummary() + .equals(other.getSummary())) return false; + if (!getPagesList() + .equals(other.getPagesList())) return false; + if (!getRulesList() + .equals(other.getRulesList())) return false; + if (!getDocumentationRootUrl() + .equals(other.getDocumentationRootUrl())) return false; + if (!getServiceRootUrl() + .equals(other.getServiceRootUrl())) return false; + if (!getOverview() + .equals(other.getOverview())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -605,103 +567,97 @@ public int hashCode() { return hash; } - public static com.google.api.Documentation parseFrom(java.nio.ByteBuffer data) + public static com.google.api.Documentation parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Documentation parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.api.Documentation parseFrom(com.google.protobuf.ByteString data) + public static com.google.api.Documentation parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Documentation parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.Documentation parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Documentation parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.Documentation parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.Documentation parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.Documentation parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.Documentation parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.api.Documentation parseFrom(com.google.protobuf.CodedInputStream input) + public static com.google.api.Documentation parseFrom( + com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.Documentation parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.Documentation prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * `Documentation` provides the information for describing a service.
    * Example:
@@ -757,30 +713,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.api.Documentation}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.api.Documentation)
       com.google.api.DocumentationOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
       return com.google.api.DocumentationProto.internal_static_google_api_Documentation_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.api.DocumentationProto
-          .internal_static_google_api_Documentation_fieldAccessorTable
+      return com.google.api.DocumentationProto.internal_static_google_api_Documentation_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
               com.google.api.Documentation.class, com.google.api.Documentation.Builder.class);
     }
 
     // Construct using com.google.api.Documentation.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -810,7 +769,8 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
       return com.google.api.DocumentationProto.internal_static_google_api_Documentation_descriptor;
     }
 
@@ -862,39 +822,38 @@ public com.google.api.Documentation buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.api.Documentation) {
-        return mergeFrom((com.google.api.Documentation) other);
+        return mergeFrom((com.google.api.Documentation)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -925,10 +884,9 @@ public Builder mergeFrom(com.google.api.Documentation other) {
             pagesBuilder_ = null;
             pages_ = other.pages_;
             bitField0_ = (bitField0_ & ~0x00000001);
-            pagesBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getPagesFieldBuilder()
-                    : null;
+            pagesBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getPagesFieldBuilder() : null;
           } else {
             pagesBuilder_.addAllMessages(other.pages_);
           }
@@ -952,10 +910,9 @@ public Builder mergeFrom(com.google.api.Documentation other) {
             rulesBuilder_ = null;
             rules_ = other.rules_;
             bitField0_ = (bitField0_ & ~0x00000002);
-            rulesBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getRulesFieldBuilder()
-                    : null;
+            rulesBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getRulesFieldBuilder() : null;
           } else {
             rulesBuilder_.addAllMessages(other.rules_);
           }
@@ -999,61 +956,58 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                summary_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 10
-            case 18:
-              {
-                overview_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 18
-            case 26:
-              {
-                com.google.api.DocumentationRule m =
-                    input.readMessage(com.google.api.DocumentationRule.parser(), extensionRegistry);
-                if (rulesBuilder_ == null) {
-                  ensureRulesIsMutable();
-                  rules_.add(m);
-                } else {
-                  rulesBuilder_.addMessage(m);
-                }
-                break;
-              } // case 26
-            case 34:
-              {
-                documentationRootUrl_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 34
-            case 42:
-              {
-                com.google.api.Page m =
-                    input.readMessage(com.google.api.Page.parser(), extensionRegistry);
-                if (pagesBuilder_ == null) {
-                  ensurePagesIsMutable();
-                  pages_.add(m);
-                } else {
-                  pagesBuilder_.addMessage(m);
-                }
-                break;
-              } // case 42
-            case 50:
-              {
-                serviceRootUrl_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 50
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              summary_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 10
+            case 18: {
+              overview_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 18
+            case 26: {
+              com.google.api.DocumentationRule m =
+                  input.readMessage(
+                      com.google.api.DocumentationRule.parser(),
+                      extensionRegistry);
+              if (rulesBuilder_ == null) {
+                ensureRulesIsMutable();
+                rules_.add(m);
+              } else {
+                rulesBuilder_.addMessage(m);
+              }
+              break;
+            } // case 26
+            case 34: {
+              documentationRootUrl_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 34
+            case 42: {
+              com.google.api.Page m =
+                  input.readMessage(
+                      com.google.api.Page.parser(),
+                      extensionRegistry);
+              if (pagesBuilder_ == null) {
+                ensurePagesIsMutable();
+                pages_.add(m);
+              } else {
+                pagesBuilder_.addMessage(m);
+              }
+              break;
+            } // case 42
+            case 50: {
+              serviceRootUrl_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 50
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -1063,13 +1017,10 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object summary_ = "";
     /**
-     *
-     *
      * 
      * A short description of what the service does. The summary must be plain
      * text. It becomes the overview of the service displayed in Google Cloud
@@ -1078,13 +1029,13 @@ public Builder mergeFrom(
      * 
* * string summary = 1; - * * @return The summary. */ public java.lang.String getSummary() { java.lang.Object ref = summary_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); summary_ = s; return s; @@ -1093,8 +1044,6 @@ public java.lang.String getSummary() { } } /** - * - * *
      * A short description of what the service does. The summary must be plain
      * text. It becomes the overview of the service displayed in Google Cloud
@@ -1103,14 +1052,15 @@ public java.lang.String getSummary() {
      * 
* * string summary = 1; - * * @return The bytes for summary. */ - public com.google.protobuf.ByteString getSummaryBytes() { + public com.google.protobuf.ByteString + getSummaryBytes() { java.lang.Object ref = summary_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); summary_ = b; return b; } else { @@ -1118,8 +1068,6 @@ public com.google.protobuf.ByteString getSummaryBytes() { } } /** - * - * *
      * A short description of what the service does. The summary must be plain
      * text. It becomes the overview of the service displayed in Google Cloud
@@ -1128,22 +1076,20 @@ public com.google.protobuf.ByteString getSummaryBytes() {
      * 
* * string summary = 1; - * * @param value The summary to set. * @return This builder for chaining. */ - public Builder setSummary(java.lang.String value) { + public Builder setSummary( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + summary_ = value; onChanged(); return this; } /** - * - * *
      * A short description of what the service does. The summary must be plain
      * text. It becomes the overview of the service displayed in Google Cloud
@@ -1152,18 +1098,15 @@ public Builder setSummary(java.lang.String value) {
      * 
* * string summary = 1; - * * @return This builder for chaining. */ public Builder clearSummary() { - + summary_ = getDefaultInstance().getSummary(); onChanged(); return this; } /** - * - * *
      * A short description of what the service does. The summary must be plain
      * text. It becomes the overview of the service displayed in Google Cloud
@@ -1172,37 +1115,34 @@ public Builder clearSummary() {
      * 
* * string summary = 1; - * * @param value The bytes for summary to set. * @return This builder for chaining. */ - public Builder setSummaryBytes(com.google.protobuf.ByteString value) { + public Builder setSummaryBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + summary_ = value; onChanged(); return this; } - private java.util.List pages_ = java.util.Collections.emptyList(); - + private java.util.List pages_ = + java.util.Collections.emptyList(); private void ensurePagesIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { pages_ = new java.util.ArrayList(pages_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.api.Page, com.google.api.Page.Builder, com.google.api.PageOrBuilder> - pagesBuilder_; + com.google.api.Page, com.google.api.Page.Builder, com.google.api.PageOrBuilder> pagesBuilder_; /** - * - * *
      * The top level pages for the documentation set.
      * 
@@ -1217,8 +1157,6 @@ public java.util.List getPagesList() { } } /** - * - * *
      * The top level pages for the documentation set.
      * 
@@ -1233,8 +1171,6 @@ public int getPagesCount() { } } /** - * - * *
      * The top level pages for the documentation set.
      * 
@@ -1249,15 +1185,14 @@ public com.google.api.Page getPages(int index) { } } /** - * - * *
      * The top level pages for the documentation set.
      * 
* * repeated .google.api.Page pages = 5; */ - public Builder setPages(int index, com.google.api.Page value) { + public Builder setPages( + int index, com.google.api.Page value) { if (pagesBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -1271,15 +1206,14 @@ public Builder setPages(int index, com.google.api.Page value) { return this; } /** - * - * *
      * The top level pages for the documentation set.
      * 
* * repeated .google.api.Page pages = 5; */ - public Builder setPages(int index, com.google.api.Page.Builder builderForValue) { + public Builder setPages( + int index, com.google.api.Page.Builder builderForValue) { if (pagesBuilder_ == null) { ensurePagesIsMutable(); pages_.set(index, builderForValue.build()); @@ -1290,8 +1224,6 @@ public Builder setPages(int index, com.google.api.Page.Builder builderForValue) return this; } /** - * - * *
      * The top level pages for the documentation set.
      * 
@@ -1312,15 +1244,14 @@ public Builder addPages(com.google.api.Page value) { return this; } /** - * - * *
      * The top level pages for the documentation set.
      * 
* * repeated .google.api.Page pages = 5; */ - public Builder addPages(int index, com.google.api.Page value) { + public Builder addPages( + int index, com.google.api.Page value) { if (pagesBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -1334,15 +1265,14 @@ public Builder addPages(int index, com.google.api.Page value) { return this; } /** - * - * *
      * The top level pages for the documentation set.
      * 
* * repeated .google.api.Page pages = 5; */ - public Builder addPages(com.google.api.Page.Builder builderForValue) { + public Builder addPages( + com.google.api.Page.Builder builderForValue) { if (pagesBuilder_ == null) { ensurePagesIsMutable(); pages_.add(builderForValue.build()); @@ -1353,15 +1283,14 @@ public Builder addPages(com.google.api.Page.Builder builderForValue) { return this; } /** - * - * *
      * The top level pages for the documentation set.
      * 
* * repeated .google.api.Page pages = 5; */ - public Builder addPages(int index, com.google.api.Page.Builder builderForValue) { + public Builder addPages( + int index, com.google.api.Page.Builder builderForValue) { if (pagesBuilder_ == null) { ensurePagesIsMutable(); pages_.add(index, builderForValue.build()); @@ -1372,18 +1301,18 @@ public Builder addPages(int index, com.google.api.Page.Builder builderForValue) return this; } /** - * - * *
      * The top level pages for the documentation set.
      * 
* * repeated .google.api.Page pages = 5; */ - public Builder addAllPages(java.lang.Iterable values) { + public Builder addAllPages( + java.lang.Iterable values) { if (pagesBuilder_ == null) { ensurePagesIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, pages_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, pages_); onChanged(); } else { pagesBuilder_.addAllMessages(values); @@ -1391,8 +1320,6 @@ public Builder addAllPages(java.lang.Iterable val return this; } /** - * - * *
      * The top level pages for the documentation set.
      * 
@@ -1410,8 +1337,6 @@ public Builder clearPages() { return this; } /** - * - * *
      * The top level pages for the documentation set.
      * 
@@ -1429,43 +1354,39 @@ public Builder removePages(int index) { return this; } /** - * - * *
      * The top level pages for the documentation set.
      * 
* * repeated .google.api.Page pages = 5; */ - public com.google.api.Page.Builder getPagesBuilder(int index) { + public com.google.api.Page.Builder getPagesBuilder( + int index) { return getPagesFieldBuilder().getBuilder(index); } /** - * - * *
      * The top level pages for the documentation set.
      * 
* * repeated .google.api.Page pages = 5; */ - public com.google.api.PageOrBuilder getPagesOrBuilder(int index) { + public com.google.api.PageOrBuilder getPagesOrBuilder( + int index) { if (pagesBuilder_ == null) { - return pages_.get(index); - } else { + return pages_.get(index); } else { return pagesBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * The top level pages for the documentation set.
      * 
* * repeated .google.api.Page pages = 5; */ - public java.util.List getPagesOrBuilderList() { + public java.util.List + getPagesOrBuilderList() { if (pagesBuilder_ != null) { return pagesBuilder_.getMessageOrBuilderList(); } else { @@ -1473,8 +1394,6 @@ public java.util.List getPagesOrBuilderL } } /** - * - * *
      * The top level pages for the documentation set.
      * 
@@ -1482,65 +1401,60 @@ public java.util.List getPagesOrBuilderL * repeated .google.api.Page pages = 5; */ public com.google.api.Page.Builder addPagesBuilder() { - return getPagesFieldBuilder().addBuilder(com.google.api.Page.getDefaultInstance()); + return getPagesFieldBuilder().addBuilder( + com.google.api.Page.getDefaultInstance()); } /** - * - * *
      * The top level pages for the documentation set.
      * 
* * repeated .google.api.Page pages = 5; */ - public com.google.api.Page.Builder addPagesBuilder(int index) { - return getPagesFieldBuilder().addBuilder(index, com.google.api.Page.getDefaultInstance()); + public com.google.api.Page.Builder addPagesBuilder( + int index) { + return getPagesFieldBuilder().addBuilder( + index, com.google.api.Page.getDefaultInstance()); } /** - * - * *
      * The top level pages for the documentation set.
      * 
* * repeated .google.api.Page pages = 5; */ - public java.util.List getPagesBuilderList() { + public java.util.List + getPagesBuilderList() { return getPagesFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.api.Page, com.google.api.Page.Builder, com.google.api.PageOrBuilder> + com.google.api.Page, com.google.api.Page.Builder, com.google.api.PageOrBuilder> getPagesFieldBuilder() { if (pagesBuilder_ == null) { - pagesBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.api.Page, com.google.api.Page.Builder, com.google.api.PageOrBuilder>( - pages_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); + pagesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.api.Page, com.google.api.Page.Builder, com.google.api.PageOrBuilder>( + pages_, + ((bitField0_ & 0x00000001) != 0), + getParentForChildren(), + isClean()); pages_ = null; } return pagesBuilder_; } private java.util.List rules_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureRulesIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { rules_ = new java.util.ArrayList(rules_); bitField0_ |= 0x00000002; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.api.DocumentationRule, - com.google.api.DocumentationRule.Builder, - com.google.api.DocumentationRuleOrBuilder> - rulesBuilder_; + com.google.api.DocumentationRule, com.google.api.DocumentationRule.Builder, com.google.api.DocumentationRuleOrBuilder> rulesBuilder_; /** - * - * *
      * A list of documentation rules that apply to individual API elements.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -1556,8 +1470,6 @@ public java.util.List getRulesList() {
       }
     }
     /**
-     *
-     *
      * 
      * A list of documentation rules that apply to individual API elements.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -1573,8 +1485,6 @@ public int getRulesCount() {
       }
     }
     /**
-     *
-     *
      * 
      * A list of documentation rules that apply to individual API elements.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -1590,8 +1500,6 @@ public com.google.api.DocumentationRule getRules(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * A list of documentation rules that apply to individual API elements.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -1599,7 +1507,8 @@ public com.google.api.DocumentationRule getRules(int index) {
      *
      * repeated .google.api.DocumentationRule rules = 3;
      */
-    public Builder setRules(int index, com.google.api.DocumentationRule value) {
+    public Builder setRules(
+        int index, com.google.api.DocumentationRule value) {
       if (rulesBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -1613,8 +1522,6 @@ public Builder setRules(int index, com.google.api.DocumentationRule value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of documentation rules that apply to individual API elements.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -1622,7 +1529,8 @@ public Builder setRules(int index, com.google.api.DocumentationRule value) {
      *
      * repeated .google.api.DocumentationRule rules = 3;
      */
-    public Builder setRules(int index, com.google.api.DocumentationRule.Builder builderForValue) {
+    public Builder setRules(
+        int index, com.google.api.DocumentationRule.Builder builderForValue) {
       if (rulesBuilder_ == null) {
         ensureRulesIsMutable();
         rules_.set(index, builderForValue.build());
@@ -1633,8 +1541,6 @@ public Builder setRules(int index, com.google.api.DocumentationRule.Builder buil
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of documentation rules that apply to individual API elements.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -1656,8 +1562,6 @@ public Builder addRules(com.google.api.DocumentationRule value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of documentation rules that apply to individual API elements.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -1665,7 +1569,8 @@ public Builder addRules(com.google.api.DocumentationRule value) {
      *
      * repeated .google.api.DocumentationRule rules = 3;
      */
-    public Builder addRules(int index, com.google.api.DocumentationRule value) {
+    public Builder addRules(
+        int index, com.google.api.DocumentationRule value) {
       if (rulesBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -1679,8 +1584,6 @@ public Builder addRules(int index, com.google.api.DocumentationRule value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of documentation rules that apply to individual API elements.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -1688,7 +1591,8 @@ public Builder addRules(int index, com.google.api.DocumentationRule value) {
      *
      * repeated .google.api.DocumentationRule rules = 3;
      */
-    public Builder addRules(com.google.api.DocumentationRule.Builder builderForValue) {
+    public Builder addRules(
+        com.google.api.DocumentationRule.Builder builderForValue) {
       if (rulesBuilder_ == null) {
         ensureRulesIsMutable();
         rules_.add(builderForValue.build());
@@ -1699,8 +1603,6 @@ public Builder addRules(com.google.api.DocumentationRule.Builder builderForValue
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of documentation rules that apply to individual API elements.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -1708,7 +1610,8 @@ public Builder addRules(com.google.api.DocumentationRule.Builder builderForValue
      *
      * repeated .google.api.DocumentationRule rules = 3;
      */
-    public Builder addRules(int index, com.google.api.DocumentationRule.Builder builderForValue) {
+    public Builder addRules(
+        int index, com.google.api.DocumentationRule.Builder builderForValue) {
       if (rulesBuilder_ == null) {
         ensureRulesIsMutable();
         rules_.add(index, builderForValue.build());
@@ -1719,8 +1622,6 @@ public Builder addRules(int index, com.google.api.DocumentationRule.Builder buil
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of documentation rules that apply to individual API elements.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -1732,7 +1633,8 @@ public Builder addAllRules(
         java.lang.Iterable values) {
       if (rulesBuilder_ == null) {
         ensureRulesIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, rules_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, rules_);
         onChanged();
       } else {
         rulesBuilder_.addAllMessages(values);
@@ -1740,8 +1642,6 @@ public Builder addAllRules(
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of documentation rules that apply to individual API elements.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -1760,8 +1660,6 @@ public Builder clearRules() {
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of documentation rules that apply to individual API elements.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -1780,8 +1678,6 @@ public Builder removeRules(int index) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of documentation rules that apply to individual API elements.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -1789,12 +1685,11 @@ public Builder removeRules(int index) {
      *
      * repeated .google.api.DocumentationRule rules = 3;
      */
-    public com.google.api.DocumentationRule.Builder getRulesBuilder(int index) {
+    public com.google.api.DocumentationRule.Builder getRulesBuilder(
+        int index) {
       return getRulesFieldBuilder().getBuilder(index);
     }
     /**
-     *
-     *
      * 
      * A list of documentation rules that apply to individual API elements.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -1802,16 +1697,14 @@ public com.google.api.DocumentationRule.Builder getRulesBuilder(int index) {
      *
      * repeated .google.api.DocumentationRule rules = 3;
      */
-    public com.google.api.DocumentationRuleOrBuilder getRulesOrBuilder(int index) {
+    public com.google.api.DocumentationRuleOrBuilder getRulesOrBuilder(
+        int index) {
       if (rulesBuilder_ == null) {
-        return rules_.get(index);
-      } else {
+        return rules_.get(index);  } else {
         return rulesBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
-     *
-     *
      * 
      * A list of documentation rules that apply to individual API elements.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -1819,8 +1712,8 @@ public com.google.api.DocumentationRuleOrBuilder getRulesOrBuilder(int index) {
      *
      * repeated .google.api.DocumentationRule rules = 3;
      */
-    public java.util.List
-        getRulesOrBuilderList() {
+    public java.util.List 
+         getRulesOrBuilderList() {
       if (rulesBuilder_ != null) {
         return rulesBuilder_.getMessageOrBuilderList();
       } else {
@@ -1828,8 +1721,6 @@ public com.google.api.DocumentationRuleOrBuilder getRulesOrBuilder(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * A list of documentation rules that apply to individual API elements.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -1838,12 +1729,10 @@ public com.google.api.DocumentationRuleOrBuilder getRulesOrBuilder(int index) {
      * repeated .google.api.DocumentationRule rules = 3;
      */
     public com.google.api.DocumentationRule.Builder addRulesBuilder() {
-      return getRulesFieldBuilder()
-          .addBuilder(com.google.api.DocumentationRule.getDefaultInstance());
+      return getRulesFieldBuilder().addBuilder(
+          com.google.api.DocumentationRule.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * A list of documentation rules that apply to individual API elements.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -1851,13 +1740,12 @@ public com.google.api.DocumentationRule.Builder addRulesBuilder() {
      *
      * repeated .google.api.DocumentationRule rules = 3;
      */
-    public com.google.api.DocumentationRule.Builder addRulesBuilder(int index) {
-      return getRulesFieldBuilder()
-          .addBuilder(index, com.google.api.DocumentationRule.getDefaultInstance());
+    public com.google.api.DocumentationRule.Builder addRulesBuilder(
+        int index) {
+      return getRulesFieldBuilder().addBuilder(
+          index, com.google.api.DocumentationRule.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * A list of documentation rules that apply to individual API elements.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -1865,22 +1753,20 @@ public com.google.api.DocumentationRule.Builder addRulesBuilder(int index) {
      *
      * repeated .google.api.DocumentationRule rules = 3;
      */
-    public java.util.List getRulesBuilderList() {
+    public java.util.List 
+         getRulesBuilderList() {
       return getRulesFieldBuilder().getBuilderList();
     }
-
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.api.DocumentationRule,
-            com.google.api.DocumentationRule.Builder,
-            com.google.api.DocumentationRuleOrBuilder>
+        com.google.api.DocumentationRule, com.google.api.DocumentationRule.Builder, com.google.api.DocumentationRuleOrBuilder> 
         getRulesFieldBuilder() {
       if (rulesBuilder_ == null) {
-        rulesBuilder_ =
-            new com.google.protobuf.RepeatedFieldBuilderV3<
-                com.google.api.DocumentationRule,
-                com.google.api.DocumentationRule.Builder,
-                com.google.api.DocumentationRuleOrBuilder>(
-                rules_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean());
+        rulesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+            com.google.api.DocumentationRule, com.google.api.DocumentationRule.Builder, com.google.api.DocumentationRuleOrBuilder>(
+                rules_,
+                ((bitField0_ & 0x00000002) != 0),
+                getParentForChildren(),
+                isClean());
         rules_ = null;
       }
       return rulesBuilder_;
@@ -1888,20 +1774,18 @@ public java.util.List getRulesBuilderL
 
     private java.lang.Object documentationRootUrl_ = "";
     /**
-     *
-     *
      * 
      * The URL to the root of documentation.
      * 
* * string documentation_root_url = 4; - * * @return The documentationRootUrl. */ public java.lang.String getDocumentationRootUrl() { java.lang.Object ref = documentationRootUrl_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); documentationRootUrl_ = s; return s; @@ -1910,21 +1794,20 @@ public java.lang.String getDocumentationRootUrl() { } } /** - * - * *
      * The URL to the root of documentation.
      * 
* * string documentation_root_url = 4; - * * @return The bytes for documentationRootUrl. */ - public com.google.protobuf.ByteString getDocumentationRootUrlBytes() { + public com.google.protobuf.ByteString + getDocumentationRootUrlBytes() { java.lang.Object ref = documentationRootUrl_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); documentationRootUrl_ = b; return b; } else { @@ -1932,61 +1815,54 @@ public com.google.protobuf.ByteString getDocumentationRootUrlBytes() { } } /** - * - * *
      * The URL to the root of documentation.
      * 
* * string documentation_root_url = 4; - * * @param value The documentationRootUrl to set. * @return This builder for chaining. */ - public Builder setDocumentationRootUrl(java.lang.String value) { + public Builder setDocumentationRootUrl( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + documentationRootUrl_ = value; onChanged(); return this; } /** - * - * *
      * The URL to the root of documentation.
      * 
* * string documentation_root_url = 4; - * * @return This builder for chaining. */ public Builder clearDocumentationRootUrl() { - + documentationRootUrl_ = getDefaultInstance().getDocumentationRootUrl(); onChanged(); return this; } /** - * - * *
      * The URL to the root of documentation.
      * 
* * string documentation_root_url = 4; - * * @param value The bytes for documentationRootUrl to set. * @return This builder for chaining. */ - public Builder setDocumentationRootUrlBytes(com.google.protobuf.ByteString value) { + public Builder setDocumentationRootUrlBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + documentationRootUrl_ = value; onChanged(); return this; @@ -1994,8 +1870,6 @@ public Builder setDocumentationRootUrlBytes(com.google.protobuf.ByteString value private java.lang.Object serviceRootUrl_ = ""; /** - * - * *
      * Specifies the service root url if the default one (the service name
      * from the yaml file) is not suitable. This can be seen in any fully
@@ -2004,13 +1878,13 @@ public Builder setDocumentationRootUrlBytes(com.google.protobuf.ByteString value
      * 
* * string service_root_url = 6; - * * @return The serviceRootUrl. */ public java.lang.String getServiceRootUrl() { java.lang.Object ref = serviceRootUrl_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); serviceRootUrl_ = s; return s; @@ -2019,8 +1893,6 @@ public java.lang.String getServiceRootUrl() { } } /** - * - * *
      * Specifies the service root url if the default one (the service name
      * from the yaml file) is not suitable. This can be seen in any fully
@@ -2029,14 +1901,15 @@ public java.lang.String getServiceRootUrl() {
      * 
* * string service_root_url = 6; - * * @return The bytes for serviceRootUrl. */ - public com.google.protobuf.ByteString getServiceRootUrlBytes() { + public com.google.protobuf.ByteString + getServiceRootUrlBytes() { java.lang.Object ref = serviceRootUrl_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); serviceRootUrl_ = b; return b; } else { @@ -2044,8 +1917,6 @@ public com.google.protobuf.ByteString getServiceRootUrlBytes() { } } /** - * - * *
      * Specifies the service root url if the default one (the service name
      * from the yaml file) is not suitable. This can be seen in any fully
@@ -2054,22 +1925,20 @@ public com.google.protobuf.ByteString getServiceRootUrlBytes() {
      * 
* * string service_root_url = 6; - * * @param value The serviceRootUrl to set. * @return This builder for chaining. */ - public Builder setServiceRootUrl(java.lang.String value) { + public Builder setServiceRootUrl( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + serviceRootUrl_ = value; onChanged(); return this; } /** - * - * *
      * Specifies the service root url if the default one (the service name
      * from the yaml file) is not suitable. This can be seen in any fully
@@ -2078,18 +1947,15 @@ public Builder setServiceRootUrl(java.lang.String value) {
      * 
* * string service_root_url = 6; - * * @return This builder for chaining. */ public Builder clearServiceRootUrl() { - + serviceRootUrl_ = getDefaultInstance().getServiceRootUrl(); onChanged(); return this; } /** - * - * *
      * Specifies the service root url if the default one (the service name
      * from the yaml file) is not suitable. This can be seen in any fully
@@ -2098,16 +1964,16 @@ public Builder clearServiceRootUrl() {
      * 
* * string service_root_url = 6; - * * @param value The bytes for serviceRootUrl to set. * @return This builder for chaining. */ - public Builder setServiceRootUrlBytes(com.google.protobuf.ByteString value) { + public Builder setServiceRootUrlBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + serviceRootUrl_ = value; onChanged(); return this; @@ -2115,8 +1981,6 @@ public Builder setServiceRootUrlBytes(com.google.protobuf.ByteString value) { private java.lang.Object overview_ = ""; /** - * - * *
      * Declares a single overview page. For example:
      * <pre><code>documentation:
@@ -2134,13 +1998,13 @@ public Builder setServiceRootUrlBytes(com.google.protobuf.ByteString value) {
      * 
* * string overview = 2; - * * @return The overview. */ public java.lang.String getOverview() { java.lang.Object ref = overview_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); overview_ = s; return s; @@ -2149,8 +2013,6 @@ public java.lang.String getOverview() { } } /** - * - * *
      * Declares a single overview page. For example:
      * <pre><code>documentation:
@@ -2168,14 +2030,15 @@ public java.lang.String getOverview() {
      * 
* * string overview = 2; - * * @return The bytes for overview. */ - public com.google.protobuf.ByteString getOverviewBytes() { + public com.google.protobuf.ByteString + getOverviewBytes() { java.lang.Object ref = overview_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); overview_ = b; return b; } else { @@ -2183,8 +2046,6 @@ public com.google.protobuf.ByteString getOverviewBytes() { } } /** - * - * *
      * Declares a single overview page. For example:
      * <pre><code>documentation:
@@ -2202,22 +2063,20 @@ public com.google.protobuf.ByteString getOverviewBytes() {
      * 
* * string overview = 2; - * * @param value The overview to set. * @return This builder for chaining. */ - public Builder setOverview(java.lang.String value) { + public Builder setOverview( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + overview_ = value; onChanged(); return this; } /** - * - * *
      * Declares a single overview page. For example:
      * <pre><code>documentation:
@@ -2235,18 +2094,15 @@ public Builder setOverview(java.lang.String value) {
      * 
* * string overview = 2; - * * @return This builder for chaining. */ public Builder clearOverview() { - + overview_ = getDefaultInstance().getOverview(); onChanged(); return this; } /** - * - * *
      * Declares a single overview page. For example:
      * <pre><code>documentation:
@@ -2264,23 +2120,23 @@ public Builder clearOverview() {
      * 
* * string overview = 2; - * * @param value The bytes for overview to set. * @return This builder for chaining. */ - public Builder setOverviewBytes(com.google.protobuf.ByteString value) { + public Builder setOverviewBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + overview_ = value; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -2290,12 +2146,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.Documentation) } // @@protoc_insertion_point(class_scope:google.api.Documentation) private static final com.google.api.Documentation DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.Documentation(); } @@ -2304,27 +2160,27 @@ public static com.google.api.Documentation getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Documentation parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Documentation parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2339,4 +2195,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.Documentation getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/DocumentationOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/DocumentationOrBuilder.java similarity index 79% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/DocumentationOrBuilder.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/DocumentationOrBuilder.java index 11af64871f..b21c612d94 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/DocumentationOrBuilder.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/DocumentationOrBuilder.java @@ -1,31 +1,13 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/documentation.proto package com.google.api; -public interface DocumentationOrBuilder - extends +public interface DocumentationOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.Documentation) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * A short description of what the service does. The summary must be plain
    * text. It becomes the overview of the service displayed in Google Cloud
@@ -34,13 +16,10 @@ public interface DocumentationOrBuilder
    * 
* * string summary = 1; - * * @return The summary. */ java.lang.String getSummary(); /** - * - * *
    * A short description of what the service does. The summary must be plain
    * text. It becomes the overview of the service displayed in Google Cloud
@@ -49,24 +28,21 @@ public interface DocumentationOrBuilder
    * 
* * string summary = 1; - * * @return The bytes for summary. */ - com.google.protobuf.ByteString getSummaryBytes(); + com.google.protobuf.ByteString + getSummaryBytes(); /** - * - * *
    * The top level pages for the documentation set.
    * 
* * repeated .google.api.Page pages = 5; */ - java.util.List getPagesList(); + java.util.List + getPagesList(); /** - * - * *
    * The top level pages for the documentation set.
    * 
@@ -75,8 +51,6 @@ public interface DocumentationOrBuilder */ com.google.api.Page getPages(int index); /** - * - * *
    * The top level pages for the documentation set.
    * 
@@ -85,29 +59,25 @@ public interface DocumentationOrBuilder */ int getPagesCount(); /** - * - * *
    * The top level pages for the documentation set.
    * 
* * repeated .google.api.Page pages = 5; */ - java.util.List getPagesOrBuilderList(); + java.util.List + getPagesOrBuilderList(); /** - * - * *
    * The top level pages for the documentation set.
    * 
* * repeated .google.api.Page pages = 5; */ - com.google.api.PageOrBuilder getPagesOrBuilder(int index); + com.google.api.PageOrBuilder getPagesOrBuilder( + int index); /** - * - * *
    * A list of documentation rules that apply to individual API elements.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -115,10 +85,9 @@ public interface DocumentationOrBuilder
    *
    * repeated .google.api.DocumentationRule rules = 3;
    */
-  java.util.List getRulesList();
+  java.util.List 
+      getRulesList();
   /**
-   *
-   *
    * 
    * A list of documentation rules that apply to individual API elements.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -128,8 +97,6 @@ public interface DocumentationOrBuilder
    */
   com.google.api.DocumentationRule getRules(int index);
   /**
-   *
-   *
    * 
    * A list of documentation rules that apply to individual API elements.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -139,8 +106,6 @@ public interface DocumentationOrBuilder
    */
   int getRulesCount();
   /**
-   *
-   *
    * 
    * A list of documentation rules that apply to individual API elements.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -148,10 +113,9 @@ public interface DocumentationOrBuilder
    *
    * repeated .google.api.DocumentationRule rules = 3;
    */
-  java.util.List getRulesOrBuilderList();
+  java.util.List 
+      getRulesOrBuilderList();
   /**
-   *
-   *
    * 
    * A list of documentation rules that apply to individual API elements.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -159,36 +123,30 @@ public interface DocumentationOrBuilder
    *
    * repeated .google.api.DocumentationRule rules = 3;
    */
-  com.google.api.DocumentationRuleOrBuilder getRulesOrBuilder(int index);
+  com.google.api.DocumentationRuleOrBuilder getRulesOrBuilder(
+      int index);
 
   /**
-   *
-   *
    * 
    * The URL to the root of documentation.
    * 
* * string documentation_root_url = 4; - * * @return The documentationRootUrl. */ java.lang.String getDocumentationRootUrl(); /** - * - * *
    * The URL to the root of documentation.
    * 
* * string documentation_root_url = 4; - * * @return The bytes for documentationRootUrl. */ - com.google.protobuf.ByteString getDocumentationRootUrlBytes(); + com.google.protobuf.ByteString + getDocumentationRootUrlBytes(); /** - * - * *
    * Specifies the service root url if the default one (the service name
    * from the yaml file) is not suitable. This can be seen in any fully
@@ -197,13 +155,10 @@ public interface DocumentationOrBuilder
    * 
* * string service_root_url = 6; - * * @return The serviceRootUrl. */ java.lang.String getServiceRootUrl(); /** - * - * *
    * Specifies the service root url if the default one (the service name
    * from the yaml file) is not suitable. This can be seen in any fully
@@ -212,14 +167,12 @@ public interface DocumentationOrBuilder
    * 
* * string service_root_url = 6; - * * @return The bytes for serviceRootUrl. */ - com.google.protobuf.ByteString getServiceRootUrlBytes(); + com.google.protobuf.ByteString + getServiceRootUrlBytes(); /** - * - * *
    * Declares a single overview page. For example:
    * <pre><code>documentation:
@@ -237,13 +190,10 @@ public interface DocumentationOrBuilder
    * 
* * string overview = 2; - * * @return The overview. */ java.lang.String getOverview(); /** - * - * *
    * Declares a single overview page. For example:
    * <pre><code>documentation:
@@ -261,8 +211,8 @@ public interface DocumentationOrBuilder
    * 
* * string overview = 2; - * * @return The bytes for overview. */ - com.google.protobuf.ByteString getOverviewBytes(); + com.google.protobuf.ByteString + getOverviewBytes(); } diff --git a/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/DocumentationProto.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/DocumentationProto.java new file mode 100644 index 0000000000..783b7b5a34 --- /dev/null +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/DocumentationProto.java @@ -0,0 +1,81 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/api/documentation.proto + +package com.google.api; + +public final class DocumentationProto { + private DocumentationProto() {} + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistryLite registry) { + } + + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistry registry) { + registerAllExtensions( + (com.google.protobuf.ExtensionRegistryLite) registry); + } + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_Documentation_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_Documentation_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_DocumentationRule_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_DocumentationRule_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_Page_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_Page_fieldAccessorTable; + + public static com.google.protobuf.Descriptors.FileDescriptor + getDescriptor() { + return descriptor; + } + private static com.google.protobuf.Descriptors.FileDescriptor + descriptor; + static { + java.lang.String[] descriptorData = { + "\n\036google/api/documentation.proto\022\ngoogle" + + ".api\"\273\001\n\rDocumentation\022\017\n\007summary\030\001 \001(\t\022" + + "\037\n\005pages\030\005 \003(\0132\020.google.api.Page\022,\n\005rule" + + "s\030\003 \003(\0132\035.google.api.DocumentationRule\022\036" + + "\n\026documentation_root_url\030\004 \001(\t\022\030\n\020servic" + + "e_root_url\030\006 \001(\t\022\020\n\010overview\030\002 \001(\t\"[\n\021Do" + + "cumentationRule\022\020\n\010selector\030\001 \001(\t\022\023\n\013des" + + "cription\030\002 \001(\t\022\037\n\027deprecation_descriptio" + + "n\030\003 \001(\t\"I\n\004Page\022\014\n\004name\030\001 \001(\t\022\017\n\007content" + + "\030\002 \001(\t\022\"\n\010subpages\030\003 \003(\0132\020.google.api.Pa" + + "geBt\n\016com.google.apiB\022DocumentationProto" + + "P\001ZEgoogle.golang.org/genproto/googleapi" + + "s/api/serviceconfig;serviceconfig\242\002\004GAPI" + + "b\006proto3" + }; + descriptor = com.google.protobuf.Descriptors.FileDescriptor + .internalBuildGeneratedFileFrom(descriptorData, + new com.google.protobuf.Descriptors.FileDescriptor[] { + }); + internal_static_google_api_Documentation_descriptor = + getDescriptor().getMessageTypes().get(0); + internal_static_google_api_Documentation_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_Documentation_descriptor, + new java.lang.String[] { "Summary", "Pages", "Rules", "DocumentationRootUrl", "ServiceRootUrl", "Overview", }); + internal_static_google_api_DocumentationRule_descriptor = + getDescriptor().getMessageTypes().get(1); + internal_static_google_api_DocumentationRule_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_DocumentationRule_descriptor, + new java.lang.String[] { "Selector", "Description", "DeprecationDescription", }); + internal_static_google_api_Page_descriptor = + getDescriptor().getMessageTypes().get(2); + internal_static_google_api_Page_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_Page_descriptor, + new java.lang.String[] { "Name", "Content", "Subpages", }); + } + + // @@protoc_insertion_point(outer_class_scope) +} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/DocumentationRule.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/DocumentationRule.java similarity index 73% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/DocumentationRule.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/DocumentationRule.java index b4eac18a80..c5f322a8aa 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/DocumentationRule.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/DocumentationRule.java @@ -1,42 +1,24 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/documentation.proto package com.google.api; /** - * - * *
  * A documentation rule provides information about individual API elements.
  * 
* * Protobuf type {@code google.api.DocumentationRule} */ -public final class DocumentationRule extends com.google.protobuf.GeneratedMessageV3 - implements +public final class DocumentationRule extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.api.DocumentationRule) DocumentationRuleOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use DocumentationRule.newBuilder() to construct. private DocumentationRule(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private DocumentationRule() { selector_ = ""; description_ = ""; @@ -45,25 +27,25 @@ private DocumentationRule() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new DocumentationRule(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.api.DocumentationProto - .internal_static_google_api_DocumentationRule_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.api.DocumentationProto.internal_static_google_api_DocumentationRule_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.api.DocumentationProto - .internal_static_google_api_DocumentationRule_fieldAccessorTable + return com.google.api.DocumentationProto.internal_static_google_api_DocumentationRule_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.api.DocumentationRule.class, com.google.api.DocumentationRule.Builder.class); } @@ -71,8 +53,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public static final int SELECTOR_FIELD_NUMBER = 1; private volatile java.lang.Object selector_; /** - * - * *
    * The selector is a comma-separated list of patterns for any element such as
    * a method, a field, an enum value. Each pattern is a qualified name of the
@@ -84,7 +64,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    * 
* * string selector = 1; - * * @return The selector. */ @java.lang.Override @@ -93,15 +72,14 @@ public java.lang.String getSelector() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); selector_ = s; return s; } } /** - * - * *
    * The selector is a comma-separated list of patterns for any element such as
    * a method, a field, an enum value. Each pattern is a qualified name of the
@@ -113,15 +91,16 @@ public java.lang.String getSelector() {
    * 
* * string selector = 1; - * * @return The bytes for selector. */ @java.lang.Override - public com.google.protobuf.ByteString getSelectorBytes() { + public com.google.protobuf.ByteString + getSelectorBytes() { java.lang.Object ref = selector_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); selector_ = b; return b; } else { @@ -132,8 +111,6 @@ public com.google.protobuf.ByteString getSelectorBytes() { public static final int DESCRIPTION_FIELD_NUMBER = 2; private volatile java.lang.Object description_; /** - * - * *
    * Description of the selected proto element (e.g. a message, a method, a
    * 'service' definition, or a field). Defaults to leading & trailing comments
@@ -141,7 +118,6 @@ public com.google.protobuf.ByteString getSelectorBytes() {
    * 
* * string description = 2; - * * @return The description. */ @java.lang.Override @@ -150,15 +126,14 @@ public java.lang.String getDescription() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); description_ = s; return s; } } /** - * - * *
    * Description of the selected proto element (e.g. a message, a method, a
    * 'service' definition, or a field). Defaults to leading & trailing comments
@@ -166,15 +141,16 @@ public java.lang.String getDescription() {
    * 
* * string description = 2; - * * @return The bytes for description. */ @java.lang.Override - public com.google.protobuf.ByteString getDescriptionBytes() { + public com.google.protobuf.ByteString + getDescriptionBytes() { java.lang.Object ref = description_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); description_ = b; return b; } else { @@ -185,15 +161,12 @@ public com.google.protobuf.ByteString getDescriptionBytes() { public static final int DEPRECATION_DESCRIPTION_FIELD_NUMBER = 3; private volatile java.lang.Object deprecationDescription_; /** - * - * *
    * Deprecation description of the selected element(s). It can be provided if
    * an element is marked as `deprecated`.
    * 
* * string deprecation_description = 3; - * * @return The deprecationDescription. */ @java.lang.Override @@ -202,30 +175,30 @@ public java.lang.String getDeprecationDescription() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); deprecationDescription_ = s; return s; } } /** - * - * *
    * Deprecation description of the selected element(s). It can be provided if
    * an element is marked as `deprecated`.
    * 
* * string deprecation_description = 3; - * * @return The bytes for deprecationDescription. */ @java.lang.Override - public com.google.protobuf.ByteString getDeprecationDescriptionBytes() { + public com.google.protobuf.ByteString + getDeprecationDescriptionBytes() { java.lang.Object ref = deprecationDescription_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); deprecationDescription_ = b; return b; } else { @@ -234,7 +207,6 @@ public com.google.protobuf.ByteString getDeprecationDescriptionBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -246,7 +218,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(selector_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, selector_); } @@ -282,16 +255,19 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.DocumentationRule)) { return super.equals(obj); } com.google.api.DocumentationRule other = (com.google.api.DocumentationRule) obj; - if (!getSelector().equals(other.getSelector())) return false; - if (!getDescription().equals(other.getDescription())) return false; - if (!getDeprecationDescription().equals(other.getDeprecationDescription())) return false; + if (!getSelector() + .equals(other.getSelector())) return false; + if (!getDescription() + .equals(other.getDescription())) return false; + if (!getDeprecationDescription() + .equals(other.getDeprecationDescription())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -314,135 +290,130 @@ public int hashCode() { return hash; } - public static com.google.api.DocumentationRule parseFrom(java.nio.ByteBuffer data) + public static com.google.api.DocumentationRule parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.DocumentationRule parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.api.DocumentationRule parseFrom(com.google.protobuf.ByteString data) + public static com.google.api.DocumentationRule parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.DocumentationRule parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.DocumentationRule parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.DocumentationRule parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.DocumentationRule parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.DocumentationRule parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.DocumentationRule parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.DocumentationRule parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.DocumentationRule parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.DocumentationRule parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.DocumentationRule prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * A documentation rule provides information about individual API elements.
    * 
* * Protobuf type {@code google.api.DocumentationRule} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.api.DocumentationRule) com.google.api.DocumentationRuleOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.api.DocumentationProto - .internal_static_google_api_DocumentationRule_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.api.DocumentationProto.internal_static_google_api_DocumentationRule_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.api.DocumentationProto - .internal_static_google_api_DocumentationRule_fieldAccessorTable + return com.google.api.DocumentationProto.internal_static_google_api_DocumentationRule_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.api.DocumentationRule.class, - com.google.api.DocumentationRule.Builder.class); + com.google.api.DocumentationRule.class, com.google.api.DocumentationRule.Builder.class); } // Construct using com.google.api.DocumentationRule.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -456,9 +427,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.api.DocumentationProto - .internal_static_google_api_DocumentationRule_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.api.DocumentationProto.internal_static_google_api_DocumentationRule_descriptor; } @java.lang.Override @@ -489,39 +460,38 @@ public com.google.api.DocumentationRule buildPartial() { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.api.DocumentationRule) { - return mergeFrom((com.google.api.DocumentationRule) other); + return mergeFrom((com.google.api.DocumentationRule)other); } else { super.mergeFrom(other); return this; @@ -568,31 +538,27 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - selector_ = input.readStringRequireUtf8(); + case 10: { + selector_ = input.readStringRequireUtf8(); - break; - } // case 10 - case 18: - { - description_ = input.readStringRequireUtf8(); + break; + } // case 10 + case 18: { + description_ = input.readStringRequireUtf8(); - break; - } // case 18 - case 26: - { - deprecationDescription_ = input.readStringRequireUtf8(); + break; + } // case 18 + case 26: { + deprecationDescription_ = input.readStringRequireUtf8(); - break; - } // case 26 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + break; + } // case 26 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -605,8 +571,6 @@ public Builder mergeFrom( private java.lang.Object selector_ = ""; /** - * - * *
      * The selector is a comma-separated list of patterns for any element such as
      * a method, a field, an enum value. Each pattern is a qualified name of the
@@ -618,13 +582,13 @@ public Builder mergeFrom(
      * 
* * string selector = 1; - * * @return The selector. */ public java.lang.String getSelector() { java.lang.Object ref = selector_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); selector_ = s; return s; @@ -633,8 +597,6 @@ public java.lang.String getSelector() { } } /** - * - * *
      * The selector is a comma-separated list of patterns for any element such as
      * a method, a field, an enum value. Each pattern is a qualified name of the
@@ -646,14 +608,15 @@ public java.lang.String getSelector() {
      * 
* * string selector = 1; - * * @return The bytes for selector. */ - public com.google.protobuf.ByteString getSelectorBytes() { + public com.google.protobuf.ByteString + getSelectorBytes() { java.lang.Object ref = selector_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); selector_ = b; return b; } else { @@ -661,8 +624,6 @@ public com.google.protobuf.ByteString getSelectorBytes() { } } /** - * - * *
      * The selector is a comma-separated list of patterns for any element such as
      * a method, a field, an enum value. Each pattern is a qualified name of the
@@ -674,22 +635,20 @@ public com.google.protobuf.ByteString getSelectorBytes() {
      * 
* * string selector = 1; - * * @param value The selector to set. * @return This builder for chaining. */ - public Builder setSelector(java.lang.String value) { + public Builder setSelector( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + selector_ = value; onChanged(); return this; } /** - * - * *
      * The selector is a comma-separated list of patterns for any element such as
      * a method, a field, an enum value. Each pattern is a qualified name of the
@@ -701,18 +660,15 @@ public Builder setSelector(java.lang.String value) {
      * 
* * string selector = 1; - * * @return This builder for chaining. */ public Builder clearSelector() { - + selector_ = getDefaultInstance().getSelector(); onChanged(); return this; } /** - * - * *
      * The selector is a comma-separated list of patterns for any element such as
      * a method, a field, an enum value. Each pattern is a qualified name of the
@@ -724,16 +680,16 @@ public Builder clearSelector() {
      * 
* * string selector = 1; - * * @param value The bytes for selector to set. * @return This builder for chaining. */ - public Builder setSelectorBytes(com.google.protobuf.ByteString value) { + public Builder setSelectorBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + selector_ = value; onChanged(); return this; @@ -741,8 +697,6 @@ public Builder setSelectorBytes(com.google.protobuf.ByteString value) { private java.lang.Object description_ = ""; /** - * - * *
      * Description of the selected proto element (e.g. a message, a method, a
      * 'service' definition, or a field). Defaults to leading & trailing comments
@@ -750,13 +704,13 @@ public Builder setSelectorBytes(com.google.protobuf.ByteString value) {
      * 
* * string description = 2; - * * @return The description. */ public java.lang.String getDescription() { java.lang.Object ref = description_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); description_ = s; return s; @@ -765,8 +719,6 @@ public java.lang.String getDescription() { } } /** - * - * *
      * Description of the selected proto element (e.g. a message, a method, a
      * 'service' definition, or a field). Defaults to leading & trailing comments
@@ -774,14 +726,15 @@ public java.lang.String getDescription() {
      * 
* * string description = 2; - * * @return The bytes for description. */ - public com.google.protobuf.ByteString getDescriptionBytes() { + public com.google.protobuf.ByteString + getDescriptionBytes() { java.lang.Object ref = description_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); description_ = b; return b; } else { @@ -789,8 +742,6 @@ public com.google.protobuf.ByteString getDescriptionBytes() { } } /** - * - * *
      * Description of the selected proto element (e.g. a message, a method, a
      * 'service' definition, or a field). Defaults to leading & trailing comments
@@ -798,22 +749,20 @@ public com.google.protobuf.ByteString getDescriptionBytes() {
      * 
* * string description = 2; - * * @param value The description to set. * @return This builder for chaining. */ - public Builder setDescription(java.lang.String value) { + public Builder setDescription( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + description_ = value; onChanged(); return this; } /** - * - * *
      * Description of the selected proto element (e.g. a message, a method, a
      * 'service' definition, or a field). Defaults to leading & trailing comments
@@ -821,18 +770,15 @@ public Builder setDescription(java.lang.String value) {
      * 
* * string description = 2; - * * @return This builder for chaining. */ public Builder clearDescription() { - + description_ = getDefaultInstance().getDescription(); onChanged(); return this; } /** - * - * *
      * Description of the selected proto element (e.g. a message, a method, a
      * 'service' definition, or a field). Defaults to leading & trailing comments
@@ -840,16 +786,16 @@ public Builder clearDescription() {
      * 
* * string description = 2; - * * @param value The bytes for description to set. * @return This builder for chaining. */ - public Builder setDescriptionBytes(com.google.protobuf.ByteString value) { + public Builder setDescriptionBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + description_ = value; onChanged(); return this; @@ -857,21 +803,19 @@ public Builder setDescriptionBytes(com.google.protobuf.ByteString value) { private java.lang.Object deprecationDescription_ = ""; /** - * - * *
      * Deprecation description of the selected element(s). It can be provided if
      * an element is marked as `deprecated`.
      * 
* * string deprecation_description = 3; - * * @return The deprecationDescription. */ public java.lang.String getDeprecationDescription() { java.lang.Object ref = deprecationDescription_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); deprecationDescription_ = s; return s; @@ -880,22 +824,21 @@ public java.lang.String getDeprecationDescription() { } } /** - * - * *
      * Deprecation description of the selected element(s). It can be provided if
      * an element is marked as `deprecated`.
      * 
* * string deprecation_description = 3; - * * @return The bytes for deprecationDescription. */ - public com.google.protobuf.ByteString getDeprecationDescriptionBytes() { + public com.google.protobuf.ByteString + getDeprecationDescriptionBytes() { java.lang.Object ref = deprecationDescription_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); deprecationDescription_ = b; return b; } else { @@ -903,71 +846,64 @@ public com.google.protobuf.ByteString getDeprecationDescriptionBytes() { } } /** - * - * *
      * Deprecation description of the selected element(s). It can be provided if
      * an element is marked as `deprecated`.
      * 
* * string deprecation_description = 3; - * * @param value The deprecationDescription to set. * @return This builder for chaining. */ - public Builder setDeprecationDescription(java.lang.String value) { + public Builder setDeprecationDescription( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + deprecationDescription_ = value; onChanged(); return this; } /** - * - * *
      * Deprecation description of the selected element(s). It can be provided if
      * an element is marked as `deprecated`.
      * 
* * string deprecation_description = 3; - * * @return This builder for chaining. */ public Builder clearDeprecationDescription() { - + deprecationDescription_ = getDefaultInstance().getDeprecationDescription(); onChanged(); return this; } /** - * - * *
      * Deprecation description of the selected element(s). It can be provided if
      * an element is marked as `deprecated`.
      * 
* * string deprecation_description = 3; - * * @param value The bytes for deprecationDescription to set. * @return This builder for chaining. */ - public Builder setDeprecationDescriptionBytes(com.google.protobuf.ByteString value) { + public Builder setDeprecationDescriptionBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + deprecationDescription_ = value; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -977,12 +913,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.DocumentationRule) } // @@protoc_insertion_point(class_scope:google.api.DocumentationRule) private static final com.google.api.DocumentationRule DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.DocumentationRule(); } @@ -991,27 +927,27 @@ public static com.google.api.DocumentationRule getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public DocumentationRule parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public DocumentationRule parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1026,4 +962,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.DocumentationRule getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/DocumentationRuleOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/DocumentationRuleOrBuilder.java similarity index 75% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/DocumentationRuleOrBuilder.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/DocumentationRuleOrBuilder.java index 29fae9e03c..f7af9e408a 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/DocumentationRuleOrBuilder.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/DocumentationRuleOrBuilder.java @@ -1,31 +1,13 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/documentation.proto package com.google.api; -public interface DocumentationRuleOrBuilder - extends +public interface DocumentationRuleOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.DocumentationRule) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The selector is a comma-separated list of patterns for any element such as
    * a method, a field, an enum value. Each pattern is a qualified name of the
@@ -37,13 +19,10 @@ public interface DocumentationRuleOrBuilder
    * 
* * string selector = 1; - * * @return The selector. */ java.lang.String getSelector(); /** - * - * *
    * The selector is a comma-separated list of patterns for any element such as
    * a method, a field, an enum value. Each pattern is a qualified name of the
@@ -55,14 +34,12 @@ public interface DocumentationRuleOrBuilder
    * 
* * string selector = 1; - * * @return The bytes for selector. */ - com.google.protobuf.ByteString getSelectorBytes(); + com.google.protobuf.ByteString + getSelectorBytes(); /** - * - * *
    * Description of the selected proto element (e.g. a message, a method, a
    * 'service' definition, or a field). Defaults to leading & trailing comments
@@ -70,13 +47,10 @@ public interface DocumentationRuleOrBuilder
    * 
* * string description = 2; - * * @return The description. */ java.lang.String getDescription(); /** - * - * *
    * Description of the selected proto element (e.g. a message, a method, a
    * 'service' definition, or a field). Defaults to leading & trailing comments
@@ -84,35 +58,30 @@ public interface DocumentationRuleOrBuilder
    * 
* * string description = 2; - * * @return The bytes for description. */ - com.google.protobuf.ByteString getDescriptionBytes(); + com.google.protobuf.ByteString + getDescriptionBytes(); /** - * - * *
    * Deprecation description of the selected element(s). It can be provided if
    * an element is marked as `deprecated`.
    * 
* * string deprecation_description = 3; - * * @return The deprecationDescription. */ java.lang.String getDeprecationDescription(); /** - * - * *
    * Deprecation description of the selected element(s). It can be provided if
    * an element is marked as `deprecated`.
    * 
* * string deprecation_description = 3; - * * @return The bytes for deprecationDescription. */ - com.google.protobuf.ByteString getDeprecationDescriptionBytes(); + com.google.protobuf.ByteString + getDeprecationDescriptionBytes(); } diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/DotnetSettings.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/DotnetSettings.java similarity index 69% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/DotnetSettings.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/DotnetSettings.java index 43d09ca387..4fec898e9d 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/DotnetSettings.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/DotnetSettings.java @@ -1,56 +1,41 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/client.proto package com.google.api; /** - * - * *
  * Settings for Dotnet client libraries.
  * 
* * Protobuf type {@code google.api.DotnetSettings} */ -public final class DotnetSettings extends com.google.protobuf.GeneratedMessageV3 - implements +public final class DotnetSettings extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.api.DotnetSettings) DotnetSettingsOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use DotnetSettings.newBuilder() to construct. private DotnetSettings(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private DotnetSettings() {} + private DotnetSettings() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new DotnetSettings(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.api.ClientProto.internal_static_google_api_DotnetSettings_descriptor; } @@ -65,14 +50,11 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public static final int COMMON_FIELD_NUMBER = 1; private com.google.api.CommonLanguageSettings common_; /** - * - * *
    * Some settings.
    * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return Whether the common field is set. */ @java.lang.Override @@ -80,14 +62,11 @@ public boolean hasCommon() { return common_ != null; } /** - * - * *
    * Some settings.
    * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return The common. */ @java.lang.Override @@ -95,8 +74,6 @@ public com.google.api.CommonLanguageSettings getCommon() { return common_ == null ? com.google.api.CommonLanguageSettings.getDefaultInstance() : common_; } /** - * - * *
    * Some settings.
    * 
@@ -109,7 +86,6 @@ public com.google.api.CommonLanguageSettingsOrBuilder getCommonOrBuilder() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -121,7 +97,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (common_ != null) { output.writeMessage(1, getCommon()); } @@ -135,7 +112,8 @@ public int getSerializedSize() { size = 0; if (common_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getCommon()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getCommon()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -145,7 +123,7 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.DotnetSettings)) { return super.equals(obj); @@ -154,7 +132,8 @@ public boolean equals(final java.lang.Object obj) { if (hasCommon() != other.hasCommon()) return false; if (hasCommon()) { - if (!getCommon().equals(other.getCommon())) return false; + if (!getCommon() + .equals(other.getCommon())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -176,114 +155,109 @@ public int hashCode() { return hash; } - public static com.google.api.DotnetSettings parseFrom(java.nio.ByteBuffer data) + public static com.google.api.DotnetSettings parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.DotnetSettings parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.api.DotnetSettings parseFrom(com.google.protobuf.ByteString data) + public static com.google.api.DotnetSettings parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.DotnetSettings parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.DotnetSettings parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.DotnetSettings parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.DotnetSettings parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.DotnetSettings parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.DotnetSettings parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.DotnetSettings parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.api.DotnetSettings parseFrom(com.google.protobuf.CodedInputStream input) + public static com.google.api.DotnetSettings parseFrom( + com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.DotnetSettings parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.DotnetSettings prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Settings for Dotnet client libraries.
    * 
* * Protobuf type {@code google.api.DotnetSettings} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.api.DotnetSettings) com.google.api.DotnetSettingsOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.api.ClientProto.internal_static_google_api_DotnetSettings_descriptor; } @@ -296,12 +270,15 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { } // Construct using com.google.api.DotnetSettings.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -315,7 +292,8 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { return com.google.api.ClientProto.internal_static_google_api_DotnetSettings_descriptor; } @@ -349,39 +327,38 @@ public com.google.api.DotnetSettings buildPartial() { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.api.DotnetSettings) { - return mergeFrom((com.google.api.DotnetSettings) other); + return mergeFrom((com.google.api.DotnetSettings)other); } else { super.mergeFrom(other); return this; @@ -419,19 +396,19 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - input.readMessage(getCommonFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 10 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + input.readMessage( + getCommonFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 10 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -444,47 +421,34 @@ public Builder mergeFrom( private com.google.api.CommonLanguageSettings common_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.CommonLanguageSettings, - com.google.api.CommonLanguageSettings.Builder, - com.google.api.CommonLanguageSettingsOrBuilder> - commonBuilder_; + com.google.api.CommonLanguageSettings, com.google.api.CommonLanguageSettings.Builder, com.google.api.CommonLanguageSettingsOrBuilder> commonBuilder_; /** - * - * *
      * Some settings.
      * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return Whether the common field is set. */ public boolean hasCommon() { return commonBuilder_ != null || common_ != null; } /** - * - * *
      * Some settings.
      * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return The common. */ public com.google.api.CommonLanguageSettings getCommon() { if (commonBuilder_ == null) { - return common_ == null - ? com.google.api.CommonLanguageSettings.getDefaultInstance() - : common_; + return common_ == null ? com.google.api.CommonLanguageSettings.getDefaultInstance() : common_; } else { return commonBuilder_.getMessage(); } } /** - * - * *
      * Some settings.
      * 
@@ -505,15 +469,14 @@ public Builder setCommon(com.google.api.CommonLanguageSettings value) { return this; } /** - * - * *
      * Some settings.
      * 
* * .google.api.CommonLanguageSettings common = 1; */ - public Builder setCommon(com.google.api.CommonLanguageSettings.Builder builderForValue) { + public Builder setCommon( + com.google.api.CommonLanguageSettings.Builder builderForValue) { if (commonBuilder_ == null) { common_ = builderForValue.build(); onChanged(); @@ -524,8 +487,6 @@ public Builder setCommon(com.google.api.CommonLanguageSettings.Builder builderFo return this; } /** - * - * *
      * Some settings.
      * 
@@ -536,9 +497,7 @@ public Builder mergeCommon(com.google.api.CommonLanguageSettings value) { if (commonBuilder_ == null) { if (common_ != null) { common_ = - com.google.api.CommonLanguageSettings.newBuilder(common_) - .mergeFrom(value) - .buildPartial(); + com.google.api.CommonLanguageSettings.newBuilder(common_).mergeFrom(value).buildPartial(); } else { common_ = value; } @@ -550,8 +509,6 @@ public Builder mergeCommon(com.google.api.CommonLanguageSettings value) { return this; } /** - * - * *
      * Some settings.
      * 
@@ -570,8 +527,6 @@ public Builder clearCommon() { return this; } /** - * - * *
      * Some settings.
      * 
@@ -579,13 +534,11 @@ public Builder clearCommon() { * .google.api.CommonLanguageSettings common = 1; */ public com.google.api.CommonLanguageSettings.Builder getCommonBuilder() { - + onChanged(); return getCommonFieldBuilder().getBuilder(); } /** - * - * *
      * Some settings.
      * 
@@ -596,14 +549,11 @@ public com.google.api.CommonLanguageSettingsOrBuilder getCommonOrBuilder() { if (commonBuilder_ != null) { return commonBuilder_.getMessageOrBuilder(); } else { - return common_ == null - ? com.google.api.CommonLanguageSettings.getDefaultInstance() - : common_; + return common_ == null ? + com.google.api.CommonLanguageSettings.getDefaultInstance() : common_; } } /** - * - * *
      * Some settings.
      * 
@@ -611,24 +561,21 @@ public com.google.api.CommonLanguageSettingsOrBuilder getCommonOrBuilder() { * .google.api.CommonLanguageSettings common = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.CommonLanguageSettings, - com.google.api.CommonLanguageSettings.Builder, - com.google.api.CommonLanguageSettingsOrBuilder> + com.google.api.CommonLanguageSettings, com.google.api.CommonLanguageSettings.Builder, com.google.api.CommonLanguageSettingsOrBuilder> getCommonFieldBuilder() { if (commonBuilder_ == null) { - commonBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.api.CommonLanguageSettings, - com.google.api.CommonLanguageSettings.Builder, - com.google.api.CommonLanguageSettingsOrBuilder>( - getCommon(), getParentForChildren(), isClean()); + commonBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.api.CommonLanguageSettings, com.google.api.CommonLanguageSettings.Builder, com.google.api.CommonLanguageSettingsOrBuilder>( + getCommon(), + getParentForChildren(), + isClean()); common_ = null; } return commonBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -638,12 +585,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.DotnetSettings) } // @@protoc_insertion_point(class_scope:google.api.DotnetSettings) private static final com.google.api.DotnetSettings DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.DotnetSettings(); } @@ -652,27 +599,27 @@ public static com.google.api.DotnetSettings getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public DotnetSettings parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public DotnetSettings parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -687,4 +634,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.DotnetSettings getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/DotnetSettingsOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/DotnetSettingsOrBuilder.java similarity index 54% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/DotnetSettingsOrBuilder.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/DotnetSettingsOrBuilder.java index 4e643721bb..4910299534 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/DotnetSettingsOrBuilder.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/DotnetSettingsOrBuilder.java @@ -1,55 +1,31 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/client.proto package com.google.api; -public interface DotnetSettingsOrBuilder - extends +public interface DotnetSettingsOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.DotnetSettings) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Some settings.
    * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return Whether the common field is set. */ boolean hasCommon(); /** - * - * *
    * Some settings.
    * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return The common. */ com.google.api.CommonLanguageSettings getCommon(); /** - * - * *
    * Some settings.
    * 
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Endpoint.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Endpoint.java similarity index 74% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Endpoint.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Endpoint.java index 7fc28ef25f..cc05bd25b5 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Endpoint.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Endpoint.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/endpoint.proto package com.google.api; /** - * - * *
  * `Endpoint` describes a network address of a service that serves a set of
  * APIs. It is commonly known as a service endpoint. A service may expose
@@ -45,16 +28,15 @@
  *
  * Protobuf type {@code google.api.Endpoint}
  */
-public final class Endpoint extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class Endpoint extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.api.Endpoint)
     EndpointOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use Endpoint.newBuilder() to construct.
   private Endpoint(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private Endpoint() {
     name_ = "";
     aliases_ = com.google.protobuf.LazyStringArrayList.EMPTY;
@@ -63,16 +45,18 @@ private Endpoint() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new Endpoint();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
     return com.google.api.EndpointProto.internal_static_google_api_Endpoint_descriptor;
   }
 
@@ -87,14 +71,11 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
   public static final int NAME_FIELD_NUMBER = 1;
   private volatile java.lang.Object name_;
   /**
-   *
-   *
    * 
    * The canonical name of this endpoint.
    * 
* * string name = 1; - * * @return The name. */ @java.lang.Override @@ -103,29 +84,29 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * The canonical name of this endpoint.
    * 
* * string name = 1; - * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -136,8 +117,6 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int ALIASES_FIELD_NUMBER = 2; private com.google.protobuf.LazyStringList aliases_; /** - * - * *
    * Unimplemented. Dot not use.
    * DEPRECATED: This field is no longer supported. Instead of using aliases,
@@ -147,17 +126,15 @@ public com.google.protobuf.ByteString getNameBytes() {
    * 
* * repeated string aliases = 2 [deprecated = true]; - * - * @deprecated google.api.Endpoint.aliases is deprecated. See google/api/endpoint.proto;l=56 + * @deprecated google.api.Endpoint.aliases is deprecated. + * See google/api/endpoint.proto;l=56 * @return A list containing the aliases. */ - @java.lang.Deprecated - public com.google.protobuf.ProtocolStringList getAliasesList() { + @java.lang.Deprecated public com.google.protobuf.ProtocolStringList + getAliasesList() { return aliases_; } /** - * - * *
    * Unimplemented. Dot not use.
    * DEPRECATED: This field is no longer supported. Instead of using aliases,
@@ -167,17 +144,14 @@ public com.google.protobuf.ProtocolStringList getAliasesList() {
    * 
* * repeated string aliases = 2 [deprecated = true]; - * - * @deprecated google.api.Endpoint.aliases is deprecated. See google/api/endpoint.proto;l=56 + * @deprecated google.api.Endpoint.aliases is deprecated. + * See google/api/endpoint.proto;l=56 * @return The count of aliases. */ - @java.lang.Deprecated - public int getAliasesCount() { + @java.lang.Deprecated public int getAliasesCount() { return aliases_.size(); } /** - * - * *
    * Unimplemented. Dot not use.
    * DEPRECATED: This field is no longer supported. Instead of using aliases,
@@ -187,18 +161,15 @@ public int getAliasesCount() {
    * 
* * repeated string aliases = 2 [deprecated = true]; - * - * @deprecated google.api.Endpoint.aliases is deprecated. See google/api/endpoint.proto;l=56 + * @deprecated google.api.Endpoint.aliases is deprecated. + * See google/api/endpoint.proto;l=56 * @param index The index of the element to return. * @return The aliases at the given index. */ - @java.lang.Deprecated - public java.lang.String getAliases(int index) { + @java.lang.Deprecated public java.lang.String getAliases(int index) { return aliases_.get(index); } /** - * - * *
    * Unimplemented. Dot not use.
    * DEPRECATED: This field is no longer supported. Instead of using aliases,
@@ -208,21 +179,19 @@ public java.lang.String getAliases(int index) {
    * 
* * repeated string aliases = 2 [deprecated = true]; - * - * @deprecated google.api.Endpoint.aliases is deprecated. See google/api/endpoint.proto;l=56 + * @deprecated google.api.Endpoint.aliases is deprecated. + * See google/api/endpoint.proto;l=56 * @param index The index of the value to return. * @return The bytes of the aliases at the given index. */ - @java.lang.Deprecated - public com.google.protobuf.ByteString getAliasesBytes(int index) { + @java.lang.Deprecated public com.google.protobuf.ByteString + getAliasesBytes(int index) { return aliases_.getByteString(index); } public static final int TARGET_FIELD_NUMBER = 101; private volatile java.lang.Object target_; /** - * - * *
    * The specification of an Internet routable address of API frontend that will
    * handle requests to this [API
@@ -232,7 +201,6 @@ public com.google.protobuf.ByteString getAliasesBytes(int index) {
    * 
* * string target = 101; - * * @return The target. */ @java.lang.Override @@ -241,15 +209,14 @@ public java.lang.String getTarget() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); target_ = s; return s; } } /** - * - * *
    * The specification of an Internet routable address of API frontend that will
    * handle requests to this [API
@@ -259,15 +226,16 @@ public java.lang.String getTarget() {
    * 
* * string target = 101; - * * @return The bytes for target. */ @java.lang.Override - public com.google.protobuf.ByteString getTargetBytes() { + public com.google.protobuf.ByteString + getTargetBytes() { java.lang.Object ref = target_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); target_ = b; return b; } else { @@ -278,8 +246,6 @@ public com.google.protobuf.ByteString getTargetBytes() { public static final int ALLOW_CORS_FIELD_NUMBER = 5; private boolean allowCors_; /** - * - * *
    * Allowing
    * [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing), aka
@@ -290,7 +256,6 @@ public com.google.protobuf.ByteString getTargetBytes() {
    * 
* * bool allow_cors = 5; - * * @return The allowCors. */ @java.lang.Override @@ -299,7 +264,6 @@ public boolean getAllowCors() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -311,7 +275,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -345,7 +310,8 @@ public int getSerializedSize() { size += 1 * getAliasesList().size(); } if (allowCors_ != false) { - size += com.google.protobuf.CodedOutputStream.computeBoolSize(5, allowCors_); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(5, allowCors_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(target_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(101, target_); @@ -358,17 +324,21 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.Endpoint)) { return super.equals(obj); } com.google.api.Endpoint other = (com.google.api.Endpoint) obj; - if (!getName().equals(other.getName())) return false; - if (!getAliasesList().equals(other.getAliasesList())) return false; - if (!getTarget().equals(other.getTarget())) return false; - if (getAllowCors() != other.getAllowCors()) return false; + if (!getName() + .equals(other.getName())) return false; + if (!getAliasesList() + .equals(other.getAliasesList())) return false; + if (!getTarget() + .equals(other.getTarget())) return false; + if (getAllowCors() + != other.getAllowCors()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -389,109 +359,104 @@ public int hashCode() { hash = (37 * hash) + TARGET_FIELD_NUMBER; hash = (53 * hash) + getTarget().hashCode(); hash = (37 * hash) + ALLOW_CORS_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getAllowCors()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getAllowCors()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } - public static com.google.api.Endpoint parseFrom(java.nio.ByteBuffer data) + public static com.google.api.Endpoint parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Endpoint parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.api.Endpoint parseFrom(com.google.protobuf.ByteString data) + public static com.google.api.Endpoint parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Endpoint parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.Endpoint parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Endpoint parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.Endpoint parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.Endpoint parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.Endpoint parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.Endpoint parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.api.Endpoint parseFrom(com.google.protobuf.CodedInputStream input) + public static com.google.api.Endpoint parseFrom( + com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.Endpoint parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.Endpoint prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * `Endpoint` describes a network address of a service that serves a set of
    * APIs. It is commonly known as a service endpoint. A service may expose
@@ -516,11 +481,12 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.api.Endpoint}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.api.Endpoint)
       com.google.api.EndpointOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
       return com.google.api.EndpointProto.internal_static_google_api_Endpoint_descriptor;
     }
 
@@ -533,12 +499,15 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
     }
 
     // Construct using com.google.api.Endpoint.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -554,7 +523,8 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
       return com.google.api.EndpointProto.internal_static_google_api_Endpoint_descriptor;
     }
 
@@ -592,39 +562,38 @@ public com.google.api.Endpoint buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.api.Endpoint) {
-        return mergeFrom((com.google.api.Endpoint) other);
+        return mergeFrom((com.google.api.Endpoint)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -680,38 +649,33 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                name_ = input.readStringRequireUtf8();
+            case 10: {
+              name_ = input.readStringRequireUtf8();
 
-                break;
-              } // case 10
-            case 18:
-              {
-                java.lang.String s = input.readStringRequireUtf8();
-                ensureAliasesIsMutable();
-                aliases_.add(s);
-                break;
-              } // case 18
-            case 40:
-              {
-                allowCors_ = input.readBool();
+              break;
+            } // case 10
+            case 18: {
+              java.lang.String s = input.readStringRequireUtf8();
+              ensureAliasesIsMutable();
+              aliases_.add(s);
+              break;
+            } // case 18
+            case 40: {
+              allowCors_ = input.readBool();
 
-                break;
-              } // case 40
-            case 810:
-              {
-                target_ = input.readStringRequireUtf8();
+              break;
+            } // case 40
+            case 810: {
+              target_ = input.readStringRequireUtf8();
 
-                break;
-              } // case 810
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+              break;
+            } // case 810
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -721,25 +685,22 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * The canonical name of this endpoint.
      * 
* * string name = 1; - * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -748,21 +709,20 @@ public java.lang.String getName() { } } /** - * - * *
      * The canonical name of this endpoint.
      * 
* * string name = 1; - * * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -770,78 +730,67 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * The canonical name of this endpoint.
      * 
* * string name = 1; - * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { + public Builder setName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** - * - * *
      * The canonical name of this endpoint.
      * 
* * string name = 1; - * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** - * - * *
      * The canonical name of this endpoint.
      * 
* * string name = 1; - * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { + public Builder setNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; } - private com.google.protobuf.LazyStringList aliases_ = - com.google.protobuf.LazyStringArrayList.EMPTY; - + private com.google.protobuf.LazyStringList aliases_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureAliasesIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { aliases_ = new com.google.protobuf.LazyStringArrayList(aliases_); bitField0_ |= 0x00000001; - } + } } /** - * - * *
      * Unimplemented. Dot not use.
      * DEPRECATED: This field is no longer supported. Instead of using aliases,
@@ -851,17 +800,15 @@ private void ensureAliasesIsMutable() {
      * 
* * repeated string aliases = 2 [deprecated = true]; - * - * @deprecated google.api.Endpoint.aliases is deprecated. See google/api/endpoint.proto;l=56 + * @deprecated google.api.Endpoint.aliases is deprecated. + * See google/api/endpoint.proto;l=56 * @return A list containing the aliases. */ - @java.lang.Deprecated - public com.google.protobuf.ProtocolStringList getAliasesList() { + @java.lang.Deprecated public com.google.protobuf.ProtocolStringList + getAliasesList() { return aliases_.getUnmodifiableView(); } /** - * - * *
      * Unimplemented. Dot not use.
      * DEPRECATED: This field is no longer supported. Instead of using aliases,
@@ -871,17 +818,14 @@ public com.google.protobuf.ProtocolStringList getAliasesList() {
      * 
* * repeated string aliases = 2 [deprecated = true]; - * - * @deprecated google.api.Endpoint.aliases is deprecated. See google/api/endpoint.proto;l=56 + * @deprecated google.api.Endpoint.aliases is deprecated. + * See google/api/endpoint.proto;l=56 * @return The count of aliases. */ - @java.lang.Deprecated - public int getAliasesCount() { + @java.lang.Deprecated public int getAliasesCount() { return aliases_.size(); } /** - * - * *
      * Unimplemented. Dot not use.
      * DEPRECATED: This field is no longer supported. Instead of using aliases,
@@ -891,18 +835,15 @@ public int getAliasesCount() {
      * 
* * repeated string aliases = 2 [deprecated = true]; - * - * @deprecated google.api.Endpoint.aliases is deprecated. See google/api/endpoint.proto;l=56 + * @deprecated google.api.Endpoint.aliases is deprecated. + * See google/api/endpoint.proto;l=56 * @param index The index of the element to return. * @return The aliases at the given index. */ - @java.lang.Deprecated - public java.lang.String getAliases(int index) { + @java.lang.Deprecated public java.lang.String getAliases(int index) { return aliases_.get(index); } /** - * - * *
      * Unimplemented. Dot not use.
      * DEPRECATED: This field is no longer supported. Instead of using aliases,
@@ -912,18 +853,16 @@ public java.lang.String getAliases(int index) {
      * 
* * repeated string aliases = 2 [deprecated = true]; - * - * @deprecated google.api.Endpoint.aliases is deprecated. See google/api/endpoint.proto;l=56 + * @deprecated google.api.Endpoint.aliases is deprecated. + * See google/api/endpoint.proto;l=56 * @param index The index of the value to return. * @return The bytes of the aliases at the given index. */ - @java.lang.Deprecated - public com.google.protobuf.ByteString getAliasesBytes(int index) { + @java.lang.Deprecated public com.google.protobuf.ByteString + getAliasesBytes(int index) { return aliases_.getByteString(index); } /** - * - * *
      * Unimplemented. Dot not use.
      * DEPRECATED: This field is no longer supported. Instead of using aliases,
@@ -933,25 +872,23 @@ public com.google.protobuf.ByteString getAliasesBytes(int index) {
      * 
* * repeated string aliases = 2 [deprecated = true]; - * - * @deprecated google.api.Endpoint.aliases is deprecated. See google/api/endpoint.proto;l=56 + * @deprecated google.api.Endpoint.aliases is deprecated. + * See google/api/endpoint.proto;l=56 * @param index The index to set the value at. * @param value The aliases to set. * @return This builder for chaining. */ - @java.lang.Deprecated - public Builder setAliases(int index, java.lang.String value) { + @java.lang.Deprecated public Builder setAliases( + int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureAliasesIsMutable(); + throw new NullPointerException(); + } + ensureAliasesIsMutable(); aliases_.set(index, value); onChanged(); return this; } /** - * - * *
      * Unimplemented. Dot not use.
      * DEPRECATED: This field is no longer supported. Instead of using aliases,
@@ -961,24 +898,22 @@ public Builder setAliases(int index, java.lang.String value) {
      * 
* * repeated string aliases = 2 [deprecated = true]; - * - * @deprecated google.api.Endpoint.aliases is deprecated. See google/api/endpoint.proto;l=56 + * @deprecated google.api.Endpoint.aliases is deprecated. + * See google/api/endpoint.proto;l=56 * @param value The aliases to add. * @return This builder for chaining. */ - @java.lang.Deprecated - public Builder addAliases(java.lang.String value) { + @java.lang.Deprecated public Builder addAliases( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureAliasesIsMutable(); + throw new NullPointerException(); + } + ensureAliasesIsMutable(); aliases_.add(value); onChanged(); return this; } /** - * - * *
      * Unimplemented. Dot not use.
      * DEPRECATED: This field is no longer supported. Instead of using aliases,
@@ -988,21 +923,20 @@ public Builder addAliases(java.lang.String value) {
      * 
* * repeated string aliases = 2 [deprecated = true]; - * - * @deprecated google.api.Endpoint.aliases is deprecated. See google/api/endpoint.proto;l=56 + * @deprecated google.api.Endpoint.aliases is deprecated. + * See google/api/endpoint.proto;l=56 * @param values The aliases to add. * @return This builder for chaining. */ - @java.lang.Deprecated - public Builder addAllAliases(java.lang.Iterable values) { + @java.lang.Deprecated public Builder addAllAliases( + java.lang.Iterable values) { ensureAliasesIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, aliases_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, aliases_); onChanged(); return this; } /** - * - * *
      * Unimplemented. Dot not use.
      * DEPRECATED: This field is no longer supported. Instead of using aliases,
@@ -1012,20 +946,17 @@ public Builder addAllAliases(java.lang.Iterable values) {
      * 
* * repeated string aliases = 2 [deprecated = true]; - * - * @deprecated google.api.Endpoint.aliases is deprecated. See google/api/endpoint.proto;l=56 + * @deprecated google.api.Endpoint.aliases is deprecated. + * See google/api/endpoint.proto;l=56 * @return This builder for chaining. */ - @java.lang.Deprecated - public Builder clearAliases() { + @java.lang.Deprecated public Builder clearAliases() { aliases_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** - * - * *
      * Unimplemented. Dot not use.
      * DEPRECATED: This field is no longer supported. Instead of using aliases,
@@ -1035,17 +966,17 @@ public Builder clearAliases() {
      * 
* * repeated string aliases = 2 [deprecated = true]; - * - * @deprecated google.api.Endpoint.aliases is deprecated. See google/api/endpoint.proto;l=56 + * @deprecated google.api.Endpoint.aliases is deprecated. + * See google/api/endpoint.proto;l=56 * @param value The bytes of the aliases to add. * @return This builder for chaining. */ - @java.lang.Deprecated - public Builder addAliasesBytes(com.google.protobuf.ByteString value) { + @java.lang.Deprecated public Builder addAliasesBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensureAliasesIsMutable(); aliases_.add(value); onChanged(); @@ -1054,8 +985,6 @@ public Builder addAliasesBytes(com.google.protobuf.ByteString value) { private java.lang.Object target_ = ""; /** - * - * *
      * The specification of an Internet routable address of API frontend that will
      * handle requests to this [API
@@ -1065,13 +994,13 @@ public Builder addAliasesBytes(com.google.protobuf.ByteString value) {
      * 
* * string target = 101; - * * @return The target. */ public java.lang.String getTarget() { java.lang.Object ref = target_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); target_ = s; return s; @@ -1080,8 +1009,6 @@ public java.lang.String getTarget() { } } /** - * - * *
      * The specification of an Internet routable address of API frontend that will
      * handle requests to this [API
@@ -1091,14 +1018,15 @@ public java.lang.String getTarget() {
      * 
* * string target = 101; - * * @return The bytes for target. */ - public com.google.protobuf.ByteString getTargetBytes() { + public com.google.protobuf.ByteString + getTargetBytes() { java.lang.Object ref = target_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); target_ = b; return b; } else { @@ -1106,8 +1034,6 @@ public com.google.protobuf.ByteString getTargetBytes() { } } /** - * - * *
      * The specification of an Internet routable address of API frontend that will
      * handle requests to this [API
@@ -1117,22 +1043,20 @@ public com.google.protobuf.ByteString getTargetBytes() {
      * 
* * string target = 101; - * * @param value The target to set. * @return This builder for chaining. */ - public Builder setTarget(java.lang.String value) { + public Builder setTarget( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + target_ = value; onChanged(); return this; } /** - * - * *
      * The specification of an Internet routable address of API frontend that will
      * handle requests to this [API
@@ -1142,18 +1066,15 @@ public Builder setTarget(java.lang.String value) {
      * 
* * string target = 101; - * * @return This builder for chaining. */ public Builder clearTarget() { - + target_ = getDefaultInstance().getTarget(); onChanged(); return this; } /** - * - * *
      * The specification of an Internet routable address of API frontend that will
      * handle requests to this [API
@@ -1163,25 +1084,23 @@ public Builder clearTarget() {
      * 
* * string target = 101; - * * @param value The bytes for target to set. * @return This builder for chaining. */ - public Builder setTargetBytes(com.google.protobuf.ByteString value) { + public Builder setTargetBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + target_ = value; onChanged(); return this; } - private boolean allowCors_; + private boolean allowCors_ ; /** - * - * *
      * Allowing
      * [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing), aka
@@ -1192,7 +1111,6 @@ public Builder setTargetBytes(com.google.protobuf.ByteString value) {
      * 
* * bool allow_cors = 5; - * * @return The allowCors. */ @java.lang.Override @@ -1200,8 +1118,6 @@ public boolean getAllowCors() { return allowCors_; } /** - * - * *
      * Allowing
      * [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing), aka
@@ -1212,19 +1128,16 @@ public boolean getAllowCors() {
      * 
* * bool allow_cors = 5; - * * @param value The allowCors to set. * @return This builder for chaining. */ public Builder setAllowCors(boolean value) { - + allowCors_ = value; onChanged(); return this; } /** - * - * *
      * Allowing
      * [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing), aka
@@ -1235,18 +1148,17 @@ public Builder setAllowCors(boolean value) {
      * 
* * bool allow_cors = 5; - * * @return This builder for chaining. */ public Builder clearAllowCors() { - + allowCors_ = false; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1256,12 +1168,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.Endpoint) } // @@protoc_insertion_point(class_scope:google.api.Endpoint) private static final com.google.api.Endpoint DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.Endpoint(); } @@ -1270,27 +1182,27 @@ public static com.google.api.Endpoint getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Endpoint parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Endpoint parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1305,4 +1217,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.Endpoint getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/EndpointOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/EndpointOrBuilder.java similarity index 71% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/EndpointOrBuilder.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/EndpointOrBuilder.java index fae540697b..1e47ab484d 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/EndpointOrBuilder.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/EndpointOrBuilder.java @@ -1,56 +1,33 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/endpoint.proto package com.google.api; -public interface EndpointOrBuilder - extends +public interface EndpointOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.Endpoint) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The canonical name of this endpoint.
    * 
* * string name = 1; - * * @return The name. */ java.lang.String getName(); /** - * - * *
    * The canonical name of this endpoint.
    * 
* * string name = 1; - * * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
    * Unimplemented. Dot not use.
    * DEPRECATED: This field is no longer supported. Instead of using aliases,
@@ -60,15 +37,13 @@ public interface EndpointOrBuilder
    * 
* * repeated string aliases = 2 [deprecated = true]; - * - * @deprecated google.api.Endpoint.aliases is deprecated. See google/api/endpoint.proto;l=56 + * @deprecated google.api.Endpoint.aliases is deprecated. + * See google/api/endpoint.proto;l=56 * @return A list containing the aliases. */ - @java.lang.Deprecated - java.util.List getAliasesList(); + @java.lang.Deprecated java.util.List + getAliasesList(); /** - * - * *
    * Unimplemented. Dot not use.
    * DEPRECATED: This field is no longer supported. Instead of using aliases,
@@ -78,15 +53,12 @@ public interface EndpointOrBuilder
    * 
* * repeated string aliases = 2 [deprecated = true]; - * - * @deprecated google.api.Endpoint.aliases is deprecated. See google/api/endpoint.proto;l=56 + * @deprecated google.api.Endpoint.aliases is deprecated. + * See google/api/endpoint.proto;l=56 * @return The count of aliases. */ - @java.lang.Deprecated - int getAliasesCount(); + @java.lang.Deprecated int getAliasesCount(); /** - * - * *
    * Unimplemented. Dot not use.
    * DEPRECATED: This field is no longer supported. Instead of using aliases,
@@ -96,16 +68,13 @@ public interface EndpointOrBuilder
    * 
* * repeated string aliases = 2 [deprecated = true]; - * - * @deprecated google.api.Endpoint.aliases is deprecated. See google/api/endpoint.proto;l=56 + * @deprecated google.api.Endpoint.aliases is deprecated. + * See google/api/endpoint.proto;l=56 * @param index The index of the element to return. * @return The aliases at the given index. */ - @java.lang.Deprecated - java.lang.String getAliases(int index); + @java.lang.Deprecated java.lang.String getAliases(int index); /** - * - * *
    * Unimplemented. Dot not use.
    * DEPRECATED: This field is no longer supported. Instead of using aliases,
@@ -115,17 +84,15 @@ public interface EndpointOrBuilder
    * 
* * repeated string aliases = 2 [deprecated = true]; - * - * @deprecated google.api.Endpoint.aliases is deprecated. See google/api/endpoint.proto;l=56 + * @deprecated google.api.Endpoint.aliases is deprecated. + * See google/api/endpoint.proto;l=56 * @param index The index of the value to return. * @return The bytes of the aliases at the given index. */ - @java.lang.Deprecated - com.google.protobuf.ByteString getAliasesBytes(int index); + @java.lang.Deprecated com.google.protobuf.ByteString + getAliasesBytes(int index); /** - * - * *
    * The specification of an Internet routable address of API frontend that will
    * handle requests to this [API
@@ -135,13 +102,10 @@ public interface EndpointOrBuilder
    * 
* * string target = 101; - * * @return The target. */ java.lang.String getTarget(); /** - * - * *
    * The specification of an Internet routable address of API frontend that will
    * handle requests to this [API
@@ -151,14 +115,12 @@ public interface EndpointOrBuilder
    * 
* * string target = 101; - * * @return The bytes for target. */ - com.google.protobuf.ByteString getTargetBytes(); + com.google.protobuf.ByteString + getTargetBytes(); /** - * - * *
    * Allowing
    * [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing), aka
@@ -169,7 +131,6 @@ public interface EndpointOrBuilder
    * 
* * bool allow_cors = 5; - * * @return The allowCors. */ boolean getAllowCors(); diff --git a/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/EndpointProto.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/EndpointProto.java new file mode 100644 index 0000000000..465b6296cb --- /dev/null +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/EndpointProto.java @@ -0,0 +1,52 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/api/endpoint.proto + +package com.google.api; + +public final class EndpointProto { + private EndpointProto() {} + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistryLite registry) { + } + + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistry registry) { + registerAllExtensions( + (com.google.protobuf.ExtensionRegistryLite) registry); + } + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_Endpoint_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_Endpoint_fieldAccessorTable; + + public static com.google.protobuf.Descriptors.FileDescriptor + getDescriptor() { + return descriptor; + } + private static com.google.protobuf.Descriptors.FileDescriptor + descriptor; + static { + java.lang.String[] descriptorData = { + "\n\031google/api/endpoint.proto\022\ngoogle.api\"" + + "Q\n\010Endpoint\022\014\n\004name\030\001 \001(\t\022\023\n\007aliases\030\002 \003" + + "(\tB\002\030\001\022\016\n\006target\030e \001(\t\022\022\n\nallow_cors\030\005 \001" + + "(\010Bo\n\016com.google.apiB\rEndpointProtoP\001ZEg" + + "oogle.golang.org/genproto/googleapis/api" + + "/serviceconfig;serviceconfig\242\002\004GAPIb\006pro" + + "to3" + }; + descriptor = com.google.protobuf.Descriptors.FileDescriptor + .internalBuildGeneratedFileFrom(descriptorData, + new com.google.protobuf.Descriptors.FileDescriptor[] { + }); + internal_static_google_api_Endpoint_descriptor = + getDescriptor().getMessageTypes().get(0); + internal_static_google_api_Endpoint_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_Endpoint_descriptor, + new java.lang.String[] { "Name", "Aliases", "Target", "AllowCors", }); + } + + // @@protoc_insertion_point(outer_class_scope) +} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ErrorReason.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ErrorReason.java similarity index 93% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ErrorReason.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ErrorReason.java index 63903e464f..3b84beaa04 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ErrorReason.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ErrorReason.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/error_reason.proto package com.google.api; /** - * - * *
  * Defines the supported values for `google.rpc.ErrorInfo.reason` for the
  * `googleapis.com` error domain. This error domain is reserved for [Service
@@ -36,10 +19,9 @@
  *
  * Protobuf enum {@code google.api.ErrorReason}
  */
-public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
+public enum ErrorReason
+    implements com.google.protobuf.ProtocolMessageEnum {
   /**
-   *
-   *
    * 
    * Do not use this default value.
    * 
@@ -48,8 +30,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum { */ ERROR_REASON_UNSPECIFIED(0), /** - * - * *
    * The request is calling a disabled service for a consumer.
    * Example of an ErrorInfo when the consumer "projects/123" contacting
@@ -69,8 +49,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   SERVICE_DISABLED(1),
   /**
-   *
-   *
    * 
    * The request whose associated billing account is disabled.
    * Example of an ErrorInfo when the consumer "projects/123" fails to contact
@@ -90,8 +68,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   BILLING_DISABLED(2),
   /**
-   *
-   *
    * 
    * The request is denied because the provided [API
    * key](https://cloud.google.com/docs/authentication/api-keys) is invalid. It
@@ -110,8 +86,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   API_KEY_INVALID(3),
   /**
-   *
-   *
    * 
    * The request is denied because it violates [API key API
    * restrictions](https://cloud.google.com/docs/authentication/api-keys#adding_api_restrictions).
@@ -131,8 +105,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   API_KEY_SERVICE_BLOCKED(4),
   /**
-   *
-   *
    * 
    * The request is denied because it violates [API key HTTP
    * restrictions](https://cloud.google.com/docs/authentication/api-keys#adding_http_restrictions).
@@ -152,8 +124,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   API_KEY_HTTP_REFERRER_BLOCKED(7),
   /**
-   *
-   *
    * 
    * The request is denied because it violates [API key IP address
    * restrictions](https://cloud.google.com/docs/authentication/api-keys#adding_application_restrictions).
@@ -173,8 +143,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   API_KEY_IP_ADDRESS_BLOCKED(8),
   /**
-   *
-   *
    * 
    * The request is denied because it violates [API key Android application
    * restrictions](https://cloud.google.com/docs/authentication/api-keys#adding_application_restrictions).
@@ -194,8 +162,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   API_KEY_ANDROID_APP_BLOCKED(9),
   /**
-   *
-   *
    * 
    * The request is denied because it violates [API key iOS application
    * restrictions](https://cloud.google.com/docs/authentication/api-keys#adding_application_restrictions).
@@ -215,8 +181,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   API_KEY_IOS_APP_BLOCKED(13),
   /**
-   *
-   *
    * 
    * The request is denied because there is not enough rate quota for the
    * consumer.
@@ -253,8 +217,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   RATE_LIMIT_EXCEEDED(5),
   /**
-   *
-   *
    * 
    * The request is denied because there is not enough resource quota for the
    * consumer.
@@ -290,8 +252,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   RESOURCE_QUOTA_EXCEEDED(6),
   /**
-   *
-   *
    * 
    * The request whose associated billing account address is in a tax restricted
    * location, violates the local tax restrictions when creating resources in
@@ -315,8 +275,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   LOCATION_TAX_POLICY_VIOLATED(10),
   /**
-   *
-   *
    * 
    * The request is denied because the caller does not have required permission
    * on the user project "projects/123" or the user project is invalid. For more
@@ -337,8 +295,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   USER_PROJECT_DENIED(11),
   /**
-   *
-   *
    * 
    * The request is denied because the consumer "projects/123" is suspended due
    * to Terms of Service(Tos) violations. Check [Project suspension
@@ -359,8 +315,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   CONSUMER_SUSPENDED(12),
   /**
-   *
-   *
    * 
    * The request is denied because the associated consumer is invalid. It may be
    * in a bad format, cannot be found, or have been deleted.
@@ -379,8 +333,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   CONSUMER_INVALID(14),
   /**
-   *
-   *
    * 
    * The request is denied because it violates [VPC Service
    * Controls](https://cloud.google.com/vpc-service-controls/docs/overview).
@@ -405,8 +357,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   SECURITY_POLICY_VIOLATED(15),
   /**
-   *
-   *
    * 
    * The request is denied because the provided access token has expired.
    * Example of an ErrorInfo when the request is calling Cloud Storage service
@@ -424,8 +374,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   ACCESS_TOKEN_EXPIRED(16),
   /**
-   *
-   *
    * 
    * The request is denied because the provided access token doesn't have at
    * least one of the acceptable scopes required for the API. Please check
@@ -448,8 +396,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   ACCESS_TOKEN_SCOPE_INSUFFICIENT(17),
   /**
-   *
-   *
    * 
    * The request is denied because the account associated with the provided
    * access token is in an invalid state, such as disabled or deleted.
@@ -474,8 +420,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   ACCOUNT_STATE_INVALID(18),
   /**
-   *
-   *
    * 
    * The request is denied because the type of the provided access token is not
    * supported by the API being called.
@@ -494,8 +438,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   ACCESS_TOKEN_TYPE_UNSUPPORTED(19),
   /**
-   *
-   *
    * 
    * The request is denied because the request doesn't have any authentication
    * credentials. For more information regarding the supported authentication
@@ -516,8 +458,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   CREDENTIALS_MISSING(20),
   /**
-   *
-   *
    * 
    * The request is denied because the provided project owning the resource
    * which acts as the [API
@@ -540,8 +480,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   RESOURCE_PROJECT_INVALID(21),
   /**
-   *
-   *
    * 
    * The request is denied because the provided session cookie is missing,
    * invalid or failed to decode.
@@ -561,8 +499,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   SESSION_COOKIE_INVALID(23),
   /**
-   *
-   *
    * 
    * The request is denied because the user is from a Google Workspace customer
    * that blocks their users from accessing a particular service.
@@ -582,8 +518,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   USER_BLOCKED_BY_ADMIN(24),
   /**
-   *
-   *
    * 
    * The request is denied because the resource service usage is restricted
    * by administrators according to the organization policy constraint.
@@ -604,8 +538,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   RESOURCE_USAGE_RESTRICTION_VIOLATED(25),
   /**
-   *
-   *
    * 
    * Unimplemented. Do not use.
    * The request is denied because it contains unsupported system parameters in
@@ -626,8 +558,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   SYSTEM_PARAMETER_UNSUPPORTED(26),
   /**
-   *
-   *
    * 
    * The request is denied because it violates Org Restriction: the requested
    * resource does not belong to allowed organizations specified in
@@ -648,8 +578,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   ORG_RESTRICTION_VIOLATION(27),
   /**
-   *
-   *
    * 
    * The request is denied because "X-Goog-Allowed-Resources" header is in a bad
    * format.
@@ -673,8 +601,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
   ;
 
   /**
-   *
-   *
    * 
    * Do not use this default value.
    * 
@@ -683,8 +609,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum { */ public static final int ERROR_REASON_UNSPECIFIED_VALUE = 0; /** - * - * *
    * The request is calling a disabled service for a consumer.
    * Example of an ErrorInfo when the consumer "projects/123" contacting
@@ -704,8 +628,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int SERVICE_DISABLED_VALUE = 1;
   /**
-   *
-   *
    * 
    * The request whose associated billing account is disabled.
    * Example of an ErrorInfo when the consumer "projects/123" fails to contact
@@ -725,8 +647,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int BILLING_DISABLED_VALUE = 2;
   /**
-   *
-   *
    * 
    * The request is denied because the provided [API
    * key](https://cloud.google.com/docs/authentication/api-keys) is invalid. It
@@ -745,8 +665,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int API_KEY_INVALID_VALUE = 3;
   /**
-   *
-   *
    * 
    * The request is denied because it violates [API key API
    * restrictions](https://cloud.google.com/docs/authentication/api-keys#adding_api_restrictions).
@@ -766,8 +684,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int API_KEY_SERVICE_BLOCKED_VALUE = 4;
   /**
-   *
-   *
    * 
    * The request is denied because it violates [API key HTTP
    * restrictions](https://cloud.google.com/docs/authentication/api-keys#adding_http_restrictions).
@@ -787,8 +703,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int API_KEY_HTTP_REFERRER_BLOCKED_VALUE = 7;
   /**
-   *
-   *
    * 
    * The request is denied because it violates [API key IP address
    * restrictions](https://cloud.google.com/docs/authentication/api-keys#adding_application_restrictions).
@@ -808,8 +722,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int API_KEY_IP_ADDRESS_BLOCKED_VALUE = 8;
   /**
-   *
-   *
    * 
    * The request is denied because it violates [API key Android application
    * restrictions](https://cloud.google.com/docs/authentication/api-keys#adding_application_restrictions).
@@ -829,8 +741,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int API_KEY_ANDROID_APP_BLOCKED_VALUE = 9;
   /**
-   *
-   *
    * 
    * The request is denied because it violates [API key iOS application
    * restrictions](https://cloud.google.com/docs/authentication/api-keys#adding_application_restrictions).
@@ -850,8 +760,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int API_KEY_IOS_APP_BLOCKED_VALUE = 13;
   /**
-   *
-   *
    * 
    * The request is denied because there is not enough rate quota for the
    * consumer.
@@ -888,8 +796,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int RATE_LIMIT_EXCEEDED_VALUE = 5;
   /**
-   *
-   *
    * 
    * The request is denied because there is not enough resource quota for the
    * consumer.
@@ -925,8 +831,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int RESOURCE_QUOTA_EXCEEDED_VALUE = 6;
   /**
-   *
-   *
    * 
    * The request whose associated billing account address is in a tax restricted
    * location, violates the local tax restrictions when creating resources in
@@ -950,8 +854,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int LOCATION_TAX_POLICY_VIOLATED_VALUE = 10;
   /**
-   *
-   *
    * 
    * The request is denied because the caller does not have required permission
    * on the user project "projects/123" or the user project is invalid. For more
@@ -972,8 +874,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int USER_PROJECT_DENIED_VALUE = 11;
   /**
-   *
-   *
    * 
    * The request is denied because the consumer "projects/123" is suspended due
    * to Terms of Service(Tos) violations. Check [Project suspension
@@ -994,8 +894,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int CONSUMER_SUSPENDED_VALUE = 12;
   /**
-   *
-   *
    * 
    * The request is denied because the associated consumer is invalid. It may be
    * in a bad format, cannot be found, or have been deleted.
@@ -1014,8 +912,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int CONSUMER_INVALID_VALUE = 14;
   /**
-   *
-   *
    * 
    * The request is denied because it violates [VPC Service
    * Controls](https://cloud.google.com/vpc-service-controls/docs/overview).
@@ -1040,8 +936,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int SECURITY_POLICY_VIOLATED_VALUE = 15;
   /**
-   *
-   *
    * 
    * The request is denied because the provided access token has expired.
    * Example of an ErrorInfo when the request is calling Cloud Storage service
@@ -1059,8 +953,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int ACCESS_TOKEN_EXPIRED_VALUE = 16;
   /**
-   *
-   *
    * 
    * The request is denied because the provided access token doesn't have at
    * least one of the acceptable scopes required for the API. Please check
@@ -1083,8 +975,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int ACCESS_TOKEN_SCOPE_INSUFFICIENT_VALUE = 17;
   /**
-   *
-   *
    * 
    * The request is denied because the account associated with the provided
    * access token is in an invalid state, such as disabled or deleted.
@@ -1109,8 +999,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int ACCOUNT_STATE_INVALID_VALUE = 18;
   /**
-   *
-   *
    * 
    * The request is denied because the type of the provided access token is not
    * supported by the API being called.
@@ -1129,8 +1017,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int ACCESS_TOKEN_TYPE_UNSUPPORTED_VALUE = 19;
   /**
-   *
-   *
    * 
    * The request is denied because the request doesn't have any authentication
    * credentials. For more information regarding the supported authentication
@@ -1151,8 +1037,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int CREDENTIALS_MISSING_VALUE = 20;
   /**
-   *
-   *
    * 
    * The request is denied because the provided project owning the resource
    * which acts as the [API
@@ -1175,8 +1059,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int RESOURCE_PROJECT_INVALID_VALUE = 21;
   /**
-   *
-   *
    * 
    * The request is denied because the provided session cookie is missing,
    * invalid or failed to decode.
@@ -1196,8 +1078,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int SESSION_COOKIE_INVALID_VALUE = 23;
   /**
-   *
-   *
    * 
    * The request is denied because the user is from a Google Workspace customer
    * that blocks their users from accessing a particular service.
@@ -1217,8 +1097,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int USER_BLOCKED_BY_ADMIN_VALUE = 24;
   /**
-   *
-   *
    * 
    * The request is denied because the resource service usage is restricted
    * by administrators according to the organization policy constraint.
@@ -1239,8 +1117,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int RESOURCE_USAGE_RESTRICTION_VIOLATED_VALUE = 25;
   /**
-   *
-   *
    * 
    * Unimplemented. Do not use.
    * The request is denied because it contains unsupported system parameters in
@@ -1261,8 +1137,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int SYSTEM_PARAMETER_UNSUPPORTED_VALUE = 26;
   /**
-   *
-   *
    * 
    * The request is denied because it violates Org Restriction: the requested
    * resource does not belong to allowed organizations specified in
@@ -1283,8 +1157,6 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int ORG_RESTRICTION_VIOLATION_VALUE = 27;
   /**
-   *
-   *
    * 
    * The request is denied because "X-Goog-Allowed-Resources" header is in a bad
    * format.
@@ -1305,6 +1177,7 @@ public enum ErrorReason implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int ORG_RESTRICTION_HEADER_INVALID_VALUE = 28;
 
+
   public final int getNumber() {
     if (this == UNRECOGNIZED) {
       throw new java.lang.IllegalArgumentException(
@@ -1329,99 +1202,74 @@ public static ErrorReason valueOf(int value) {
    */
   public static ErrorReason forNumber(int value) {
     switch (value) {
-      case 0:
-        return ERROR_REASON_UNSPECIFIED;
-      case 1:
-        return SERVICE_DISABLED;
-      case 2:
-        return BILLING_DISABLED;
-      case 3:
-        return API_KEY_INVALID;
-      case 4:
-        return API_KEY_SERVICE_BLOCKED;
-      case 7:
-        return API_KEY_HTTP_REFERRER_BLOCKED;
-      case 8:
-        return API_KEY_IP_ADDRESS_BLOCKED;
-      case 9:
-        return API_KEY_ANDROID_APP_BLOCKED;
-      case 13:
-        return API_KEY_IOS_APP_BLOCKED;
-      case 5:
-        return RATE_LIMIT_EXCEEDED;
-      case 6:
-        return RESOURCE_QUOTA_EXCEEDED;
-      case 10:
-        return LOCATION_TAX_POLICY_VIOLATED;
-      case 11:
-        return USER_PROJECT_DENIED;
-      case 12:
-        return CONSUMER_SUSPENDED;
-      case 14:
-        return CONSUMER_INVALID;
-      case 15:
-        return SECURITY_POLICY_VIOLATED;
-      case 16:
-        return ACCESS_TOKEN_EXPIRED;
-      case 17:
-        return ACCESS_TOKEN_SCOPE_INSUFFICIENT;
-      case 18:
-        return ACCOUNT_STATE_INVALID;
-      case 19:
-        return ACCESS_TOKEN_TYPE_UNSUPPORTED;
-      case 20:
-        return CREDENTIALS_MISSING;
-      case 21:
-        return RESOURCE_PROJECT_INVALID;
-      case 23:
-        return SESSION_COOKIE_INVALID;
-      case 24:
-        return USER_BLOCKED_BY_ADMIN;
-      case 25:
-        return RESOURCE_USAGE_RESTRICTION_VIOLATED;
-      case 26:
-        return SYSTEM_PARAMETER_UNSUPPORTED;
-      case 27:
-        return ORG_RESTRICTION_VIOLATION;
-      case 28:
-        return ORG_RESTRICTION_HEADER_INVALID;
-      default:
-        return null;
+      case 0: return ERROR_REASON_UNSPECIFIED;
+      case 1: return SERVICE_DISABLED;
+      case 2: return BILLING_DISABLED;
+      case 3: return API_KEY_INVALID;
+      case 4: return API_KEY_SERVICE_BLOCKED;
+      case 7: return API_KEY_HTTP_REFERRER_BLOCKED;
+      case 8: return API_KEY_IP_ADDRESS_BLOCKED;
+      case 9: return API_KEY_ANDROID_APP_BLOCKED;
+      case 13: return API_KEY_IOS_APP_BLOCKED;
+      case 5: return RATE_LIMIT_EXCEEDED;
+      case 6: return RESOURCE_QUOTA_EXCEEDED;
+      case 10: return LOCATION_TAX_POLICY_VIOLATED;
+      case 11: return USER_PROJECT_DENIED;
+      case 12: return CONSUMER_SUSPENDED;
+      case 14: return CONSUMER_INVALID;
+      case 15: return SECURITY_POLICY_VIOLATED;
+      case 16: return ACCESS_TOKEN_EXPIRED;
+      case 17: return ACCESS_TOKEN_SCOPE_INSUFFICIENT;
+      case 18: return ACCOUNT_STATE_INVALID;
+      case 19: return ACCESS_TOKEN_TYPE_UNSUPPORTED;
+      case 20: return CREDENTIALS_MISSING;
+      case 21: return RESOURCE_PROJECT_INVALID;
+      case 23: return SESSION_COOKIE_INVALID;
+      case 24: return USER_BLOCKED_BY_ADMIN;
+      case 25: return RESOURCE_USAGE_RESTRICTION_VIOLATED;
+      case 26: return SYSTEM_PARAMETER_UNSUPPORTED;
+      case 27: return ORG_RESTRICTION_VIOLATION;
+      case 28: return ORG_RESTRICTION_HEADER_INVALID;
+      default: return null;
     }
   }
 
-  public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
+  public static com.google.protobuf.Internal.EnumLiteMap
+      internalGetValueMap() {
     return internalValueMap;
   }
+  private static final com.google.protobuf.Internal.EnumLiteMap<
+      ErrorReason> internalValueMap =
+        new com.google.protobuf.Internal.EnumLiteMap() {
+          public ErrorReason findValueByNumber(int number) {
+            return ErrorReason.forNumber(number);
+          }
+        };
 
-  private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
-      new com.google.protobuf.Internal.EnumLiteMap() {
-        public ErrorReason findValueByNumber(int number) {
-          return ErrorReason.forNumber(number);
-        }
-      };
-
-  public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+  public final com.google.protobuf.Descriptors.EnumValueDescriptor
+      getValueDescriptor() {
     if (this == UNRECOGNIZED) {
       throw new java.lang.IllegalStateException(
           "Can't get the descriptor of an unrecognized enum value.");
     }
     return getDescriptor().getValues().get(ordinal());
   }
-
-  public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
+  public final com.google.protobuf.Descriptors.EnumDescriptor
+      getDescriptorForType() {
     return getDescriptor();
   }
-
-  public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
+  public static final com.google.protobuf.Descriptors.EnumDescriptor
+      getDescriptor() {
     return com.google.api.ErrorReasonProto.getDescriptor().getEnumTypes().get(0);
   }
 
   private static final ErrorReason[] VALUES = values();
 
-  public static ErrorReason valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+  public static ErrorReason valueOf(
+      com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
     if (desc.getType() != getDescriptor()) {
-      throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
+      throw new java.lang.IllegalArgumentException(
+        "EnumValueDescriptor is not for this type.");
     }
     if (desc.getIndex() == -1) {
       return UNRECOGNIZED;
@@ -1437,3 +1285,4 @@ private ErrorReason(int value) {
 
   // @@protoc_insertion_point(enum_scope:google.api.ErrorReason)
 }
+
diff --git a/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ErrorReasonProto.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ErrorReasonProto.java
new file mode 100644
index 0000000000..232a7fb347
--- /dev/null
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ErrorReasonProto.java
@@ -0,0 +1,59 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/api/error_reason.proto
+
+package com.google.api;
+
+public final class ErrorReasonProto {
+  private ErrorReasonProto() {}
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistryLite registry) {
+  }
+
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistry registry) {
+    registerAllExtensions(
+        (com.google.protobuf.ExtensionRegistryLite) registry);
+  }
+
+  public static com.google.protobuf.Descriptors.FileDescriptor
+      getDescriptor() {
+    return descriptor;
+  }
+  private static  com.google.protobuf.Descriptors.FileDescriptor
+      descriptor;
+  static {
+    java.lang.String[] descriptorData = {
+      "\n\035google/api/error_reason.proto\022\ngoogle." +
+      "api*\300\006\n\013ErrorReason\022\034\n\030ERROR_REASON_UNSP" +
+      "ECIFIED\020\000\022\024\n\020SERVICE_DISABLED\020\001\022\024\n\020BILLI" +
+      "NG_DISABLED\020\002\022\023\n\017API_KEY_INVALID\020\003\022\033\n\027AP" +
+      "I_KEY_SERVICE_BLOCKED\020\004\022!\n\035API_KEY_HTTP_" +
+      "REFERRER_BLOCKED\020\007\022\036\n\032API_KEY_IP_ADDRESS" +
+      "_BLOCKED\020\010\022\037\n\033API_KEY_ANDROID_APP_BLOCKE" +
+      "D\020\t\022\033\n\027API_KEY_IOS_APP_BLOCKED\020\r\022\027\n\023RATE" +
+      "_LIMIT_EXCEEDED\020\005\022\033\n\027RESOURCE_QUOTA_EXCE" +
+      "EDED\020\006\022 \n\034LOCATION_TAX_POLICY_VIOLATED\020\n" +
+      "\022\027\n\023USER_PROJECT_DENIED\020\013\022\026\n\022CONSUMER_SU" +
+      "SPENDED\020\014\022\024\n\020CONSUMER_INVALID\020\016\022\034\n\030SECUR" +
+      "ITY_POLICY_VIOLATED\020\017\022\030\n\024ACCESS_TOKEN_EX" +
+      "PIRED\020\020\022#\n\037ACCESS_TOKEN_SCOPE_INSUFFICIE" +
+      "NT\020\021\022\031\n\025ACCOUNT_STATE_INVALID\020\022\022!\n\035ACCES" +
+      "S_TOKEN_TYPE_UNSUPPORTED\020\023\022\027\n\023CREDENTIAL" +
+      "S_MISSING\020\024\022\034\n\030RESOURCE_PROJECT_INVALID\020" +
+      "\025\022\032\n\026SESSION_COOKIE_INVALID\020\027\022\031\n\025USER_BL" +
+      "OCKED_BY_ADMIN\020\030\022\'\n#RESOURCE_USAGE_RESTR" +
+      "ICTION_VIOLATED\020\031\022 \n\034SYSTEM_PARAMETER_UN" +
+      "SUPPORTED\020\032\022\035\n\031ORG_RESTRICTION_VIOLATION" +
+      "\020\033\022\"\n\036ORG_RESTRICTION_HEADER_INVALID\020\034Bp" +
+      "\n\016com.google.apiB\020ErrorReasonProtoP\001ZCgo" +
+      "ogle.golang.org/genproto/googleapis/api/" +
+      "error_reason;error_reason\242\002\004GAPIb\006proto3"
+    };
+    descriptor = com.google.protobuf.Descriptors.FileDescriptor
+      .internalBuildGeneratedFileFrom(descriptorData,
+        new com.google.protobuf.Descriptors.FileDescriptor[] {
+        });
+  }
+
+  // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/FieldBehavior.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/FieldBehavior.java
similarity index 79%
rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/FieldBehavior.java
rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/FieldBehavior.java
index 9b2fd46279..6174427f65 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/FieldBehavior.java
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/FieldBehavior.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/api/field_behavior.proto
 
 package com.google.api;
 
 /**
- *
- *
  * 
  * An indicator of the behavior of a given field (for example, that a field
  * is required in requests, or given as output but ignored as input).
@@ -31,10 +14,9 @@
  *
  * Protobuf enum {@code google.api.FieldBehavior}
  */
-public enum FieldBehavior implements com.google.protobuf.ProtocolMessageEnum {
+public enum FieldBehavior
+    implements com.google.protobuf.ProtocolMessageEnum {
   /**
-   *
-   *
    * 
    * Conventional default for enums. Do not use this.
    * 
@@ -43,8 +25,6 @@ public enum FieldBehavior implements com.google.protobuf.ProtocolMessageEnum { */ FIELD_BEHAVIOR_UNSPECIFIED(0), /** - * - * *
    * Specifically denotes a field as optional.
    * While all fields in protocol buffers are optional, this may be specified
@@ -55,8 +35,6 @@ public enum FieldBehavior implements com.google.protobuf.ProtocolMessageEnum {
    */
   OPTIONAL(1),
   /**
-   *
-   *
    * 
    * Denotes a field as required.
    * This indicates that the field **must** be provided as part of the request,
@@ -67,8 +45,6 @@ public enum FieldBehavior implements com.google.protobuf.ProtocolMessageEnum {
    */
   REQUIRED(2),
   /**
-   *
-   *
    * 
    * Denotes a field as output only.
    * This indicates that the field is provided in responses, but including the
@@ -80,8 +56,6 @@ public enum FieldBehavior implements com.google.protobuf.ProtocolMessageEnum {
    */
   OUTPUT_ONLY(3),
   /**
-   *
-   *
    * 
    * Denotes a field as input only.
    * This indicates that the field is provided in requests, and the
@@ -92,8 +66,6 @@ public enum FieldBehavior implements com.google.protobuf.ProtocolMessageEnum {
    */
   INPUT_ONLY(4),
   /**
-   *
-   *
    * 
    * Denotes a field as immutable.
    * This indicates that the field may be set once in a request to create a
@@ -104,8 +76,6 @@ public enum FieldBehavior implements com.google.protobuf.ProtocolMessageEnum {
    */
   IMMUTABLE(5),
   /**
-   *
-   *
    * 
    * Denotes that a (repeated) field is an unordered list.
    * This indicates that the service may provide the elements of the list
@@ -117,8 +87,6 @@ public enum FieldBehavior implements com.google.protobuf.ProtocolMessageEnum {
    */
   UNORDERED_LIST(6),
   /**
-   *
-   *
    * 
    * Denotes that this field returns a non-empty default value if not set.
    * This indicates that if the user provides the empty value in a request,
@@ -133,8 +101,6 @@ public enum FieldBehavior implements com.google.protobuf.ProtocolMessageEnum {
   ;
 
   /**
-   *
-   *
    * 
    * Conventional default for enums. Do not use this.
    * 
@@ -143,8 +109,6 @@ public enum FieldBehavior implements com.google.protobuf.ProtocolMessageEnum { */ public static final int FIELD_BEHAVIOR_UNSPECIFIED_VALUE = 0; /** - * - * *
    * Specifically denotes a field as optional.
    * While all fields in protocol buffers are optional, this may be specified
@@ -155,8 +119,6 @@ public enum FieldBehavior implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int OPTIONAL_VALUE = 1;
   /**
-   *
-   *
    * 
    * Denotes a field as required.
    * This indicates that the field **must** be provided as part of the request,
@@ -167,8 +129,6 @@ public enum FieldBehavior implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int REQUIRED_VALUE = 2;
   /**
-   *
-   *
    * 
    * Denotes a field as output only.
    * This indicates that the field is provided in responses, but including the
@@ -180,8 +140,6 @@ public enum FieldBehavior implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int OUTPUT_ONLY_VALUE = 3;
   /**
-   *
-   *
    * 
    * Denotes a field as input only.
    * This indicates that the field is provided in requests, and the
@@ -192,8 +150,6 @@ public enum FieldBehavior implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int INPUT_ONLY_VALUE = 4;
   /**
-   *
-   *
    * 
    * Denotes a field as immutable.
    * This indicates that the field may be set once in a request to create a
@@ -204,8 +160,6 @@ public enum FieldBehavior implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int IMMUTABLE_VALUE = 5;
   /**
-   *
-   *
    * 
    * Denotes that a (repeated) field is an unordered list.
    * This indicates that the service may provide the elements of the list
@@ -217,8 +171,6 @@ public enum FieldBehavior implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int UNORDERED_LIST_VALUE = 6;
   /**
-   *
-   *
    * 
    * Denotes that this field returns a non-empty default value if not set.
    * This indicates that if the user provides the empty value in a request,
@@ -230,6 +182,7 @@ public enum FieldBehavior implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int NON_EMPTY_DEFAULT_VALUE = 7;
 
+
   public final int getNumber() {
     if (this == UNRECOGNIZED) {
       throw new java.lang.IllegalArgumentException(
@@ -254,59 +207,54 @@ public static FieldBehavior valueOf(int value) {
    */
   public static FieldBehavior forNumber(int value) {
     switch (value) {
-      case 0:
-        return FIELD_BEHAVIOR_UNSPECIFIED;
-      case 1:
-        return OPTIONAL;
-      case 2:
-        return REQUIRED;
-      case 3:
-        return OUTPUT_ONLY;
-      case 4:
-        return INPUT_ONLY;
-      case 5:
-        return IMMUTABLE;
-      case 6:
-        return UNORDERED_LIST;
-      case 7:
-        return NON_EMPTY_DEFAULT;
-      default:
-        return null;
+      case 0: return FIELD_BEHAVIOR_UNSPECIFIED;
+      case 1: return OPTIONAL;
+      case 2: return REQUIRED;
+      case 3: return OUTPUT_ONLY;
+      case 4: return INPUT_ONLY;
+      case 5: return IMMUTABLE;
+      case 6: return UNORDERED_LIST;
+      case 7: return NON_EMPTY_DEFAULT;
+      default: return null;
     }
   }
 
-  public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
+  public static com.google.protobuf.Internal.EnumLiteMap
+      internalGetValueMap() {
     return internalValueMap;
   }
+  private static final com.google.protobuf.Internal.EnumLiteMap<
+      FieldBehavior> internalValueMap =
+        new com.google.protobuf.Internal.EnumLiteMap() {
+          public FieldBehavior findValueByNumber(int number) {
+            return FieldBehavior.forNumber(number);
+          }
+        };
 
-  private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
-      new com.google.protobuf.Internal.EnumLiteMap() {
-        public FieldBehavior findValueByNumber(int number) {
-          return FieldBehavior.forNumber(number);
-        }
-      };
-
-  public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+  public final com.google.protobuf.Descriptors.EnumValueDescriptor
+      getValueDescriptor() {
     if (this == UNRECOGNIZED) {
       throw new java.lang.IllegalStateException(
           "Can't get the descriptor of an unrecognized enum value.");
     }
     return getDescriptor().getValues().get(ordinal());
   }
-
-  public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
+  public final com.google.protobuf.Descriptors.EnumDescriptor
+      getDescriptorForType() {
     return getDescriptor();
   }
-
-  public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
+  public static final com.google.protobuf.Descriptors.EnumDescriptor
+      getDescriptor() {
     return com.google.api.FieldBehaviorProto.getDescriptor().getEnumTypes().get(0);
   }
 
   private static final FieldBehavior[] VALUES = values();
 
-  public static FieldBehavior valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+  public static FieldBehavior valueOf(
+      com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
     if (desc.getType() != getDescriptor()) {
-      throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
+      throw new java.lang.IllegalArgumentException(
+        "EnumValueDescriptor is not for this type.");
     }
     if (desc.getIndex() == -1) {
       return UNRECOGNIZED;
@@ -322,3 +270,4 @@ private FieldBehavior(int value) {
 
   // @@protoc_insertion_point(enum_scope:google.api.FieldBehavior)
 }
+
diff --git a/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/FieldBehaviorProto.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/FieldBehaviorProto.java
new file mode 100644
index 0000000000..c26c391b81
--- /dev/null
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/FieldBehaviorProto.java
@@ -0,0 +1,74 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/api/field_behavior.proto
+
+package com.google.api;
+
+public final class FieldBehaviorProto {
+  private FieldBehaviorProto() {}
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistryLite registry) {
+    registry.add(com.google.api.FieldBehaviorProto.fieldBehavior);
+  }
+
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistry registry) {
+    registerAllExtensions(
+        (com.google.protobuf.ExtensionRegistryLite) registry);
+  }
+  public static final int FIELD_BEHAVIOR_FIELD_NUMBER = 1052;
+  /**
+   * 
+   * A designation of a specific field behavior (required, output only, etc.)
+   * in protobuf messages.
+   * Examples:
+   *   string name = 1 [(google.api.field_behavior) = REQUIRED];
+   *   State state = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
+   *   google.protobuf.Duration ttl = 1
+   *     [(google.api.field_behavior) = INPUT_ONLY];
+   *   google.protobuf.Timestamp expire_time = 1
+   *     [(google.api.field_behavior) = OUTPUT_ONLY,
+   *      (google.api.field_behavior) = IMMUTABLE];
+   * 
+ * + * extend .google.protobuf.FieldOptions { ... } + */ + public static final + com.google.protobuf.GeneratedMessage.GeneratedExtension< + com.google.protobuf.DescriptorProtos.FieldOptions, + java.util.List> fieldBehavior = com.google.protobuf.GeneratedMessage + .newFileScopedGeneratedExtension( + com.google.api.FieldBehavior.class, + null); + + public static com.google.protobuf.Descriptors.FileDescriptor + getDescriptor() { + return descriptor; + } + private static com.google.protobuf.Descriptors.FileDescriptor + descriptor; + static { + java.lang.String[] descriptorData = { + "\n\037google/api/field_behavior.proto\022\ngoogl" + + "e.api\032 google/protobuf/descriptor.proto*" + + "\246\001\n\rFieldBehavior\022\036\n\032FIELD_BEHAVIOR_UNSP" + + "ECIFIED\020\000\022\014\n\010OPTIONAL\020\001\022\014\n\010REQUIRED\020\002\022\017\n" + + "\013OUTPUT_ONLY\020\003\022\016\n\nINPUT_ONLY\020\004\022\r\n\tIMMUTA" + + "BLE\020\005\022\022\n\016UNORDERED_LIST\020\006\022\025\n\021NON_EMPTY_D" + + "EFAULT\020\007:Q\n\016field_behavior\022\035.google.prot" + + "obuf.FieldOptions\030\234\010 \003(\0162\031.google.api.Fi" + + "eldBehaviorBp\n\016com.google.apiB\022FieldBeha" + + "viorProtoP\001ZAgoogle.golang.org/genproto/" + + "googleapis/api/annotations;annotations\242\002" + + "\004GAPIb\006proto3" + }; + descriptor = com.google.protobuf.Descriptors.FileDescriptor + .internalBuildGeneratedFileFrom(descriptorData, + new com.google.protobuf.Descriptors.FileDescriptor[] { + com.google.protobuf.DescriptorProtos.getDescriptor(), + }); + fieldBehavior.internalInit(descriptor.getExtensions().get(0)); + com.google.protobuf.DescriptorProtos.getDescriptor(); + } + + // @@protoc_insertion_point(outer_class_scope) +} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/GoSettings.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/GoSettings.java similarity index 68% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/GoSettings.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/GoSettings.java index f21f7cfc20..37f0445345 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/GoSettings.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/GoSettings.java @@ -1,56 +1,41 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/client.proto package com.google.api; /** - * - * *
  * Settings for Go client libraries.
  * 
* * Protobuf type {@code google.api.GoSettings} */ -public final class GoSettings extends com.google.protobuf.GeneratedMessageV3 - implements +public final class GoSettings extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.api.GoSettings) GoSettingsOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use GoSettings.newBuilder() to construct. private GoSettings(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private GoSettings() {} + private GoSettings() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new GoSettings(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.api.ClientProto.internal_static_google_api_GoSettings_descriptor; } @@ -65,14 +50,11 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public static final int COMMON_FIELD_NUMBER = 1; private com.google.api.CommonLanguageSettings common_; /** - * - * *
    * Some settings.
    * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return Whether the common field is set. */ @java.lang.Override @@ -80,14 +62,11 @@ public boolean hasCommon() { return common_ != null; } /** - * - * *
    * Some settings.
    * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return The common. */ @java.lang.Override @@ -95,8 +74,6 @@ public com.google.api.CommonLanguageSettings getCommon() { return common_ == null ? com.google.api.CommonLanguageSettings.getDefaultInstance() : common_; } /** - * - * *
    * Some settings.
    * 
@@ -109,7 +86,6 @@ public com.google.api.CommonLanguageSettingsOrBuilder getCommonOrBuilder() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -121,7 +97,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (common_ != null) { output.writeMessage(1, getCommon()); } @@ -135,7 +112,8 @@ public int getSerializedSize() { size = 0; if (common_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getCommon()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getCommon()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -145,7 +123,7 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.GoSettings)) { return super.equals(obj); @@ -154,7 +132,8 @@ public boolean equals(final java.lang.Object obj) { if (hasCommon() != other.hasCommon()) return false; if (hasCommon()) { - if (!getCommon().equals(other.getCommon())) return false; + if (!getCommon() + .equals(other.getCommon())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -176,114 +155,109 @@ public int hashCode() { return hash; } - public static com.google.api.GoSettings parseFrom(java.nio.ByteBuffer data) + public static com.google.api.GoSettings parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.GoSettings parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.api.GoSettings parseFrom(com.google.protobuf.ByteString data) + public static com.google.api.GoSettings parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.GoSettings parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.GoSettings parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.GoSettings parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.GoSettings parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.GoSettings parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.GoSettings parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.GoSettings parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.api.GoSettings parseFrom(com.google.protobuf.CodedInputStream input) + public static com.google.api.GoSettings parseFrom( + com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.GoSettings parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.GoSettings prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Settings for Go client libraries.
    * 
* * Protobuf type {@code google.api.GoSettings} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.api.GoSettings) com.google.api.GoSettingsOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.api.ClientProto.internal_static_google_api_GoSettings_descriptor; } @@ -296,12 +270,15 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { } // Construct using com.google.api.GoSettings.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -315,7 +292,8 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { return com.google.api.ClientProto.internal_static_google_api_GoSettings_descriptor; } @@ -349,39 +327,38 @@ public com.google.api.GoSettings buildPartial() { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.api.GoSettings) { - return mergeFrom((com.google.api.GoSettings) other); + return mergeFrom((com.google.api.GoSettings)other); } else { super.mergeFrom(other); return this; @@ -419,19 +396,19 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - input.readMessage(getCommonFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 10 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + input.readMessage( + getCommonFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 10 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -444,47 +421,34 @@ public Builder mergeFrom( private com.google.api.CommonLanguageSettings common_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.CommonLanguageSettings, - com.google.api.CommonLanguageSettings.Builder, - com.google.api.CommonLanguageSettingsOrBuilder> - commonBuilder_; + com.google.api.CommonLanguageSettings, com.google.api.CommonLanguageSettings.Builder, com.google.api.CommonLanguageSettingsOrBuilder> commonBuilder_; /** - * - * *
      * Some settings.
      * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return Whether the common field is set. */ public boolean hasCommon() { return commonBuilder_ != null || common_ != null; } /** - * - * *
      * Some settings.
      * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return The common. */ public com.google.api.CommonLanguageSettings getCommon() { if (commonBuilder_ == null) { - return common_ == null - ? com.google.api.CommonLanguageSettings.getDefaultInstance() - : common_; + return common_ == null ? com.google.api.CommonLanguageSettings.getDefaultInstance() : common_; } else { return commonBuilder_.getMessage(); } } /** - * - * *
      * Some settings.
      * 
@@ -505,15 +469,14 @@ public Builder setCommon(com.google.api.CommonLanguageSettings value) { return this; } /** - * - * *
      * Some settings.
      * 
* * .google.api.CommonLanguageSettings common = 1; */ - public Builder setCommon(com.google.api.CommonLanguageSettings.Builder builderForValue) { + public Builder setCommon( + com.google.api.CommonLanguageSettings.Builder builderForValue) { if (commonBuilder_ == null) { common_ = builderForValue.build(); onChanged(); @@ -524,8 +487,6 @@ public Builder setCommon(com.google.api.CommonLanguageSettings.Builder builderFo return this; } /** - * - * *
      * Some settings.
      * 
@@ -536,9 +497,7 @@ public Builder mergeCommon(com.google.api.CommonLanguageSettings value) { if (commonBuilder_ == null) { if (common_ != null) { common_ = - com.google.api.CommonLanguageSettings.newBuilder(common_) - .mergeFrom(value) - .buildPartial(); + com.google.api.CommonLanguageSettings.newBuilder(common_).mergeFrom(value).buildPartial(); } else { common_ = value; } @@ -550,8 +509,6 @@ public Builder mergeCommon(com.google.api.CommonLanguageSettings value) { return this; } /** - * - * *
      * Some settings.
      * 
@@ -570,8 +527,6 @@ public Builder clearCommon() { return this; } /** - * - * *
      * Some settings.
      * 
@@ -579,13 +534,11 @@ public Builder clearCommon() { * .google.api.CommonLanguageSettings common = 1; */ public com.google.api.CommonLanguageSettings.Builder getCommonBuilder() { - + onChanged(); return getCommonFieldBuilder().getBuilder(); } /** - * - * *
      * Some settings.
      * 
@@ -596,14 +549,11 @@ public com.google.api.CommonLanguageSettingsOrBuilder getCommonOrBuilder() { if (commonBuilder_ != null) { return commonBuilder_.getMessageOrBuilder(); } else { - return common_ == null - ? com.google.api.CommonLanguageSettings.getDefaultInstance() - : common_; + return common_ == null ? + com.google.api.CommonLanguageSettings.getDefaultInstance() : common_; } } /** - * - * *
      * Some settings.
      * 
@@ -611,24 +561,21 @@ public com.google.api.CommonLanguageSettingsOrBuilder getCommonOrBuilder() { * .google.api.CommonLanguageSettings common = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.CommonLanguageSettings, - com.google.api.CommonLanguageSettings.Builder, - com.google.api.CommonLanguageSettingsOrBuilder> + com.google.api.CommonLanguageSettings, com.google.api.CommonLanguageSettings.Builder, com.google.api.CommonLanguageSettingsOrBuilder> getCommonFieldBuilder() { if (commonBuilder_ == null) { - commonBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.api.CommonLanguageSettings, - com.google.api.CommonLanguageSettings.Builder, - com.google.api.CommonLanguageSettingsOrBuilder>( - getCommon(), getParentForChildren(), isClean()); + commonBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.api.CommonLanguageSettings, com.google.api.CommonLanguageSettings.Builder, com.google.api.CommonLanguageSettingsOrBuilder>( + getCommon(), + getParentForChildren(), + isClean()); common_ = null; } return commonBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -638,12 +585,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.GoSettings) } // @@protoc_insertion_point(class_scope:google.api.GoSettings) private static final com.google.api.GoSettings DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.GoSettings(); } @@ -652,27 +599,27 @@ public static com.google.api.GoSettings getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public GoSettings parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public GoSettings parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -687,4 +634,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.GoSettings getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/GoSettingsOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/GoSettingsOrBuilder.java similarity index 54% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/GoSettingsOrBuilder.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/GoSettingsOrBuilder.java index b5a41ca0d9..e397641858 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/GoSettingsOrBuilder.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/GoSettingsOrBuilder.java @@ -1,55 +1,31 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/client.proto package com.google.api; -public interface GoSettingsOrBuilder - extends +public interface GoSettingsOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.GoSettings) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Some settings.
    * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return Whether the common field is set. */ boolean hasCommon(); /** - * - * *
    * Some settings.
    * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return The common. */ com.google.api.CommonLanguageSettings getCommon(); /** - * - * *
    * Some settings.
    * 
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Http.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Http.java similarity index 74% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Http.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Http.java index 6aa15d767b..c5511054d1 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Http.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Http.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/http.proto package com.google.api; /** - * - * *
  * Defines the HTTP configuration for an API service. It contains a list of
  * [HttpRule][google.api.HttpRule], each specifying the mapping of an RPC method
@@ -29,32 +12,33 @@
  *
  * Protobuf type {@code google.api.Http}
  */
-public final class Http extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class Http extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.api.Http)
     HttpOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use Http.newBuilder() to construct.
   private Http(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private Http() {
     rules_ = java.util.Collections.emptyList();
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new Http();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
     return com.google.api.HttpProto.internal_static_google_api_Http_descriptor;
   }
 
@@ -69,8 +53,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
   public static final int RULES_FIELD_NUMBER = 1;
   private java.util.List rules_;
   /**
-   *
-   *
    * 
    * A list of HTTP configuration rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -83,8 +65,6 @@ public java.util.List getRulesList() {
     return rules_;
   }
   /**
-   *
-   *
    * 
    * A list of HTTP configuration rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -93,12 +73,11 @@ public java.util.List getRulesList() {
    * repeated .google.api.HttpRule rules = 1;
    */
   @java.lang.Override
-  public java.util.List getRulesOrBuilderList() {
+  public java.util.List 
+      getRulesOrBuilderList() {
     return rules_;
   }
   /**
-   *
-   *
    * 
    * A list of HTTP configuration rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -111,8 +90,6 @@ public int getRulesCount() {
     return rules_.size();
   }
   /**
-   *
-   *
    * 
    * A list of HTTP configuration rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -125,8 +102,6 @@ public com.google.api.HttpRule getRules(int index) {
     return rules_.get(index);
   }
   /**
-   *
-   *
    * 
    * A list of HTTP configuration rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -135,15 +110,14 @@ public com.google.api.HttpRule getRules(int index) {
    * repeated .google.api.HttpRule rules = 1;
    */
   @java.lang.Override
-  public com.google.api.HttpRuleOrBuilder getRulesOrBuilder(int index) {
+  public com.google.api.HttpRuleOrBuilder getRulesOrBuilder(
+      int index) {
     return rules_.get(index);
   }
 
   public static final int FULLY_DECODE_RESERVED_EXPANSION_FIELD_NUMBER = 2;
   private boolean fullyDecodeReservedExpansion_;
   /**
-   *
-   *
    * 
    * When set to true, URL path parameters will be fully URI-decoded except in
    * cases of single segment matches in reserved expansion, where "%2F" will be
@@ -153,7 +127,6 @@ public com.google.api.HttpRuleOrBuilder getRulesOrBuilder(int index) {
    * 
* * bool fully_decode_reserved_expansion = 2; - * * @return The fullyDecodeReservedExpansion. */ @java.lang.Override @@ -162,7 +135,6 @@ public boolean getFullyDecodeReservedExpansion() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -174,7 +146,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { for (int i = 0; i < rules_.size(); i++) { output.writeMessage(1, rules_.get(i)); } @@ -191,11 +164,12 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < rules_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, rules_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, rules_.get(i)); } if (fullyDecodeReservedExpansion_ != false) { - size += - com.google.protobuf.CodedOutputStream.computeBoolSize(2, fullyDecodeReservedExpansion_); + size += com.google.protobuf.CodedOutputStream + .computeBoolSize(2, fullyDecodeReservedExpansion_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -205,15 +179,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.Http)) { return super.equals(obj); } com.google.api.Http other = (com.google.api.Http) obj; - if (!getRulesList().equals(other.getRulesList())) return false; - if (getFullyDecodeReservedExpansion() != other.getFullyDecodeReservedExpansion()) return false; + if (!getRulesList() + .equals(other.getRulesList())) return false; + if (getFullyDecodeReservedExpansion() + != other.getFullyDecodeReservedExpansion()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -230,110 +206,104 @@ public int hashCode() { hash = (53 * hash) + getRulesList().hashCode(); } hash = (37 * hash) + FULLY_DECODE_RESERVED_EXPANSION_FIELD_NUMBER; - hash = - (53 * hash) + com.google.protobuf.Internal.hashBoolean(getFullyDecodeReservedExpansion()); + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getFullyDecodeReservedExpansion()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } - public static com.google.api.Http parseFrom(java.nio.ByteBuffer data) + public static com.google.api.Http parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Http parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.api.Http parseFrom(com.google.protobuf.ByteString data) + public static com.google.api.Http parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Http parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.Http parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Http parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.Http parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.Http parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.Http parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.Http parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.api.Http parseFrom(com.google.protobuf.CodedInputStream input) + public static com.google.api.Http parseFrom( + com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.Http parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.Http prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Defines the HTTP configuration for an API service. It contains a list of
    * [HttpRule][google.api.HttpRule], each specifying the mapping of an RPC method
@@ -342,11 +312,12 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.api.Http}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.api.Http)
       com.google.api.HttpOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
       return com.google.api.HttpProto.internal_static_google_api_Http_descriptor;
     }
 
@@ -359,12 +330,15 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
     }
 
     // Construct using com.google.api.Http.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -381,7 +355,8 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
       return com.google.api.HttpProto.internal_static_google_api_Http_descriptor;
     }
 
@@ -421,39 +396,38 @@ public com.google.api.Http buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.api.Http) {
-        return mergeFrom((com.google.api.Http) other);
+        return mergeFrom((com.google.api.Http)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -480,10 +454,9 @@ public Builder mergeFrom(com.google.api.Http other) {
             rulesBuilder_ = null;
             rules_ = other.rules_;
             bitField0_ = (bitField0_ & ~0x00000001);
-            rulesBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getRulesFieldBuilder()
-                    : null;
+            rulesBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getRulesFieldBuilder() : null;
           } else {
             rulesBuilder_.addAllMessages(other.rules_);
           }
@@ -518,31 +491,30 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                com.google.api.HttpRule m =
-                    input.readMessage(com.google.api.HttpRule.parser(), extensionRegistry);
-                if (rulesBuilder_ == null) {
-                  ensureRulesIsMutable();
-                  rules_.add(m);
-                } else {
-                  rulesBuilder_.addMessage(m);
-                }
-                break;
-              } // case 10
-            case 16:
-              {
-                fullyDecodeReservedExpansion_ = input.readBool();
+            case 10: {
+              com.google.api.HttpRule m =
+                  input.readMessage(
+                      com.google.api.HttpRule.parser(),
+                      extensionRegistry);
+              if (rulesBuilder_ == null) {
+                ensureRulesIsMutable();
+                rules_.add(m);
+              } else {
+                rulesBuilder_.addMessage(m);
+              }
+              break;
+            } // case 10
+            case 16: {
+              fullyDecodeReservedExpansion_ = input.readBool();
 
-                break;
-              } // case 16
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+              break;
+            } // case 16
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -552,27 +524,21 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
-    private java.util.List rules_ = java.util.Collections.emptyList();
-
+    private java.util.List rules_ =
+      java.util.Collections.emptyList();
     private void ensureRulesIsMutable() {
       if (!((bitField0_ & 0x00000001) != 0)) {
         rules_ = new java.util.ArrayList(rules_);
         bitField0_ |= 0x00000001;
-      }
+       }
     }
 
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.api.HttpRule,
-            com.google.api.HttpRule.Builder,
-            com.google.api.HttpRuleOrBuilder>
-        rulesBuilder_;
+        com.google.api.HttpRule, com.google.api.HttpRule.Builder, com.google.api.HttpRuleOrBuilder> rulesBuilder_;
 
     /**
-     *
-     *
      * 
      * A list of HTTP configuration rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -588,8 +554,6 @@ public java.util.List getRulesList() {
       }
     }
     /**
-     *
-     *
      * 
      * A list of HTTP configuration rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -605,8 +569,6 @@ public int getRulesCount() {
       }
     }
     /**
-     *
-     *
      * 
      * A list of HTTP configuration rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -622,8 +584,6 @@ public com.google.api.HttpRule getRules(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * A list of HTTP configuration rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -631,7 +591,8 @@ public com.google.api.HttpRule getRules(int index) {
      *
      * repeated .google.api.HttpRule rules = 1;
      */
-    public Builder setRules(int index, com.google.api.HttpRule value) {
+    public Builder setRules(
+        int index, com.google.api.HttpRule value) {
       if (rulesBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -645,8 +606,6 @@ public Builder setRules(int index, com.google.api.HttpRule value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of HTTP configuration rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -654,7 +613,8 @@ public Builder setRules(int index, com.google.api.HttpRule value) {
      *
      * repeated .google.api.HttpRule rules = 1;
      */
-    public Builder setRules(int index, com.google.api.HttpRule.Builder builderForValue) {
+    public Builder setRules(
+        int index, com.google.api.HttpRule.Builder builderForValue) {
       if (rulesBuilder_ == null) {
         ensureRulesIsMutable();
         rules_.set(index, builderForValue.build());
@@ -665,8 +625,6 @@ public Builder setRules(int index, com.google.api.HttpRule.Builder builderForVal
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of HTTP configuration rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -688,8 +646,6 @@ public Builder addRules(com.google.api.HttpRule value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of HTTP configuration rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -697,7 +653,8 @@ public Builder addRules(com.google.api.HttpRule value) {
      *
      * repeated .google.api.HttpRule rules = 1;
      */
-    public Builder addRules(int index, com.google.api.HttpRule value) {
+    public Builder addRules(
+        int index, com.google.api.HttpRule value) {
       if (rulesBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -711,8 +668,6 @@ public Builder addRules(int index, com.google.api.HttpRule value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of HTTP configuration rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -720,7 +675,8 @@ public Builder addRules(int index, com.google.api.HttpRule value) {
      *
      * repeated .google.api.HttpRule rules = 1;
      */
-    public Builder addRules(com.google.api.HttpRule.Builder builderForValue) {
+    public Builder addRules(
+        com.google.api.HttpRule.Builder builderForValue) {
       if (rulesBuilder_ == null) {
         ensureRulesIsMutable();
         rules_.add(builderForValue.build());
@@ -731,8 +687,6 @@ public Builder addRules(com.google.api.HttpRule.Builder builderForValue) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of HTTP configuration rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -740,7 +694,8 @@ public Builder addRules(com.google.api.HttpRule.Builder builderForValue) {
      *
      * repeated .google.api.HttpRule rules = 1;
      */
-    public Builder addRules(int index, com.google.api.HttpRule.Builder builderForValue) {
+    public Builder addRules(
+        int index, com.google.api.HttpRule.Builder builderForValue) {
       if (rulesBuilder_ == null) {
         ensureRulesIsMutable();
         rules_.add(index, builderForValue.build());
@@ -751,8 +706,6 @@ public Builder addRules(int index, com.google.api.HttpRule.Builder builderForVal
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of HTTP configuration rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -760,10 +713,12 @@ public Builder addRules(int index, com.google.api.HttpRule.Builder builderForVal
      *
      * repeated .google.api.HttpRule rules = 1;
      */
-    public Builder addAllRules(java.lang.Iterable values) {
+    public Builder addAllRules(
+        java.lang.Iterable values) {
       if (rulesBuilder_ == null) {
         ensureRulesIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, rules_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, rules_);
         onChanged();
       } else {
         rulesBuilder_.addAllMessages(values);
@@ -771,8 +726,6 @@ public Builder addAllRules(java.lang.Iterable
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of HTTP configuration rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -791,8 +744,6 @@ public Builder clearRules() {
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of HTTP configuration rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -811,8 +762,6 @@ public Builder removeRules(int index) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of HTTP configuration rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -820,12 +769,11 @@ public Builder removeRules(int index) {
      *
      * repeated .google.api.HttpRule rules = 1;
      */
-    public com.google.api.HttpRule.Builder getRulesBuilder(int index) {
+    public com.google.api.HttpRule.Builder getRulesBuilder(
+        int index) {
       return getRulesFieldBuilder().getBuilder(index);
     }
     /**
-     *
-     *
      * 
      * A list of HTTP configuration rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -833,16 +781,14 @@ public com.google.api.HttpRule.Builder getRulesBuilder(int index) {
      *
      * repeated .google.api.HttpRule rules = 1;
      */
-    public com.google.api.HttpRuleOrBuilder getRulesOrBuilder(int index) {
+    public com.google.api.HttpRuleOrBuilder getRulesOrBuilder(
+        int index) {
       if (rulesBuilder_ == null) {
-        return rules_.get(index);
-      } else {
+        return rules_.get(index);  } else {
         return rulesBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
-     *
-     *
      * 
      * A list of HTTP configuration rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -850,7 +796,8 @@ public com.google.api.HttpRuleOrBuilder getRulesOrBuilder(int index) {
      *
      * repeated .google.api.HttpRule rules = 1;
      */
-    public java.util.List getRulesOrBuilderList() {
+    public java.util.List 
+         getRulesOrBuilderList() {
       if (rulesBuilder_ != null) {
         return rulesBuilder_.getMessageOrBuilderList();
       } else {
@@ -858,8 +805,6 @@ public java.util.List getRulesOrBuil
       }
     }
     /**
-     *
-     *
      * 
      * A list of HTTP configuration rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -868,11 +813,10 @@ public java.util.List getRulesOrBuil
      * repeated .google.api.HttpRule rules = 1;
      */
     public com.google.api.HttpRule.Builder addRulesBuilder() {
-      return getRulesFieldBuilder().addBuilder(com.google.api.HttpRule.getDefaultInstance());
+      return getRulesFieldBuilder().addBuilder(
+          com.google.api.HttpRule.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * A list of HTTP configuration rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -880,12 +824,12 @@ public com.google.api.HttpRule.Builder addRulesBuilder() {
      *
      * repeated .google.api.HttpRule rules = 1;
      */
-    public com.google.api.HttpRule.Builder addRulesBuilder(int index) {
-      return getRulesFieldBuilder().addBuilder(index, com.google.api.HttpRule.getDefaultInstance());
+    public com.google.api.HttpRule.Builder addRulesBuilder(
+        int index) {
+      return getRulesFieldBuilder().addBuilder(
+          index, com.google.api.HttpRule.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * A list of HTTP configuration rules that apply to individual API methods.
      * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -893,31 +837,27 @@ public com.google.api.HttpRule.Builder addRulesBuilder(int index) {
      *
      * repeated .google.api.HttpRule rules = 1;
      */
-    public java.util.List getRulesBuilderList() {
+    public java.util.List 
+         getRulesBuilderList() {
       return getRulesFieldBuilder().getBuilderList();
     }
-
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.api.HttpRule,
-            com.google.api.HttpRule.Builder,
-            com.google.api.HttpRuleOrBuilder>
+        com.google.api.HttpRule, com.google.api.HttpRule.Builder, com.google.api.HttpRuleOrBuilder> 
         getRulesFieldBuilder() {
       if (rulesBuilder_ == null) {
-        rulesBuilder_ =
-            new com.google.protobuf.RepeatedFieldBuilderV3<
-                com.google.api.HttpRule,
-                com.google.api.HttpRule.Builder,
-                com.google.api.HttpRuleOrBuilder>(
-                rules_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean());
+        rulesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+            com.google.api.HttpRule, com.google.api.HttpRule.Builder, com.google.api.HttpRuleOrBuilder>(
+                rules_,
+                ((bitField0_ & 0x00000001) != 0),
+                getParentForChildren(),
+                isClean());
         rules_ = null;
       }
       return rulesBuilder_;
     }
 
-    private boolean fullyDecodeReservedExpansion_;
+    private boolean fullyDecodeReservedExpansion_ ;
     /**
-     *
-     *
      * 
      * When set to true, URL path parameters will be fully URI-decoded except in
      * cases of single segment matches in reserved expansion, where "%2F" will be
@@ -927,7 +867,6 @@ public java.util.List getRulesBuilderList() {
      * 
* * bool fully_decode_reserved_expansion = 2; - * * @return The fullyDecodeReservedExpansion. */ @java.lang.Override @@ -935,8 +874,6 @@ public boolean getFullyDecodeReservedExpansion() { return fullyDecodeReservedExpansion_; } /** - * - * *
      * When set to true, URL path parameters will be fully URI-decoded except in
      * cases of single segment matches in reserved expansion, where "%2F" will be
@@ -946,19 +883,16 @@ public boolean getFullyDecodeReservedExpansion() {
      * 
* * bool fully_decode_reserved_expansion = 2; - * * @param value The fullyDecodeReservedExpansion to set. * @return This builder for chaining. */ public Builder setFullyDecodeReservedExpansion(boolean value) { - + fullyDecodeReservedExpansion_ = value; onChanged(); return this; } /** - * - * *
      * When set to true, URL path parameters will be fully URI-decoded except in
      * cases of single segment matches in reserved expansion, where "%2F" will be
@@ -968,18 +902,17 @@ public Builder setFullyDecodeReservedExpansion(boolean value) {
      * 
* * bool fully_decode_reserved_expansion = 2; - * * @return This builder for chaining. */ public Builder clearFullyDecodeReservedExpansion() { - + fullyDecodeReservedExpansion_ = false; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -989,12 +922,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.Http) } // @@protoc_insertion_point(class_scope:google.api.Http) private static final com.google.api.Http DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.Http(); } @@ -1003,27 +936,27 @@ public static com.google.api.Http getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Http parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Http parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1038,4 +971,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.Http getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/HttpBody.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/HttpBody.java similarity index 76% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/HttpBody.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/HttpBody.java index fbab9ae19b..61929f7b6d 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/HttpBody.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/HttpBody.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/httpbody.proto package com.google.api; /** - * - * *
  * Message that represents an arbitrary HTTP body. It should only be used for
  * payload formats that can't be represented as JSON, such as raw binary or
@@ -56,16 +39,15 @@
  *
  * Protobuf type {@code google.api.HttpBody}
  */
-public final class HttpBody extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class HttpBody extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.api.HttpBody)
     HttpBodyOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use HttpBody.newBuilder() to construct.
   private HttpBody(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private HttpBody() {
     contentType_ = "";
     data_ = com.google.protobuf.ByteString.EMPTY;
@@ -74,16 +56,18 @@ private HttpBody() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new HttpBody();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
     return com.google.api.HttpBodyProto.internal_static_google_api_HttpBody_descriptor;
   }
 
@@ -98,14 +82,11 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
   public static final int CONTENT_TYPE_FIELD_NUMBER = 1;
   private volatile java.lang.Object contentType_;
   /**
-   *
-   *
    * 
    * The HTTP Content-Type header value specifying the content type of the body.
    * 
* * string content_type = 1; - * * @return The contentType. */ @java.lang.Override @@ -114,29 +95,29 @@ public java.lang.String getContentType() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); contentType_ = s; return s; } } /** - * - * *
    * The HTTP Content-Type header value specifying the content type of the body.
    * 
* * string content_type = 1; - * * @return The bytes for contentType. */ @java.lang.Override - public com.google.protobuf.ByteString getContentTypeBytes() { + public com.google.protobuf.ByteString + getContentTypeBytes() { java.lang.Object ref = contentType_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); contentType_ = b; return b; } else { @@ -147,14 +128,11 @@ public com.google.protobuf.ByteString getContentTypeBytes() { public static final int DATA_FIELD_NUMBER = 2; private com.google.protobuf.ByteString data_; /** - * - * *
    * The HTTP request/response body as raw binary.
    * 
* * bytes data = 2; - * * @return The data. */ @java.lang.Override @@ -165,8 +143,6 @@ public com.google.protobuf.ByteString getData() { public static final int EXTENSIONS_FIELD_NUMBER = 3; private java.util.List extensions_; /** - * - * *
    * Application specific response metadata. Must be set in the first response
    * for streaming APIs.
@@ -179,8 +155,6 @@ public java.util.List getExtensionsList() {
     return extensions_;
   }
   /**
-   *
-   *
    * 
    * Application specific response metadata. Must be set in the first response
    * for streaming APIs.
@@ -189,12 +163,11 @@ public java.util.List getExtensionsList() {
    * repeated .google.protobuf.Any extensions = 3;
    */
   @java.lang.Override
-  public java.util.List getExtensionsOrBuilderList() {
+  public java.util.List 
+      getExtensionsOrBuilderList() {
     return extensions_;
   }
   /**
-   *
-   *
    * 
    * Application specific response metadata. Must be set in the first response
    * for streaming APIs.
@@ -207,8 +180,6 @@ public int getExtensionsCount() {
     return extensions_.size();
   }
   /**
-   *
-   *
    * 
    * Application specific response metadata. Must be set in the first response
    * for streaming APIs.
@@ -221,8 +192,6 @@ public com.google.protobuf.Any getExtensions(int index) {
     return extensions_.get(index);
   }
   /**
-   *
-   *
    * 
    * Application specific response metadata. Must be set in the first response
    * for streaming APIs.
@@ -231,12 +200,12 @@ public com.google.protobuf.Any getExtensions(int index) {
    * repeated .google.protobuf.Any extensions = 3;
    */
   @java.lang.Override
-  public com.google.protobuf.AnyOrBuilder getExtensionsOrBuilder(int index) {
+  public com.google.protobuf.AnyOrBuilder getExtensionsOrBuilder(
+      int index) {
     return extensions_.get(index);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -248,7 +217,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(contentType_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, contentType_);
     }
@@ -271,10 +241,12 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, contentType_);
     }
     if (!data_.isEmpty()) {
-      size += com.google.protobuf.CodedOutputStream.computeBytesSize(2, data_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeBytesSize(2, data_);
     }
     for (int i = 0; i < extensions_.size(); i++) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, extensions_.get(i));
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(3, extensions_.get(i));
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -284,16 +256,19 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.api.HttpBody)) {
       return super.equals(obj);
     }
     com.google.api.HttpBody other = (com.google.api.HttpBody) obj;
 
-    if (!getContentType().equals(other.getContentType())) return false;
-    if (!getData().equals(other.getData())) return false;
-    if (!getExtensionsList().equals(other.getExtensionsList())) return false;
+    if (!getContentType()
+        .equals(other.getContentType())) return false;
+    if (!getData()
+        .equals(other.getData())) return false;
+    if (!getExtensionsList()
+        .equals(other.getExtensionsList())) return false;
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
   }
@@ -318,103 +293,97 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.api.HttpBody parseFrom(java.nio.ByteBuffer data)
+  public static com.google.api.HttpBody parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.HttpBody parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.api.HttpBody parseFrom(com.google.protobuf.ByteString data)
+  public static com.google.api.HttpBody parseFrom(
+      com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.HttpBody parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.api.HttpBody parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.HttpBody parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.api.HttpBody parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.api.HttpBody parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.api.HttpBody parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.api.HttpBody parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.api.HttpBody parseFrom(com.google.protobuf.CodedInputStream input)
+  public static com.google.api.HttpBody parseFrom(
+      com.google.protobuf.CodedInputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.api.HttpBody parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.api.HttpBody prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Message that represents an arbitrary HTTP body. It should only be used for
    * payload formats that can't be represented as JSON, such as raw binary or
@@ -450,11 +419,12 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.api.HttpBody}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.api.HttpBody)
       com.google.api.HttpBodyOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
       return com.google.api.HttpBodyProto.internal_static_google_api_HttpBody_descriptor;
     }
 
@@ -467,12 +437,15 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
     }
 
     // Construct using com.google.api.HttpBody.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -491,7 +464,8 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
       return com.google.api.HttpBodyProto.internal_static_google_api_HttpBody_descriptor;
     }
 
@@ -532,39 +506,38 @@ public com.google.api.HttpBody buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.api.HttpBody) {
-        return mergeFrom((com.google.api.HttpBody) other);
+        return mergeFrom((com.google.api.HttpBody)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -598,10 +571,9 @@ public Builder mergeFrom(com.google.api.HttpBody other) {
             extensionsBuilder_ = null;
             extensions_ = other.extensions_;
             bitField0_ = (bitField0_ & ~0x00000001);
-            extensionsBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getExtensionsFieldBuilder()
-                    : null;
+            extensionsBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getExtensionsFieldBuilder() : null;
           } else {
             extensionsBuilder_.addAllMessages(other.extensions_);
           }
@@ -633,37 +605,35 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                contentType_ = input.readStringRequireUtf8();
+            case 10: {
+              contentType_ = input.readStringRequireUtf8();
 
-                break;
-              } // case 10
-            case 18:
-              {
-                data_ = input.readBytes();
+              break;
+            } // case 10
+            case 18: {
+              data_ = input.readBytes();
 
-                break;
-              } // case 18
-            case 26:
-              {
-                com.google.protobuf.Any m =
-                    input.readMessage(com.google.protobuf.Any.parser(), extensionRegistry);
-                if (extensionsBuilder_ == null) {
-                  ensureExtensionsIsMutable();
-                  extensions_.add(m);
-                } else {
-                  extensionsBuilder_.addMessage(m);
-                }
-                break;
-              } // case 26
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+              break;
+            } // case 18
+            case 26: {
+              com.google.protobuf.Any m =
+                  input.readMessage(
+                      com.google.protobuf.Any.parser(),
+                      extensionRegistry);
+              if (extensionsBuilder_ == null) {
+                ensureExtensionsIsMutable();
+                extensions_.add(m);
+              } else {
+                extensionsBuilder_.addMessage(m);
+              }
+              break;
+            } // case 26
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -673,25 +643,22 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object contentType_ = "";
     /**
-     *
-     *
      * 
      * The HTTP Content-Type header value specifying the content type of the body.
      * 
* * string content_type = 1; - * * @return The contentType. */ public java.lang.String getContentType() { java.lang.Object ref = contentType_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); contentType_ = s; return s; @@ -700,21 +667,20 @@ public java.lang.String getContentType() { } } /** - * - * *
      * The HTTP Content-Type header value specifying the content type of the body.
      * 
* * string content_type = 1; - * * @return The bytes for contentType. */ - public com.google.protobuf.ByteString getContentTypeBytes() { + public com.google.protobuf.ByteString + getContentTypeBytes() { java.lang.Object ref = contentType_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); contentType_ = b; return b; } else { @@ -722,61 +688,54 @@ public com.google.protobuf.ByteString getContentTypeBytes() { } } /** - * - * *
      * The HTTP Content-Type header value specifying the content type of the body.
      * 
* * string content_type = 1; - * * @param value The contentType to set. * @return This builder for chaining. */ - public Builder setContentType(java.lang.String value) { + public Builder setContentType( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + contentType_ = value; onChanged(); return this; } /** - * - * *
      * The HTTP Content-Type header value specifying the content type of the body.
      * 
* * string content_type = 1; - * * @return This builder for chaining. */ public Builder clearContentType() { - + contentType_ = getDefaultInstance().getContentType(); onChanged(); return this; } /** - * - * *
      * The HTTP Content-Type header value specifying the content type of the body.
      * 
* * string content_type = 1; - * * @param value The bytes for contentType to set. * @return This builder for chaining. */ - public Builder setContentTypeBytes(com.google.protobuf.ByteString value) { + public Builder setContentTypeBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + contentType_ = value; onChanged(); return this; @@ -784,14 +743,11 @@ public Builder setContentTypeBytes(com.google.protobuf.ByteString value) { private com.google.protobuf.ByteString data_ = com.google.protobuf.ByteString.EMPTY; /** - * - * *
      * The HTTP request/response body as raw binary.
      * 
* * bytes data = 2; - * * @return The data. */ @java.lang.Override @@ -799,62 +755,51 @@ public com.google.protobuf.ByteString getData() { return data_; } /** - * - * *
      * The HTTP request/response body as raw binary.
      * 
* * bytes data = 2; - * * @param value The data to set. * @return This builder for chaining. */ public Builder setData(com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + data_ = value; onChanged(); return this; } /** - * - * *
      * The HTTP request/response body as raw binary.
      * 
* * bytes data = 2; - * * @return This builder for chaining. */ public Builder clearData() { - + data_ = getDefaultInstance().getData(); onChanged(); return this; } - private java.util.List extensions_ = java.util.Collections.emptyList(); - + private java.util.List extensions_ = + java.util.Collections.emptyList(); private void ensureExtensionsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { extensions_ = new java.util.ArrayList(extensions_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.protobuf.Any, - com.google.protobuf.Any.Builder, - com.google.protobuf.AnyOrBuilder> - extensionsBuilder_; + com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> extensionsBuilder_; /** - * - * *
      * Application specific response metadata. Must be set in the first response
      * for streaming APIs.
@@ -870,8 +815,6 @@ public java.util.List getExtensionsList() {
       }
     }
     /**
-     *
-     *
      * 
      * Application specific response metadata. Must be set in the first response
      * for streaming APIs.
@@ -887,8 +830,6 @@ public int getExtensionsCount() {
       }
     }
     /**
-     *
-     *
      * 
      * Application specific response metadata. Must be set in the first response
      * for streaming APIs.
@@ -904,8 +845,6 @@ public com.google.protobuf.Any getExtensions(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * Application specific response metadata. Must be set in the first response
      * for streaming APIs.
@@ -913,7 +852,8 @@ public com.google.protobuf.Any getExtensions(int index) {
      *
      * repeated .google.protobuf.Any extensions = 3;
      */
-    public Builder setExtensions(int index, com.google.protobuf.Any value) {
+    public Builder setExtensions(
+        int index, com.google.protobuf.Any value) {
       if (extensionsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -927,8 +867,6 @@ public Builder setExtensions(int index, com.google.protobuf.Any value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Application specific response metadata. Must be set in the first response
      * for streaming APIs.
@@ -936,7 +874,8 @@ public Builder setExtensions(int index, com.google.protobuf.Any value) {
      *
      * repeated .google.protobuf.Any extensions = 3;
      */
-    public Builder setExtensions(int index, com.google.protobuf.Any.Builder builderForValue) {
+    public Builder setExtensions(
+        int index, com.google.protobuf.Any.Builder builderForValue) {
       if (extensionsBuilder_ == null) {
         ensureExtensionsIsMutable();
         extensions_.set(index, builderForValue.build());
@@ -947,8 +886,6 @@ public Builder setExtensions(int index, com.google.protobuf.Any.Builder builderF
       return this;
     }
     /**
-     *
-     *
      * 
      * Application specific response metadata. Must be set in the first response
      * for streaming APIs.
@@ -970,8 +907,6 @@ public Builder addExtensions(com.google.protobuf.Any value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Application specific response metadata. Must be set in the first response
      * for streaming APIs.
@@ -979,7 +914,8 @@ public Builder addExtensions(com.google.protobuf.Any value) {
      *
      * repeated .google.protobuf.Any extensions = 3;
      */
-    public Builder addExtensions(int index, com.google.protobuf.Any value) {
+    public Builder addExtensions(
+        int index, com.google.protobuf.Any value) {
       if (extensionsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -993,8 +929,6 @@ public Builder addExtensions(int index, com.google.protobuf.Any value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Application specific response metadata. Must be set in the first response
      * for streaming APIs.
@@ -1002,7 +936,8 @@ public Builder addExtensions(int index, com.google.protobuf.Any value) {
      *
      * repeated .google.protobuf.Any extensions = 3;
      */
-    public Builder addExtensions(com.google.protobuf.Any.Builder builderForValue) {
+    public Builder addExtensions(
+        com.google.protobuf.Any.Builder builderForValue) {
       if (extensionsBuilder_ == null) {
         ensureExtensionsIsMutable();
         extensions_.add(builderForValue.build());
@@ -1013,8 +948,6 @@ public Builder addExtensions(com.google.protobuf.Any.Builder builderForValue) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Application specific response metadata. Must be set in the first response
      * for streaming APIs.
@@ -1022,7 +955,8 @@ public Builder addExtensions(com.google.protobuf.Any.Builder builderForValue) {
      *
      * repeated .google.protobuf.Any extensions = 3;
      */
-    public Builder addExtensions(int index, com.google.protobuf.Any.Builder builderForValue) {
+    public Builder addExtensions(
+        int index, com.google.protobuf.Any.Builder builderForValue) {
       if (extensionsBuilder_ == null) {
         ensureExtensionsIsMutable();
         extensions_.add(index, builderForValue.build());
@@ -1033,8 +967,6 @@ public Builder addExtensions(int index, com.google.protobuf.Any.Builder builderF
       return this;
     }
     /**
-     *
-     *
      * 
      * Application specific response metadata. Must be set in the first response
      * for streaming APIs.
@@ -1042,10 +974,12 @@ public Builder addExtensions(int index, com.google.protobuf.Any.Builder builderF
      *
      * repeated .google.protobuf.Any extensions = 3;
      */
-    public Builder addAllExtensions(java.lang.Iterable values) {
+    public Builder addAllExtensions(
+        java.lang.Iterable values) {
       if (extensionsBuilder_ == null) {
         ensureExtensionsIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, extensions_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, extensions_);
         onChanged();
       } else {
         extensionsBuilder_.addAllMessages(values);
@@ -1053,8 +987,6 @@ public Builder addAllExtensions(java.lang.Iterable
      * Application specific response metadata. Must be set in the first response
      * for streaming APIs.
@@ -1073,8 +1005,6 @@ public Builder clearExtensions() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Application specific response metadata. Must be set in the first response
      * for streaming APIs.
@@ -1093,8 +1023,6 @@ public Builder removeExtensions(int index) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Application specific response metadata. Must be set in the first response
      * for streaming APIs.
@@ -1102,12 +1030,11 @@ public Builder removeExtensions(int index) {
      *
      * repeated .google.protobuf.Any extensions = 3;
      */
-    public com.google.protobuf.Any.Builder getExtensionsBuilder(int index) {
+    public com.google.protobuf.Any.Builder getExtensionsBuilder(
+        int index) {
       return getExtensionsFieldBuilder().getBuilder(index);
     }
     /**
-     *
-     *
      * 
      * Application specific response metadata. Must be set in the first response
      * for streaming APIs.
@@ -1115,16 +1042,14 @@ public com.google.protobuf.Any.Builder getExtensionsBuilder(int index) {
      *
      * repeated .google.protobuf.Any extensions = 3;
      */
-    public com.google.protobuf.AnyOrBuilder getExtensionsOrBuilder(int index) {
+    public com.google.protobuf.AnyOrBuilder getExtensionsOrBuilder(
+        int index) {
       if (extensionsBuilder_ == null) {
-        return extensions_.get(index);
-      } else {
+        return extensions_.get(index);  } else {
         return extensionsBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
-     *
-     *
      * 
      * Application specific response metadata. Must be set in the first response
      * for streaming APIs.
@@ -1132,7 +1057,8 @@ public com.google.protobuf.AnyOrBuilder getExtensionsOrBuilder(int index) {
      *
      * repeated .google.protobuf.Any extensions = 3;
      */
-    public java.util.List getExtensionsOrBuilderList() {
+    public java.util.List 
+         getExtensionsOrBuilderList() {
       if (extensionsBuilder_ != null) {
         return extensionsBuilder_.getMessageOrBuilderList();
       } else {
@@ -1140,8 +1066,6 @@ public java.util.List getExtensionsO
       }
     }
     /**
-     *
-     *
      * 
      * Application specific response metadata. Must be set in the first response
      * for streaming APIs.
@@ -1150,11 +1074,10 @@ public java.util.List getExtensionsO
      * repeated .google.protobuf.Any extensions = 3;
      */
     public com.google.protobuf.Any.Builder addExtensionsBuilder() {
-      return getExtensionsFieldBuilder().addBuilder(com.google.protobuf.Any.getDefaultInstance());
+      return getExtensionsFieldBuilder().addBuilder(
+          com.google.protobuf.Any.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * Application specific response metadata. Must be set in the first response
      * for streaming APIs.
@@ -1162,13 +1085,12 @@ public com.google.protobuf.Any.Builder addExtensionsBuilder() {
      *
      * repeated .google.protobuf.Any extensions = 3;
      */
-    public com.google.protobuf.Any.Builder addExtensionsBuilder(int index) {
-      return getExtensionsFieldBuilder()
-          .addBuilder(index, com.google.protobuf.Any.getDefaultInstance());
+    public com.google.protobuf.Any.Builder addExtensionsBuilder(
+        int index) {
+      return getExtensionsFieldBuilder().addBuilder(
+          index, com.google.protobuf.Any.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * Application specific response metadata. Must be set in the first response
      * for streaming APIs.
@@ -1176,29 +1098,27 @@ public com.google.protobuf.Any.Builder addExtensionsBuilder(int index) {
      *
      * repeated .google.protobuf.Any extensions = 3;
      */
-    public java.util.List getExtensionsBuilderList() {
+    public java.util.List 
+         getExtensionsBuilderList() {
       return getExtensionsFieldBuilder().getBuilderList();
     }
-
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.protobuf.Any,
-            com.google.protobuf.Any.Builder,
-            com.google.protobuf.AnyOrBuilder>
+        com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> 
         getExtensionsFieldBuilder() {
       if (extensionsBuilder_ == null) {
-        extensionsBuilder_ =
-            new com.google.protobuf.RepeatedFieldBuilderV3<
-                com.google.protobuf.Any,
-                com.google.protobuf.Any.Builder,
-                com.google.protobuf.AnyOrBuilder>(
-                extensions_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean());
+        extensionsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+            com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>(
+                extensions_,
+                ((bitField0_ & 0x00000001) != 0),
+                getParentForChildren(),
+                isClean());
         extensions_ = null;
       }
       return extensionsBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1208,12 +1128,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.api.HttpBody)
   }
 
   // @@protoc_insertion_point(class_scope:google.api.HttpBody)
   private static final com.google.api.HttpBody DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.api.HttpBody();
   }
@@ -1222,27 +1142,27 @@ public static com.google.api.HttpBody getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public HttpBody parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public HttpBody parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1257,4 +1177,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.api.HttpBody getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/HttpBodyOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/HttpBodyOrBuilder.java
similarity index 66%
rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/HttpBodyOrBuilder.java
rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/HttpBodyOrBuilder.java
index c1749af4f1..3585042a21 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/HttpBodyOrBuilder.java
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/HttpBodyOrBuilder.java
@@ -1,69 +1,43 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/api/httpbody.proto
 
 package com.google.api;
 
-public interface HttpBodyOrBuilder
-    extends
+public interface HttpBodyOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.api.HttpBody)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * The HTTP Content-Type header value specifying the content type of the body.
    * 
* * string content_type = 1; - * * @return The contentType. */ java.lang.String getContentType(); /** - * - * *
    * The HTTP Content-Type header value specifying the content type of the body.
    * 
* * string content_type = 1; - * * @return The bytes for contentType. */ - com.google.protobuf.ByteString getContentTypeBytes(); + com.google.protobuf.ByteString + getContentTypeBytes(); /** - * - * *
    * The HTTP request/response body as raw binary.
    * 
* * bytes data = 2; - * * @return The data. */ com.google.protobuf.ByteString getData(); /** - * - * *
    * Application specific response metadata. Must be set in the first response
    * for streaming APIs.
@@ -71,10 +45,9 @@ public interface HttpBodyOrBuilder
    *
    * repeated .google.protobuf.Any extensions = 3;
    */
-  java.util.List getExtensionsList();
+  java.util.List 
+      getExtensionsList();
   /**
-   *
-   *
    * 
    * Application specific response metadata. Must be set in the first response
    * for streaming APIs.
@@ -84,8 +57,6 @@ public interface HttpBodyOrBuilder
    */
   com.google.protobuf.Any getExtensions(int index);
   /**
-   *
-   *
    * 
    * Application specific response metadata. Must be set in the first response
    * for streaming APIs.
@@ -95,8 +66,6 @@ public interface HttpBodyOrBuilder
    */
   int getExtensionsCount();
   /**
-   *
-   *
    * 
    * Application specific response metadata. Must be set in the first response
    * for streaming APIs.
@@ -104,10 +73,9 @@ public interface HttpBodyOrBuilder
    *
    * repeated .google.protobuf.Any extensions = 3;
    */
-  java.util.List getExtensionsOrBuilderList();
+  java.util.List 
+      getExtensionsOrBuilderList();
   /**
-   *
-   *
    * 
    * Application specific response metadata. Must be set in the first response
    * for streaming APIs.
@@ -115,5 +83,6 @@ public interface HttpBodyOrBuilder
    *
    * repeated .google.protobuf.Any extensions = 3;
    */
-  com.google.protobuf.AnyOrBuilder getExtensionsOrBuilder(int index);
+  com.google.protobuf.AnyOrBuilder getExtensionsOrBuilder(
+      int index);
 }
diff --git a/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/HttpBodyProto.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/HttpBodyProto.java
new file mode 100644
index 0000000000..9649c1b52a
--- /dev/null
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/HttpBodyProto.java
@@ -0,0 +1,54 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/api/httpbody.proto
+
+package com.google.api;
+
+public final class HttpBodyProto {
+  private HttpBodyProto() {}
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistryLite registry) {
+  }
+
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistry registry) {
+    registerAllExtensions(
+        (com.google.protobuf.ExtensionRegistryLite) registry);
+  }
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_api_HttpBody_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_api_HttpBody_fieldAccessorTable;
+
+  public static com.google.protobuf.Descriptors.FileDescriptor
+      getDescriptor() {
+    return descriptor;
+  }
+  private static  com.google.protobuf.Descriptors.FileDescriptor
+      descriptor;
+  static {
+    java.lang.String[] descriptorData = {
+      "\n\031google/api/httpbody.proto\022\ngoogle.api\032" +
+      "\031google/protobuf/any.proto\"X\n\010HttpBody\022\024" +
+      "\n\014content_type\030\001 \001(\t\022\014\n\004data\030\002 \001(\014\022(\n\nex" +
+      "tensions\030\003 \003(\0132\024.google.protobuf.AnyBh\n\016" +
+      "com.google.apiB\rHttpBodyProtoP\001Z;google." +
+      "golang.org/genproto/googleapis/api/httpb" +
+      "ody;httpbody\370\001\001\242\002\004GAPIb\006proto3"
+    };
+    descriptor = com.google.protobuf.Descriptors.FileDescriptor
+      .internalBuildGeneratedFileFrom(descriptorData,
+        new com.google.protobuf.Descriptors.FileDescriptor[] {
+          com.google.protobuf.AnyProto.getDescriptor(),
+        });
+    internal_static_google_api_HttpBody_descriptor =
+      getDescriptor().getMessageTypes().get(0);
+    internal_static_google_api_HttpBody_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_api_HttpBody_descriptor,
+        new java.lang.String[] { "ContentType", "Data", "Extensions", });
+    com.google.protobuf.AnyProto.getDescriptor();
+  }
+
+  // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/HttpOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/HttpOrBuilder.java
similarity index 69%
rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/HttpOrBuilder.java
rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/HttpOrBuilder.java
index 17900f27ac..652e24c741 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/HttpOrBuilder.java
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/HttpOrBuilder.java
@@ -1,31 +1,13 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/api/http.proto
 
 package com.google.api;
 
-public interface HttpOrBuilder
-    extends
+public interface HttpOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.api.Http)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * A list of HTTP configuration rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -33,10 +15,9 @@ public interface HttpOrBuilder
    *
    * repeated .google.api.HttpRule rules = 1;
    */
-  java.util.List getRulesList();
+  java.util.List 
+      getRulesList();
   /**
-   *
-   *
    * 
    * A list of HTTP configuration rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -46,8 +27,6 @@ public interface HttpOrBuilder
    */
   com.google.api.HttpRule getRules(int index);
   /**
-   *
-   *
    * 
    * A list of HTTP configuration rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -57,8 +36,6 @@ public interface HttpOrBuilder
    */
   int getRulesCount();
   /**
-   *
-   *
    * 
    * A list of HTTP configuration rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -66,10 +43,9 @@ public interface HttpOrBuilder
    *
    * repeated .google.api.HttpRule rules = 1;
    */
-  java.util.List getRulesOrBuilderList();
+  java.util.List 
+      getRulesOrBuilderList();
   /**
-   *
-   *
    * 
    * A list of HTTP configuration rules that apply to individual API methods.
    * **NOTE:** All service configuration rules follow "last one wins" order.
@@ -77,11 +53,10 @@ public interface HttpOrBuilder
    *
    * repeated .google.api.HttpRule rules = 1;
    */
-  com.google.api.HttpRuleOrBuilder getRulesOrBuilder(int index);
+  com.google.api.HttpRuleOrBuilder getRulesOrBuilder(
+      int index);
 
   /**
-   *
-   *
    * 
    * When set to true, URL path parameters will be fully URI-decoded except in
    * cases of single segment matches in reserved expansion, where "%2F" will be
@@ -91,7 +66,6 @@ public interface HttpOrBuilder
    * 
* * bool fully_decode_reserved_expansion = 2; - * * @return The fullyDecodeReservedExpansion. */ boolean getFullyDecodeReservedExpansion(); diff --git a/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/HttpProto.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/HttpProto.java new file mode 100644 index 0000000000..834db94869 --- /dev/null +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/HttpProto.java @@ -0,0 +1,81 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/api/http.proto + +package com.google.api; + +public final class HttpProto { + private HttpProto() {} + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistryLite registry) { + } + + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistry registry) { + registerAllExtensions( + (com.google.protobuf.ExtensionRegistryLite) registry); + } + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_Http_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_Http_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_HttpRule_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_HttpRule_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_CustomHttpPattern_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_CustomHttpPattern_fieldAccessorTable; + + public static com.google.protobuf.Descriptors.FileDescriptor + getDescriptor() { + return descriptor; + } + private static com.google.protobuf.Descriptors.FileDescriptor + descriptor; + static { + java.lang.String[] descriptorData = { + "\n\025google/api/http.proto\022\ngoogle.api\"T\n\004H" + + "ttp\022#\n\005rules\030\001 \003(\0132\024.google.api.HttpRule" + + "\022\'\n\037fully_decode_reserved_expansion\030\002 \001(" + + "\010\"\201\002\n\010HttpRule\022\020\n\010selector\030\001 \001(\t\022\r\n\003get\030" + + "\002 \001(\tH\000\022\r\n\003put\030\003 \001(\tH\000\022\016\n\004post\030\004 \001(\tH\000\022\020" + + "\n\006delete\030\005 \001(\tH\000\022\017\n\005patch\030\006 \001(\tH\000\022/\n\006cus" + + "tom\030\010 \001(\0132\035.google.api.CustomHttpPattern" + + "H\000\022\014\n\004body\030\007 \001(\t\022\025\n\rresponse_body\030\014 \001(\t\022" + + "1\n\023additional_bindings\030\013 \003(\0132\024.google.ap" + + "i.HttpRuleB\t\n\007pattern\"/\n\021CustomHttpPatte" + + "rn\022\014\n\004kind\030\001 \001(\t\022\014\n\004path\030\002 \001(\tBj\n\016com.go" + + "ogle.apiB\tHttpProtoP\001ZAgoogle.golang.org" + + "/genproto/googleapis/api/annotations;ann" + + "otations\370\001\001\242\002\004GAPIb\006proto3" + }; + descriptor = com.google.protobuf.Descriptors.FileDescriptor + .internalBuildGeneratedFileFrom(descriptorData, + new com.google.protobuf.Descriptors.FileDescriptor[] { + }); + internal_static_google_api_Http_descriptor = + getDescriptor().getMessageTypes().get(0); + internal_static_google_api_Http_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_Http_descriptor, + new java.lang.String[] { "Rules", "FullyDecodeReservedExpansion", }); + internal_static_google_api_HttpRule_descriptor = + getDescriptor().getMessageTypes().get(1); + internal_static_google_api_HttpRule_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_HttpRule_descriptor, + new java.lang.String[] { "Selector", "Get", "Put", "Post", "Delete", "Patch", "Custom", "Body", "ResponseBody", "AdditionalBindings", "Pattern", }); + internal_static_google_api_CustomHttpPattern_descriptor = + getDescriptor().getMessageTypes().get(2); + internal_static_google_api_CustomHttpPattern_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_CustomHttpPattern_descriptor, + new java.lang.String[] { "Kind", "Path", }); + } + + // @@protoc_insertion_point(outer_class_scope) +} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/HttpRule.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/HttpRule.java similarity index 81% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/HttpRule.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/HttpRule.java index 568b0c52b2..fc9d965372 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/HttpRule.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/HttpRule.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/http.proto package com.google.api; /** - * - * *
  * # gRPC Transcoding
  * gRPC Transcoding is a feature for mapping between a gRPC method and one or
@@ -248,16 +231,15 @@
  *
  * Protobuf type {@code google.api.HttpRule}
  */
-public final class HttpRule extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class HttpRule extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.api.HttpRule)
     HttpRuleOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use HttpRule.newBuilder() to construct.
   private HttpRule(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private HttpRule() {
     selector_ = "";
     body_ = "";
@@ -267,16 +249,18 @@ private HttpRule() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new HttpRule();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
     return com.google.api.HttpProto.internal_static_google_api_HttpRule_descriptor;
   }
 
@@ -290,10 +274,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
 
   private int patternCase_ = 0;
   private java.lang.Object pattern_;
-
   public enum PatternCase
-      implements
-          com.google.protobuf.Internal.EnumLite,
+      implements com.google.protobuf.Internal.EnumLite,
           com.google.protobuf.AbstractMessage.InternalOneOfEnum {
     GET(2),
     PUT(3),
@@ -303,7 +285,6 @@ public enum PatternCase
     CUSTOM(8),
     PATTERN_NOT_SET(0);
     private final int value;
-
     private PatternCase(int value) {
       this.value = value;
     }
@@ -319,46 +300,36 @@ public static PatternCase valueOf(int value) {
 
     public static PatternCase forNumber(int value) {
       switch (value) {
-        case 2:
-          return GET;
-        case 3:
-          return PUT;
-        case 4:
-          return POST;
-        case 5:
-          return DELETE;
-        case 6:
-          return PATCH;
-        case 8:
-          return CUSTOM;
-        case 0:
-          return PATTERN_NOT_SET;
-        default:
-          return null;
+        case 2: return GET;
+        case 3: return PUT;
+        case 4: return POST;
+        case 5: return DELETE;
+        case 6: return PATCH;
+        case 8: return CUSTOM;
+        case 0: return PATTERN_NOT_SET;
+        default: return null;
       }
     }
-
     public int getNumber() {
       return this.value;
     }
   };
 
-  public PatternCase getPatternCase() {
-    return PatternCase.forNumber(patternCase_);
+  public PatternCase
+  getPatternCase() {
+    return PatternCase.forNumber(
+        patternCase_);
   }
 
   public static final int SELECTOR_FIELD_NUMBER = 1;
   private volatile java.lang.Object selector_;
   /**
-   *
-   *
    * 
    * Selects a method to which this rule applies.
    * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
    * 
* * string selector = 1; - * * @return The selector. */ @java.lang.Override @@ -367,30 +338,30 @@ public java.lang.String getSelector() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); selector_ = s; return s; } } /** - * - * *
    * Selects a method to which this rule applies.
    * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
    * 
* * string selector = 1; - * * @return The bytes for selector. */ @java.lang.Override - public com.google.protobuf.ByteString getSelectorBytes() { + public com.google.protobuf.ByteString + getSelectorBytes() { java.lang.Object ref = selector_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); selector_ = b; return b; } else { @@ -400,30 +371,24 @@ public com.google.protobuf.ByteString getSelectorBytes() { public static final int GET_FIELD_NUMBER = 2; /** - * - * *
    * Maps to HTTP GET. Used for listing and getting information about
    * resources.
    * 
* * string get = 2; - * * @return Whether the get field is set. */ public boolean hasGet() { return patternCase_ == 2; } /** - * - * *
    * Maps to HTTP GET. Used for listing and getting information about
    * resources.
    * 
* * string get = 2; - * * @return The get. */ public java.lang.String getGet() { @@ -434,7 +399,8 @@ public java.lang.String getGet() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (patternCase_ == 2) { pattern_ = s; @@ -443,25 +409,24 @@ public java.lang.String getGet() { } } /** - * - * *
    * Maps to HTTP GET. Used for listing and getting information about
    * resources.
    * 
* * string get = 2; - * * @return The bytes for get. */ - public com.google.protobuf.ByteString getGetBytes() { + public com.google.protobuf.ByteString + getGetBytes() { java.lang.Object ref = ""; if (patternCase_ == 2) { ref = pattern_; } if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (patternCase_ == 2) { pattern_ = b; } @@ -473,28 +438,22 @@ public com.google.protobuf.ByteString getGetBytes() { public static final int PUT_FIELD_NUMBER = 3; /** - * - * *
    * Maps to HTTP PUT. Used for replacing a resource.
    * 
* * string put = 3; - * * @return Whether the put field is set. */ public boolean hasPut() { return patternCase_ == 3; } /** - * - * *
    * Maps to HTTP PUT. Used for replacing a resource.
    * 
* * string put = 3; - * * @return The put. */ public java.lang.String getPut() { @@ -505,7 +464,8 @@ public java.lang.String getPut() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (patternCase_ == 3) { pattern_ = s; @@ -514,24 +474,23 @@ public java.lang.String getPut() { } } /** - * - * *
    * Maps to HTTP PUT. Used for replacing a resource.
    * 
* * string put = 3; - * * @return The bytes for put. */ - public com.google.protobuf.ByteString getPutBytes() { + public com.google.protobuf.ByteString + getPutBytes() { java.lang.Object ref = ""; if (patternCase_ == 3) { ref = pattern_; } if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (patternCase_ == 3) { pattern_ = b; } @@ -543,28 +502,22 @@ public com.google.protobuf.ByteString getPutBytes() { public static final int POST_FIELD_NUMBER = 4; /** - * - * *
    * Maps to HTTP POST. Used for creating a resource or performing an action.
    * 
* * string post = 4; - * * @return Whether the post field is set. */ public boolean hasPost() { return patternCase_ == 4; } /** - * - * *
    * Maps to HTTP POST. Used for creating a resource or performing an action.
    * 
* * string post = 4; - * * @return The post. */ public java.lang.String getPost() { @@ -575,7 +528,8 @@ public java.lang.String getPost() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (patternCase_ == 4) { pattern_ = s; @@ -584,24 +538,23 @@ public java.lang.String getPost() { } } /** - * - * *
    * Maps to HTTP POST. Used for creating a resource or performing an action.
    * 
* * string post = 4; - * * @return The bytes for post. */ - public com.google.protobuf.ByteString getPostBytes() { + public com.google.protobuf.ByteString + getPostBytes() { java.lang.Object ref = ""; if (patternCase_ == 4) { ref = pattern_; } if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (patternCase_ == 4) { pattern_ = b; } @@ -613,28 +566,22 @@ public com.google.protobuf.ByteString getPostBytes() { public static final int DELETE_FIELD_NUMBER = 5; /** - * - * *
    * Maps to HTTP DELETE. Used for deleting a resource.
    * 
* * string delete = 5; - * * @return Whether the delete field is set. */ public boolean hasDelete() { return patternCase_ == 5; } /** - * - * *
    * Maps to HTTP DELETE. Used for deleting a resource.
    * 
* * string delete = 5; - * * @return The delete. */ public java.lang.String getDelete() { @@ -645,7 +592,8 @@ public java.lang.String getDelete() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (patternCase_ == 5) { pattern_ = s; @@ -654,24 +602,23 @@ public java.lang.String getDelete() { } } /** - * - * *
    * Maps to HTTP DELETE. Used for deleting a resource.
    * 
* * string delete = 5; - * * @return The bytes for delete. */ - public com.google.protobuf.ByteString getDeleteBytes() { + public com.google.protobuf.ByteString + getDeleteBytes() { java.lang.Object ref = ""; if (patternCase_ == 5) { ref = pattern_; } if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (patternCase_ == 5) { pattern_ = b; } @@ -683,28 +630,22 @@ public com.google.protobuf.ByteString getDeleteBytes() { public static final int PATCH_FIELD_NUMBER = 6; /** - * - * *
    * Maps to HTTP PATCH. Used for updating a resource.
    * 
* * string patch = 6; - * * @return Whether the patch field is set. */ public boolean hasPatch() { return patternCase_ == 6; } /** - * - * *
    * Maps to HTTP PATCH. Used for updating a resource.
    * 
* * string patch = 6; - * * @return The patch. */ public java.lang.String getPatch() { @@ -715,7 +656,8 @@ public java.lang.String getPatch() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (patternCase_ == 6) { pattern_ = s; @@ -724,24 +666,23 @@ public java.lang.String getPatch() { } } /** - * - * *
    * Maps to HTTP PATCH. Used for updating a resource.
    * 
* * string patch = 6; - * * @return The bytes for patch. */ - public com.google.protobuf.ByteString getPatchBytes() { + public com.google.protobuf.ByteString + getPatchBytes() { java.lang.Object ref = ""; if (patternCase_ == 6) { ref = pattern_; } if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (patternCase_ == 6) { pattern_ = b; } @@ -753,8 +694,6 @@ public com.google.protobuf.ByteString getPatchBytes() { public static final int CUSTOM_FIELD_NUMBER = 8; /** - * - * *
    * The custom pattern is used for specifying an HTTP method that is not
    * included in the `pattern` field, such as HEAD, or "*" to leave the
@@ -763,7 +702,6 @@ public com.google.protobuf.ByteString getPatchBytes() {
    * 
* * .google.api.CustomHttpPattern custom = 8; - * * @return Whether the custom field is set. */ @java.lang.Override @@ -771,8 +709,6 @@ public boolean hasCustom() { return patternCase_ == 8; } /** - * - * *
    * The custom pattern is used for specifying an HTTP method that is not
    * included in the `pattern` field, such as HEAD, or "*" to leave the
@@ -781,19 +717,16 @@ public boolean hasCustom() {
    * 
* * .google.api.CustomHttpPattern custom = 8; - * * @return The custom. */ @java.lang.Override public com.google.api.CustomHttpPattern getCustom() { if (patternCase_ == 8) { - return (com.google.api.CustomHttpPattern) pattern_; + return (com.google.api.CustomHttpPattern) pattern_; } return com.google.api.CustomHttpPattern.getDefaultInstance(); } /** - * - * *
    * The custom pattern is used for specifying an HTTP method that is not
    * included in the `pattern` field, such as HEAD, or "*" to leave the
@@ -806,7 +739,7 @@ public com.google.api.CustomHttpPattern getCustom() {
   @java.lang.Override
   public com.google.api.CustomHttpPatternOrBuilder getCustomOrBuilder() {
     if (patternCase_ == 8) {
-      return (com.google.api.CustomHttpPattern) pattern_;
+       return (com.google.api.CustomHttpPattern) pattern_;
     }
     return com.google.api.CustomHttpPattern.getDefaultInstance();
   }
@@ -814,8 +747,6 @@ public com.google.api.CustomHttpPatternOrBuilder getCustomOrBuilder() {
   public static final int BODY_FIELD_NUMBER = 7;
   private volatile java.lang.Object body_;
   /**
-   *
-   *
    * 
    * The name of the request field whose value is mapped to the HTTP request
    * body, or `*` for mapping all request fields not captured by the path
@@ -825,7 +756,6 @@ public com.google.api.CustomHttpPatternOrBuilder getCustomOrBuilder() {
    * 
* * string body = 7; - * * @return The body. */ @java.lang.Override @@ -834,15 +764,14 @@ public java.lang.String getBody() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); body_ = s; return s; } } /** - * - * *
    * The name of the request field whose value is mapped to the HTTP request
    * body, or `*` for mapping all request fields not captured by the path
@@ -852,15 +781,16 @@ public java.lang.String getBody() {
    * 
* * string body = 7; - * * @return The bytes for body. */ @java.lang.Override - public com.google.protobuf.ByteString getBodyBytes() { + public com.google.protobuf.ByteString + getBodyBytes() { java.lang.Object ref = body_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); body_ = b; return b; } else { @@ -871,8 +801,6 @@ public com.google.protobuf.ByteString getBodyBytes() { public static final int RESPONSE_BODY_FIELD_NUMBER = 12; private volatile java.lang.Object responseBody_; /** - * - * *
    * Optional. The name of the response field whose value is mapped to the HTTP
    * response body. When omitted, the entire response message will be used
@@ -882,7 +810,6 @@ public com.google.protobuf.ByteString getBodyBytes() {
    * 
* * string response_body = 12; - * * @return The responseBody. */ @java.lang.Override @@ -891,15 +818,14 @@ public java.lang.String getResponseBody() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); responseBody_ = s; return s; } } /** - * - * *
    * Optional. The name of the response field whose value is mapped to the HTTP
    * response body. When omitted, the entire response message will be used
@@ -909,15 +835,16 @@ public java.lang.String getResponseBody() {
    * 
* * string response_body = 12; - * * @return The bytes for responseBody. */ @java.lang.Override - public com.google.protobuf.ByteString getResponseBodyBytes() { + public com.google.protobuf.ByteString + getResponseBodyBytes() { java.lang.Object ref = responseBody_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); responseBody_ = b; return b; } else { @@ -928,8 +855,6 @@ public com.google.protobuf.ByteString getResponseBodyBytes() { public static final int ADDITIONAL_BINDINGS_FIELD_NUMBER = 11; private java.util.List additionalBindings_; /** - * - * *
    * Additional HTTP bindings for the selector. Nested bindings must
    * not contain an `additional_bindings` field themselves (that is,
@@ -943,8 +868,6 @@ public java.util.List getAdditionalBindingsList() {
     return additionalBindings_;
   }
   /**
-   *
-   *
    * 
    * Additional HTTP bindings for the selector. Nested bindings must
    * not contain an `additional_bindings` field themselves (that is,
@@ -954,13 +877,11 @@ public java.util.List getAdditionalBindingsList() {
    * repeated .google.api.HttpRule additional_bindings = 11;
    */
   @java.lang.Override
-  public java.util.List
+  public java.util.List 
       getAdditionalBindingsOrBuilderList() {
     return additionalBindings_;
   }
   /**
-   *
-   *
    * 
    * Additional HTTP bindings for the selector. Nested bindings must
    * not contain an `additional_bindings` field themselves (that is,
@@ -974,8 +895,6 @@ public int getAdditionalBindingsCount() {
     return additionalBindings_.size();
   }
   /**
-   *
-   *
    * 
    * Additional HTTP bindings for the selector. Nested bindings must
    * not contain an `additional_bindings` field themselves (that is,
@@ -989,8 +908,6 @@ public com.google.api.HttpRule getAdditionalBindings(int index) {
     return additionalBindings_.get(index);
   }
   /**
-   *
-   *
    * 
    * Additional HTTP bindings for the selector. Nested bindings must
    * not contain an `additional_bindings` field themselves (that is,
@@ -1000,12 +917,12 @@ public com.google.api.HttpRule getAdditionalBindings(int index) {
    * repeated .google.api.HttpRule additional_bindings = 11;
    */
   @java.lang.Override
-  public com.google.api.HttpRuleOrBuilder getAdditionalBindingsOrBuilder(int index) {
+  public com.google.api.HttpRuleOrBuilder getAdditionalBindingsOrBuilder(
+      int index) {
     return additionalBindings_.get(index);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -1017,7 +934,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(selector_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, selector_);
     }
@@ -1079,13 +997,12 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, body_);
     }
     if (patternCase_ == 8) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeMessageSize(
-              8, (com.google.api.CustomHttpPattern) pattern_);
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(8, (com.google.api.CustomHttpPattern) pattern_);
     }
     for (int i = 0; i < additionalBindings_.size(); i++) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeMessageSize(11, additionalBindings_.get(i));
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(11, additionalBindings_.get(i));
     }
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(responseBody_)) {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(12, responseBody_);
@@ -1098,36 +1015,46 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.api.HttpRule)) {
       return super.equals(obj);
     }
     com.google.api.HttpRule other = (com.google.api.HttpRule) obj;
 
-    if (!getSelector().equals(other.getSelector())) return false;
-    if (!getBody().equals(other.getBody())) return false;
-    if (!getResponseBody().equals(other.getResponseBody())) return false;
-    if (!getAdditionalBindingsList().equals(other.getAdditionalBindingsList())) return false;
+    if (!getSelector()
+        .equals(other.getSelector())) return false;
+    if (!getBody()
+        .equals(other.getBody())) return false;
+    if (!getResponseBody()
+        .equals(other.getResponseBody())) return false;
+    if (!getAdditionalBindingsList()
+        .equals(other.getAdditionalBindingsList())) return false;
     if (!getPatternCase().equals(other.getPatternCase())) return false;
     switch (patternCase_) {
       case 2:
-        if (!getGet().equals(other.getGet())) return false;
+        if (!getGet()
+            .equals(other.getGet())) return false;
         break;
       case 3:
-        if (!getPut().equals(other.getPut())) return false;
+        if (!getPut()
+            .equals(other.getPut())) return false;
         break;
       case 4:
-        if (!getPost().equals(other.getPost())) return false;
+        if (!getPost()
+            .equals(other.getPost())) return false;
         break;
       case 5:
-        if (!getDelete().equals(other.getDelete())) return false;
+        if (!getDelete()
+            .equals(other.getDelete())) return false;
         break;
       case 6:
-        if (!getPatch().equals(other.getPatch())) return false;
+        if (!getPatch()
+            .equals(other.getPatch())) return false;
         break;
       case 8:
-        if (!getCustom().equals(other.getCustom())) return false;
+        if (!getCustom()
+            .equals(other.getCustom())) return false;
         break;
       case 0:
       default:
@@ -1186,103 +1113,97 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.api.HttpRule parseFrom(java.nio.ByteBuffer data)
+  public static com.google.api.HttpRule parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.HttpRule parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.api.HttpRule parseFrom(com.google.protobuf.ByteString data)
+  public static com.google.api.HttpRule parseFrom(
+      com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.HttpRule parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.api.HttpRule parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.HttpRule parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.api.HttpRule parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.api.HttpRule parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.api.HttpRule parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.api.HttpRule parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.api.HttpRule parseFrom(com.google.protobuf.CodedInputStream input)
+  public static com.google.api.HttpRule parseFrom(
+      com.google.protobuf.CodedInputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.api.HttpRule parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.api.HttpRule prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * # gRPC Transcoding
    * gRPC Transcoding is a feature for mapping between a gRPC method and one or
@@ -1510,11 +1431,12 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.api.HttpRule}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.api.HttpRule)
       com.google.api.HttpRuleOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
       return com.google.api.HttpProto.internal_static_google_api_HttpRule_descriptor;
     }
 
@@ -1527,12 +1449,15 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
     }
 
     // Construct using com.google.api.HttpRule.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -1558,7 +1483,8 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
       return com.google.api.HttpProto.internal_static_google_api_HttpRule_descriptor;
     }
 
@@ -1623,39 +1549,38 @@ public com.google.api.HttpRule buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.api.HttpRule) {
-        return mergeFrom((com.google.api.HttpRule) other);
+        return mergeFrom((com.google.api.HttpRule)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -1694,60 +1619,52 @@ public Builder mergeFrom(com.google.api.HttpRule other) {
             additionalBindingsBuilder_ = null;
             additionalBindings_ = other.additionalBindings_;
             bitField0_ = (bitField0_ & ~0x00000001);
-            additionalBindingsBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getAdditionalBindingsFieldBuilder()
-                    : null;
+            additionalBindingsBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getAdditionalBindingsFieldBuilder() : null;
           } else {
             additionalBindingsBuilder_.addAllMessages(other.additionalBindings_);
           }
         }
       }
       switch (other.getPatternCase()) {
-        case GET:
-          {
-            patternCase_ = 2;
-            pattern_ = other.pattern_;
-            onChanged();
-            break;
-          }
-        case PUT:
-          {
-            patternCase_ = 3;
-            pattern_ = other.pattern_;
-            onChanged();
-            break;
-          }
-        case POST:
-          {
-            patternCase_ = 4;
-            pattern_ = other.pattern_;
-            onChanged();
-            break;
-          }
-        case DELETE:
-          {
-            patternCase_ = 5;
-            pattern_ = other.pattern_;
-            onChanged();
-            break;
-          }
-        case PATCH:
-          {
-            patternCase_ = 6;
-            pattern_ = other.pattern_;
-            onChanged();
-            break;
-          }
-        case CUSTOM:
-          {
-            mergeCustom(other.getCustom());
-            break;
-          }
-        case PATTERN_NOT_SET:
-          {
-            break;
-          }
+        case GET: {
+          patternCase_ = 2;
+          pattern_ = other.pattern_;
+          onChanged();
+          break;
+        }
+        case PUT: {
+          patternCase_ = 3;
+          pattern_ = other.pattern_;
+          onChanged();
+          break;
+        }
+        case POST: {
+          patternCase_ = 4;
+          pattern_ = other.pattern_;
+          onChanged();
+          break;
+        }
+        case DELETE: {
+          patternCase_ = 5;
+          pattern_ = other.pattern_;
+          onChanged();
+          break;
+        }
+        case PATCH: {
+          patternCase_ = 6;
+          pattern_ = other.pattern_;
+          onChanged();
+          break;
+        }
+        case CUSTOM: {
+          mergeCustom(other.getCustom());
+          break;
+        }
+        case PATTERN_NOT_SET: {
+          break;
+        }
       }
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
@@ -1775,84 +1692,77 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                selector_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 10
-            case 18:
-              {
-                java.lang.String s = input.readStringRequireUtf8();
-                patternCase_ = 2;
-                pattern_ = s;
-                break;
-              } // case 18
-            case 26:
-              {
-                java.lang.String s = input.readStringRequireUtf8();
-                patternCase_ = 3;
-                pattern_ = s;
-                break;
-              } // case 26
-            case 34:
-              {
-                java.lang.String s = input.readStringRequireUtf8();
-                patternCase_ = 4;
-                pattern_ = s;
-                break;
-              } // case 34
-            case 42:
-              {
-                java.lang.String s = input.readStringRequireUtf8();
-                patternCase_ = 5;
-                pattern_ = s;
-                break;
-              } // case 42
-            case 50:
-              {
-                java.lang.String s = input.readStringRequireUtf8();
-                patternCase_ = 6;
-                pattern_ = s;
-                break;
-              } // case 50
-            case 58:
-              {
-                body_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 58
-            case 66:
-              {
-                input.readMessage(getCustomFieldBuilder().getBuilder(), extensionRegistry);
-                patternCase_ = 8;
-                break;
-              } // case 66
-            case 90:
-              {
-                com.google.api.HttpRule m =
-                    input.readMessage(com.google.api.HttpRule.parser(), extensionRegistry);
-                if (additionalBindingsBuilder_ == null) {
-                  ensureAdditionalBindingsIsMutable();
-                  additionalBindings_.add(m);
-                } else {
-                  additionalBindingsBuilder_.addMessage(m);
-                }
-                break;
-              } // case 90
-            case 98:
-              {
-                responseBody_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 98
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              selector_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 10
+            case 18: {
+              java.lang.String s = input.readStringRequireUtf8();
+              patternCase_ = 2;
+              pattern_ = s;
+              break;
+            } // case 18
+            case 26: {
+              java.lang.String s = input.readStringRequireUtf8();
+              patternCase_ = 3;
+              pattern_ = s;
+              break;
+            } // case 26
+            case 34: {
+              java.lang.String s = input.readStringRequireUtf8();
+              patternCase_ = 4;
+              pattern_ = s;
+              break;
+            } // case 34
+            case 42: {
+              java.lang.String s = input.readStringRequireUtf8();
+              patternCase_ = 5;
+              pattern_ = s;
+              break;
+            } // case 42
+            case 50: {
+              java.lang.String s = input.readStringRequireUtf8();
+              patternCase_ = 6;
+              pattern_ = s;
+              break;
+            } // case 50
+            case 58: {
+              body_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 58
+            case 66: {
+              input.readMessage(
+                  getCustomFieldBuilder().getBuilder(),
+                  extensionRegistry);
+              patternCase_ = 8;
+              break;
+            } // case 66
+            case 90: {
+              com.google.api.HttpRule m =
+                  input.readMessage(
+                      com.google.api.HttpRule.parser(),
+                      extensionRegistry);
+              if (additionalBindingsBuilder_ == null) {
+                ensureAdditionalBindingsIsMutable();
+                additionalBindings_.add(m);
+              } else {
+                additionalBindingsBuilder_.addMessage(m);
+              }
+              break;
+            } // case 90
+            case 98: {
+              responseBody_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 98
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -1862,12 +1772,12 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int patternCase_ = 0;
     private java.lang.Object pattern_;
-
-    public PatternCase getPatternCase() {
-      return PatternCase.forNumber(patternCase_);
+    public PatternCase
+        getPatternCase() {
+      return PatternCase.forNumber(
+          patternCase_);
     }
 
     public Builder clearPattern() {
@@ -1881,21 +1791,19 @@ public Builder clearPattern() {
 
     private java.lang.Object selector_ = "";
     /**
-     *
-     *
      * 
      * Selects a method to which this rule applies.
      * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
      * 
* * string selector = 1; - * * @return The selector. */ public java.lang.String getSelector() { java.lang.Object ref = selector_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); selector_ = s; return s; @@ -1904,22 +1812,21 @@ public java.lang.String getSelector() { } } /** - * - * *
      * Selects a method to which this rule applies.
      * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
      * 
* * string selector = 1; - * * @return The bytes for selector. */ - public com.google.protobuf.ByteString getSelectorBytes() { + public com.google.protobuf.ByteString + getSelectorBytes() { java.lang.Object ref = selector_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); selector_ = b; return b; } else { @@ -1927,79 +1834,69 @@ public com.google.protobuf.ByteString getSelectorBytes() { } } /** - * - * *
      * Selects a method to which this rule applies.
      * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
      * 
* * string selector = 1; - * * @param value The selector to set. * @return This builder for chaining. */ - public Builder setSelector(java.lang.String value) { + public Builder setSelector( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + selector_ = value; onChanged(); return this; } /** - * - * *
      * Selects a method to which this rule applies.
      * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
      * 
* * string selector = 1; - * * @return This builder for chaining. */ public Builder clearSelector() { - + selector_ = getDefaultInstance().getSelector(); onChanged(); return this; } /** - * - * *
      * Selects a method to which this rule applies.
      * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
      * 
* * string selector = 1; - * * @param value The bytes for selector to set. * @return This builder for chaining. */ - public Builder setSelectorBytes(com.google.protobuf.ByteString value) { + public Builder setSelectorBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + selector_ = value; onChanged(); return this; } /** - * - * *
      * Maps to HTTP GET. Used for listing and getting information about
      * resources.
      * 
* * string get = 2; - * * @return Whether the get field is set. */ @java.lang.Override @@ -2007,15 +1904,12 @@ public boolean hasGet() { return patternCase_ == 2; } /** - * - * *
      * Maps to HTTP GET. Used for listing and getting information about
      * resources.
      * 
* * string get = 2; - * * @return The get. */ @java.lang.Override @@ -2025,7 +1919,8 @@ public java.lang.String getGet() { ref = pattern_; } if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (patternCase_ == 2) { pattern_ = s; @@ -2036,26 +1931,25 @@ public java.lang.String getGet() { } } /** - * - * *
      * Maps to HTTP GET. Used for listing and getting information about
      * resources.
      * 
* * string get = 2; - * * @return The bytes for get. */ @java.lang.Override - public com.google.protobuf.ByteString getGetBytes() { + public com.google.protobuf.ByteString + getGetBytes() { java.lang.Object ref = ""; if (patternCase_ == 2) { ref = pattern_; } if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (patternCase_ == 2) { pattern_ = b; } @@ -2065,37 +1959,32 @@ public com.google.protobuf.ByteString getGetBytes() { } } /** - * - * *
      * Maps to HTTP GET. Used for listing and getting information about
      * resources.
      * 
* * string get = 2; - * * @param value The get to set. * @return This builder for chaining. */ - public Builder setGet(java.lang.String value) { + public Builder setGet( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - patternCase_ = 2; + throw new NullPointerException(); + } + patternCase_ = 2; pattern_ = value; onChanged(); return this; } /** - * - * *
      * Maps to HTTP GET. Used for listing and getting information about
      * resources.
      * 
* * string get = 2; - * * @return This builder for chaining. */ public Builder clearGet() { @@ -2107,23 +1996,21 @@ public Builder clearGet() { return this; } /** - * - * *
      * Maps to HTTP GET. Used for listing and getting information about
      * resources.
      * 
* * string get = 2; - * * @param value The bytes for get to set. * @return This builder for chaining. */ - public Builder setGetBytes(com.google.protobuf.ByteString value) { + public Builder setGetBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); patternCase_ = 2; pattern_ = value; onChanged(); @@ -2131,14 +2018,11 @@ public Builder setGetBytes(com.google.protobuf.ByteString value) { } /** - * - * *
      * Maps to HTTP PUT. Used for replacing a resource.
      * 
* * string put = 3; - * * @return Whether the put field is set. */ @java.lang.Override @@ -2146,14 +2030,11 @@ public boolean hasPut() { return patternCase_ == 3; } /** - * - * *
      * Maps to HTTP PUT. Used for replacing a resource.
      * 
* * string put = 3; - * * @return The put. */ @java.lang.Override @@ -2163,7 +2044,8 @@ public java.lang.String getPut() { ref = pattern_; } if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (patternCase_ == 3) { pattern_ = s; @@ -2174,25 +2056,24 @@ public java.lang.String getPut() { } } /** - * - * *
      * Maps to HTTP PUT. Used for replacing a resource.
      * 
* * string put = 3; - * * @return The bytes for put. */ @java.lang.Override - public com.google.protobuf.ByteString getPutBytes() { + public com.google.protobuf.ByteString + getPutBytes() { java.lang.Object ref = ""; if (patternCase_ == 3) { ref = pattern_; } if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (patternCase_ == 3) { pattern_ = b; } @@ -2202,35 +2083,30 @@ public com.google.protobuf.ByteString getPutBytes() { } } /** - * - * *
      * Maps to HTTP PUT. Used for replacing a resource.
      * 
* * string put = 3; - * * @param value The put to set. * @return This builder for chaining. */ - public Builder setPut(java.lang.String value) { + public Builder setPut( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - patternCase_ = 3; + throw new NullPointerException(); + } + patternCase_ = 3; pattern_ = value; onChanged(); return this; } /** - * - * *
      * Maps to HTTP PUT. Used for replacing a resource.
      * 
* * string put = 3; - * * @return This builder for chaining. */ public Builder clearPut() { @@ -2242,22 +2118,20 @@ public Builder clearPut() { return this; } /** - * - * *
      * Maps to HTTP PUT. Used for replacing a resource.
      * 
* * string put = 3; - * * @param value The bytes for put to set. * @return This builder for chaining. */ - public Builder setPutBytes(com.google.protobuf.ByteString value) { + public Builder setPutBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); patternCase_ = 3; pattern_ = value; onChanged(); @@ -2265,14 +2139,11 @@ public Builder setPutBytes(com.google.protobuf.ByteString value) { } /** - * - * *
      * Maps to HTTP POST. Used for creating a resource or performing an action.
      * 
* * string post = 4; - * * @return Whether the post field is set. */ @java.lang.Override @@ -2280,14 +2151,11 @@ public boolean hasPost() { return patternCase_ == 4; } /** - * - * *
      * Maps to HTTP POST. Used for creating a resource or performing an action.
      * 
* * string post = 4; - * * @return The post. */ @java.lang.Override @@ -2297,7 +2165,8 @@ public java.lang.String getPost() { ref = pattern_; } if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (patternCase_ == 4) { pattern_ = s; @@ -2308,25 +2177,24 @@ public java.lang.String getPost() { } } /** - * - * *
      * Maps to HTTP POST. Used for creating a resource or performing an action.
      * 
* * string post = 4; - * * @return The bytes for post. */ @java.lang.Override - public com.google.protobuf.ByteString getPostBytes() { + public com.google.protobuf.ByteString + getPostBytes() { java.lang.Object ref = ""; if (patternCase_ == 4) { ref = pattern_; } if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (patternCase_ == 4) { pattern_ = b; } @@ -2336,35 +2204,30 @@ public com.google.protobuf.ByteString getPostBytes() { } } /** - * - * *
      * Maps to HTTP POST. Used for creating a resource or performing an action.
      * 
* * string post = 4; - * * @param value The post to set. * @return This builder for chaining. */ - public Builder setPost(java.lang.String value) { + public Builder setPost( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - patternCase_ = 4; + throw new NullPointerException(); + } + patternCase_ = 4; pattern_ = value; onChanged(); return this; } /** - * - * *
      * Maps to HTTP POST. Used for creating a resource or performing an action.
      * 
* * string post = 4; - * * @return This builder for chaining. */ public Builder clearPost() { @@ -2376,22 +2239,20 @@ public Builder clearPost() { return this; } /** - * - * *
      * Maps to HTTP POST. Used for creating a resource or performing an action.
      * 
* * string post = 4; - * * @param value The bytes for post to set. * @return This builder for chaining. */ - public Builder setPostBytes(com.google.protobuf.ByteString value) { + public Builder setPostBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); patternCase_ = 4; pattern_ = value; onChanged(); @@ -2399,14 +2260,11 @@ public Builder setPostBytes(com.google.protobuf.ByteString value) { } /** - * - * *
      * Maps to HTTP DELETE. Used for deleting a resource.
      * 
* * string delete = 5; - * * @return Whether the delete field is set. */ @java.lang.Override @@ -2414,14 +2272,11 @@ public boolean hasDelete() { return patternCase_ == 5; } /** - * - * *
      * Maps to HTTP DELETE. Used for deleting a resource.
      * 
* * string delete = 5; - * * @return The delete. */ @java.lang.Override @@ -2431,7 +2286,8 @@ public java.lang.String getDelete() { ref = pattern_; } if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (patternCase_ == 5) { pattern_ = s; @@ -2442,25 +2298,24 @@ public java.lang.String getDelete() { } } /** - * - * *
      * Maps to HTTP DELETE. Used for deleting a resource.
      * 
* * string delete = 5; - * * @return The bytes for delete. */ @java.lang.Override - public com.google.protobuf.ByteString getDeleteBytes() { + public com.google.protobuf.ByteString + getDeleteBytes() { java.lang.Object ref = ""; if (patternCase_ == 5) { ref = pattern_; } if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (patternCase_ == 5) { pattern_ = b; } @@ -2470,35 +2325,30 @@ public com.google.protobuf.ByteString getDeleteBytes() { } } /** - * - * *
      * Maps to HTTP DELETE. Used for deleting a resource.
      * 
* * string delete = 5; - * * @param value The delete to set. * @return This builder for chaining. */ - public Builder setDelete(java.lang.String value) { + public Builder setDelete( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - patternCase_ = 5; + throw new NullPointerException(); + } + patternCase_ = 5; pattern_ = value; onChanged(); return this; } /** - * - * *
      * Maps to HTTP DELETE. Used for deleting a resource.
      * 
* * string delete = 5; - * * @return This builder for chaining. */ public Builder clearDelete() { @@ -2510,22 +2360,20 @@ public Builder clearDelete() { return this; } /** - * - * *
      * Maps to HTTP DELETE. Used for deleting a resource.
      * 
* * string delete = 5; - * * @param value The bytes for delete to set. * @return This builder for chaining. */ - public Builder setDeleteBytes(com.google.protobuf.ByteString value) { + public Builder setDeleteBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); patternCase_ = 5; pattern_ = value; onChanged(); @@ -2533,14 +2381,11 @@ public Builder setDeleteBytes(com.google.protobuf.ByteString value) { } /** - * - * *
      * Maps to HTTP PATCH. Used for updating a resource.
      * 
* * string patch = 6; - * * @return Whether the patch field is set. */ @java.lang.Override @@ -2548,14 +2393,11 @@ public boolean hasPatch() { return patternCase_ == 6; } /** - * - * *
      * Maps to HTTP PATCH. Used for updating a resource.
      * 
* * string patch = 6; - * * @return The patch. */ @java.lang.Override @@ -2565,7 +2407,8 @@ public java.lang.String getPatch() { ref = pattern_; } if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (patternCase_ == 6) { pattern_ = s; @@ -2576,25 +2419,24 @@ public java.lang.String getPatch() { } } /** - * - * *
      * Maps to HTTP PATCH. Used for updating a resource.
      * 
* * string patch = 6; - * * @return The bytes for patch. */ @java.lang.Override - public com.google.protobuf.ByteString getPatchBytes() { + public com.google.protobuf.ByteString + getPatchBytes() { java.lang.Object ref = ""; if (patternCase_ == 6) { ref = pattern_; } if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (patternCase_ == 6) { pattern_ = b; } @@ -2604,35 +2446,30 @@ public com.google.protobuf.ByteString getPatchBytes() { } } /** - * - * *
      * Maps to HTTP PATCH. Used for updating a resource.
      * 
* * string patch = 6; - * * @param value The patch to set. * @return This builder for chaining. */ - public Builder setPatch(java.lang.String value) { + public Builder setPatch( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - patternCase_ = 6; + throw new NullPointerException(); + } + patternCase_ = 6; pattern_ = value; onChanged(); return this; } /** - * - * *
      * Maps to HTTP PATCH. Used for updating a resource.
      * 
* * string patch = 6; - * * @return This builder for chaining. */ public Builder clearPatch() { @@ -2644,22 +2481,20 @@ public Builder clearPatch() { return this; } /** - * - * *
      * Maps to HTTP PATCH. Used for updating a resource.
      * 
* * string patch = 6; - * * @param value The bytes for patch to set. * @return This builder for chaining. */ - public Builder setPatchBytes(com.google.protobuf.ByteString value) { + public Builder setPatchBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); patternCase_ = 6; pattern_ = value; onChanged(); @@ -2667,13 +2502,8 @@ public Builder setPatchBytes(com.google.protobuf.ByteString value) { } private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.CustomHttpPattern, - com.google.api.CustomHttpPattern.Builder, - com.google.api.CustomHttpPatternOrBuilder> - customBuilder_; + com.google.api.CustomHttpPattern, com.google.api.CustomHttpPattern.Builder, com.google.api.CustomHttpPatternOrBuilder> customBuilder_; /** - * - * *
      * The custom pattern is used for specifying an HTTP method that is not
      * included in the `pattern` field, such as HEAD, or "*" to leave the
@@ -2682,7 +2512,6 @@ public Builder setPatchBytes(com.google.protobuf.ByteString value) {
      * 
* * .google.api.CustomHttpPattern custom = 8; - * * @return Whether the custom field is set. */ @java.lang.Override @@ -2690,8 +2519,6 @@ public boolean hasCustom() { return patternCase_ == 8; } /** - * - * *
      * The custom pattern is used for specifying an HTTP method that is not
      * included in the `pattern` field, such as HEAD, or "*" to leave the
@@ -2700,7 +2527,6 @@ public boolean hasCustom() {
      * 
* * .google.api.CustomHttpPattern custom = 8; - * * @return The custom. */ @java.lang.Override @@ -2718,8 +2544,6 @@ public com.google.api.CustomHttpPattern getCustom() { } } /** - * - * *
      * The custom pattern is used for specifying an HTTP method that is not
      * included in the `pattern` field, such as HEAD, or "*" to leave the
@@ -2743,8 +2567,6 @@ public Builder setCustom(com.google.api.CustomHttpPattern value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The custom pattern is used for specifying an HTTP method that is not
      * included in the `pattern` field, such as HEAD, or "*" to leave the
@@ -2754,7 +2576,8 @@ public Builder setCustom(com.google.api.CustomHttpPattern value) {
      *
      * .google.api.CustomHttpPattern custom = 8;
      */
-    public Builder setCustom(com.google.api.CustomHttpPattern.Builder builderForValue) {
+    public Builder setCustom(
+        com.google.api.CustomHttpPattern.Builder builderForValue) {
       if (customBuilder_ == null) {
         pattern_ = builderForValue.build();
         onChanged();
@@ -2765,8 +2588,6 @@ public Builder setCustom(com.google.api.CustomHttpPattern.Builder builderForValu
       return this;
     }
     /**
-     *
-     *
      * 
      * The custom pattern is used for specifying an HTTP method that is not
      * included in the `pattern` field, such as HEAD, or "*" to leave the
@@ -2778,13 +2599,10 @@ public Builder setCustom(com.google.api.CustomHttpPattern.Builder builderForValu
      */
     public Builder mergeCustom(com.google.api.CustomHttpPattern value) {
       if (customBuilder_ == null) {
-        if (patternCase_ == 8
-            && pattern_ != com.google.api.CustomHttpPattern.getDefaultInstance()) {
-          pattern_ =
-              com.google.api.CustomHttpPattern.newBuilder(
-                      (com.google.api.CustomHttpPattern) pattern_)
-                  .mergeFrom(value)
-                  .buildPartial();
+        if (patternCase_ == 8 &&
+            pattern_ != com.google.api.CustomHttpPattern.getDefaultInstance()) {
+          pattern_ = com.google.api.CustomHttpPattern.newBuilder((com.google.api.CustomHttpPattern) pattern_)
+              .mergeFrom(value).buildPartial();
         } else {
           pattern_ = value;
         }
@@ -2800,8 +2618,6 @@ public Builder mergeCustom(com.google.api.CustomHttpPattern value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The custom pattern is used for specifying an HTTP method that is not
      * included in the `pattern` field, such as HEAD, or "*" to leave the
@@ -2828,8 +2644,6 @@ public Builder clearCustom() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The custom pattern is used for specifying an HTTP method that is not
      * included in the `pattern` field, such as HEAD, or "*" to leave the
@@ -2843,8 +2657,6 @@ public com.google.api.CustomHttpPattern.Builder getCustomBuilder() {
       return getCustomFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * The custom pattern is used for specifying an HTTP method that is not
      * included in the `pattern` field, such as HEAD, or "*" to leave the
@@ -2866,8 +2678,6 @@ public com.google.api.CustomHttpPatternOrBuilder getCustomOrBuilder() {
       }
     }
     /**
-     *
-     *
      * 
      * The custom pattern is used for specifying an HTTP method that is not
      * included in the `pattern` field, such as HEAD, or "*" to leave the
@@ -2878,32 +2688,26 @@ public com.google.api.CustomHttpPatternOrBuilder getCustomOrBuilder() {
      * .google.api.CustomHttpPattern custom = 8;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.api.CustomHttpPattern,
-            com.google.api.CustomHttpPattern.Builder,
-            com.google.api.CustomHttpPatternOrBuilder>
+        com.google.api.CustomHttpPattern, com.google.api.CustomHttpPattern.Builder, com.google.api.CustomHttpPatternOrBuilder> 
         getCustomFieldBuilder() {
       if (customBuilder_ == null) {
         if (!(patternCase_ == 8)) {
           pattern_ = com.google.api.CustomHttpPattern.getDefaultInstance();
         }
-        customBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.api.CustomHttpPattern,
-                com.google.api.CustomHttpPattern.Builder,
-                com.google.api.CustomHttpPatternOrBuilder>(
-                (com.google.api.CustomHttpPattern) pattern_, getParentForChildren(), isClean());
+        customBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.api.CustomHttpPattern, com.google.api.CustomHttpPattern.Builder, com.google.api.CustomHttpPatternOrBuilder>(
+                (com.google.api.CustomHttpPattern) pattern_,
+                getParentForChildren(),
+                isClean());
         pattern_ = null;
       }
       patternCase_ = 8;
-      onChanged();
-      ;
+      onChanged();;
       return customBuilder_;
     }
 
     private java.lang.Object body_ = "";
     /**
-     *
-     *
      * 
      * The name of the request field whose value is mapped to the HTTP request
      * body, or `*` for mapping all request fields not captured by the path
@@ -2913,13 +2717,13 @@ public com.google.api.CustomHttpPatternOrBuilder getCustomOrBuilder() {
      * 
* * string body = 7; - * * @return The body. */ public java.lang.String getBody() { java.lang.Object ref = body_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); body_ = s; return s; @@ -2928,8 +2732,6 @@ public java.lang.String getBody() { } } /** - * - * *
      * The name of the request field whose value is mapped to the HTTP request
      * body, or `*` for mapping all request fields not captured by the path
@@ -2939,14 +2741,15 @@ public java.lang.String getBody() {
      * 
* * string body = 7; - * * @return The bytes for body. */ - public com.google.protobuf.ByteString getBodyBytes() { + public com.google.protobuf.ByteString + getBodyBytes() { java.lang.Object ref = body_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); body_ = b; return b; } else { @@ -2954,8 +2757,6 @@ public com.google.protobuf.ByteString getBodyBytes() { } } /** - * - * *
      * The name of the request field whose value is mapped to the HTTP request
      * body, or `*` for mapping all request fields not captured by the path
@@ -2965,22 +2766,20 @@ public com.google.protobuf.ByteString getBodyBytes() {
      * 
* * string body = 7; - * * @param value The body to set. * @return This builder for chaining. */ - public Builder setBody(java.lang.String value) { + public Builder setBody( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + body_ = value; onChanged(); return this; } /** - * - * *
      * The name of the request field whose value is mapped to the HTTP request
      * body, or `*` for mapping all request fields not captured by the path
@@ -2990,18 +2789,15 @@ public Builder setBody(java.lang.String value) {
      * 
* * string body = 7; - * * @return This builder for chaining. */ public Builder clearBody() { - + body_ = getDefaultInstance().getBody(); onChanged(); return this; } /** - * - * *
      * The name of the request field whose value is mapped to the HTTP request
      * body, or `*` for mapping all request fields not captured by the path
@@ -3011,16 +2807,16 @@ public Builder clearBody() {
      * 
* * string body = 7; - * * @param value The bytes for body to set. * @return This builder for chaining. */ - public Builder setBodyBytes(com.google.protobuf.ByteString value) { + public Builder setBodyBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + body_ = value; onChanged(); return this; @@ -3028,8 +2824,6 @@ public Builder setBodyBytes(com.google.protobuf.ByteString value) { private java.lang.Object responseBody_ = ""; /** - * - * *
      * Optional. The name of the response field whose value is mapped to the HTTP
      * response body. When omitted, the entire response message will be used
@@ -3039,13 +2833,13 @@ public Builder setBodyBytes(com.google.protobuf.ByteString value) {
      * 
* * string response_body = 12; - * * @return The responseBody. */ public java.lang.String getResponseBody() { java.lang.Object ref = responseBody_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); responseBody_ = s; return s; @@ -3054,8 +2848,6 @@ public java.lang.String getResponseBody() { } } /** - * - * *
      * Optional. The name of the response field whose value is mapped to the HTTP
      * response body. When omitted, the entire response message will be used
@@ -3065,14 +2857,15 @@ public java.lang.String getResponseBody() {
      * 
* * string response_body = 12; - * * @return The bytes for responseBody. */ - public com.google.protobuf.ByteString getResponseBodyBytes() { + public com.google.protobuf.ByteString + getResponseBodyBytes() { java.lang.Object ref = responseBody_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); responseBody_ = b; return b; } else { @@ -3080,8 +2873,6 @@ public com.google.protobuf.ByteString getResponseBodyBytes() { } } /** - * - * *
      * Optional. The name of the response field whose value is mapped to the HTTP
      * response body. When omitted, the entire response message will be used
@@ -3091,22 +2882,20 @@ public com.google.protobuf.ByteString getResponseBodyBytes() {
      * 
* * string response_body = 12; - * * @param value The responseBody to set. * @return This builder for chaining. */ - public Builder setResponseBody(java.lang.String value) { + public Builder setResponseBody( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + responseBody_ = value; onChanged(); return this; } /** - * - * *
      * Optional. The name of the response field whose value is mapped to the HTTP
      * response body. When omitted, the entire response message will be used
@@ -3116,18 +2905,15 @@ public Builder setResponseBody(java.lang.String value) {
      * 
* * string response_body = 12; - * * @return This builder for chaining. */ public Builder clearResponseBody() { - + responseBody_ = getDefaultInstance().getResponseBody(); onChanged(); return this; } /** - * - * *
      * Optional. The name of the response field whose value is mapped to the HTTP
      * response body. When omitted, the entire response message will be used
@@ -3137,40 +2923,34 @@ public Builder clearResponseBody() {
      * 
* * string response_body = 12; - * * @param value The bytes for responseBody to set. * @return This builder for chaining. */ - public Builder setResponseBodyBytes(com.google.protobuf.ByteString value) { + public Builder setResponseBodyBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + responseBody_ = value; onChanged(); return this; } private java.util.List additionalBindings_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureAdditionalBindingsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { additionalBindings_ = new java.util.ArrayList(additionalBindings_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.api.HttpRule, - com.google.api.HttpRule.Builder, - com.google.api.HttpRuleOrBuilder> - additionalBindingsBuilder_; + com.google.api.HttpRule, com.google.api.HttpRule.Builder, com.google.api.HttpRuleOrBuilder> additionalBindingsBuilder_; /** - * - * *
      * Additional HTTP bindings for the selector. Nested bindings must
      * not contain an `additional_bindings` field themselves (that is,
@@ -3187,8 +2967,6 @@ public java.util.List getAdditionalBindingsList() {
       }
     }
     /**
-     *
-     *
      * 
      * Additional HTTP bindings for the selector. Nested bindings must
      * not contain an `additional_bindings` field themselves (that is,
@@ -3205,8 +2983,6 @@ public int getAdditionalBindingsCount() {
       }
     }
     /**
-     *
-     *
      * 
      * Additional HTTP bindings for the selector. Nested bindings must
      * not contain an `additional_bindings` field themselves (that is,
@@ -3223,8 +2999,6 @@ public com.google.api.HttpRule getAdditionalBindings(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * Additional HTTP bindings for the selector. Nested bindings must
      * not contain an `additional_bindings` field themselves (that is,
@@ -3233,7 +3007,8 @@ public com.google.api.HttpRule getAdditionalBindings(int index) {
      *
      * repeated .google.api.HttpRule additional_bindings = 11;
      */
-    public Builder setAdditionalBindings(int index, com.google.api.HttpRule value) {
+    public Builder setAdditionalBindings(
+        int index, com.google.api.HttpRule value) {
       if (additionalBindingsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -3247,8 +3022,6 @@ public Builder setAdditionalBindings(int index, com.google.api.HttpRule value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Additional HTTP bindings for the selector. Nested bindings must
      * not contain an `additional_bindings` field themselves (that is,
@@ -3269,8 +3042,6 @@ public Builder setAdditionalBindings(
       return this;
     }
     /**
-     *
-     *
      * 
      * Additional HTTP bindings for the selector. Nested bindings must
      * not contain an `additional_bindings` field themselves (that is,
@@ -3293,8 +3064,6 @@ public Builder addAdditionalBindings(com.google.api.HttpRule value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Additional HTTP bindings for the selector. Nested bindings must
      * not contain an `additional_bindings` field themselves (that is,
@@ -3303,7 +3072,8 @@ public Builder addAdditionalBindings(com.google.api.HttpRule value) {
      *
      * repeated .google.api.HttpRule additional_bindings = 11;
      */
-    public Builder addAdditionalBindings(int index, com.google.api.HttpRule value) {
+    public Builder addAdditionalBindings(
+        int index, com.google.api.HttpRule value) {
       if (additionalBindingsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -3317,8 +3087,6 @@ public Builder addAdditionalBindings(int index, com.google.api.HttpRule value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Additional HTTP bindings for the selector. Nested bindings must
      * not contain an `additional_bindings` field themselves (that is,
@@ -3327,7 +3095,8 @@ public Builder addAdditionalBindings(int index, com.google.api.HttpRule value) {
      *
      * repeated .google.api.HttpRule additional_bindings = 11;
      */
-    public Builder addAdditionalBindings(com.google.api.HttpRule.Builder builderForValue) {
+    public Builder addAdditionalBindings(
+        com.google.api.HttpRule.Builder builderForValue) {
       if (additionalBindingsBuilder_ == null) {
         ensureAdditionalBindingsIsMutable();
         additionalBindings_.add(builderForValue.build());
@@ -3338,8 +3107,6 @@ public Builder addAdditionalBindings(com.google.api.HttpRule.Builder builderForV
       return this;
     }
     /**
-     *
-     *
      * 
      * Additional HTTP bindings for the selector. Nested bindings must
      * not contain an `additional_bindings` field themselves (that is,
@@ -3360,8 +3127,6 @@ public Builder addAdditionalBindings(
       return this;
     }
     /**
-     *
-     *
      * 
      * Additional HTTP bindings for the selector. Nested bindings must
      * not contain an `additional_bindings` field themselves (that is,
@@ -3374,7 +3139,8 @@ public Builder addAllAdditionalBindings(
         java.lang.Iterable values) {
       if (additionalBindingsBuilder_ == null) {
         ensureAdditionalBindingsIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, additionalBindings_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, additionalBindings_);
         onChanged();
       } else {
         additionalBindingsBuilder_.addAllMessages(values);
@@ -3382,8 +3148,6 @@ public Builder addAllAdditionalBindings(
       return this;
     }
     /**
-     *
-     *
      * 
      * Additional HTTP bindings for the selector. Nested bindings must
      * not contain an `additional_bindings` field themselves (that is,
@@ -3403,8 +3167,6 @@ public Builder clearAdditionalBindings() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Additional HTTP bindings for the selector. Nested bindings must
      * not contain an `additional_bindings` field themselves (that is,
@@ -3424,8 +3186,6 @@ public Builder removeAdditionalBindings(int index) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Additional HTTP bindings for the selector. Nested bindings must
      * not contain an `additional_bindings` field themselves (that is,
@@ -3434,12 +3194,11 @@ public Builder removeAdditionalBindings(int index) {
      *
      * repeated .google.api.HttpRule additional_bindings = 11;
      */
-    public com.google.api.HttpRule.Builder getAdditionalBindingsBuilder(int index) {
+    public com.google.api.HttpRule.Builder getAdditionalBindingsBuilder(
+        int index) {
       return getAdditionalBindingsFieldBuilder().getBuilder(index);
     }
     /**
-     *
-     *
      * 
      * Additional HTTP bindings for the selector. Nested bindings must
      * not contain an `additional_bindings` field themselves (that is,
@@ -3448,16 +3207,14 @@ public com.google.api.HttpRule.Builder getAdditionalBindingsBuilder(int index) {
      *
      * repeated .google.api.HttpRule additional_bindings = 11;
      */
-    public com.google.api.HttpRuleOrBuilder getAdditionalBindingsOrBuilder(int index) {
+    public com.google.api.HttpRuleOrBuilder getAdditionalBindingsOrBuilder(
+        int index) {
       if (additionalBindingsBuilder_ == null) {
-        return additionalBindings_.get(index);
-      } else {
+        return additionalBindings_.get(index);  } else {
         return additionalBindingsBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
-     *
-     *
      * 
      * Additional HTTP bindings for the selector. Nested bindings must
      * not contain an `additional_bindings` field themselves (that is,
@@ -3466,8 +3223,8 @@ public com.google.api.HttpRuleOrBuilder getAdditionalBindingsOrBuilder(int index
      *
      * repeated .google.api.HttpRule additional_bindings = 11;
      */
-    public java.util.List
-        getAdditionalBindingsOrBuilderList() {
+    public java.util.List 
+         getAdditionalBindingsOrBuilderList() {
       if (additionalBindingsBuilder_ != null) {
         return additionalBindingsBuilder_.getMessageOrBuilderList();
       } else {
@@ -3475,8 +3232,6 @@ public com.google.api.HttpRuleOrBuilder getAdditionalBindingsOrBuilder(int index
       }
     }
     /**
-     *
-     *
      * 
      * Additional HTTP bindings for the selector. Nested bindings must
      * not contain an `additional_bindings` field themselves (that is,
@@ -3486,12 +3241,10 @@ public com.google.api.HttpRuleOrBuilder getAdditionalBindingsOrBuilder(int index
      * repeated .google.api.HttpRule additional_bindings = 11;
      */
     public com.google.api.HttpRule.Builder addAdditionalBindingsBuilder() {
-      return getAdditionalBindingsFieldBuilder()
-          .addBuilder(com.google.api.HttpRule.getDefaultInstance());
+      return getAdditionalBindingsFieldBuilder().addBuilder(
+          com.google.api.HttpRule.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * Additional HTTP bindings for the selector. Nested bindings must
      * not contain an `additional_bindings` field themselves (that is,
@@ -3500,13 +3253,12 @@ public com.google.api.HttpRule.Builder addAdditionalBindingsBuilder() {
      *
      * repeated .google.api.HttpRule additional_bindings = 11;
      */
-    public com.google.api.HttpRule.Builder addAdditionalBindingsBuilder(int index) {
-      return getAdditionalBindingsFieldBuilder()
-          .addBuilder(index, com.google.api.HttpRule.getDefaultInstance());
+    public com.google.api.HttpRule.Builder addAdditionalBindingsBuilder(
+        int index) {
+      return getAdditionalBindingsFieldBuilder().addBuilder(
+          index, com.google.api.HttpRule.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * Additional HTTP bindings for the selector. Nested bindings must
      * not contain an `additional_bindings` field themselves (that is,
@@ -3515,21 +3267,16 @@ public com.google.api.HttpRule.Builder addAdditionalBindingsBuilder(int index) {
      *
      * repeated .google.api.HttpRule additional_bindings = 11;
      */
-    public java.util.List getAdditionalBindingsBuilderList() {
+    public java.util.List 
+         getAdditionalBindingsBuilderList() {
       return getAdditionalBindingsFieldBuilder().getBuilderList();
     }
-
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.api.HttpRule,
-            com.google.api.HttpRule.Builder,
-            com.google.api.HttpRuleOrBuilder>
+        com.google.api.HttpRule, com.google.api.HttpRule.Builder, com.google.api.HttpRuleOrBuilder> 
         getAdditionalBindingsFieldBuilder() {
       if (additionalBindingsBuilder_ == null) {
-        additionalBindingsBuilder_ =
-            new com.google.protobuf.RepeatedFieldBuilderV3<
-                com.google.api.HttpRule,
-                com.google.api.HttpRule.Builder,
-                com.google.api.HttpRuleOrBuilder>(
+        additionalBindingsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+            com.google.api.HttpRule, com.google.api.HttpRule.Builder, com.google.api.HttpRuleOrBuilder>(
                 additionalBindings_,
                 ((bitField0_ & 0x00000001) != 0),
                 getParentForChildren(),
@@ -3538,9 +3285,9 @@ public java.util.List getAdditionalBindingsBuil
       }
       return additionalBindingsBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -3550,12 +3297,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.api.HttpRule)
   }
 
   // @@protoc_insertion_point(class_scope:google.api.HttpRule)
   private static final com.google.api.HttpRule DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.api.HttpRule();
   }
@@ -3564,27 +3311,27 @@ public static com.google.api.HttpRule getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public HttpRule parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public HttpRule parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -3599,4 +3346,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.api.HttpRule getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/HttpRuleOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/HttpRuleOrBuilder.java
similarity index 83%
rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/HttpRuleOrBuilder.java
rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/HttpRuleOrBuilder.java
index 85b2a1e7c9..00f12087ed 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/HttpRuleOrBuilder.java
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/HttpRuleOrBuilder.java
@@ -1,246 +1,183 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/api/http.proto
 
 package com.google.api;
 
-public interface HttpRuleOrBuilder
-    extends
+public interface HttpRuleOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.api.HttpRule)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * Selects a method to which this rule applies.
    * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
    * 
* * string selector = 1; - * * @return The selector. */ java.lang.String getSelector(); /** - * - * *
    * Selects a method to which this rule applies.
    * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
    * 
* * string selector = 1; - * * @return The bytes for selector. */ - com.google.protobuf.ByteString getSelectorBytes(); + com.google.protobuf.ByteString + getSelectorBytes(); /** - * - * *
    * Maps to HTTP GET. Used for listing and getting information about
    * resources.
    * 
* * string get = 2; - * * @return Whether the get field is set. */ boolean hasGet(); /** - * - * *
    * Maps to HTTP GET. Used for listing and getting information about
    * resources.
    * 
* * string get = 2; - * * @return The get. */ java.lang.String getGet(); /** - * - * *
    * Maps to HTTP GET. Used for listing and getting information about
    * resources.
    * 
* * string get = 2; - * * @return The bytes for get. */ - com.google.protobuf.ByteString getGetBytes(); + com.google.protobuf.ByteString + getGetBytes(); /** - * - * *
    * Maps to HTTP PUT. Used for replacing a resource.
    * 
* * string put = 3; - * * @return Whether the put field is set. */ boolean hasPut(); /** - * - * *
    * Maps to HTTP PUT. Used for replacing a resource.
    * 
* * string put = 3; - * * @return The put. */ java.lang.String getPut(); /** - * - * *
    * Maps to HTTP PUT. Used for replacing a resource.
    * 
* * string put = 3; - * * @return The bytes for put. */ - com.google.protobuf.ByteString getPutBytes(); + com.google.protobuf.ByteString + getPutBytes(); /** - * - * *
    * Maps to HTTP POST. Used for creating a resource or performing an action.
    * 
* * string post = 4; - * * @return Whether the post field is set. */ boolean hasPost(); /** - * - * *
    * Maps to HTTP POST. Used for creating a resource or performing an action.
    * 
* * string post = 4; - * * @return The post. */ java.lang.String getPost(); /** - * - * *
    * Maps to HTTP POST. Used for creating a resource or performing an action.
    * 
* * string post = 4; - * * @return The bytes for post. */ - com.google.protobuf.ByteString getPostBytes(); + com.google.protobuf.ByteString + getPostBytes(); /** - * - * *
    * Maps to HTTP DELETE. Used for deleting a resource.
    * 
* * string delete = 5; - * * @return Whether the delete field is set. */ boolean hasDelete(); /** - * - * *
    * Maps to HTTP DELETE. Used for deleting a resource.
    * 
* * string delete = 5; - * * @return The delete. */ java.lang.String getDelete(); /** - * - * *
    * Maps to HTTP DELETE. Used for deleting a resource.
    * 
* * string delete = 5; - * * @return The bytes for delete. */ - com.google.protobuf.ByteString getDeleteBytes(); + com.google.protobuf.ByteString + getDeleteBytes(); /** - * - * *
    * Maps to HTTP PATCH. Used for updating a resource.
    * 
* * string patch = 6; - * * @return Whether the patch field is set. */ boolean hasPatch(); /** - * - * *
    * Maps to HTTP PATCH. Used for updating a resource.
    * 
* * string patch = 6; - * * @return The patch. */ java.lang.String getPatch(); /** - * - * *
    * Maps to HTTP PATCH. Used for updating a resource.
    * 
* * string patch = 6; - * * @return The bytes for patch. */ - com.google.protobuf.ByteString getPatchBytes(); + com.google.protobuf.ByteString + getPatchBytes(); /** - * - * *
    * The custom pattern is used for specifying an HTTP method that is not
    * included in the `pattern` field, such as HEAD, or "*" to leave the
@@ -249,13 +186,10 @@ public interface HttpRuleOrBuilder
    * 
* * .google.api.CustomHttpPattern custom = 8; - * * @return Whether the custom field is set. */ boolean hasCustom(); /** - * - * *
    * The custom pattern is used for specifying an HTTP method that is not
    * included in the `pattern` field, such as HEAD, or "*" to leave the
@@ -264,13 +198,10 @@ public interface HttpRuleOrBuilder
    * 
* * .google.api.CustomHttpPattern custom = 8; - * * @return The custom. */ com.google.api.CustomHttpPattern getCustom(); /** - * - * *
    * The custom pattern is used for specifying an HTTP method that is not
    * included in the `pattern` field, such as HEAD, or "*" to leave the
@@ -283,8 +214,6 @@ public interface HttpRuleOrBuilder
   com.google.api.CustomHttpPatternOrBuilder getCustomOrBuilder();
 
   /**
-   *
-   *
    * 
    * The name of the request field whose value is mapped to the HTTP request
    * body, or `*` for mapping all request fields not captured by the path
@@ -294,13 +223,10 @@ public interface HttpRuleOrBuilder
    * 
* * string body = 7; - * * @return The body. */ java.lang.String getBody(); /** - * - * *
    * The name of the request field whose value is mapped to the HTTP request
    * body, or `*` for mapping all request fields not captured by the path
@@ -310,14 +236,12 @@ public interface HttpRuleOrBuilder
    * 
* * string body = 7; - * * @return The bytes for body. */ - com.google.protobuf.ByteString getBodyBytes(); + com.google.protobuf.ByteString + getBodyBytes(); /** - * - * *
    * Optional. The name of the response field whose value is mapped to the HTTP
    * response body. When omitted, the entire response message will be used
@@ -327,13 +251,10 @@ public interface HttpRuleOrBuilder
    * 
* * string response_body = 12; - * * @return The responseBody. */ java.lang.String getResponseBody(); /** - * - * *
    * Optional. The name of the response field whose value is mapped to the HTTP
    * response body. When omitted, the entire response message will be used
@@ -343,14 +264,12 @@ public interface HttpRuleOrBuilder
    * 
* * string response_body = 12; - * * @return The bytes for responseBody. */ - com.google.protobuf.ByteString getResponseBodyBytes(); + com.google.protobuf.ByteString + getResponseBodyBytes(); /** - * - * *
    * Additional HTTP bindings for the selector. Nested bindings must
    * not contain an `additional_bindings` field themselves (that is,
@@ -359,10 +278,9 @@ public interface HttpRuleOrBuilder
    *
    * repeated .google.api.HttpRule additional_bindings = 11;
    */
-  java.util.List getAdditionalBindingsList();
+  java.util.List 
+      getAdditionalBindingsList();
   /**
-   *
-   *
    * 
    * Additional HTTP bindings for the selector. Nested bindings must
    * not contain an `additional_bindings` field themselves (that is,
@@ -373,8 +291,6 @@ public interface HttpRuleOrBuilder
    */
   com.google.api.HttpRule getAdditionalBindings(int index);
   /**
-   *
-   *
    * 
    * Additional HTTP bindings for the selector. Nested bindings must
    * not contain an `additional_bindings` field themselves (that is,
@@ -385,8 +301,6 @@ public interface HttpRuleOrBuilder
    */
   int getAdditionalBindingsCount();
   /**
-   *
-   *
    * 
    * Additional HTTP bindings for the selector. Nested bindings must
    * not contain an `additional_bindings` field themselves (that is,
@@ -395,10 +309,9 @@ public interface HttpRuleOrBuilder
    *
    * repeated .google.api.HttpRule additional_bindings = 11;
    */
-  java.util.List getAdditionalBindingsOrBuilderList();
+  java.util.List 
+      getAdditionalBindingsOrBuilderList();
   /**
-   *
-   *
    * 
    * Additional HTTP bindings for the selector. Nested bindings must
    * not contain an `additional_bindings` field themselves (that is,
@@ -407,7 +320,8 @@ public interface HttpRuleOrBuilder
    *
    * repeated .google.api.HttpRule additional_bindings = 11;
    */
-  com.google.api.HttpRuleOrBuilder getAdditionalBindingsOrBuilder(int index);
+  com.google.api.HttpRuleOrBuilder getAdditionalBindingsOrBuilder(
+      int index);
 
   public com.google.api.HttpRule.PatternCase getPatternCase();
 }
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/JavaSettings.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/JavaSettings.java
similarity index 72%
rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/JavaSettings.java
rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/JavaSettings.java
index ea465684ba..fa0dddc76b 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/JavaSettings.java
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/JavaSettings.java
@@ -1,72 +1,57 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/api/client.proto
 
 package com.google.api;
 
 /**
- *
- *
  * 
  * Settings for Java client libraries.
  * 
* * Protobuf type {@code google.api.JavaSettings} */ -public final class JavaSettings extends com.google.protobuf.GeneratedMessageV3 - implements +public final class JavaSettings extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.api.JavaSettings) JavaSettingsOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use JavaSettings.newBuilder() to construct. private JavaSettings(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private JavaSettings() { libraryPackage_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new JavaSettings(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.api.ClientProto.internal_static_google_api_JavaSettings_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override - protected com.google.protobuf.MapField internalGetMapField(int number) { + protected com.google.protobuf.MapField internalGetMapField( + int number) { switch (number) { case 2: return internalGetServiceClassNames(); default: - throw new RuntimeException("Invalid map field number: " + number); + throw new RuntimeException( + "Invalid map field number: " + number); } } - @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { @@ -78,8 +63,6 @@ protected com.google.protobuf.MapField internalGetMapField(int number) { public static final int LIBRARY_PACKAGE_FIELD_NUMBER = 1; private volatile java.lang.Object libraryPackage_; /** - * - * *
    * The package name to use in Java. Clobbers the java_package option
    * set in the protobuf. This should be used **only** by APIs
@@ -93,7 +76,6 @@ protected com.google.protobuf.MapField internalGetMapField(int number) {
    * 
* * string library_package = 1; - * * @return The libraryPackage. */ @java.lang.Override @@ -102,15 +84,14 @@ public java.lang.String getLibraryPackage() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); libraryPackage_ = s; return s; } } /** - * - * *
    * The package name to use in Java. Clobbers the java_package option
    * set in the protobuf. This should be used **only** by APIs
@@ -124,15 +105,16 @@ public java.lang.String getLibraryPackage() {
    * 
* * string library_package = 1; - * * @return The bytes for libraryPackage. */ @java.lang.Override - public com.google.protobuf.ByteString getLibraryPackageBytes() { + public com.google.protobuf.ByteString + getLibraryPackageBytes() { java.lang.Object ref = libraryPackage_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); libraryPackage_ = b; return b; } else { @@ -141,22 +123,21 @@ public com.google.protobuf.ByteString getLibraryPackageBytes() { } public static final int SERVICE_CLASS_NAMES_FIELD_NUMBER = 2; - private static final class ServiceClassNamesDefaultEntryHolder { - static final com.google.protobuf.MapEntry defaultEntry = - com.google.protobuf.MapEntry.newDefaultInstance( - com.google.api.ClientProto - .internal_static_google_api_JavaSettings_ServiceClassNamesEntry_descriptor, - com.google.protobuf.WireFormat.FieldType.STRING, - "", - com.google.protobuf.WireFormat.FieldType.STRING, - ""); + static final com.google.protobuf.MapEntry< + java.lang.String, java.lang.String> defaultEntry = + com.google.protobuf.MapEntry + .newDefaultInstance( + com.google.api.ClientProto.internal_static_google_api_JavaSettings_ServiceClassNamesEntry_descriptor, + com.google.protobuf.WireFormat.FieldType.STRING, + "", + com.google.protobuf.WireFormat.FieldType.STRING, + ""); } - - private com.google.protobuf.MapField serviceClassNames_; - + private com.google.protobuf.MapField< + java.lang.String, java.lang.String> serviceClassNames_; private com.google.protobuf.MapField - internalGetServiceClassNames() { + internalGetServiceClassNames() { if (serviceClassNames_ == null) { return com.google.protobuf.MapField.emptyMapField( ServiceClassNamesDefaultEntryHolder.defaultEntry); @@ -168,8 +149,6 @@ public int getServiceClassNamesCount() { return internalGetServiceClassNames().getMap().size(); } /** - * - * *
    * Configure the Java class name to use instead of the service's for its
    * corresponding generated GAPIC client. Keys are fully-qualified
@@ -187,22 +166,22 @@ public int getServiceClassNamesCount() {
    *
    * map<string, string> service_class_names = 2;
    */
+
   @java.lang.Override
-  public boolean containsServiceClassNames(java.lang.String key) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
+  public boolean containsServiceClassNames(
+      java.lang.String key) {
+    if (key == null) { throw new NullPointerException("map key"); }
     return internalGetServiceClassNames().getMap().containsKey(key);
   }
-  /** Use {@link #getServiceClassNamesMap()} instead. */
+  /**
+   * Use {@link #getServiceClassNamesMap()} instead.
+   */
   @java.lang.Override
   @java.lang.Deprecated
   public java.util.Map getServiceClassNames() {
     return getServiceClassNamesMap();
   }
   /**
-   *
-   *
    * 
    * Configure the Java class name to use instead of the service's for its
    * corresponding generated GAPIC client. Keys are fully-qualified
@@ -221,12 +200,11 @@ public java.util.Map getServiceClassNames()
    * map<string, string> service_class_names = 2;
    */
   @java.lang.Override
+
   public java.util.Map getServiceClassNamesMap() {
     return internalGetServiceClassNames().getMap();
   }
   /**
-   *
-   *
    * 
    * Configure the Java class name to use instead of the service's for its
    * corresponding generated GAPIC client. Keys are fully-qualified
@@ -245,17 +223,16 @@ public java.util.Map getServiceClassNamesMap
    * map<string, string> service_class_names = 2;
    */
   @java.lang.Override
+
   public java.lang.String getServiceClassNamesOrDefault(
-      java.lang.String key, java.lang.String defaultValue) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
-    java.util.Map map = internalGetServiceClassNames().getMap();
+      java.lang.String key,
+      java.lang.String defaultValue) {
+    if (key == null) { throw new NullPointerException("map key"); }
+    java.util.Map map =
+        internalGetServiceClassNames().getMap();
     return map.containsKey(key) ? map.get(key) : defaultValue;
   }
   /**
-   *
-   *
    * 
    * Configure the Java class name to use instead of the service's for its
    * corresponding generated GAPIC client. Keys are fully-qualified
@@ -274,11 +251,12 @@ public java.lang.String getServiceClassNamesOrDefault(
    * map<string, string> service_class_names = 2;
    */
   @java.lang.Override
-  public java.lang.String getServiceClassNamesOrThrow(java.lang.String key) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
-    java.util.Map map = internalGetServiceClassNames().getMap();
+
+  public java.lang.String getServiceClassNamesOrThrow(
+      java.lang.String key) {
+    if (key == null) { throw new NullPointerException("map key"); }
+    java.util.Map map =
+        internalGetServiceClassNames().getMap();
     if (!map.containsKey(key)) {
       throw new java.lang.IllegalArgumentException();
     }
@@ -288,14 +266,11 @@ public java.lang.String getServiceClassNamesOrThrow(java.lang.String key) {
   public static final int COMMON_FIELD_NUMBER = 3;
   private com.google.api.CommonLanguageSettings common_;
   /**
-   *
-   *
    * 
    * Some settings.
    * 
* * .google.api.CommonLanguageSettings common = 3; - * * @return Whether the common field is set. */ @java.lang.Override @@ -303,14 +278,11 @@ public boolean hasCommon() { return common_ != null; } /** - * - * *
    * Some settings.
    * 
* * .google.api.CommonLanguageSettings common = 3; - * * @return The common. */ @java.lang.Override @@ -318,8 +290,6 @@ public com.google.api.CommonLanguageSettings getCommon() { return common_ == null ? com.google.api.CommonLanguageSettings.getDefaultInstance() : common_; } /** - * - * *
    * Some settings.
    * 
@@ -332,7 +302,6 @@ public com.google.api.CommonLanguageSettingsOrBuilder getCommonOrBuilder() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -344,11 +313,13 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(libraryPackage_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, libraryPackage_); } - com.google.protobuf.GeneratedMessageV3.serializeStringMapTo( + com.google.protobuf.GeneratedMessageV3 + .serializeStringMapTo( output, internalGetServiceClassNames(), ServiceClassNamesDefaultEntryHolder.defaultEntry, @@ -368,18 +339,19 @@ public int getSerializedSize() { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(libraryPackage_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, libraryPackage_); } - for (java.util.Map.Entry entry : - internalGetServiceClassNames().getMap().entrySet()) { - com.google.protobuf.MapEntry serviceClassNames__ = - ServiceClassNamesDefaultEntryHolder.defaultEntry - .newBuilderForType() - .setKey(entry.getKey()) - .setValue(entry.getValue()) - .build(); - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, serviceClassNames__); + for (java.util.Map.Entry entry + : internalGetServiceClassNames().getMap().entrySet()) { + com.google.protobuf.MapEntry + serviceClassNames__ = ServiceClassNamesDefaultEntryHolder.defaultEntry.newBuilderForType() + .setKey(entry.getKey()) + .setValue(entry.getValue()) + .build(); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, serviceClassNames__); } if (common_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getCommon()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, getCommon()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -389,18 +361,21 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.JavaSettings)) { return super.equals(obj); } com.google.api.JavaSettings other = (com.google.api.JavaSettings) obj; - if (!getLibraryPackage().equals(other.getLibraryPackage())) return false; - if (!internalGetServiceClassNames().equals(other.internalGetServiceClassNames())) return false; + if (!getLibraryPackage() + .equals(other.getLibraryPackage())) return false; + if (!internalGetServiceClassNames().equals( + other.internalGetServiceClassNames())) return false; if (hasCommon() != other.hasCommon()) return false; if (hasCommon()) { - if (!getCommon().equals(other.getCommon())) return false; + if (!getCommon() + .equals(other.getCommon())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -428,137 +403,134 @@ public int hashCode() { return hash; } - public static com.google.api.JavaSettings parseFrom(java.nio.ByteBuffer data) + public static com.google.api.JavaSettings parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.JavaSettings parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.api.JavaSettings parseFrom(com.google.protobuf.ByteString data) + public static com.google.api.JavaSettings parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.JavaSettings parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.JavaSettings parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.JavaSettings parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.JavaSettings parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.JavaSettings parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.JavaSettings parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.JavaSettings parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.api.JavaSettings parseFrom(com.google.protobuf.CodedInputStream input) + public static com.google.api.JavaSettings parseFrom( + com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.JavaSettings parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.JavaSettings prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Settings for Java client libraries.
    * 
* * Protobuf type {@code google.api.JavaSettings} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.api.JavaSettings) com.google.api.JavaSettingsOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.api.ClientProto.internal_static_google_api_JavaSettings_descriptor; } @SuppressWarnings({"rawtypes"}) - protected com.google.protobuf.MapField internalGetMapField(int number) { + protected com.google.protobuf.MapField internalGetMapField( + int number) { switch (number) { case 2: return internalGetServiceClassNames(); default: - throw new RuntimeException("Invalid map field number: " + number); + throw new RuntimeException( + "Invalid map field number: " + number); } } - @SuppressWarnings({"rawtypes"}) - protected com.google.protobuf.MapField internalGetMutableMapField(int number) { + protected com.google.protobuf.MapField internalGetMutableMapField( + int number) { switch (number) { case 2: return internalGetMutableServiceClassNames(); default: - throw new RuntimeException("Invalid map field number: " + number); + throw new RuntimeException( + "Invalid map field number: " + number); } } - @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { @@ -568,12 +540,15 @@ protected com.google.protobuf.MapField internalGetMutableMapField(int number) { } // Construct using com.google.api.JavaSettings.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -590,7 +565,8 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { return com.google.api.ClientProto.internal_static_google_api_JavaSettings_descriptor; } @@ -628,39 +604,38 @@ public com.google.api.JavaSettings buildPartial() { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.api.JavaSettings) { - return mergeFrom((com.google.api.JavaSettings) other); + return mergeFrom((com.google.api.JavaSettings)other); } else { super.mergeFrom(other); return this; @@ -673,7 +648,8 @@ public Builder mergeFrom(com.google.api.JavaSettings other) { libraryPackage_ = other.libraryPackage_; onChanged(); } - internalGetMutableServiceClassNames().mergeFrom(other.internalGetServiceClassNames()); + internalGetMutableServiceClassNames().mergeFrom( + other.internalGetServiceClassNames()); if (other.hasCommon()) { mergeCommon(other.getCommon()); } @@ -703,37 +679,32 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - libraryPackage_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 18: - { - com.google.protobuf.MapEntry - serviceClassNames__ = - input.readMessage( - ServiceClassNamesDefaultEntryHolder.defaultEntry.getParserForType(), - extensionRegistry); - internalGetMutableServiceClassNames() - .getMutableMap() - .put(serviceClassNames__.getKey(), serviceClassNames__.getValue()); - break; - } // case 18 - case 26: - { - input.readMessage(getCommonFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 26 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + libraryPackage_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 18: { + com.google.protobuf.MapEntry + serviceClassNames__ = input.readMessage( + ServiceClassNamesDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); + internalGetMutableServiceClassNames().getMutableMap().put( + serviceClassNames__.getKey(), serviceClassNames__.getValue()); + break; + } // case 18 + case 26: { + input.readMessage( + getCommonFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 26 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -743,13 +714,10 @@ public Builder mergeFrom( } // finally return this; } - private int bitField0_; private java.lang.Object libraryPackage_ = ""; /** - * - * *
      * The package name to use in Java. Clobbers the java_package option
      * set in the protobuf. This should be used **only** by APIs
@@ -763,13 +731,13 @@ public Builder mergeFrom(
      * 
* * string library_package = 1; - * * @return The libraryPackage. */ public java.lang.String getLibraryPackage() { java.lang.Object ref = libraryPackage_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); libraryPackage_ = s; return s; @@ -778,8 +746,6 @@ public java.lang.String getLibraryPackage() { } } /** - * - * *
      * The package name to use in Java. Clobbers the java_package option
      * set in the protobuf. This should be used **only** by APIs
@@ -793,14 +759,15 @@ public java.lang.String getLibraryPackage() {
      * 
* * string library_package = 1; - * * @return The bytes for libraryPackage. */ - public com.google.protobuf.ByteString getLibraryPackageBytes() { + public com.google.protobuf.ByteString + getLibraryPackageBytes() { java.lang.Object ref = libraryPackage_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); libraryPackage_ = b; return b; } else { @@ -808,8 +775,6 @@ public com.google.protobuf.ByteString getLibraryPackageBytes() { } } /** - * - * *
      * The package name to use in Java. Clobbers the java_package option
      * set in the protobuf. This should be used **only** by APIs
@@ -823,22 +788,20 @@ public com.google.protobuf.ByteString getLibraryPackageBytes() {
      * 
* * string library_package = 1; - * * @param value The libraryPackage to set. * @return This builder for chaining. */ - public Builder setLibraryPackage(java.lang.String value) { + public Builder setLibraryPackage( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + libraryPackage_ = value; onChanged(); return this; } /** - * - * *
      * The package name to use in Java. Clobbers the java_package option
      * set in the protobuf. This should be used **only** by APIs
@@ -852,18 +815,15 @@ public Builder setLibraryPackage(java.lang.String value) {
      * 
* * string library_package = 1; - * * @return This builder for chaining. */ public Builder clearLibraryPackage() { - + libraryPackage_ = getDefaultInstance().getLibraryPackage(); onChanged(); return this; } /** - * - * *
      * The package name to use in Java. Clobbers the java_package option
      * set in the protobuf. This should be used **only** by APIs
@@ -877,40 +837,37 @@ public Builder clearLibraryPackage() {
      * 
* * string library_package = 1; - * * @param value The bytes for libraryPackage to set. * @return This builder for chaining. */ - public Builder setLibraryPackageBytes(com.google.protobuf.ByteString value) { + public Builder setLibraryPackageBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + libraryPackage_ = value; onChanged(); return this; } - private com.google.protobuf.MapField serviceClassNames_; - + private com.google.protobuf.MapField< + java.lang.String, java.lang.String> serviceClassNames_; private com.google.protobuf.MapField - internalGetServiceClassNames() { + internalGetServiceClassNames() { if (serviceClassNames_ == null) { return com.google.protobuf.MapField.emptyMapField( ServiceClassNamesDefaultEntryHolder.defaultEntry); } return serviceClassNames_; } - private com.google.protobuf.MapField - internalGetMutableServiceClassNames() { - onChanged(); - ; + internalGetMutableServiceClassNames() { + onChanged();; if (serviceClassNames_ == null) { - serviceClassNames_ = - com.google.protobuf.MapField.newMapField( - ServiceClassNamesDefaultEntryHolder.defaultEntry); + serviceClassNames_ = com.google.protobuf.MapField.newMapField( + ServiceClassNamesDefaultEntryHolder.defaultEntry); } if (!serviceClassNames_.isMutable()) { serviceClassNames_ = serviceClassNames_.copy(); @@ -922,8 +879,6 @@ public int getServiceClassNamesCount() { return internalGetServiceClassNames().getMap().size(); } /** - * - * *
      * Configure the Java class name to use instead of the service's for its
      * corresponding generated GAPIC client. Keys are fully-qualified
@@ -941,22 +896,22 @@ public int getServiceClassNamesCount() {
      *
      * map<string, string> service_class_names = 2;
      */
+
     @java.lang.Override
-    public boolean containsServiceClassNames(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
+    public boolean containsServiceClassNames(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
       return internalGetServiceClassNames().getMap().containsKey(key);
     }
-    /** Use {@link #getServiceClassNamesMap()} instead. */
+    /**
+     * Use {@link #getServiceClassNamesMap()} instead.
+     */
     @java.lang.Override
     @java.lang.Deprecated
     public java.util.Map getServiceClassNames() {
       return getServiceClassNamesMap();
     }
     /**
-     *
-     *
      * 
      * Configure the Java class name to use instead of the service's for its
      * corresponding generated GAPIC client. Keys are fully-qualified
@@ -975,12 +930,11 @@ public java.util.Map getServiceClassNames()
      * map<string, string> service_class_names = 2;
      */
     @java.lang.Override
+
     public java.util.Map getServiceClassNamesMap() {
       return internalGetServiceClassNames().getMap();
     }
     /**
-     *
-     *
      * 
      * Configure the Java class name to use instead of the service's for its
      * corresponding generated GAPIC client. Keys are fully-qualified
@@ -999,18 +953,16 @@ public java.util.Map getServiceClassNamesMap
      * map<string, string> service_class_names = 2;
      */
     @java.lang.Override
+
     public java.lang.String getServiceClassNamesOrDefault(
-        java.lang.String key, java.lang.String defaultValue) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
+        java.lang.String key,
+        java.lang.String defaultValue) {
+      if (key == null) { throw new NullPointerException("map key"); }
       java.util.Map map =
           internalGetServiceClassNames().getMap();
       return map.containsKey(key) ? map.get(key) : defaultValue;
     }
     /**
-     *
-     *
      * 
      * Configure the Java class name to use instead of the service's for its
      * corresponding generated GAPIC client. Keys are fully-qualified
@@ -1029,10 +981,10 @@ public java.lang.String getServiceClassNamesOrDefault(
      * map<string, string> service_class_names = 2;
      */
     @java.lang.Override
-    public java.lang.String getServiceClassNamesOrThrow(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
+
+    public java.lang.String getServiceClassNamesOrThrow(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
       java.util.Map map =
           internalGetServiceClassNames().getMap();
       if (!map.containsKey(key)) {
@@ -1042,12 +994,11 @@ public java.lang.String getServiceClassNamesOrThrow(java.lang.String key) {
     }
 
     public Builder clearServiceClassNames() {
-      internalGetMutableServiceClassNames().getMutableMap().clear();
+      internalGetMutableServiceClassNames().getMutableMap()
+          .clear();
       return this;
     }
     /**
-     *
-     *
      * 
      * Configure the Java class name to use instead of the service's for its
      * corresponding generated GAPIC client. Keys are fully-qualified
@@ -1065,21 +1016,23 @@ public Builder clearServiceClassNames() {
      *
      * map<string, string> service_class_names = 2;
      */
-    public Builder removeServiceClassNames(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      internalGetMutableServiceClassNames().getMutableMap().remove(key);
+
+    public Builder removeServiceClassNames(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      internalGetMutableServiceClassNames().getMutableMap()
+          .remove(key);
       return this;
     }
-    /** Use alternate mutation accessors instead. */
+    /**
+     * Use alternate mutation accessors instead.
+     */
     @java.lang.Deprecated
-    public java.util.Map getMutableServiceClassNames() {
+    public java.util.Map
+    getMutableServiceClassNames() {
       return internalGetMutableServiceClassNames().getMutableMap();
     }
     /**
-     *
-     *
      * 
      * Configure the Java class name to use instead of the service's for its
      * corresponding generated GAPIC client. Keys are fully-qualified
@@ -1097,20 +1050,19 @@ public java.util.Map getMutableServiceClassN
      *
      * map<string, string> service_class_names = 2;
      */
-    public Builder putServiceClassNames(java.lang.String key, java.lang.String value) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
+    public Builder putServiceClassNames(
+        java.lang.String key,
+        java.lang.String value) {
+      if (key == null) { throw new NullPointerException("map key"); }
       if (value == null) {
-        throw new NullPointerException("map value");
-      }
+  throw new NullPointerException("map value");
+}
 
-      internalGetMutableServiceClassNames().getMutableMap().put(key, value);
+      internalGetMutableServiceClassNames().getMutableMap()
+          .put(key, value);
       return this;
     }
     /**
-     *
-     *
      * 
      * Configure the Java class name to use instead of the service's for its
      * corresponding generated GAPIC client. Keys are fully-qualified
@@ -1128,55 +1080,44 @@ public Builder putServiceClassNames(java.lang.String key, java.lang.String value
      *
      * map<string, string> service_class_names = 2;
      */
+
     public Builder putAllServiceClassNames(
         java.util.Map values) {
-      internalGetMutableServiceClassNames().getMutableMap().putAll(values);
+      internalGetMutableServiceClassNames().getMutableMap()
+          .putAll(values);
       return this;
     }
 
     private com.google.api.CommonLanguageSettings common_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.api.CommonLanguageSettings,
-            com.google.api.CommonLanguageSettings.Builder,
-            com.google.api.CommonLanguageSettingsOrBuilder>
-        commonBuilder_;
+        com.google.api.CommonLanguageSettings, com.google.api.CommonLanguageSettings.Builder, com.google.api.CommonLanguageSettingsOrBuilder> commonBuilder_;
     /**
-     *
-     *
      * 
      * Some settings.
      * 
* * .google.api.CommonLanguageSettings common = 3; - * * @return Whether the common field is set. */ public boolean hasCommon() { return commonBuilder_ != null || common_ != null; } /** - * - * *
      * Some settings.
      * 
* * .google.api.CommonLanguageSettings common = 3; - * * @return The common. */ public com.google.api.CommonLanguageSettings getCommon() { if (commonBuilder_ == null) { - return common_ == null - ? com.google.api.CommonLanguageSettings.getDefaultInstance() - : common_; + return common_ == null ? com.google.api.CommonLanguageSettings.getDefaultInstance() : common_; } else { return commonBuilder_.getMessage(); } } /** - * - * *
      * Some settings.
      * 
@@ -1197,15 +1138,14 @@ public Builder setCommon(com.google.api.CommonLanguageSettings value) { return this; } /** - * - * *
      * Some settings.
      * 
* * .google.api.CommonLanguageSettings common = 3; */ - public Builder setCommon(com.google.api.CommonLanguageSettings.Builder builderForValue) { + public Builder setCommon( + com.google.api.CommonLanguageSettings.Builder builderForValue) { if (commonBuilder_ == null) { common_ = builderForValue.build(); onChanged(); @@ -1216,8 +1156,6 @@ public Builder setCommon(com.google.api.CommonLanguageSettings.Builder builderFo return this; } /** - * - * *
      * Some settings.
      * 
@@ -1228,9 +1166,7 @@ public Builder mergeCommon(com.google.api.CommonLanguageSettings value) { if (commonBuilder_ == null) { if (common_ != null) { common_ = - com.google.api.CommonLanguageSettings.newBuilder(common_) - .mergeFrom(value) - .buildPartial(); + com.google.api.CommonLanguageSettings.newBuilder(common_).mergeFrom(value).buildPartial(); } else { common_ = value; } @@ -1242,8 +1178,6 @@ public Builder mergeCommon(com.google.api.CommonLanguageSettings value) { return this; } /** - * - * *
      * Some settings.
      * 
@@ -1262,8 +1196,6 @@ public Builder clearCommon() { return this; } /** - * - * *
      * Some settings.
      * 
@@ -1271,13 +1203,11 @@ public Builder clearCommon() { * .google.api.CommonLanguageSettings common = 3; */ public com.google.api.CommonLanguageSettings.Builder getCommonBuilder() { - + onChanged(); return getCommonFieldBuilder().getBuilder(); } /** - * - * *
      * Some settings.
      * 
@@ -1288,14 +1218,11 @@ public com.google.api.CommonLanguageSettingsOrBuilder getCommonOrBuilder() { if (commonBuilder_ != null) { return commonBuilder_.getMessageOrBuilder(); } else { - return common_ == null - ? com.google.api.CommonLanguageSettings.getDefaultInstance() - : common_; + return common_ == null ? + com.google.api.CommonLanguageSettings.getDefaultInstance() : common_; } } /** - * - * *
      * Some settings.
      * 
@@ -1303,24 +1230,21 @@ public com.google.api.CommonLanguageSettingsOrBuilder getCommonOrBuilder() { * .google.api.CommonLanguageSettings common = 3; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.CommonLanguageSettings, - com.google.api.CommonLanguageSettings.Builder, - com.google.api.CommonLanguageSettingsOrBuilder> + com.google.api.CommonLanguageSettings, com.google.api.CommonLanguageSettings.Builder, com.google.api.CommonLanguageSettingsOrBuilder> getCommonFieldBuilder() { if (commonBuilder_ == null) { - commonBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.api.CommonLanguageSettings, - com.google.api.CommonLanguageSettings.Builder, - com.google.api.CommonLanguageSettingsOrBuilder>( - getCommon(), getParentForChildren(), isClean()); + commonBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.api.CommonLanguageSettings, com.google.api.CommonLanguageSettings.Builder, com.google.api.CommonLanguageSettingsOrBuilder>( + getCommon(), + getParentForChildren(), + isClean()); common_ = null; } return commonBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1330,12 +1254,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.JavaSettings) } // @@protoc_insertion_point(class_scope:google.api.JavaSettings) private static final com.google.api.JavaSettings DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.JavaSettings(); } @@ -1344,27 +1268,27 @@ public static com.google.api.JavaSettings getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public JavaSettings parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public JavaSettings parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1379,4 +1303,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.JavaSettings getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/JavaSettingsOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/JavaSettingsOrBuilder.java similarity index 81% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/JavaSettingsOrBuilder.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/JavaSettingsOrBuilder.java index dfad2159e5..809bc330ae 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/JavaSettingsOrBuilder.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/JavaSettingsOrBuilder.java @@ -1,31 +1,13 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/client.proto package com.google.api; -public interface JavaSettingsOrBuilder - extends +public interface JavaSettingsOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.JavaSettings) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The package name to use in Java. Clobbers the java_package option
    * set in the protobuf. This should be used **only** by APIs
@@ -39,13 +21,10 @@ public interface JavaSettingsOrBuilder
    * 
* * string library_package = 1; - * * @return The libraryPackage. */ java.lang.String getLibraryPackage(); /** - * - * *
    * The package name to use in Java. Clobbers the java_package option
    * set in the protobuf. This should be used **only** by APIs
@@ -59,14 +38,12 @@ public interface JavaSettingsOrBuilder
    * 
* * string library_package = 1; - * * @return The bytes for libraryPackage. */ - com.google.protobuf.ByteString getLibraryPackageBytes(); + com.google.protobuf.ByteString + getLibraryPackageBytes(); /** - * - * *
    * Configure the Java class name to use instead of the service's for its
    * corresponding generated GAPIC client. Keys are fully-qualified
@@ -86,8 +63,6 @@ public interface JavaSettingsOrBuilder
    */
   int getServiceClassNamesCount();
   /**
-   *
-   *
    * 
    * Configure the Java class name to use instead of the service's for its
    * corresponding generated GAPIC client. Keys are fully-qualified
@@ -105,13 +80,15 @@ public interface JavaSettingsOrBuilder
    *
    * map<string, string> service_class_names = 2;
    */
-  boolean containsServiceClassNames(java.lang.String key);
-  /** Use {@link #getServiceClassNamesMap()} instead. */
+  boolean containsServiceClassNames(
+      java.lang.String key);
+  /**
+   * Use {@link #getServiceClassNamesMap()} instead.
+   */
   @java.lang.Deprecated
-  java.util.Map getServiceClassNames();
+  java.util.Map
+  getServiceClassNames();
   /**
-   *
-   *
    * 
    * Configure the Java class name to use instead of the service's for its
    * corresponding generated GAPIC client. Keys are fully-qualified
@@ -129,10 +106,9 @@ public interface JavaSettingsOrBuilder
    *
    * map<string, string> service_class_names = 2;
    */
-  java.util.Map getServiceClassNamesMap();
+  java.util.Map
+  getServiceClassNamesMap();
   /**
-   *
-   *
    * 
    * Configure the Java class name to use instead of the service's for its
    * corresponding generated GAPIC client. Keys are fully-qualified
@@ -152,13 +128,11 @@ public interface JavaSettingsOrBuilder
    */
 
   /* nullable */
-  java.lang.String getServiceClassNamesOrDefault(
+java.lang.String getServiceClassNamesOrDefault(
       java.lang.String key,
       /* nullable */
-      java.lang.String defaultValue);
+java.lang.String defaultValue);
   /**
-   *
-   *
    * 
    * Configure the Java class name to use instead of the service's for its
    * corresponding generated GAPIC client. Keys are fully-qualified
@@ -176,35 +150,29 @@ java.lang.String getServiceClassNamesOrDefault(
    *
    * map<string, string> service_class_names = 2;
    */
-  java.lang.String getServiceClassNamesOrThrow(java.lang.String key);
+
+  java.lang.String getServiceClassNamesOrThrow(
+      java.lang.String key);
 
   /**
-   *
-   *
    * 
    * Some settings.
    * 
* * .google.api.CommonLanguageSettings common = 3; - * * @return Whether the common field is set. */ boolean hasCommon(); /** - * - * *
    * Some settings.
    * 
* * .google.api.CommonLanguageSettings common = 3; - * * @return The common. */ com.google.api.CommonLanguageSettings getCommon(); /** - * - * *
    * Some settings.
    * 
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/JwtLocation.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/JwtLocation.java similarity index 73% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/JwtLocation.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/JwtLocation.java index 02ddb3e616..e20fac11d1 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/JwtLocation.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/JwtLocation.java @@ -1,58 +1,42 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/auth.proto package com.google.api; /** - * - * *
  * Specifies a location to extract JWT from an API request.
  * 
* * Protobuf type {@code google.api.JwtLocation} */ -public final class JwtLocation extends com.google.protobuf.GeneratedMessageV3 - implements +public final class JwtLocation extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.api.JwtLocation) JwtLocationOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use JwtLocation.newBuilder() to construct. private JwtLocation(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private JwtLocation() { valuePrefix_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new JwtLocation(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.api.AuthProto.internal_static_google_api_JwtLocation_descriptor; } @@ -66,17 +50,14 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { private int inCase_ = 0; private java.lang.Object in_; - public enum InCase - implements - com.google.protobuf.Internal.EnumLite, + implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { HEADER(1), QUERY(2), COOKIE(4), IN_NOT_SET(0); private final int value; - private InCase(int value) { this.value = value; } @@ -92,52 +73,42 @@ public static InCase valueOf(int value) { public static InCase forNumber(int value) { switch (value) { - case 1: - return HEADER; - case 2: - return QUERY; - case 4: - return COOKIE; - case 0: - return IN_NOT_SET; - default: - return null; + case 1: return HEADER; + case 2: return QUERY; + case 4: return COOKIE; + case 0: return IN_NOT_SET; + default: return null; } } - public int getNumber() { return this.value; } }; - public InCase getInCase() { - return InCase.forNumber(inCase_); + public InCase + getInCase() { + return InCase.forNumber( + inCase_); } public static final int HEADER_FIELD_NUMBER = 1; /** - * - * *
    * Specifies HTTP header name to extract JWT token.
    * 
* * string header = 1; - * * @return Whether the header field is set. */ public boolean hasHeader() { return inCase_ == 1; } /** - * - * *
    * Specifies HTTP header name to extract JWT token.
    * 
* * string header = 1; - * * @return The header. */ public java.lang.String getHeader() { @@ -148,7 +119,8 @@ public java.lang.String getHeader() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (inCase_ == 1) { in_ = s; @@ -157,24 +129,23 @@ public java.lang.String getHeader() { } } /** - * - * *
    * Specifies HTTP header name to extract JWT token.
    * 
* * string header = 1; - * * @return The bytes for header. */ - public com.google.protobuf.ByteString getHeaderBytes() { + public com.google.protobuf.ByteString + getHeaderBytes() { java.lang.Object ref = ""; if (inCase_ == 1) { ref = in_; } if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (inCase_ == 1) { in_ = b; } @@ -186,28 +157,22 @@ public com.google.protobuf.ByteString getHeaderBytes() { public static final int QUERY_FIELD_NUMBER = 2; /** - * - * *
    * Specifies URL query parameter name to extract JWT token.
    * 
* * string query = 2; - * * @return Whether the query field is set. */ public boolean hasQuery() { return inCase_ == 2; } /** - * - * *
    * Specifies URL query parameter name to extract JWT token.
    * 
* * string query = 2; - * * @return The query. */ public java.lang.String getQuery() { @@ -218,7 +183,8 @@ public java.lang.String getQuery() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (inCase_ == 2) { in_ = s; @@ -227,24 +193,23 @@ public java.lang.String getQuery() { } } /** - * - * *
    * Specifies URL query parameter name to extract JWT token.
    * 
* * string query = 2; - * * @return The bytes for query. */ - public com.google.protobuf.ByteString getQueryBytes() { + public com.google.protobuf.ByteString + getQueryBytes() { java.lang.Object ref = ""; if (inCase_ == 2) { ref = in_; } if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (inCase_ == 2) { in_ = b; } @@ -256,28 +221,22 @@ public com.google.protobuf.ByteString getQueryBytes() { public static final int COOKIE_FIELD_NUMBER = 4; /** - * - * *
    * Specifies cookie name to extract JWT token.
    * 
* * string cookie = 4; - * * @return Whether the cookie field is set. */ public boolean hasCookie() { return inCase_ == 4; } /** - * - * *
    * Specifies cookie name to extract JWT token.
    * 
* * string cookie = 4; - * * @return The cookie. */ public java.lang.String getCookie() { @@ -288,7 +247,8 @@ public java.lang.String getCookie() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (inCase_ == 4) { in_ = s; @@ -297,24 +257,23 @@ public java.lang.String getCookie() { } } /** - * - * *
    * Specifies cookie name to extract JWT token.
    * 
* * string cookie = 4; - * * @return The bytes for cookie. */ - public com.google.protobuf.ByteString getCookieBytes() { + public com.google.protobuf.ByteString + getCookieBytes() { java.lang.Object ref = ""; if (inCase_ == 4) { ref = in_; } if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (inCase_ == 4) { in_ = b; } @@ -327,8 +286,6 @@ public com.google.protobuf.ByteString getCookieBytes() { public static final int VALUE_PREFIX_FIELD_NUMBER = 3; private volatile java.lang.Object valuePrefix_; /** - * - * *
    * The value prefix. The value format is "value_prefix{token}"
    * Only applies to "in" header type. Must be empty for "in" query type.
@@ -340,7 +297,6 @@ public com.google.protobuf.ByteString getCookieBytes() {
    * 
* * string value_prefix = 3; - * * @return The valuePrefix. */ @java.lang.Override @@ -349,15 +305,14 @@ public java.lang.String getValuePrefix() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); valuePrefix_ = s; return s; } } /** - * - * *
    * The value prefix. The value format is "value_prefix{token}"
    * Only applies to "in" header type. Must be empty for "in" query type.
@@ -369,15 +324,16 @@ public java.lang.String getValuePrefix() {
    * 
* * string value_prefix = 3; - * * @return The bytes for valuePrefix. */ @java.lang.Override - public com.google.protobuf.ByteString getValuePrefixBytes() { + public com.google.protobuf.ByteString + getValuePrefixBytes() { java.lang.Object ref = valuePrefix_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); valuePrefix_ = b; return b; } else { @@ -386,7 +342,6 @@ public com.google.protobuf.ByteString getValuePrefixBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -398,7 +353,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (inCase_ == 1) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, in_); } @@ -440,24 +396,28 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.JwtLocation)) { return super.equals(obj); } com.google.api.JwtLocation other = (com.google.api.JwtLocation) obj; - if (!getValuePrefix().equals(other.getValuePrefix())) return false; + if (!getValuePrefix() + .equals(other.getValuePrefix())) return false; if (!getInCase().equals(other.getInCase())) return false; switch (inCase_) { case 1: - if (!getHeader().equals(other.getHeader())) return false; + if (!getHeader() + .equals(other.getHeader())) return false; break; case 2: - if (!getQuery().equals(other.getQuery())) return false; + if (!getQuery() + .equals(other.getQuery())) return false; break; case 4: - if (!getCookie().equals(other.getCookie())) return false; + if (!getCookie() + .equals(other.getCookie())) return false; break; case 0: default: @@ -496,114 +456,109 @@ public int hashCode() { return hash; } - public static com.google.api.JwtLocation parseFrom(java.nio.ByteBuffer data) + public static com.google.api.JwtLocation parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.JwtLocation parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.api.JwtLocation parseFrom(com.google.protobuf.ByteString data) + public static com.google.api.JwtLocation parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.JwtLocation parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.JwtLocation parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.JwtLocation parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.JwtLocation parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.JwtLocation parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.JwtLocation parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.JwtLocation parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.api.JwtLocation parseFrom(com.google.protobuf.CodedInputStream input) + public static com.google.api.JwtLocation parseFrom( + com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.JwtLocation parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.JwtLocation prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Specifies a location to extract JWT from an API request.
    * 
* * Protobuf type {@code google.api.JwtLocation} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.api.JwtLocation) com.google.api.JwtLocationOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.api.AuthProto.internal_static_google_api_JwtLocation_descriptor; } @@ -616,12 +571,15 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { } // Construct using com.google.api.JwtLocation.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -633,7 +591,8 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { return com.google.api.AuthProto.internal_static_google_api_JwtLocation_descriptor; } @@ -673,39 +632,38 @@ public com.google.api.JwtLocation buildPartial() { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.api.JwtLocation) { - return mergeFrom((com.google.api.JwtLocation) other); + return mergeFrom((com.google.api.JwtLocation)other); } else { super.mergeFrom(other); return this; @@ -719,31 +677,27 @@ public Builder mergeFrom(com.google.api.JwtLocation other) { onChanged(); } switch (other.getInCase()) { - case HEADER: - { - inCase_ = 1; - in_ = other.in_; - onChanged(); - break; - } - case QUERY: - { - inCase_ = 2; - in_ = other.in_; - onChanged(); - break; - } - case COOKIE: - { - inCase_ = 4; - in_ = other.in_; - onChanged(); - break; - } - case IN_NOT_SET: - { - break; - } + case HEADER: { + inCase_ = 1; + in_ = other.in_; + onChanged(); + break; + } + case QUERY: { + inCase_ = 2; + in_ = other.in_; + onChanged(); + break; + } + case COOKIE: { + inCase_ = 4; + in_ = other.in_; + onChanged(); + break; + } + case IN_NOT_SET: { + break; + } } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); @@ -771,40 +725,35 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - java.lang.String s = input.readStringRequireUtf8(); - inCase_ = 1; - in_ = s; - break; - } // case 10 - case 18: - { - java.lang.String s = input.readStringRequireUtf8(); - inCase_ = 2; - in_ = s; - break; - } // case 18 - case 26: - { - valuePrefix_ = input.readStringRequireUtf8(); + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + inCase_ = 1; + in_ = s; + break; + } // case 10 + case 18: { + java.lang.String s = input.readStringRequireUtf8(); + inCase_ = 2; + in_ = s; + break; + } // case 18 + case 26: { + valuePrefix_ = input.readStringRequireUtf8(); - break; - } // case 26 - case 34: - { - java.lang.String s = input.readStringRequireUtf8(); - inCase_ = 4; - in_ = s; - break; - } // case 34 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + break; + } // case 26 + case 34: { + java.lang.String s = input.readStringRequireUtf8(); + inCase_ = 4; + in_ = s; + break; + } // case 34 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -814,12 +763,12 @@ public Builder mergeFrom( } // finally return this; } - private int inCase_ = 0; private java.lang.Object in_; - - public InCase getInCase() { - return InCase.forNumber(inCase_); + public InCase + getInCase() { + return InCase.forNumber( + inCase_); } public Builder clearIn() { @@ -829,15 +778,13 @@ public Builder clearIn() { return this; } + /** - * - * *
      * Specifies HTTP header name to extract JWT token.
      * 
* * string header = 1; - * * @return Whether the header field is set. */ @java.lang.Override @@ -845,14 +792,11 @@ public boolean hasHeader() { return inCase_ == 1; } /** - * - * *
      * Specifies HTTP header name to extract JWT token.
      * 
* * string header = 1; - * * @return The header. */ @java.lang.Override @@ -862,7 +806,8 @@ public java.lang.String getHeader() { ref = in_; } if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (inCase_ == 1) { in_ = s; @@ -873,25 +818,24 @@ public java.lang.String getHeader() { } } /** - * - * *
      * Specifies HTTP header name to extract JWT token.
      * 
* * string header = 1; - * * @return The bytes for header. */ @java.lang.Override - public com.google.protobuf.ByteString getHeaderBytes() { + public com.google.protobuf.ByteString + getHeaderBytes() { java.lang.Object ref = ""; if (inCase_ == 1) { ref = in_; } if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (inCase_ == 1) { in_ = b; } @@ -901,35 +845,30 @@ public com.google.protobuf.ByteString getHeaderBytes() { } } /** - * - * *
      * Specifies HTTP header name to extract JWT token.
      * 
* * string header = 1; - * * @param value The header to set. * @return This builder for chaining. */ - public Builder setHeader(java.lang.String value) { + public Builder setHeader( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - inCase_ = 1; + throw new NullPointerException(); + } + inCase_ = 1; in_ = value; onChanged(); return this; } /** - * - * *
      * Specifies HTTP header name to extract JWT token.
      * 
* * string header = 1; - * * @return This builder for chaining. */ public Builder clearHeader() { @@ -941,22 +880,20 @@ public Builder clearHeader() { return this; } /** - * - * *
      * Specifies HTTP header name to extract JWT token.
      * 
* * string header = 1; - * * @param value The bytes for header to set. * @return This builder for chaining. */ - public Builder setHeaderBytes(com.google.protobuf.ByteString value) { + public Builder setHeaderBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); inCase_ = 1; in_ = value; onChanged(); @@ -964,14 +901,11 @@ public Builder setHeaderBytes(com.google.protobuf.ByteString value) { } /** - * - * *
      * Specifies URL query parameter name to extract JWT token.
      * 
* * string query = 2; - * * @return Whether the query field is set. */ @java.lang.Override @@ -979,14 +913,11 @@ public boolean hasQuery() { return inCase_ == 2; } /** - * - * *
      * Specifies URL query parameter name to extract JWT token.
      * 
* * string query = 2; - * * @return The query. */ @java.lang.Override @@ -996,7 +927,8 @@ public java.lang.String getQuery() { ref = in_; } if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (inCase_ == 2) { in_ = s; @@ -1007,25 +939,24 @@ public java.lang.String getQuery() { } } /** - * - * *
      * Specifies URL query parameter name to extract JWT token.
      * 
* * string query = 2; - * * @return The bytes for query. */ @java.lang.Override - public com.google.protobuf.ByteString getQueryBytes() { + public com.google.protobuf.ByteString + getQueryBytes() { java.lang.Object ref = ""; if (inCase_ == 2) { ref = in_; } if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (inCase_ == 2) { in_ = b; } @@ -1035,35 +966,30 @@ public com.google.protobuf.ByteString getQueryBytes() { } } /** - * - * *
      * Specifies URL query parameter name to extract JWT token.
      * 
* * string query = 2; - * * @param value The query to set. * @return This builder for chaining. */ - public Builder setQuery(java.lang.String value) { + public Builder setQuery( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - inCase_ = 2; + throw new NullPointerException(); + } + inCase_ = 2; in_ = value; onChanged(); return this; } /** - * - * *
      * Specifies URL query parameter name to extract JWT token.
      * 
* * string query = 2; - * * @return This builder for chaining. */ public Builder clearQuery() { @@ -1075,22 +1001,20 @@ public Builder clearQuery() { return this; } /** - * - * *
      * Specifies URL query parameter name to extract JWT token.
      * 
* * string query = 2; - * * @param value The bytes for query to set. * @return This builder for chaining. */ - public Builder setQueryBytes(com.google.protobuf.ByteString value) { + public Builder setQueryBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); inCase_ = 2; in_ = value; onChanged(); @@ -1098,14 +1022,11 @@ public Builder setQueryBytes(com.google.protobuf.ByteString value) { } /** - * - * *
      * Specifies cookie name to extract JWT token.
      * 
* * string cookie = 4; - * * @return Whether the cookie field is set. */ @java.lang.Override @@ -1113,14 +1034,11 @@ public boolean hasCookie() { return inCase_ == 4; } /** - * - * *
      * Specifies cookie name to extract JWT token.
      * 
* * string cookie = 4; - * * @return The cookie. */ @java.lang.Override @@ -1130,7 +1048,8 @@ public java.lang.String getCookie() { ref = in_; } if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (inCase_ == 4) { in_ = s; @@ -1141,25 +1060,24 @@ public java.lang.String getCookie() { } } /** - * - * *
      * Specifies cookie name to extract JWT token.
      * 
* * string cookie = 4; - * * @return The bytes for cookie. */ @java.lang.Override - public com.google.protobuf.ByteString getCookieBytes() { + public com.google.protobuf.ByteString + getCookieBytes() { java.lang.Object ref = ""; if (inCase_ == 4) { ref = in_; } if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); if (inCase_ == 4) { in_ = b; } @@ -1169,35 +1087,30 @@ public com.google.protobuf.ByteString getCookieBytes() { } } /** - * - * *
      * Specifies cookie name to extract JWT token.
      * 
* * string cookie = 4; - * * @param value The cookie to set. * @return This builder for chaining. */ - public Builder setCookie(java.lang.String value) { + public Builder setCookie( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - inCase_ = 4; + throw new NullPointerException(); + } + inCase_ = 4; in_ = value; onChanged(); return this; } /** - * - * *
      * Specifies cookie name to extract JWT token.
      * 
* * string cookie = 4; - * * @return This builder for chaining. */ public Builder clearCookie() { @@ -1209,22 +1122,20 @@ public Builder clearCookie() { return this; } /** - * - * *
      * Specifies cookie name to extract JWT token.
      * 
* * string cookie = 4; - * * @param value The bytes for cookie to set. * @return This builder for chaining. */ - public Builder setCookieBytes(com.google.protobuf.ByteString value) { + public Builder setCookieBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); inCase_ = 4; in_ = value; onChanged(); @@ -1233,8 +1144,6 @@ public Builder setCookieBytes(com.google.protobuf.ByteString value) { private java.lang.Object valuePrefix_ = ""; /** - * - * *
      * The value prefix. The value format is "value_prefix{token}"
      * Only applies to "in" header type. Must be empty for "in" query type.
@@ -1246,13 +1155,13 @@ public Builder setCookieBytes(com.google.protobuf.ByteString value) {
      * 
* * string value_prefix = 3; - * * @return The valuePrefix. */ public java.lang.String getValuePrefix() { java.lang.Object ref = valuePrefix_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); valuePrefix_ = s; return s; @@ -1261,8 +1170,6 @@ public java.lang.String getValuePrefix() { } } /** - * - * *
      * The value prefix. The value format is "value_prefix{token}"
      * Only applies to "in" header type. Must be empty for "in" query type.
@@ -1274,14 +1181,15 @@ public java.lang.String getValuePrefix() {
      * 
* * string value_prefix = 3; - * * @return The bytes for valuePrefix. */ - public com.google.protobuf.ByteString getValuePrefixBytes() { + public com.google.protobuf.ByteString + getValuePrefixBytes() { java.lang.Object ref = valuePrefix_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); valuePrefix_ = b; return b; } else { @@ -1289,8 +1197,6 @@ public com.google.protobuf.ByteString getValuePrefixBytes() { } } /** - * - * *
      * The value prefix. The value format is "value_prefix{token}"
      * Only applies to "in" header type. Must be empty for "in" query type.
@@ -1302,22 +1208,20 @@ public com.google.protobuf.ByteString getValuePrefixBytes() {
      * 
* * string value_prefix = 3; - * * @param value The valuePrefix to set. * @return This builder for chaining. */ - public Builder setValuePrefix(java.lang.String value) { + public Builder setValuePrefix( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + valuePrefix_ = value; onChanged(); return this; } /** - * - * *
      * The value prefix. The value format is "value_prefix{token}"
      * Only applies to "in" header type. Must be empty for "in" query type.
@@ -1329,18 +1233,15 @@ public Builder setValuePrefix(java.lang.String value) {
      * 
* * string value_prefix = 3; - * * @return This builder for chaining. */ public Builder clearValuePrefix() { - + valuePrefix_ = getDefaultInstance().getValuePrefix(); onChanged(); return this; } /** - * - * *
      * The value prefix. The value format is "value_prefix{token}"
      * Only applies to "in" header type. Must be empty for "in" query type.
@@ -1352,23 +1253,23 @@ public Builder clearValuePrefix() {
      * 
* * string value_prefix = 3; - * * @param value The bytes for valuePrefix to set. * @return This builder for chaining. */ - public Builder setValuePrefixBytes(com.google.protobuf.ByteString value) { + public Builder setValuePrefixBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + valuePrefix_ = value; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1378,12 +1279,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.JwtLocation) } // @@protoc_insertion_point(class_scope:google.api.JwtLocation) private static final com.google.api.JwtLocation DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.JwtLocation(); } @@ -1392,27 +1293,27 @@ public static com.google.api.JwtLocation getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public JwtLocation parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public JwtLocation parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1427,4 +1328,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.JwtLocation getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/JwtLocationOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/JwtLocationOrBuilder.java similarity index 75% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/JwtLocationOrBuilder.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/JwtLocationOrBuilder.java index 167a5c86e6..4a4e40ef35 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/JwtLocationOrBuilder.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/JwtLocationOrBuilder.java @@ -1,142 +1,100 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/auth.proto package com.google.api; -public interface JwtLocationOrBuilder - extends +public interface JwtLocationOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.JwtLocation) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Specifies HTTP header name to extract JWT token.
    * 
* * string header = 1; - * * @return Whether the header field is set. */ boolean hasHeader(); /** - * - * *
    * Specifies HTTP header name to extract JWT token.
    * 
* * string header = 1; - * * @return The header. */ java.lang.String getHeader(); /** - * - * *
    * Specifies HTTP header name to extract JWT token.
    * 
* * string header = 1; - * * @return The bytes for header. */ - com.google.protobuf.ByteString getHeaderBytes(); + com.google.protobuf.ByteString + getHeaderBytes(); /** - * - * *
    * Specifies URL query parameter name to extract JWT token.
    * 
* * string query = 2; - * * @return Whether the query field is set. */ boolean hasQuery(); /** - * - * *
    * Specifies URL query parameter name to extract JWT token.
    * 
* * string query = 2; - * * @return The query. */ java.lang.String getQuery(); /** - * - * *
    * Specifies URL query parameter name to extract JWT token.
    * 
* * string query = 2; - * * @return The bytes for query. */ - com.google.protobuf.ByteString getQueryBytes(); + com.google.protobuf.ByteString + getQueryBytes(); /** - * - * *
    * Specifies cookie name to extract JWT token.
    * 
* * string cookie = 4; - * * @return Whether the cookie field is set. */ boolean hasCookie(); /** - * - * *
    * Specifies cookie name to extract JWT token.
    * 
* * string cookie = 4; - * * @return The cookie. */ java.lang.String getCookie(); /** - * - * *
    * Specifies cookie name to extract JWT token.
    * 
* * string cookie = 4; - * * @return The bytes for cookie. */ - com.google.protobuf.ByteString getCookieBytes(); + com.google.protobuf.ByteString + getCookieBytes(); /** - * - * *
    * The value prefix. The value format is "value_prefix{token}"
    * Only applies to "in" header type. Must be empty for "in" query type.
@@ -148,13 +106,10 @@ public interface JwtLocationOrBuilder
    * 
* * string value_prefix = 3; - * * @return The valuePrefix. */ java.lang.String getValuePrefix(); /** - * - * *
    * The value prefix. The value format is "value_prefix{token}"
    * Only applies to "in" header type. Must be empty for "in" query type.
@@ -166,10 +121,10 @@ public interface JwtLocationOrBuilder
    * 
* * string value_prefix = 3; - * * @return The bytes for valuePrefix. */ - com.google.protobuf.ByteString getValuePrefixBytes(); + com.google.protobuf.ByteString + getValuePrefixBytes(); public com.google.api.JwtLocation.InCase getInCase(); } diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/LabelDescriptor.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/LabelDescriptor.java similarity index 71% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/LabelDescriptor.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/LabelDescriptor.java index 0a2963a358..64b4d94319 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/LabelDescriptor.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/LabelDescriptor.java @@ -1,42 +1,24 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/label.proto package com.google.api; /** - * - * *
  * A description of a label.
  * 
* * Protobuf type {@code google.api.LabelDescriptor} */ -public final class LabelDescriptor extends com.google.protobuf.GeneratedMessageV3 - implements +public final class LabelDescriptor extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.api.LabelDescriptor) LabelDescriptorOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use LabelDescriptor.newBuilder() to construct. private LabelDescriptor(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private LabelDescriptor() { key_ = ""; valueType_ = 0; @@ -45,16 +27,18 @@ private LabelDescriptor() { @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new LabelDescriptor(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.api.LabelProto.internal_static_google_api_LabelDescriptor_descriptor; } @@ -67,18 +51,15 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { } /** - * - * *
    * Value types that can be used as label values.
    * 
* * Protobuf enum {@code google.api.LabelDescriptor.ValueType} */ - public enum ValueType implements com.google.protobuf.ProtocolMessageEnum { + public enum ValueType + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
      * A variable-length string. This is the default.
      * 
@@ -87,8 +68,6 @@ public enum ValueType implements com.google.protobuf.ProtocolMessageEnum { */ STRING(0), /** - * - * *
      * Boolean; true or false.
      * 
@@ -97,8 +76,6 @@ public enum ValueType implements com.google.protobuf.ProtocolMessageEnum { */ BOOL(1), /** - * - * *
      * A 64-bit signed integer.
      * 
@@ -110,8 +87,6 @@ public enum ValueType implements com.google.protobuf.ProtocolMessageEnum { ; /** - * - * *
      * A variable-length string. This is the default.
      * 
@@ -120,8 +95,6 @@ public enum ValueType implements com.google.protobuf.ProtocolMessageEnum { */ public static final int STRING_VALUE = 0; /** - * - * *
      * Boolean; true or false.
      * 
@@ -130,8 +103,6 @@ public enum ValueType implements com.google.protobuf.ProtocolMessageEnum { */ public static final int BOOL_VALUE = 1; /** - * - * *
      * A 64-bit signed integer.
      * 
@@ -140,6 +111,7 @@ public enum ValueType implements com.google.protobuf.ProtocolMessageEnum { */ public static final int INT64_VALUE = 2; + public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -164,49 +136,49 @@ public static ValueType valueOf(int value) { */ public static ValueType forNumber(int value) { switch (value) { - case 0: - return STRING; - case 1: - return BOOL; - case 2: - return INT64; - default: - return null; + case 0: return STRING; + case 1: return BOOL; + case 2: return INT64; + default: return null; } } - public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { + public static com.google.protobuf.Internal.EnumLiteMap + internalGetValueMap() { return internalValueMap; } + private static final com.google.protobuf.Internal.EnumLiteMap< + ValueType> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public ValueType findValueByNumber(int number) { + return ValueType.forNumber(number); + } + }; - private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public ValueType findValueByNumber(int number) { - return ValueType.forNumber(number); - } - }; - - public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { + public final com.google.protobuf.Descriptors.EnumValueDescriptor + getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } - - public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { + public final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptorForType() { return getDescriptor(); } - - public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { return com.google.api.LabelDescriptor.getDescriptor().getEnumTypes().get(0); } private static final ValueType[] VALUES = values(); - public static ValueType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static ValueType valueOf( + com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { - throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); + throw new java.lang.IllegalArgumentException( + "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; @@ -226,14 +198,11 @@ private ValueType(int value) { public static final int KEY_FIELD_NUMBER = 1; private volatile java.lang.Object key_; /** - * - * *
    * The label key.
    * 
* * string key = 1; - * * @return The key. */ @java.lang.Override @@ -242,29 +211,29 @@ public java.lang.String getKey() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; } } /** - * - * *
    * The label key.
    * 
* * string key = 1; - * * @return The bytes for key. */ @java.lang.Override - public com.google.protobuf.ByteString getKeyBytes() { + public com.google.protobuf.ByteString + getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); key_ = b; return b; } else { @@ -275,50 +244,38 @@ public com.google.protobuf.ByteString getKeyBytes() { public static final int VALUE_TYPE_FIELD_NUMBER = 2; private int valueType_; /** - * - * *
    * The type of data that can be assigned to the label.
    * 
* * .google.api.LabelDescriptor.ValueType value_type = 2; - * * @return The enum numeric value on the wire for valueType. */ - @java.lang.Override - public int getValueTypeValue() { + @java.lang.Override public int getValueTypeValue() { return valueType_; } /** - * - * *
    * The type of data that can be assigned to the label.
    * 
* * .google.api.LabelDescriptor.ValueType value_type = 2; - * * @return The valueType. */ - @java.lang.Override - public com.google.api.LabelDescriptor.ValueType getValueType() { + @java.lang.Override public com.google.api.LabelDescriptor.ValueType getValueType() { @SuppressWarnings("deprecation") - com.google.api.LabelDescriptor.ValueType result = - com.google.api.LabelDescriptor.ValueType.valueOf(valueType_); + com.google.api.LabelDescriptor.ValueType result = com.google.api.LabelDescriptor.ValueType.valueOf(valueType_); return result == null ? com.google.api.LabelDescriptor.ValueType.UNRECOGNIZED : result; } public static final int DESCRIPTION_FIELD_NUMBER = 3; private volatile java.lang.Object description_; /** - * - * *
    * A human-readable description for the label.
    * 
* * string description = 3; - * * @return The description. */ @java.lang.Override @@ -327,29 +284,29 @@ public java.lang.String getDescription() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); description_ = s; return s; } } /** - * - * *
    * A human-readable description for the label.
    * 
* * string description = 3; - * * @return The bytes for description. */ @java.lang.Override - public com.google.protobuf.ByteString getDescriptionBytes() { + public com.google.protobuf.ByteString + getDescriptionBytes() { java.lang.Object ref = description_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); description_ = b; return b; } else { @@ -358,7 +315,6 @@ public com.google.protobuf.ByteString getDescriptionBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -370,7 +326,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(key_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, key_); } @@ -393,7 +350,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, key_); } if (valueType_ != com.google.api.LabelDescriptor.ValueType.STRING.getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(2, valueType_); + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(2, valueType_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(description_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, description_); @@ -406,16 +364,18 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.LabelDescriptor)) { return super.equals(obj); } com.google.api.LabelDescriptor other = (com.google.api.LabelDescriptor) obj; - if (!getKey().equals(other.getKey())) return false; + if (!getKey() + .equals(other.getKey())) return false; if (valueType_ != other.valueType_) return false; - if (!getDescription().equals(other.getDescription())) return false; + if (!getDescription() + .equals(other.getDescription())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -438,114 +398,109 @@ public int hashCode() { return hash; } - public static com.google.api.LabelDescriptor parseFrom(java.nio.ByteBuffer data) + public static com.google.api.LabelDescriptor parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.LabelDescriptor parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.api.LabelDescriptor parseFrom(com.google.protobuf.ByteString data) + public static com.google.api.LabelDescriptor parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.LabelDescriptor parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.LabelDescriptor parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.LabelDescriptor parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.LabelDescriptor parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.LabelDescriptor parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.LabelDescriptor parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.LabelDescriptor parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.api.LabelDescriptor parseFrom(com.google.protobuf.CodedInputStream input) + public static com.google.api.LabelDescriptor parseFrom( + com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.LabelDescriptor parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.LabelDescriptor prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * A description of a label.
    * 
* * Protobuf type {@code google.api.LabelDescriptor} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.api.LabelDescriptor) com.google.api.LabelDescriptorOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.api.LabelProto.internal_static_google_api_LabelDescriptor_descriptor; } @@ -558,12 +513,15 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { } // Construct using com.google.api.LabelDescriptor.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -577,7 +535,8 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { return com.google.api.LabelProto.internal_static_google_api_LabelDescriptor_descriptor; } @@ -609,39 +568,38 @@ public com.google.api.LabelDescriptor buildPartial() { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.api.LabelDescriptor) { - return mergeFrom((com.google.api.LabelDescriptor) other); + return mergeFrom((com.google.api.LabelDescriptor)other); } else { super.mergeFrom(other); return this; @@ -687,31 +645,27 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - key_ = input.readStringRequireUtf8(); - - break; - } // case 10 - case 16: - { - valueType_ = input.readEnum(); - - break; - } // case 16 - case 26: - { - description_ = input.readStringRequireUtf8(); - - break; - } // case 26 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + key_ = input.readStringRequireUtf8(); + + break; + } // case 10 + case 16: { + valueType_ = input.readEnum(); + + break; + } // case 16 + case 26: { + description_ = input.readStringRequireUtf8(); + + break; + } // case 26 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -724,20 +678,18 @@ public Builder mergeFrom( private java.lang.Object key_ = ""; /** - * - * *
      * The label key.
      * 
* * string key = 1; - * * @return The key. */ public java.lang.String getKey() { java.lang.Object ref = key_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); key_ = s; return s; @@ -746,21 +698,20 @@ public java.lang.String getKey() { } } /** - * - * *
      * The label key.
      * 
* * string key = 1; - * * @return The bytes for key. */ - public com.google.protobuf.ByteString getKeyBytes() { + public com.google.protobuf.ByteString + getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); key_ = b; return b; } else { @@ -768,61 +719,54 @@ public com.google.protobuf.ByteString getKeyBytes() { } } /** - * - * *
      * The label key.
      * 
* * string key = 1; - * * @param value The key to set. * @return This builder for chaining. */ - public Builder setKey(java.lang.String value) { + public Builder setKey( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + key_ = value; onChanged(); return this; } /** - * - * *
      * The label key.
      * 
* * string key = 1; - * * @return This builder for chaining. */ public Builder clearKey() { - + key_ = getDefaultInstance().getKey(); onChanged(); return this; } /** - * - * *
      * The label key.
      * 
* * string key = 1; - * * @param value The bytes for key to set. * @return This builder for chaining. */ - public Builder setKeyBytes(com.google.protobuf.ByteString value) { + public Builder setKeyBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + key_ = value; onChanged(); return this; @@ -830,65 +774,51 @@ public Builder setKeyBytes(com.google.protobuf.ByteString value) { private int valueType_ = 0; /** - * - * *
      * The type of data that can be assigned to the label.
      * 
* * .google.api.LabelDescriptor.ValueType value_type = 2; - * * @return The enum numeric value on the wire for valueType. */ - @java.lang.Override - public int getValueTypeValue() { + @java.lang.Override public int getValueTypeValue() { return valueType_; } /** - * - * *
      * The type of data that can be assigned to the label.
      * 
* * .google.api.LabelDescriptor.ValueType value_type = 2; - * * @param value The enum numeric value on the wire for valueType to set. * @return This builder for chaining. */ public Builder setValueTypeValue(int value) { - + valueType_ = value; onChanged(); return this; } /** - * - * *
      * The type of data that can be assigned to the label.
      * 
* * .google.api.LabelDescriptor.ValueType value_type = 2; - * * @return The valueType. */ @java.lang.Override public com.google.api.LabelDescriptor.ValueType getValueType() { @SuppressWarnings("deprecation") - com.google.api.LabelDescriptor.ValueType result = - com.google.api.LabelDescriptor.ValueType.valueOf(valueType_); + com.google.api.LabelDescriptor.ValueType result = com.google.api.LabelDescriptor.ValueType.valueOf(valueType_); return result == null ? com.google.api.LabelDescriptor.ValueType.UNRECOGNIZED : result; } /** - * - * *
      * The type of data that can be assigned to the label.
      * 
* * .google.api.LabelDescriptor.ValueType value_type = 2; - * * @param value The valueType to set. * @return This builder for chaining. */ @@ -896,24 +826,21 @@ public Builder setValueType(com.google.api.LabelDescriptor.ValueType value) { if (value == null) { throw new NullPointerException(); } - + valueType_ = value.getNumber(); onChanged(); return this; } /** - * - * *
      * The type of data that can be assigned to the label.
      * 
* * .google.api.LabelDescriptor.ValueType value_type = 2; - * * @return This builder for chaining. */ public Builder clearValueType() { - + valueType_ = 0; onChanged(); return this; @@ -921,20 +848,18 @@ public Builder clearValueType() { private java.lang.Object description_ = ""; /** - * - * *
      * A human-readable description for the label.
      * 
* * string description = 3; - * * @return The description. */ public java.lang.String getDescription() { java.lang.Object ref = description_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); description_ = s; return s; @@ -943,21 +868,20 @@ public java.lang.String getDescription() { } } /** - * - * *
      * A human-readable description for the label.
      * 
* * string description = 3; - * * @return The bytes for description. */ - public com.google.protobuf.ByteString getDescriptionBytes() { + public com.google.protobuf.ByteString + getDescriptionBytes() { java.lang.Object ref = description_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); description_ = b; return b; } else { @@ -965,68 +889,61 @@ public com.google.protobuf.ByteString getDescriptionBytes() { } } /** - * - * *
      * A human-readable description for the label.
      * 
* * string description = 3; - * * @param value The description to set. * @return This builder for chaining. */ - public Builder setDescription(java.lang.String value) { + public Builder setDescription( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + description_ = value; onChanged(); return this; } /** - * - * *
      * A human-readable description for the label.
      * 
* * string description = 3; - * * @return This builder for chaining. */ public Builder clearDescription() { - + description_ = getDefaultInstance().getDescription(); onChanged(); return this; } /** - * - * *
      * A human-readable description for the label.
      * 
* * string description = 3; - * * @param value The bytes for description to set. * @return This builder for chaining. */ - public Builder setDescriptionBytes(com.google.protobuf.ByteString value) { + public Builder setDescriptionBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + description_ = value; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1036,12 +953,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.LabelDescriptor) } // @@protoc_insertion_point(class_scope:google.api.LabelDescriptor) private static final com.google.api.LabelDescriptor DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.LabelDescriptor(); } @@ -1050,27 +967,27 @@ public static com.google.api.LabelDescriptor getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public LabelDescriptor parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public LabelDescriptor parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1085,4 +1002,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.LabelDescriptor getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/LabelDescriptorOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/LabelDescriptorOrBuilder.java similarity index 62% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/LabelDescriptorOrBuilder.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/LabelDescriptorOrBuilder.java index dbfe91154e..be0c0e54e2 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/LabelDescriptorOrBuilder.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/LabelDescriptorOrBuilder.java @@ -1,100 +1,68 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/label.proto package com.google.api; -public interface LabelDescriptorOrBuilder - extends +public interface LabelDescriptorOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.LabelDescriptor) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The label key.
    * 
* * string key = 1; - * * @return The key. */ java.lang.String getKey(); /** - * - * *
    * The label key.
    * 
* * string key = 1; - * * @return The bytes for key. */ - com.google.protobuf.ByteString getKeyBytes(); + com.google.protobuf.ByteString + getKeyBytes(); /** - * - * *
    * The type of data that can be assigned to the label.
    * 
* * .google.api.LabelDescriptor.ValueType value_type = 2; - * * @return The enum numeric value on the wire for valueType. */ int getValueTypeValue(); /** - * - * *
    * The type of data that can be assigned to the label.
    * 
* * .google.api.LabelDescriptor.ValueType value_type = 2; - * * @return The valueType. */ com.google.api.LabelDescriptor.ValueType getValueType(); /** - * - * *
    * A human-readable description for the label.
    * 
* * string description = 3; - * * @return The description. */ java.lang.String getDescription(); /** - * - * *
    * A human-readable description for the label.
    * 
* * string description = 3; - * * @return The bytes for description. */ - com.google.protobuf.ByteString getDescriptionBytes(); + com.google.protobuf.ByteString + getDescriptionBytes(); } diff --git a/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/LabelProto.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/LabelProto.java new file mode 100644 index 0000000000..1d941c2e93 --- /dev/null +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/LabelProto.java @@ -0,0 +1,53 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/api/label.proto + +package com.google.api; + +public final class LabelProto { + private LabelProto() {} + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistryLite registry) { + } + + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistry registry) { + registerAllExtensions( + (com.google.protobuf.ExtensionRegistryLite) registry); + } + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_LabelDescriptor_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_LabelDescriptor_fieldAccessorTable; + + public static com.google.protobuf.Descriptors.FileDescriptor + getDescriptor() { + return descriptor; + } + private static com.google.protobuf.Descriptors.FileDescriptor + descriptor; + static { + java.lang.String[] descriptorData = { + "\n\026google/api/label.proto\022\ngoogle.api\"\234\001\n" + + "\017LabelDescriptor\022\013\n\003key\030\001 \001(\t\0229\n\nvalue_t" + + "ype\030\002 \001(\0162%.google.api.LabelDescriptor.V" + + "alueType\022\023\n\013description\030\003 \001(\t\",\n\tValueTy" + + "pe\022\n\n\006STRING\020\000\022\010\n\004BOOL\020\001\022\t\n\005INT64\020\002B_\n\016c" + + "om.google.apiB\nLabelProtoP\001Z5google.gola" + + "ng.org/genproto/googleapis/api/label;lab" + + "el\370\001\001\242\002\004GAPIb\006proto3" + }; + descriptor = com.google.protobuf.Descriptors.FileDescriptor + .internalBuildGeneratedFileFrom(descriptorData, + new com.google.protobuf.Descriptors.FileDescriptor[] { + }); + internal_static_google_api_LabelDescriptor_descriptor = + getDescriptor().getMessageTypes().get(0); + internal_static_google_api_LabelDescriptor_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_LabelDescriptor_descriptor, + new java.lang.String[] { "Key", "ValueType", "Description", }); + } + + // @@protoc_insertion_point(outer_class_scope) +} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/LaunchStage.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/LaunchStage.java similarity index 81% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/LaunchStage.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/LaunchStage.java index c0c42e10d0..6082dc1de4 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/LaunchStage.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/LaunchStage.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/launch_stage.proto package com.google.api; /** - * - * *
  * The launch stage as defined by [Google Cloud Platform
  * Launch Stages](https://cloud.google.com/terms/launch-stages).
@@ -28,10 +11,9 @@
  *
  * Protobuf enum {@code google.api.LaunchStage}
  */
-public enum LaunchStage implements com.google.protobuf.ProtocolMessageEnum {
+public enum LaunchStage
+    implements com.google.protobuf.ProtocolMessageEnum {
   /**
-   *
-   *
    * 
    * Do not use this default value.
    * 
@@ -40,8 +22,6 @@ public enum LaunchStage implements com.google.protobuf.ProtocolMessageEnum { */ LAUNCH_STAGE_UNSPECIFIED(0), /** - * - * *
    * The feature is not yet implemented. Users can not use it.
    * 
@@ -50,8 +30,6 @@ public enum LaunchStage implements com.google.protobuf.ProtocolMessageEnum { */ UNIMPLEMENTED(6), /** - * - * *
    * Prelaunch features are hidden from users and are only visible internally.
    * 
@@ -60,8 +38,6 @@ public enum LaunchStage implements com.google.protobuf.ProtocolMessageEnum { */ PRELAUNCH(7), /** - * - * *
    * Early Access features are limited to a closed group of testers. To use
    * these features, you must sign up in advance and sign a Trusted Tester
@@ -74,8 +50,6 @@ public enum LaunchStage implements com.google.protobuf.ProtocolMessageEnum {
    */
   EARLY_ACCESS(1),
   /**
-   *
-   *
    * 
    * Alpha is a limited availability test for releases before they are cleared
    * for widespread use. By Alpha, all significant design issues are resolved
@@ -92,8 +66,6 @@ public enum LaunchStage implements com.google.protobuf.ProtocolMessageEnum {
    */
   ALPHA(2),
   /**
-   *
-   *
    * 
    * Beta is the point at which we are ready to open a release for any
    * customer to use. There are no SLA or technical support obligations in a
@@ -106,8 +78,6 @@ public enum LaunchStage implements com.google.protobuf.ProtocolMessageEnum {
    */
   BETA(3),
   /**
-   *
-   *
    * 
    * GA features are open to all developers and are considered stable and
    * fully qualified for production use.
@@ -117,8 +87,6 @@ public enum LaunchStage implements com.google.protobuf.ProtocolMessageEnum {
    */
   GA(4),
   /**
-   *
-   *
    * 
    * Deprecated features are scheduled to be shut down and removed. For more
    * information, see the "Deprecation Policy" section of our [Terms of
@@ -134,8 +102,6 @@ public enum LaunchStage implements com.google.protobuf.ProtocolMessageEnum {
   ;
 
   /**
-   *
-   *
    * 
    * Do not use this default value.
    * 
@@ -144,8 +110,6 @@ public enum LaunchStage implements com.google.protobuf.ProtocolMessageEnum { */ public static final int LAUNCH_STAGE_UNSPECIFIED_VALUE = 0; /** - * - * *
    * The feature is not yet implemented. Users can not use it.
    * 
@@ -154,8 +118,6 @@ public enum LaunchStage implements com.google.protobuf.ProtocolMessageEnum { */ public static final int UNIMPLEMENTED_VALUE = 6; /** - * - * *
    * Prelaunch features are hidden from users and are only visible internally.
    * 
@@ -164,8 +126,6 @@ public enum LaunchStage implements com.google.protobuf.ProtocolMessageEnum { */ public static final int PRELAUNCH_VALUE = 7; /** - * - * *
    * Early Access features are limited to a closed group of testers. To use
    * these features, you must sign up in advance and sign a Trusted Tester
@@ -178,8 +138,6 @@ public enum LaunchStage implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int EARLY_ACCESS_VALUE = 1;
   /**
-   *
-   *
    * 
    * Alpha is a limited availability test for releases before they are cleared
    * for widespread use. By Alpha, all significant design issues are resolved
@@ -196,8 +154,6 @@ public enum LaunchStage implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int ALPHA_VALUE = 2;
   /**
-   *
-   *
    * 
    * Beta is the point at which we are ready to open a release for any
    * customer to use. There are no SLA or technical support obligations in a
@@ -210,8 +166,6 @@ public enum LaunchStage implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int BETA_VALUE = 3;
   /**
-   *
-   *
    * 
    * GA features are open to all developers and are considered stable and
    * fully qualified for production use.
@@ -221,8 +175,6 @@ public enum LaunchStage implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int GA_VALUE = 4;
   /**
-   *
-   *
    * 
    * Deprecated features are scheduled to be shut down and removed. For more
    * information, see the "Deprecation Policy" section of our [Terms of
@@ -235,6 +187,7 @@ public enum LaunchStage implements com.google.protobuf.ProtocolMessageEnum {
    */
   public static final int DEPRECATED_VALUE = 5;
 
+
   public final int getNumber() {
     if (this == UNRECOGNIZED) {
       throw new java.lang.IllegalArgumentException(
@@ -259,59 +212,54 @@ public static LaunchStage valueOf(int value) {
    */
   public static LaunchStage forNumber(int value) {
     switch (value) {
-      case 0:
-        return LAUNCH_STAGE_UNSPECIFIED;
-      case 6:
-        return UNIMPLEMENTED;
-      case 7:
-        return PRELAUNCH;
-      case 1:
-        return EARLY_ACCESS;
-      case 2:
-        return ALPHA;
-      case 3:
-        return BETA;
-      case 4:
-        return GA;
-      case 5:
-        return DEPRECATED;
-      default:
-        return null;
+      case 0: return LAUNCH_STAGE_UNSPECIFIED;
+      case 6: return UNIMPLEMENTED;
+      case 7: return PRELAUNCH;
+      case 1: return EARLY_ACCESS;
+      case 2: return ALPHA;
+      case 3: return BETA;
+      case 4: return GA;
+      case 5: return DEPRECATED;
+      default: return null;
     }
   }
 
-  public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
+  public static com.google.protobuf.Internal.EnumLiteMap
+      internalGetValueMap() {
     return internalValueMap;
   }
+  private static final com.google.protobuf.Internal.EnumLiteMap<
+      LaunchStage> internalValueMap =
+        new com.google.protobuf.Internal.EnumLiteMap() {
+          public LaunchStage findValueByNumber(int number) {
+            return LaunchStage.forNumber(number);
+          }
+        };
 
-  private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
-      new com.google.protobuf.Internal.EnumLiteMap() {
-        public LaunchStage findValueByNumber(int number) {
-          return LaunchStage.forNumber(number);
-        }
-      };
-
-  public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+  public final com.google.protobuf.Descriptors.EnumValueDescriptor
+      getValueDescriptor() {
     if (this == UNRECOGNIZED) {
       throw new java.lang.IllegalStateException(
           "Can't get the descriptor of an unrecognized enum value.");
     }
     return getDescriptor().getValues().get(ordinal());
   }
-
-  public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
+  public final com.google.protobuf.Descriptors.EnumDescriptor
+      getDescriptorForType() {
     return getDescriptor();
   }
-
-  public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
+  public static final com.google.protobuf.Descriptors.EnumDescriptor
+      getDescriptor() {
     return com.google.api.LaunchStageProto.getDescriptor().getEnumTypes().get(0);
   }
 
   private static final LaunchStage[] VALUES = values();
 
-  public static LaunchStage valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+  public static LaunchStage valueOf(
+      com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
     if (desc.getType() != getDescriptor()) {
-      throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
+      throw new java.lang.IllegalArgumentException(
+        "EnumValueDescriptor is not for this type.");
     }
     if (desc.getIndex() == -1) {
       return UNRECOGNIZED;
@@ -327,3 +275,4 @@ private LaunchStage(int value) {
 
   // @@protoc_insertion_point(enum_scope:google.api.LaunchStage)
 }
+
diff --git a/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/LaunchStageProto.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/LaunchStageProto.java
new file mode 100644
index 0000000000..dafc84814e
--- /dev/null
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/LaunchStageProto.java
@@ -0,0 +1,42 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/api/launch_stage.proto
+
+package com.google.api;
+
+public final class LaunchStageProto {
+  private LaunchStageProto() {}
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistryLite registry) {
+  }
+
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistry registry) {
+    registerAllExtensions(
+        (com.google.protobuf.ExtensionRegistryLite) registry);
+  }
+
+  public static com.google.protobuf.Descriptors.FileDescriptor
+      getDescriptor() {
+    return descriptor;
+  }
+  private static  com.google.protobuf.Descriptors.FileDescriptor
+      descriptor;
+  static {
+    java.lang.String[] descriptorData = {
+      "\n\035google/api/launch_stage.proto\022\ngoogle." +
+      "api*\214\001\n\013LaunchStage\022\034\n\030LAUNCH_STAGE_UNSP" +
+      "ECIFIED\020\000\022\021\n\rUNIMPLEMENTED\020\006\022\r\n\tPRELAUNC" +
+      "H\020\007\022\020\n\014EARLY_ACCESS\020\001\022\t\n\005ALPHA\020\002\022\010\n\004BETA" +
+      "\020\003\022\006\n\002GA\020\004\022\016\n\nDEPRECATED\020\005BZ\n\016com.google" +
+      ".apiB\020LaunchStageProtoP\001Z-google.golang." +
+      "org/genproto/googleapis/api;api\242\002\004GAPIb\006" +
+      "proto3"
+    };
+    descriptor = com.google.protobuf.Descriptors.FileDescriptor
+      .internalBuildGeneratedFileFrom(descriptorData,
+        new com.google.protobuf.Descriptors.FileDescriptor[] {
+        });
+  }
+
+  // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/LogDescriptor.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/LogDescriptor.java
similarity index 76%
rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/LogDescriptor.java
rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/LogDescriptor.java
index 2ef911f9f7..bd892e499c 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/LogDescriptor.java
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/LogDescriptor.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/api/log.proto
 
 package com.google.api;
 
 /**
- *
- *
  * 
  * A description of a log type. Example in YAML format:
  *     - name: library.googleapis.com/activity_history
@@ -33,16 +16,15 @@
  *
  * Protobuf type {@code google.api.LogDescriptor}
  */
-public final class LogDescriptor extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class LogDescriptor extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.api.LogDescriptor)
     LogDescriptorOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use LogDescriptor.newBuilder() to construct.
   private LogDescriptor(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private LogDescriptor() {
     name_ = "";
     labels_ = java.util.Collections.emptyList();
@@ -52,16 +34,18 @@ private LogDescriptor() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new LogDescriptor();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
     return com.google.api.LogProto.internal_static_google_api_LogDescriptor_descriptor;
   }
 
@@ -76,8 +60,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
   public static final int NAME_FIELD_NUMBER = 1;
   private volatile java.lang.Object name_;
   /**
-   *
-   *
    * 
    * The name of the log. It must be less than 512 characters long and can
    * include the following characters: upper- and lower-case alphanumeric
@@ -86,7 +68,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    * 
* * string name = 1; - * * @return The name. */ @java.lang.Override @@ -95,15 +76,14 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * The name of the log. It must be less than 512 characters long and can
    * include the following characters: upper- and lower-case alphanumeric
@@ -112,15 +92,16 @@ public java.lang.String getName() {
    * 
* * string name = 1; - * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -131,8 +112,6 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int LABELS_FIELD_NUMBER = 2; private java.util.List labels_; /** - * - * *
    * The set of labels that are available to describe a specific log entry.
    * Runtime requests that contain labels not specified here are
@@ -146,8 +125,6 @@ public java.util.List getLabelsList() {
     return labels_;
   }
   /**
-   *
-   *
    * 
    * The set of labels that are available to describe a specific log entry.
    * Runtime requests that contain labels not specified here are
@@ -157,13 +134,11 @@ public java.util.List getLabelsList() {
    * repeated .google.api.LabelDescriptor labels = 2;
    */
   @java.lang.Override
-  public java.util.List
+  public java.util.List 
       getLabelsOrBuilderList() {
     return labels_;
   }
   /**
-   *
-   *
    * 
    * The set of labels that are available to describe a specific log entry.
    * Runtime requests that contain labels not specified here are
@@ -177,8 +152,6 @@ public int getLabelsCount() {
     return labels_.size();
   }
   /**
-   *
-   *
    * 
    * The set of labels that are available to describe a specific log entry.
    * Runtime requests that contain labels not specified here are
@@ -192,8 +165,6 @@ public com.google.api.LabelDescriptor getLabels(int index) {
     return labels_.get(index);
   }
   /**
-   *
-   *
    * 
    * The set of labels that are available to describe a specific log entry.
    * Runtime requests that contain labels not specified here are
@@ -203,22 +174,20 @@ public com.google.api.LabelDescriptor getLabels(int index) {
    * repeated .google.api.LabelDescriptor labels = 2;
    */
   @java.lang.Override
-  public com.google.api.LabelDescriptorOrBuilder getLabelsOrBuilder(int index) {
+  public com.google.api.LabelDescriptorOrBuilder getLabelsOrBuilder(
+      int index) {
     return labels_.get(index);
   }
 
   public static final int DESCRIPTION_FIELD_NUMBER = 3;
   private volatile java.lang.Object description_;
   /**
-   *
-   *
    * 
    * A human-readable description of this log. This information appears in
    * the documentation and can contain details.
    * 
* * string description = 3; - * * @return The description. */ @java.lang.Override @@ -227,30 +196,30 @@ public java.lang.String getDescription() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); description_ = s; return s; } } /** - * - * *
    * A human-readable description of this log. This information appears in
    * the documentation and can contain details.
    * 
* * string description = 3; - * * @return The bytes for description. */ @java.lang.Override - public com.google.protobuf.ByteString getDescriptionBytes() { + public com.google.protobuf.ByteString + getDescriptionBytes() { java.lang.Object ref = description_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); description_ = b; return b; } else { @@ -261,15 +230,12 @@ public com.google.protobuf.ByteString getDescriptionBytes() { public static final int DISPLAY_NAME_FIELD_NUMBER = 4; private volatile java.lang.Object displayName_; /** - * - * *
    * The human-readable name for this log. This information appears on
    * the user interface and should be concise.
    * 
* * string display_name = 4; - * * @return The displayName. */ @java.lang.Override @@ -278,30 +244,30 @@ public java.lang.String getDisplayName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); displayName_ = s; return s; } } /** - * - * *
    * The human-readable name for this log. This information appears on
    * the user interface and should be concise.
    * 
* * string display_name = 4; - * * @return The bytes for displayName. */ @java.lang.Override - public com.google.protobuf.ByteString getDisplayNameBytes() { + public com.google.protobuf.ByteString + getDisplayNameBytes() { java.lang.Object ref = displayName_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); displayName_ = b; return b; } else { @@ -310,7 +276,6 @@ public com.google.protobuf.ByteString getDisplayNameBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -322,7 +287,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -348,7 +314,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } for (int i = 0; i < labels_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, labels_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, labels_.get(i)); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(description_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, description_); @@ -364,17 +331,21 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.LogDescriptor)) { return super.equals(obj); } com.google.api.LogDescriptor other = (com.google.api.LogDescriptor) obj; - if (!getName().equals(other.getName())) return false; - if (!getLabelsList().equals(other.getLabelsList())) return false; - if (!getDescription().equals(other.getDescription())) return false; - if (!getDisplayName().equals(other.getDisplayName())) return false; + if (!getName() + .equals(other.getName())) return false; + if (!getLabelsList() + .equals(other.getLabelsList())) return false; + if (!getDescription() + .equals(other.getDescription())) return false; + if (!getDisplayName() + .equals(other.getDisplayName())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -401,103 +372,97 @@ public int hashCode() { return hash; } - public static com.google.api.LogDescriptor parseFrom(java.nio.ByteBuffer data) + public static com.google.api.LogDescriptor parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.LogDescriptor parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.api.LogDescriptor parseFrom(com.google.protobuf.ByteString data) + public static com.google.api.LogDescriptor parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.LogDescriptor parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.LogDescriptor parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.LogDescriptor parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.LogDescriptor parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.LogDescriptor parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.LogDescriptor parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.LogDescriptor parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.api.LogDescriptor parseFrom(com.google.protobuf.CodedInputStream input) + public static com.google.api.LogDescriptor parseFrom( + com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.LogDescriptor parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.LogDescriptor prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * A description of a log type. Example in YAML format:
    *     - name: library.googleapis.com/activity_history
@@ -510,11 +475,12 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.api.LogDescriptor}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.api.LogDescriptor)
       com.google.api.LogDescriptorOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
       return com.google.api.LogProto.internal_static_google_api_LogDescriptor_descriptor;
     }
 
@@ -527,12 +493,15 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
     }
 
     // Construct using com.google.api.LogDescriptor.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -553,7 +522,8 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
       return com.google.api.LogProto.internal_static_google_api_LogDescriptor_descriptor;
     }
 
@@ -595,39 +565,38 @@ public com.google.api.LogDescriptor buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.api.LogDescriptor) {
-        return mergeFrom((com.google.api.LogDescriptor) other);
+        return mergeFrom((com.google.api.LogDescriptor)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -658,10 +627,9 @@ public Builder mergeFrom(com.google.api.LogDescriptor other) {
             labelsBuilder_ = null;
             labels_ = other.labels_;
             bitField0_ = (bitField0_ & ~0x00000001);
-            labelsBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getLabelsFieldBuilder()
-                    : null;
+            labelsBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getLabelsFieldBuilder() : null;
           } else {
             labelsBuilder_.addAllMessages(other.labels_);
           }
@@ -701,43 +669,40 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                name_ = input.readStringRequireUtf8();
+            case 10: {
+              name_ = input.readStringRequireUtf8();
 
-                break;
-              } // case 10
-            case 18:
-              {
-                com.google.api.LabelDescriptor m =
-                    input.readMessage(com.google.api.LabelDescriptor.parser(), extensionRegistry);
-                if (labelsBuilder_ == null) {
-                  ensureLabelsIsMutable();
-                  labels_.add(m);
-                } else {
-                  labelsBuilder_.addMessage(m);
-                }
-                break;
-              } // case 18
-            case 26:
-              {
-                description_ = input.readStringRequireUtf8();
+              break;
+            } // case 10
+            case 18: {
+              com.google.api.LabelDescriptor m =
+                  input.readMessage(
+                      com.google.api.LabelDescriptor.parser(),
+                      extensionRegistry);
+              if (labelsBuilder_ == null) {
+                ensureLabelsIsMutable();
+                labels_.add(m);
+              } else {
+                labelsBuilder_.addMessage(m);
+              }
+              break;
+            } // case 18
+            case 26: {
+              description_ = input.readStringRequireUtf8();
 
-                break;
-              } // case 26
-            case 34:
-              {
-                displayName_ = input.readStringRequireUtf8();
+              break;
+            } // case 26
+            case 34: {
+              displayName_ = input.readStringRequireUtf8();
 
-                break;
-              } // case 34
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+              break;
+            } // case 34
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -747,13 +712,10 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * The name of the log. It must be less than 512 characters long and can
      * include the following characters: upper- and lower-case alphanumeric
@@ -762,13 +724,13 @@ public Builder mergeFrom(
      * 
* * string name = 1; - * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -777,8 +739,6 @@ public java.lang.String getName() { } } /** - * - * *
      * The name of the log. It must be less than 512 characters long and can
      * include the following characters: upper- and lower-case alphanumeric
@@ -787,14 +747,15 @@ public java.lang.String getName() {
      * 
* * string name = 1; - * * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -802,8 +763,6 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * The name of the log. It must be less than 512 characters long and can
      * include the following characters: upper- and lower-case alphanumeric
@@ -812,22 +771,20 @@ public com.google.protobuf.ByteString getNameBytes() {
      * 
* * string name = 1; - * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { + public Builder setName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** - * - * *
      * The name of the log. It must be less than 512 characters long and can
      * include the following characters: upper- and lower-case alphanumeric
@@ -836,18 +793,15 @@ public Builder setName(java.lang.String value) {
      * 
* * string name = 1; - * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** - * - * *
      * The name of the log. It must be less than 512 characters long and can
      * include the following characters: upper- and lower-case alphanumeric
@@ -856,40 +810,34 @@ public Builder clearName() {
      * 
* * string name = 1; - * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { + public Builder setNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; } private java.util.List labels_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureLabelsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { labels_ = new java.util.ArrayList(labels_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.api.LabelDescriptor, - com.google.api.LabelDescriptor.Builder, - com.google.api.LabelDescriptorOrBuilder> - labelsBuilder_; + com.google.api.LabelDescriptor, com.google.api.LabelDescriptor.Builder, com.google.api.LabelDescriptorOrBuilder> labelsBuilder_; /** - * - * *
      * The set of labels that are available to describe a specific log entry.
      * Runtime requests that contain labels not specified here are
@@ -906,8 +854,6 @@ public java.util.List getLabelsList() {
       }
     }
     /**
-     *
-     *
      * 
      * The set of labels that are available to describe a specific log entry.
      * Runtime requests that contain labels not specified here are
@@ -924,8 +870,6 @@ public int getLabelsCount() {
       }
     }
     /**
-     *
-     *
      * 
      * The set of labels that are available to describe a specific log entry.
      * Runtime requests that contain labels not specified here are
@@ -942,8 +886,6 @@ public com.google.api.LabelDescriptor getLabels(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * The set of labels that are available to describe a specific log entry.
      * Runtime requests that contain labels not specified here are
@@ -952,7 +894,8 @@ public com.google.api.LabelDescriptor getLabels(int index) {
      *
      * repeated .google.api.LabelDescriptor labels = 2;
      */
-    public Builder setLabels(int index, com.google.api.LabelDescriptor value) {
+    public Builder setLabels(
+        int index, com.google.api.LabelDescriptor value) {
       if (labelsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -966,8 +909,6 @@ public Builder setLabels(int index, com.google.api.LabelDescriptor value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The set of labels that are available to describe a specific log entry.
      * Runtime requests that contain labels not specified here are
@@ -976,7 +917,8 @@ public Builder setLabels(int index, com.google.api.LabelDescriptor value) {
      *
      * repeated .google.api.LabelDescriptor labels = 2;
      */
-    public Builder setLabels(int index, com.google.api.LabelDescriptor.Builder builderForValue) {
+    public Builder setLabels(
+        int index, com.google.api.LabelDescriptor.Builder builderForValue) {
       if (labelsBuilder_ == null) {
         ensureLabelsIsMutable();
         labels_.set(index, builderForValue.build());
@@ -987,8 +929,6 @@ public Builder setLabels(int index, com.google.api.LabelDescriptor.Builder build
       return this;
     }
     /**
-     *
-     *
      * 
      * The set of labels that are available to describe a specific log entry.
      * Runtime requests that contain labels not specified here are
@@ -1011,8 +951,6 @@ public Builder addLabels(com.google.api.LabelDescriptor value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The set of labels that are available to describe a specific log entry.
      * Runtime requests that contain labels not specified here are
@@ -1021,7 +959,8 @@ public Builder addLabels(com.google.api.LabelDescriptor value) {
      *
      * repeated .google.api.LabelDescriptor labels = 2;
      */
-    public Builder addLabels(int index, com.google.api.LabelDescriptor value) {
+    public Builder addLabels(
+        int index, com.google.api.LabelDescriptor value) {
       if (labelsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -1035,8 +974,6 @@ public Builder addLabels(int index, com.google.api.LabelDescriptor value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The set of labels that are available to describe a specific log entry.
      * Runtime requests that contain labels not specified here are
@@ -1045,7 +982,8 @@ public Builder addLabels(int index, com.google.api.LabelDescriptor value) {
      *
      * repeated .google.api.LabelDescriptor labels = 2;
      */
-    public Builder addLabels(com.google.api.LabelDescriptor.Builder builderForValue) {
+    public Builder addLabels(
+        com.google.api.LabelDescriptor.Builder builderForValue) {
       if (labelsBuilder_ == null) {
         ensureLabelsIsMutable();
         labels_.add(builderForValue.build());
@@ -1056,8 +994,6 @@ public Builder addLabels(com.google.api.LabelDescriptor.Builder builderForValue)
       return this;
     }
     /**
-     *
-     *
      * 
      * The set of labels that are available to describe a specific log entry.
      * Runtime requests that contain labels not specified here are
@@ -1066,7 +1002,8 @@ public Builder addLabels(com.google.api.LabelDescriptor.Builder builderForValue)
      *
      * repeated .google.api.LabelDescriptor labels = 2;
      */
-    public Builder addLabels(int index, com.google.api.LabelDescriptor.Builder builderForValue) {
+    public Builder addLabels(
+        int index, com.google.api.LabelDescriptor.Builder builderForValue) {
       if (labelsBuilder_ == null) {
         ensureLabelsIsMutable();
         labels_.add(index, builderForValue.build());
@@ -1077,8 +1014,6 @@ public Builder addLabels(int index, com.google.api.LabelDescriptor.Builder build
       return this;
     }
     /**
-     *
-     *
      * 
      * The set of labels that are available to describe a specific log entry.
      * Runtime requests that contain labels not specified here are
@@ -1091,7 +1026,8 @@ public Builder addAllLabels(
         java.lang.Iterable values) {
       if (labelsBuilder_ == null) {
         ensureLabelsIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, labels_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, labels_);
         onChanged();
       } else {
         labelsBuilder_.addAllMessages(values);
@@ -1099,8 +1035,6 @@ public Builder addAllLabels(
       return this;
     }
     /**
-     *
-     *
      * 
      * The set of labels that are available to describe a specific log entry.
      * Runtime requests that contain labels not specified here are
@@ -1120,8 +1054,6 @@ public Builder clearLabels() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The set of labels that are available to describe a specific log entry.
      * Runtime requests that contain labels not specified here are
@@ -1141,8 +1073,6 @@ public Builder removeLabels(int index) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The set of labels that are available to describe a specific log entry.
      * Runtime requests that contain labels not specified here are
@@ -1151,12 +1081,11 @@ public Builder removeLabels(int index) {
      *
      * repeated .google.api.LabelDescriptor labels = 2;
      */
-    public com.google.api.LabelDescriptor.Builder getLabelsBuilder(int index) {
+    public com.google.api.LabelDescriptor.Builder getLabelsBuilder(
+        int index) {
       return getLabelsFieldBuilder().getBuilder(index);
     }
     /**
-     *
-     *
      * 
      * The set of labels that are available to describe a specific log entry.
      * Runtime requests that contain labels not specified here are
@@ -1165,16 +1094,14 @@ public com.google.api.LabelDescriptor.Builder getLabelsBuilder(int index) {
      *
      * repeated .google.api.LabelDescriptor labels = 2;
      */
-    public com.google.api.LabelDescriptorOrBuilder getLabelsOrBuilder(int index) {
+    public com.google.api.LabelDescriptorOrBuilder getLabelsOrBuilder(
+        int index) {
       if (labelsBuilder_ == null) {
-        return labels_.get(index);
-      } else {
+        return labels_.get(index);  } else {
         return labelsBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
-     *
-     *
      * 
      * The set of labels that are available to describe a specific log entry.
      * Runtime requests that contain labels not specified here are
@@ -1183,8 +1110,8 @@ public com.google.api.LabelDescriptorOrBuilder getLabelsOrBuilder(int index) {
      *
      * repeated .google.api.LabelDescriptor labels = 2;
      */
-    public java.util.List
-        getLabelsOrBuilderList() {
+    public java.util.List 
+         getLabelsOrBuilderList() {
       if (labelsBuilder_ != null) {
         return labelsBuilder_.getMessageOrBuilderList();
       } else {
@@ -1192,8 +1119,6 @@ public com.google.api.LabelDescriptorOrBuilder getLabelsOrBuilder(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * The set of labels that are available to describe a specific log entry.
      * Runtime requests that contain labels not specified here are
@@ -1203,12 +1128,10 @@ public com.google.api.LabelDescriptorOrBuilder getLabelsOrBuilder(int index) {
      * repeated .google.api.LabelDescriptor labels = 2;
      */
     public com.google.api.LabelDescriptor.Builder addLabelsBuilder() {
-      return getLabelsFieldBuilder()
-          .addBuilder(com.google.api.LabelDescriptor.getDefaultInstance());
+      return getLabelsFieldBuilder().addBuilder(
+          com.google.api.LabelDescriptor.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * The set of labels that are available to describe a specific log entry.
      * Runtime requests that contain labels not specified here are
@@ -1217,13 +1140,12 @@ public com.google.api.LabelDescriptor.Builder addLabelsBuilder() {
      *
      * repeated .google.api.LabelDescriptor labels = 2;
      */
-    public com.google.api.LabelDescriptor.Builder addLabelsBuilder(int index) {
-      return getLabelsFieldBuilder()
-          .addBuilder(index, com.google.api.LabelDescriptor.getDefaultInstance());
+    public com.google.api.LabelDescriptor.Builder addLabelsBuilder(
+        int index) {
+      return getLabelsFieldBuilder().addBuilder(
+          index, com.google.api.LabelDescriptor.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * The set of labels that are available to describe a specific log entry.
      * Runtime requests that contain labels not specified here are
@@ -1232,22 +1154,20 @@ public com.google.api.LabelDescriptor.Builder addLabelsBuilder(int index) {
      *
      * repeated .google.api.LabelDescriptor labels = 2;
      */
-    public java.util.List getLabelsBuilderList() {
+    public java.util.List 
+         getLabelsBuilderList() {
       return getLabelsFieldBuilder().getBuilderList();
     }
-
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.api.LabelDescriptor,
-            com.google.api.LabelDescriptor.Builder,
-            com.google.api.LabelDescriptorOrBuilder>
+        com.google.api.LabelDescriptor, com.google.api.LabelDescriptor.Builder, com.google.api.LabelDescriptorOrBuilder> 
         getLabelsFieldBuilder() {
       if (labelsBuilder_ == null) {
-        labelsBuilder_ =
-            new com.google.protobuf.RepeatedFieldBuilderV3<
-                com.google.api.LabelDescriptor,
-                com.google.api.LabelDescriptor.Builder,
-                com.google.api.LabelDescriptorOrBuilder>(
-                labels_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean());
+        labelsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+            com.google.api.LabelDescriptor, com.google.api.LabelDescriptor.Builder, com.google.api.LabelDescriptorOrBuilder>(
+                labels_,
+                ((bitField0_ & 0x00000001) != 0),
+                getParentForChildren(),
+                isClean());
         labels_ = null;
       }
       return labelsBuilder_;
@@ -1255,21 +1175,19 @@ public java.util.List getLabelsBuilderLi
 
     private java.lang.Object description_ = "";
     /**
-     *
-     *
      * 
      * A human-readable description of this log. This information appears in
      * the documentation and can contain details.
      * 
* * string description = 3; - * * @return The description. */ public java.lang.String getDescription() { java.lang.Object ref = description_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); description_ = s; return s; @@ -1278,22 +1196,21 @@ public java.lang.String getDescription() { } } /** - * - * *
      * A human-readable description of this log. This information appears in
      * the documentation and can contain details.
      * 
* * string description = 3; - * * @return The bytes for description. */ - public com.google.protobuf.ByteString getDescriptionBytes() { + public com.google.protobuf.ByteString + getDescriptionBytes() { java.lang.Object ref = description_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); description_ = b; return b; } else { @@ -1301,64 +1218,57 @@ public com.google.protobuf.ByteString getDescriptionBytes() { } } /** - * - * *
      * A human-readable description of this log. This information appears in
      * the documentation and can contain details.
      * 
* * string description = 3; - * * @param value The description to set. * @return This builder for chaining. */ - public Builder setDescription(java.lang.String value) { + public Builder setDescription( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + description_ = value; onChanged(); return this; } /** - * - * *
      * A human-readable description of this log. This information appears in
      * the documentation and can contain details.
      * 
* * string description = 3; - * * @return This builder for chaining. */ public Builder clearDescription() { - + description_ = getDefaultInstance().getDescription(); onChanged(); return this; } /** - * - * *
      * A human-readable description of this log. This information appears in
      * the documentation and can contain details.
      * 
* * string description = 3; - * * @param value The bytes for description to set. * @return This builder for chaining. */ - public Builder setDescriptionBytes(com.google.protobuf.ByteString value) { + public Builder setDescriptionBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + description_ = value; onChanged(); return this; @@ -1366,21 +1276,19 @@ public Builder setDescriptionBytes(com.google.protobuf.ByteString value) { private java.lang.Object displayName_ = ""; /** - * - * *
      * The human-readable name for this log. This information appears on
      * the user interface and should be concise.
      * 
* * string display_name = 4; - * * @return The displayName. */ public java.lang.String getDisplayName() { java.lang.Object ref = displayName_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); displayName_ = s; return s; @@ -1389,22 +1297,21 @@ public java.lang.String getDisplayName() { } } /** - * - * *
      * The human-readable name for this log. This information appears on
      * the user interface and should be concise.
      * 
* * string display_name = 4; - * * @return The bytes for displayName. */ - public com.google.protobuf.ByteString getDisplayNameBytes() { + public com.google.protobuf.ByteString + getDisplayNameBytes() { java.lang.Object ref = displayName_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); displayName_ = b; return b; } else { @@ -1412,71 +1319,64 @@ public com.google.protobuf.ByteString getDisplayNameBytes() { } } /** - * - * *
      * The human-readable name for this log. This information appears on
      * the user interface and should be concise.
      * 
* * string display_name = 4; - * * @param value The displayName to set. * @return This builder for chaining. */ - public Builder setDisplayName(java.lang.String value) { + public Builder setDisplayName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + displayName_ = value; onChanged(); return this; } /** - * - * *
      * The human-readable name for this log. This information appears on
      * the user interface and should be concise.
      * 
* * string display_name = 4; - * * @return This builder for chaining. */ public Builder clearDisplayName() { - + displayName_ = getDefaultInstance().getDisplayName(); onChanged(); return this; } /** - * - * *
      * The human-readable name for this log. This information appears on
      * the user interface and should be concise.
      * 
* * string display_name = 4; - * * @param value The bytes for displayName to set. * @return This builder for chaining. */ - public Builder setDisplayNameBytes(com.google.protobuf.ByteString value) { + public Builder setDisplayNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + displayName_ = value; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1486,12 +1386,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.LogDescriptor) } // @@protoc_insertion_point(class_scope:google.api.LogDescriptor) private static final com.google.api.LogDescriptor DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.LogDescriptor(); } @@ -1500,27 +1400,27 @@ public static com.google.api.LogDescriptor getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public LogDescriptor parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public LogDescriptor parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1535,4 +1435,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.LogDescriptor getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/LogDescriptorOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/LogDescriptorOrBuilder.java similarity index 75% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/LogDescriptorOrBuilder.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/LogDescriptorOrBuilder.java index 6a08375afd..dc8d681963 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/LogDescriptorOrBuilder.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/LogDescriptorOrBuilder.java @@ -1,31 +1,13 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/log.proto package com.google.api; -public interface LogDescriptorOrBuilder - extends +public interface LogDescriptorOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.LogDescriptor) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The name of the log. It must be less than 512 characters long and can
    * include the following characters: upper- and lower-case alphanumeric
@@ -34,13 +16,10 @@ public interface LogDescriptorOrBuilder
    * 
* * string name = 1; - * * @return The name. */ java.lang.String getName(); /** - * - * *
    * The name of the log. It must be less than 512 characters long and can
    * include the following characters: upper- and lower-case alphanumeric
@@ -49,14 +28,12 @@ public interface LogDescriptorOrBuilder
    * 
* * string name = 1; - * * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
    * The set of labels that are available to describe a specific log entry.
    * Runtime requests that contain labels not specified here are
@@ -65,10 +42,9 @@ public interface LogDescriptorOrBuilder
    *
    * repeated .google.api.LabelDescriptor labels = 2;
    */
-  java.util.List getLabelsList();
+  java.util.List 
+      getLabelsList();
   /**
-   *
-   *
    * 
    * The set of labels that are available to describe a specific log entry.
    * Runtime requests that contain labels not specified here are
@@ -79,8 +55,6 @@ public interface LogDescriptorOrBuilder
    */
   com.google.api.LabelDescriptor getLabels(int index);
   /**
-   *
-   *
    * 
    * The set of labels that are available to describe a specific log entry.
    * Runtime requests that contain labels not specified here are
@@ -91,8 +65,6 @@ public interface LogDescriptorOrBuilder
    */
   int getLabelsCount();
   /**
-   *
-   *
    * 
    * The set of labels that are available to describe a specific log entry.
    * Runtime requests that contain labels not specified here are
@@ -101,10 +73,9 @@ public interface LogDescriptorOrBuilder
    *
    * repeated .google.api.LabelDescriptor labels = 2;
    */
-  java.util.List getLabelsOrBuilderList();
+  java.util.List 
+      getLabelsOrBuilderList();
   /**
-   *
-   *
    * 
    * The set of labels that are available to describe a specific log entry.
    * Runtime requests that contain labels not specified here are
@@ -113,59 +84,50 @@ public interface LogDescriptorOrBuilder
    *
    * repeated .google.api.LabelDescriptor labels = 2;
    */
-  com.google.api.LabelDescriptorOrBuilder getLabelsOrBuilder(int index);
+  com.google.api.LabelDescriptorOrBuilder getLabelsOrBuilder(
+      int index);
 
   /**
-   *
-   *
    * 
    * A human-readable description of this log. This information appears in
    * the documentation and can contain details.
    * 
* * string description = 3; - * * @return The description. */ java.lang.String getDescription(); /** - * - * *
    * A human-readable description of this log. This information appears in
    * the documentation and can contain details.
    * 
* * string description = 3; - * * @return The bytes for description. */ - com.google.protobuf.ByteString getDescriptionBytes(); + com.google.protobuf.ByteString + getDescriptionBytes(); /** - * - * *
    * The human-readable name for this log. This information appears on
    * the user interface and should be concise.
    * 
* * string display_name = 4; - * * @return The displayName. */ java.lang.String getDisplayName(); /** - * - * *
    * The human-readable name for this log. This information appears on
    * the user interface and should be concise.
    * 
* * string display_name = 4; - * * @return The bytes for displayName. */ - com.google.protobuf.ByteString getDisplayNameBytes(); + com.google.protobuf.ByteString + getDisplayNameBytes(); } diff --git a/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/LogProto.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/LogProto.java new file mode 100644 index 0000000000..8d851416fd --- /dev/null +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/LogProto.java @@ -0,0 +1,55 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/api/log.proto + +package com.google.api; + +public final class LogProto { + private LogProto() {} + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistryLite registry) { + } + + public static void registerAllExtensions( + com.google.protobuf.ExtensionRegistry registry) { + registerAllExtensions( + (com.google.protobuf.ExtensionRegistryLite) registry); + } + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_api_LogDescriptor_descriptor; + static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_api_LogDescriptor_fieldAccessorTable; + + public static com.google.protobuf.Descriptors.FileDescriptor + getDescriptor() { + return descriptor; + } + private static com.google.protobuf.Descriptors.FileDescriptor + descriptor; + static { + java.lang.String[] descriptorData = { + "\n\024google/api/log.proto\022\ngoogle.api\032\026goog" + + "le/api/label.proto\"u\n\rLogDescriptor\022\014\n\004n" + + "ame\030\001 \001(\t\022+\n\006labels\030\002 \003(\0132\033.google.api.L" + + "abelDescriptor\022\023\n\013description\030\003 \001(\t\022\024\n\014d" + + "isplay_name\030\004 \001(\tBj\n\016com.google.apiB\010Log" + + "ProtoP\001ZEgoogle.golang.org/genproto/goog" + + "leapis/api/serviceconfig;serviceconfig\242\002" + + "\004GAPIb\006proto3" + }; + descriptor = com.google.protobuf.Descriptors.FileDescriptor + .internalBuildGeneratedFileFrom(descriptorData, + new com.google.protobuf.Descriptors.FileDescriptor[] { + com.google.api.LabelProto.getDescriptor(), + }); + internal_static_google_api_LogDescriptor_descriptor = + getDescriptor().getMessageTypes().get(0); + internal_static_google_api_LogDescriptor_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_api_LogDescriptor_descriptor, + new java.lang.String[] { "Name", "Labels", "Description", "DisplayName", }); + com.google.api.LabelProto.getDescriptor(); + } + + // @@protoc_insertion_point(outer_class_scope) +} diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Logging.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Logging.java similarity index 80% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Logging.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Logging.java index e2a0cee591..1c50fe54e0 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Logging.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Logging.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/logging.proto package com.google.api; /** - * - * *
  * Logging configuration of the service.
  * The following example shows how to configure logs to be sent to the
@@ -53,16 +36,15 @@
  *
  * Protobuf type {@code google.api.Logging}
  */
-public final class Logging extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class Logging extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.api.Logging)
     LoggingOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use Logging.newBuilder() to construct.
   private Logging(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private Logging() {
     producerDestinations_ = java.util.Collections.emptyList();
     consumerDestinations_ = java.util.Collections.emptyList();
@@ -70,16 +52,18 @@ private Logging() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new Logging();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
     return com.google.api.LoggingProto.internal_static_google_api_Logging_descriptor;
   }
 
@@ -91,41 +75,33 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
             com.google.api.Logging.class, com.google.api.Logging.Builder.class);
   }
 
-  public interface LoggingDestinationOrBuilder
-      extends
+  public interface LoggingDestinationOrBuilder extends
       // @@protoc_insertion_point(interface_extends:google.api.Logging.LoggingDestination)
       com.google.protobuf.MessageOrBuilder {
 
     /**
-     *
-     *
      * 
      * The monitored resource type. The type must be defined in the
      * [Service.monitored_resources][google.api.Service.monitored_resources] section.
      * 
* * string monitored_resource = 3; - * * @return The monitoredResource. */ java.lang.String getMonitoredResource(); /** - * - * *
      * The monitored resource type. The type must be defined in the
      * [Service.monitored_resources][google.api.Service.monitored_resources] section.
      * 
* * string monitored_resource = 3; - * * @return The bytes for monitoredResource. */ - com.google.protobuf.ByteString getMonitoredResourceBytes(); + com.google.protobuf.ByteString + getMonitoredResourceBytes(); /** - * - * *
      * Names of the logs to be sent to this destination. Each name must
      * be defined in the [Service.logs][google.api.Service.logs] section. If the log name is
@@ -134,13 +110,11 @@ public interface LoggingDestinationOrBuilder
      * 
* * repeated string logs = 1; - * * @return A list containing the logs. */ - java.util.List getLogsList(); + java.util.List + getLogsList(); /** - * - * *
      * Names of the logs to be sent to this destination. Each name must
      * be defined in the [Service.logs][google.api.Service.logs] section. If the log name is
@@ -149,13 +123,10 @@ public interface LoggingDestinationOrBuilder
      * 
* * repeated string logs = 1; - * * @return The count of logs. */ int getLogsCount(); /** - * - * *
      * Names of the logs to be sent to this destination. Each name must
      * be defined in the [Service.logs][google.api.Service.logs] section. If the log name is
@@ -164,14 +135,11 @@ public interface LoggingDestinationOrBuilder
      * 
* * repeated string logs = 1; - * * @param index The index of the element to return. * @return The logs at the given index. */ java.lang.String getLogs(int index); /** - * - * *
      * Names of the logs to be sent to this destination. Each name must
      * be defined in the [Service.logs][google.api.Service.logs] section. If the log name is
@@ -180,15 +148,13 @@ public interface LoggingDestinationOrBuilder
      * 
* * repeated string logs = 1; - * * @param index The index of the value to return. * @return The bytes of the logs at the given index. */ - com.google.protobuf.ByteString getLogsBytes(int index); + com.google.protobuf.ByteString + getLogsBytes(int index); } /** - * - * *
    * Configuration of a specific logging destination (the producer project
    * or the consumer project).
@@ -196,16 +162,15 @@ public interface LoggingDestinationOrBuilder
    *
    * Protobuf type {@code google.api.Logging.LoggingDestination}
    */
-  public static final class LoggingDestination extends com.google.protobuf.GeneratedMessageV3
-      implements
+  public static final class LoggingDestination extends
+      com.google.protobuf.GeneratedMessageV3 implements
       // @@protoc_insertion_point(message_implements:google.api.Logging.LoggingDestination)
       LoggingDestinationOrBuilder {
-    private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
     // Use LoggingDestination.newBuilder() to construct.
     private LoggingDestination(com.google.protobuf.GeneratedMessageV3.Builder builder) {
       super(builder);
     }
-
     private LoggingDestination() {
       monitoredResource_ = "";
       logs_ = com.google.protobuf.LazyStringArrayList.EMPTY;
@@ -213,42 +178,38 @@ private LoggingDestination() {
 
     @java.lang.Override
     @SuppressWarnings({"unused"})
-    protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+    protected java.lang.Object newInstance(
+        UnusedPrivateParameter unused) {
       return new LoggingDestination();
     }
 
     @java.lang.Override
-    public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+    public final com.google.protobuf.UnknownFieldSet
+    getUnknownFields() {
       return this.unknownFields;
     }
-
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.api.LoggingProto
-          .internal_static_google_api_Logging_LoggingDestination_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.api.LoggingProto.internal_static_google_api_Logging_LoggingDestination_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.api.LoggingProto
-          .internal_static_google_api_Logging_LoggingDestination_fieldAccessorTable
+      return com.google.api.LoggingProto.internal_static_google_api_Logging_LoggingDestination_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.api.Logging.LoggingDestination.class,
-              com.google.api.Logging.LoggingDestination.Builder.class);
+              com.google.api.Logging.LoggingDestination.class, com.google.api.Logging.LoggingDestination.Builder.class);
     }
 
     public static final int MONITORED_RESOURCE_FIELD_NUMBER = 3;
     private volatile java.lang.Object monitoredResource_;
     /**
-     *
-     *
      * 
      * The monitored resource type. The type must be defined in the
      * [Service.monitored_resources][google.api.Service.monitored_resources] section.
      * 
* * string monitored_resource = 3; - * * @return The monitoredResource. */ @java.lang.Override @@ -257,30 +218,30 @@ public java.lang.String getMonitoredResource() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); monitoredResource_ = s; return s; } } /** - * - * *
      * The monitored resource type. The type must be defined in the
      * [Service.monitored_resources][google.api.Service.monitored_resources] section.
      * 
* * string monitored_resource = 3; - * * @return The bytes for monitoredResource. */ @java.lang.Override - public com.google.protobuf.ByteString getMonitoredResourceBytes() { + public com.google.protobuf.ByteString + getMonitoredResourceBytes() { java.lang.Object ref = monitoredResource_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); monitoredResource_ = b; return b; } else { @@ -291,8 +252,6 @@ public com.google.protobuf.ByteString getMonitoredResourceBytes() { public static final int LOGS_FIELD_NUMBER = 1; private com.google.protobuf.LazyStringList logs_; /** - * - * *
      * Names of the logs to be sent to this destination. Each name must
      * be defined in the [Service.logs][google.api.Service.logs] section. If the log name is
@@ -301,15 +260,13 @@ public com.google.protobuf.ByteString getMonitoredResourceBytes() {
      * 
* * repeated string logs = 1; - * * @return A list containing the logs. */ - public com.google.protobuf.ProtocolStringList getLogsList() { + public com.google.protobuf.ProtocolStringList + getLogsList() { return logs_; } /** - * - * *
      * Names of the logs to be sent to this destination. Each name must
      * be defined in the [Service.logs][google.api.Service.logs] section. If the log name is
@@ -318,15 +275,12 @@ public com.google.protobuf.ProtocolStringList getLogsList() {
      * 
* * repeated string logs = 1; - * * @return The count of logs. */ public int getLogsCount() { return logs_.size(); } /** - * - * *
      * Names of the logs to be sent to this destination. Each name must
      * be defined in the [Service.logs][google.api.Service.logs] section. If the log name is
@@ -335,7 +289,6 @@ public int getLogsCount() {
      * 
* * repeated string logs = 1; - * * @param index The index of the element to return. * @return The logs at the given index. */ @@ -343,8 +296,6 @@ public java.lang.String getLogs(int index) { return logs_.get(index); } /** - * - * *
      * Names of the logs to be sent to this destination. Each name must
      * be defined in the [Service.logs][google.api.Service.logs] section. If the log name is
@@ -353,16 +304,15 @@ public java.lang.String getLogs(int index) {
      * 
* * repeated string logs = 1; - * * @param index The index of the value to return. * @return The bytes of the logs at the given index. */ - public com.google.protobuf.ByteString getLogsBytes(int index) { + public com.google.protobuf.ByteString + getLogsBytes(int index) { return logs_.getByteString(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -374,7 +324,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { for (int i = 0; i < logs_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, logs_.getRaw(i)); } @@ -409,16 +360,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.Logging.LoggingDestination)) { return super.equals(obj); } - com.google.api.Logging.LoggingDestination other = - (com.google.api.Logging.LoggingDestination) obj; + com.google.api.Logging.LoggingDestination other = (com.google.api.Logging.LoggingDestination) obj; - if (!getMonitoredResource().equals(other.getMonitoredResource())) return false; - if (!getLogsList().equals(other.getLogsList())) return false; + if (!getMonitoredResource() + .equals(other.getMonitoredResource())) return false; + if (!getLogsList() + .equals(other.getLogsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -441,94 +393,88 @@ public int hashCode() { return hash; } - public static com.google.api.Logging.LoggingDestination parseFrom(java.nio.ByteBuffer data) + public static com.google.api.Logging.LoggingDestination parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Logging.LoggingDestination parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.Logging.LoggingDestination parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Logging.LoggingDestination parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.Logging.LoggingDestination parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Logging.LoggingDestination parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.Logging.LoggingDestination parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.Logging.LoggingDestination parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.api.Logging.LoggingDestination parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.api.Logging.LoggingDestination parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.Logging.LoggingDestination parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.Logging.LoggingDestination parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.Logging.LoggingDestination parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.Logging.LoggingDestination prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -538,8 +484,6 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * Configuration of a specific logging destination (the producer project
      * or the consumer project).
@@ -547,33 +491,33 @@ protected Builder newBuilderForType(
      *
      * Protobuf type {@code google.api.Logging.LoggingDestination}
      */
-    public static final class Builder
-        extends com.google.protobuf.GeneratedMessageV3.Builder
-        implements
+    public static final class Builder extends
+        com.google.protobuf.GeneratedMessageV3.Builder implements
         // @@protoc_insertion_point(builder_implements:google.api.Logging.LoggingDestination)
         com.google.api.Logging.LoggingDestinationOrBuilder {
-      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-        return com.google.api.LoggingProto
-            .internal_static_google_api_Logging_LoggingDestination_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor
+          getDescriptor() {
+        return com.google.api.LoggingProto.internal_static_google_api_Logging_LoggingDestination_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.api.LoggingProto
-            .internal_static_google_api_Logging_LoggingDestination_fieldAccessorTable
+        return com.google.api.LoggingProto.internal_static_google_api_Logging_LoggingDestination_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.api.Logging.LoggingDestination.class,
-                com.google.api.Logging.LoggingDestination.Builder.class);
+                com.google.api.Logging.LoggingDestination.class, com.google.api.Logging.LoggingDestination.Builder.class);
       }
 
       // Construct using com.google.api.Logging.LoggingDestination.newBuilder()
-      private Builder() {}
+      private Builder() {
 
-      private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-        super(parent);
       }
 
+      private Builder(
+          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+        super(parent);
+
+      }
       @java.lang.Override
       public Builder clear() {
         super.clear();
@@ -585,9 +529,9 @@ public Builder clear() {
       }
 
       @java.lang.Override
-      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-        return com.google.api.LoggingProto
-            .internal_static_google_api_Logging_LoggingDestination_descriptor;
+      public com.google.protobuf.Descriptors.Descriptor
+          getDescriptorForType() {
+        return com.google.api.LoggingProto.internal_static_google_api_Logging_LoggingDestination_descriptor;
       }
 
       @java.lang.Override
@@ -606,8 +550,7 @@ public com.google.api.Logging.LoggingDestination build() {
 
       @java.lang.Override
       public com.google.api.Logging.LoggingDestination buildPartial() {
-        com.google.api.Logging.LoggingDestination result =
-            new com.google.api.Logging.LoggingDestination(this);
+        com.google.api.Logging.LoggingDestination result = new com.google.api.Logging.LoggingDestination(this);
         int from_bitField0_ = bitField0_;
         result.monitoredResource_ = monitoredResource_;
         if (((bitField0_ & 0x00000001) != 0)) {
@@ -623,41 +566,38 @@ public com.google.api.Logging.LoggingDestination buildPartial() {
       public Builder clone() {
         return super.clone();
       }
-
       @java.lang.Override
       public Builder setField(
-          com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+          com.google.protobuf.Descriptors.FieldDescriptor field,
+          java.lang.Object value) {
         return super.setField(field, value);
       }
-
       @java.lang.Override
-      public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+      public Builder clearField(
+          com.google.protobuf.Descriptors.FieldDescriptor field) {
         return super.clearField(field);
       }
-
       @java.lang.Override
-      public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+      public Builder clearOneof(
+          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
         return super.clearOneof(oneof);
       }
-
       @java.lang.Override
       public Builder setRepeatedField(
           com.google.protobuf.Descriptors.FieldDescriptor field,
-          int index,
-          java.lang.Object value) {
+          int index, java.lang.Object value) {
         return super.setRepeatedField(field, index, value);
       }
-
       @java.lang.Override
       public Builder addRepeatedField(
-          com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+          com.google.protobuf.Descriptors.FieldDescriptor field,
+          java.lang.Object value) {
         return super.addRepeatedField(field, value);
       }
-
       @java.lang.Override
       public Builder mergeFrom(com.google.protobuf.Message other) {
         if (other instanceof com.google.api.Logging.LoggingDestination) {
-          return mergeFrom((com.google.api.Logging.LoggingDestination) other);
+          return mergeFrom((com.google.api.Logging.LoggingDestination)other);
         } else {
           super.mergeFrom(other);
           return this;
@@ -706,26 +646,23 @@ public Builder mergeFrom(
               case 0:
                 done = true;
                 break;
-              case 10:
-                {
-                  java.lang.String s = input.readStringRequireUtf8();
-                  ensureLogsIsMutable();
-                  logs_.add(s);
-                  break;
-                } // case 10
-              case 26:
-                {
-                  monitoredResource_ = input.readStringRequireUtf8();
-
-                  break;
-                } // case 26
-              default:
-                {
-                  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                    done = true; // was an endgroup tag
-                  }
-                  break;
-                } // default:
+              case 10: {
+                java.lang.String s = input.readStringRequireUtf8();
+                ensureLogsIsMutable();
+                logs_.add(s);
+                break;
+              } // case 10
+              case 26: {
+                monitoredResource_ = input.readStringRequireUtf8();
+
+                break;
+              } // case 26
+              default: {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
             } // switch (tag)
           } // while (!done)
         } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -735,26 +672,23 @@ public Builder mergeFrom(
         } // finally
         return this;
       }
-
       private int bitField0_;
 
       private java.lang.Object monitoredResource_ = "";
       /**
-       *
-       *
        * 
        * The monitored resource type. The type must be defined in the
        * [Service.monitored_resources][google.api.Service.monitored_resources] section.
        * 
* * string monitored_resource = 3; - * * @return The monitoredResource. */ public java.lang.String getMonitoredResource() { java.lang.Object ref = monitoredResource_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); monitoredResource_ = s; return s; @@ -763,22 +697,21 @@ public java.lang.String getMonitoredResource() { } } /** - * - * *
        * The monitored resource type. The type must be defined in the
        * [Service.monitored_resources][google.api.Service.monitored_resources] section.
        * 
* * string monitored_resource = 3; - * * @return The bytes for monitoredResource. */ - public com.google.protobuf.ByteString getMonitoredResourceBytes() { + public com.google.protobuf.ByteString + getMonitoredResourceBytes() { java.lang.Object ref = monitoredResource_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); monitoredResource_ = b; return b; } else { @@ -786,81 +719,70 @@ public com.google.protobuf.ByteString getMonitoredResourceBytes() { } } /** - * - * *
        * The monitored resource type. The type must be defined in the
        * [Service.monitored_resources][google.api.Service.monitored_resources] section.
        * 
* * string monitored_resource = 3; - * * @param value The monitoredResource to set. * @return This builder for chaining. */ - public Builder setMonitoredResource(java.lang.String value) { + public Builder setMonitoredResource( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + monitoredResource_ = value; onChanged(); return this; } /** - * - * *
        * The monitored resource type. The type must be defined in the
        * [Service.monitored_resources][google.api.Service.monitored_resources] section.
        * 
* * string monitored_resource = 3; - * * @return This builder for chaining. */ public Builder clearMonitoredResource() { - + monitoredResource_ = getDefaultInstance().getMonitoredResource(); onChanged(); return this; } /** - * - * *
        * The monitored resource type. The type must be defined in the
        * [Service.monitored_resources][google.api.Service.monitored_resources] section.
        * 
* * string monitored_resource = 3; - * * @param value The bytes for monitoredResource to set. * @return This builder for chaining. */ - public Builder setMonitoredResourceBytes(com.google.protobuf.ByteString value) { + public Builder setMonitoredResourceBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + monitoredResource_ = value; onChanged(); return this; } - private com.google.protobuf.LazyStringList logs_ = - com.google.protobuf.LazyStringArrayList.EMPTY; - + private com.google.protobuf.LazyStringList logs_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureLogsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { logs_ = new com.google.protobuf.LazyStringArrayList(logs_); bitField0_ |= 0x00000001; - } + } } /** - * - * *
        * Names of the logs to be sent to this destination. Each name must
        * be defined in the [Service.logs][google.api.Service.logs] section. If the log name is
@@ -869,15 +791,13 @@ private void ensureLogsIsMutable() {
        * 
* * repeated string logs = 1; - * * @return A list containing the logs. */ - public com.google.protobuf.ProtocolStringList getLogsList() { + public com.google.protobuf.ProtocolStringList + getLogsList() { return logs_.getUnmodifiableView(); } /** - * - * *
        * Names of the logs to be sent to this destination. Each name must
        * be defined in the [Service.logs][google.api.Service.logs] section. If the log name is
@@ -886,15 +806,12 @@ public com.google.protobuf.ProtocolStringList getLogsList() {
        * 
* * repeated string logs = 1; - * * @return The count of logs. */ public int getLogsCount() { return logs_.size(); } /** - * - * *
        * Names of the logs to be sent to this destination. Each name must
        * be defined in the [Service.logs][google.api.Service.logs] section. If the log name is
@@ -903,7 +820,6 @@ public int getLogsCount() {
        * 
* * repeated string logs = 1; - * * @param index The index of the element to return. * @return The logs at the given index. */ @@ -911,8 +827,6 @@ public java.lang.String getLogs(int index) { return logs_.get(index); } /** - * - * *
        * Names of the logs to be sent to this destination. Each name must
        * be defined in the [Service.logs][google.api.Service.logs] section. If the log name is
@@ -921,16 +835,14 @@ public java.lang.String getLogs(int index) {
        * 
* * repeated string logs = 1; - * * @param index The index of the value to return. * @return The bytes of the logs at the given index. */ - public com.google.protobuf.ByteString getLogsBytes(int index) { + public com.google.protobuf.ByteString + getLogsBytes(int index) { return logs_.getByteString(index); } /** - * - * *
        * Names of the logs to be sent to this destination. Each name must
        * be defined in the [Service.logs][google.api.Service.logs] section. If the log name is
@@ -939,23 +851,21 @@ public com.google.protobuf.ByteString getLogsBytes(int index) {
        * 
* * repeated string logs = 1; - * * @param index The index to set the value at. * @param value The logs to set. * @return This builder for chaining. */ - public Builder setLogs(int index, java.lang.String value) { + public Builder setLogs( + int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureLogsIsMutable(); + throw new NullPointerException(); + } + ensureLogsIsMutable(); logs_.set(index, value); onChanged(); return this; } /** - * - * *
        * Names of the logs to be sent to this destination. Each name must
        * be defined in the [Service.logs][google.api.Service.logs] section. If the log name is
@@ -964,22 +874,20 @@ public Builder setLogs(int index, java.lang.String value) {
        * 
* * repeated string logs = 1; - * * @param value The logs to add. * @return This builder for chaining. */ - public Builder addLogs(java.lang.String value) { + public Builder addLogs( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureLogsIsMutable(); + throw new NullPointerException(); + } + ensureLogsIsMutable(); logs_.add(value); onChanged(); return this; } /** - * - * *
        * Names of the logs to be sent to this destination. Each name must
        * be defined in the [Service.logs][google.api.Service.logs] section. If the log name is
@@ -988,19 +896,18 @@ public Builder addLogs(java.lang.String value) {
        * 
* * repeated string logs = 1; - * * @param values The logs to add. * @return This builder for chaining. */ - public Builder addAllLogs(java.lang.Iterable values) { + public Builder addAllLogs( + java.lang.Iterable values) { ensureLogsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, logs_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, logs_); onChanged(); return this; } /** - * - * *
        * Names of the logs to be sent to this destination. Each name must
        * be defined in the [Service.logs][google.api.Service.logs] section. If the log name is
@@ -1009,7 +916,6 @@ public Builder addAllLogs(java.lang.Iterable values) {
        * 
* * repeated string logs = 1; - * * @return This builder for chaining. */ public Builder clearLogs() { @@ -1019,8 +925,6 @@ public Builder clearLogs() { return this; } /** - * - * *
        * Names of the logs to be sent to this destination. Each name must
        * be defined in the [Service.logs][google.api.Service.logs] section. If the log name is
@@ -1029,21 +933,20 @@ public Builder clearLogs() {
        * 
* * repeated string logs = 1; - * * @param value The bytes of the logs to add. * @return This builder for chaining. */ - public Builder addLogsBytes(com.google.protobuf.ByteString value) { + public Builder addLogsBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensureLogsIsMutable(); logs_.add(value); onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -1056,12 +959,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.Logging.LoggingDestination) } // @@protoc_insertion_point(class_scope:google.api.Logging.LoggingDestination) private static final com.google.api.Logging.LoggingDestination DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.Logging.LoggingDestination(); } @@ -1070,28 +973,27 @@ public static com.google.api.Logging.LoggingDestination getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public LoggingDestination parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public LoggingDestination parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1106,13 +1008,12 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.Logging.LoggingDestination getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } public static final int PRODUCER_DESTINATIONS_FIELD_NUMBER = 1; private java.util.List producerDestinations_; /** - * - * *
    * Logging configurations for sending logs to the producer project.
    * There can be multiple producer destinations, each one must have a
@@ -1127,8 +1028,6 @@ public java.util.List getProducerDest
     return producerDestinations_;
   }
   /**
-   *
-   *
    * 
    * Logging configurations for sending logs to the producer project.
    * There can be multiple producer destinations, each one must have a
@@ -1139,13 +1038,11 @@ public java.util.List getProducerDest
    * repeated .google.api.Logging.LoggingDestination producer_destinations = 1;
    */
   @java.lang.Override
-  public java.util.List
+  public java.util.List 
       getProducerDestinationsOrBuilderList() {
     return producerDestinations_;
   }
   /**
-   *
-   *
    * 
    * Logging configurations for sending logs to the producer project.
    * There can be multiple producer destinations, each one must have a
@@ -1160,8 +1057,6 @@ public int getProducerDestinationsCount() {
     return producerDestinations_.size();
   }
   /**
-   *
-   *
    * 
    * Logging configurations for sending logs to the producer project.
    * There can be multiple producer destinations, each one must have a
@@ -1176,8 +1071,6 @@ public com.google.api.Logging.LoggingDestination getProducerDestinations(int ind
     return producerDestinations_.get(index);
   }
   /**
-   *
-   *
    * 
    * Logging configurations for sending logs to the producer project.
    * There can be multiple producer destinations, each one must have a
@@ -1196,8 +1089,6 @@ public com.google.api.Logging.LoggingDestinationOrBuilder getProducerDestination
   public static final int CONSUMER_DESTINATIONS_FIELD_NUMBER = 2;
   private java.util.List consumerDestinations_;
   /**
-   *
-   *
    * 
    * Logging configurations for sending logs to the consumer project.
    * There can be multiple consumer destinations, each one must have a
@@ -1212,8 +1103,6 @@ public java.util.List getConsumerDest
     return consumerDestinations_;
   }
   /**
-   *
-   *
    * 
    * Logging configurations for sending logs to the consumer project.
    * There can be multiple consumer destinations, each one must have a
@@ -1224,13 +1113,11 @@ public java.util.List getConsumerDest
    * repeated .google.api.Logging.LoggingDestination consumer_destinations = 2;
    */
   @java.lang.Override
-  public java.util.List
+  public java.util.List 
       getConsumerDestinationsOrBuilderList() {
     return consumerDestinations_;
   }
   /**
-   *
-   *
    * 
    * Logging configurations for sending logs to the consumer project.
    * There can be multiple consumer destinations, each one must have a
@@ -1245,8 +1132,6 @@ public int getConsumerDestinationsCount() {
     return consumerDestinations_.size();
   }
   /**
-   *
-   *
    * 
    * Logging configurations for sending logs to the consumer project.
    * There can be multiple consumer destinations, each one must have a
@@ -1261,8 +1146,6 @@ public com.google.api.Logging.LoggingDestination getConsumerDestinations(int ind
     return consumerDestinations_.get(index);
   }
   /**
-   *
-   *
    * 
    * Logging configurations for sending logs to the consumer project.
    * There can be multiple consumer destinations, each one must have a
@@ -1279,7 +1162,6 @@ public com.google.api.Logging.LoggingDestinationOrBuilder getConsumerDestination
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -1291,7 +1173,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     for (int i = 0; i < producerDestinations_.size(); i++) {
       output.writeMessage(1, producerDestinations_.get(i));
     }
@@ -1308,12 +1191,12 @@ public int getSerializedSize() {
 
     size = 0;
     for (int i = 0; i < producerDestinations_.size(); i++) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeMessageSize(1, producerDestinations_.get(i));
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(1, producerDestinations_.get(i));
     }
     for (int i = 0; i < consumerDestinations_.size(); i++) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeMessageSize(2, consumerDestinations_.get(i));
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(2, consumerDestinations_.get(i));
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -1323,15 +1206,17 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.api.Logging)) {
       return super.equals(obj);
     }
     com.google.api.Logging other = (com.google.api.Logging) obj;
 
-    if (!getProducerDestinationsList().equals(other.getProducerDestinationsList())) return false;
-    if (!getConsumerDestinationsList().equals(other.getConsumerDestinationsList())) return false;
+    if (!getProducerDestinationsList()
+        .equals(other.getProducerDestinationsList())) return false;
+    if (!getConsumerDestinationsList()
+        .equals(other.getConsumerDestinationsList())) return false;
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
   }
@@ -1356,103 +1241,97 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.api.Logging parseFrom(java.nio.ByteBuffer data)
+  public static com.google.api.Logging parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.Logging parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.api.Logging parseFrom(com.google.protobuf.ByteString data)
+  public static com.google.api.Logging parseFrom(
+      com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.Logging parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.api.Logging parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.Logging parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.api.Logging parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.api.Logging parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.api.Logging parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.api.Logging parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.api.Logging parseFrom(com.google.protobuf.CodedInputStream input)
+  public static com.google.api.Logging parseFrom(
+      com.google.protobuf.CodedInputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.api.Logging parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.api.Logging prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Logging configuration of the service.
    * The following example shows how to configure logs to be sent to the
@@ -1485,11 +1364,12 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.api.Logging}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.api.Logging)
       com.google.api.LoggingOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
       return com.google.api.LoggingProto.internal_static_google_api_Logging_descriptor;
     }
 
@@ -1502,12 +1382,15 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
     }
 
     // Construct using com.google.api.Logging.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -1529,7 +1412,8 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
       return com.google.api.LoggingProto.internal_static_google_api_Logging_descriptor;
     }
 
@@ -1577,39 +1461,38 @@ public com.google.api.Logging buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.api.Logging) {
-        return mergeFrom((com.google.api.Logging) other);
+        return mergeFrom((com.google.api.Logging)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -1636,10 +1519,9 @@ public Builder mergeFrom(com.google.api.Logging other) {
             producerDestinationsBuilder_ = null;
             producerDestinations_ = other.producerDestinations_;
             bitField0_ = (bitField0_ & ~0x00000001);
-            producerDestinationsBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getProducerDestinationsFieldBuilder()
-                    : null;
+            producerDestinationsBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getProducerDestinationsFieldBuilder() : null;
           } else {
             producerDestinationsBuilder_.addAllMessages(other.producerDestinations_);
           }
@@ -1663,10 +1545,9 @@ public Builder mergeFrom(com.google.api.Logging other) {
             consumerDestinationsBuilder_ = null;
             consumerDestinations_ = other.consumerDestinations_;
             bitField0_ = (bitField0_ & ~0x00000002);
-            consumerDestinationsBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getConsumerDestinationsFieldBuilder()
-                    : null;
+            consumerDestinationsBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getConsumerDestinationsFieldBuilder() : null;
           } else {
             consumerDestinationsBuilder_.addAllMessages(other.consumerDestinations_);
           }
@@ -1698,39 +1579,38 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                com.google.api.Logging.LoggingDestination m =
-                    input.readMessage(
-                        com.google.api.Logging.LoggingDestination.parser(), extensionRegistry);
-                if (producerDestinationsBuilder_ == null) {
-                  ensureProducerDestinationsIsMutable();
-                  producerDestinations_.add(m);
-                } else {
-                  producerDestinationsBuilder_.addMessage(m);
-                }
-                break;
-              } // case 10
-            case 18:
-              {
-                com.google.api.Logging.LoggingDestination m =
-                    input.readMessage(
-                        com.google.api.Logging.LoggingDestination.parser(), extensionRegistry);
-                if (consumerDestinationsBuilder_ == null) {
-                  ensureConsumerDestinationsIsMutable();
-                  consumerDestinations_.add(m);
-                } else {
-                  consumerDestinationsBuilder_.addMessage(m);
-                }
-                break;
-              } // case 18
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              com.google.api.Logging.LoggingDestination m =
+                  input.readMessage(
+                      com.google.api.Logging.LoggingDestination.parser(),
+                      extensionRegistry);
+              if (producerDestinationsBuilder_ == null) {
+                ensureProducerDestinationsIsMutable();
+                producerDestinations_.add(m);
+              } else {
+                producerDestinationsBuilder_.addMessage(m);
+              }
+              break;
+            } // case 10
+            case 18: {
+              com.google.api.Logging.LoggingDestination m =
+                  input.readMessage(
+                      com.google.api.Logging.LoggingDestination.parser(),
+                      extensionRegistry);
+              if (consumerDestinationsBuilder_ == null) {
+                ensureConsumerDestinationsIsMutable();
+                consumerDestinations_.add(m);
+              } else {
+                consumerDestinationsBuilder_.addMessage(m);
+              }
+              break;
+            } // case 18
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -1740,30 +1620,21 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.util.List producerDestinations_ =
-        java.util.Collections.emptyList();
-
+      java.util.Collections.emptyList();
     private void ensureProducerDestinationsIsMutable() {
       if (!((bitField0_ & 0x00000001) != 0)) {
-        producerDestinations_ =
-            new java.util.ArrayList(
-                producerDestinations_);
+        producerDestinations_ = new java.util.ArrayList(producerDestinations_);
         bitField0_ |= 0x00000001;
-      }
+       }
     }
 
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.api.Logging.LoggingDestination,
-            com.google.api.Logging.LoggingDestination.Builder,
-            com.google.api.Logging.LoggingDestinationOrBuilder>
-        producerDestinationsBuilder_;
+        com.google.api.Logging.LoggingDestination, com.google.api.Logging.LoggingDestination.Builder, com.google.api.Logging.LoggingDestinationOrBuilder> producerDestinationsBuilder_;
 
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the producer project.
      * There can be multiple producer destinations, each one must have a
@@ -1781,8 +1652,6 @@ public java.util.List getProducerDest
       }
     }
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the producer project.
      * There can be multiple producer destinations, each one must have a
@@ -1800,8 +1669,6 @@ public int getProducerDestinationsCount() {
       }
     }
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the producer project.
      * There can be multiple producer destinations, each one must have a
@@ -1819,8 +1686,6 @@ public com.google.api.Logging.LoggingDestination getProducerDestinations(int ind
       }
     }
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the producer project.
      * There can be multiple producer destinations, each one must have a
@@ -1845,8 +1710,6 @@ public Builder setProducerDestinations(
       return this;
     }
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the producer project.
      * There can be multiple producer destinations, each one must have a
@@ -1868,8 +1731,6 @@ public Builder setProducerDestinations(
       return this;
     }
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the producer project.
      * There can be multiple producer destinations, each one must have a
@@ -1893,8 +1754,6 @@ public Builder addProducerDestinations(com.google.api.Logging.LoggingDestination
       return this;
     }
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the producer project.
      * There can be multiple producer destinations, each one must have a
@@ -1919,8 +1778,6 @@ public Builder addProducerDestinations(
       return this;
     }
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the producer project.
      * There can be multiple producer destinations, each one must have a
@@ -1942,8 +1799,6 @@ public Builder addProducerDestinations(
       return this;
     }
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the producer project.
      * There can be multiple producer destinations, each one must have a
@@ -1965,8 +1820,6 @@ public Builder addProducerDestinations(
       return this;
     }
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the producer project.
      * There can be multiple producer destinations, each one must have a
@@ -1980,7 +1833,8 @@ public Builder addAllProducerDestinations(
         java.lang.Iterable values) {
       if (producerDestinationsBuilder_ == null) {
         ensureProducerDestinationsIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, producerDestinations_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, producerDestinations_);
         onChanged();
       } else {
         producerDestinationsBuilder_.addAllMessages(values);
@@ -1988,8 +1842,6 @@ public Builder addAllProducerDestinations(
       return this;
     }
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the producer project.
      * There can be multiple producer destinations, each one must have a
@@ -2010,8 +1862,6 @@ public Builder clearProducerDestinations() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the producer project.
      * There can be multiple producer destinations, each one must have a
@@ -2032,8 +1882,6 @@ public Builder removeProducerDestinations(int index) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the producer project.
      * There can be multiple producer destinations, each one must have a
@@ -2048,8 +1896,6 @@ public com.google.api.Logging.LoggingDestination.Builder getProducerDestinations
       return getProducerDestinationsFieldBuilder().getBuilder(index);
     }
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the producer project.
      * There can be multiple producer destinations, each one must have a
@@ -2062,14 +1908,11 @@ public com.google.api.Logging.LoggingDestination.Builder getProducerDestinations
     public com.google.api.Logging.LoggingDestinationOrBuilder getProducerDestinationsOrBuilder(
         int index) {
       if (producerDestinationsBuilder_ == null) {
-        return producerDestinations_.get(index);
-      } else {
+        return producerDestinations_.get(index);  } else {
         return producerDestinationsBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the producer project.
      * There can be multiple producer destinations, each one must have a
@@ -2079,8 +1922,8 @@ public com.google.api.Logging.LoggingDestinationOrBuilder getProducerDestination
      *
      * repeated .google.api.Logging.LoggingDestination producer_destinations = 1;
      */
-    public java.util.List
-        getProducerDestinationsOrBuilderList() {
+    public java.util.List 
+         getProducerDestinationsOrBuilderList() {
       if (producerDestinationsBuilder_ != null) {
         return producerDestinationsBuilder_.getMessageOrBuilderList();
       } else {
@@ -2088,8 +1931,6 @@ public com.google.api.Logging.LoggingDestinationOrBuilder getProducerDestination
       }
     }
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the producer project.
      * There can be multiple producer destinations, each one must have a
@@ -2100,12 +1941,10 @@ public com.google.api.Logging.LoggingDestinationOrBuilder getProducerDestination
      * repeated .google.api.Logging.LoggingDestination producer_destinations = 1;
      */
     public com.google.api.Logging.LoggingDestination.Builder addProducerDestinationsBuilder() {
-      return getProducerDestinationsFieldBuilder()
-          .addBuilder(com.google.api.Logging.LoggingDestination.getDefaultInstance());
+      return getProducerDestinationsFieldBuilder().addBuilder(
+          com.google.api.Logging.LoggingDestination.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the producer project.
      * There can be multiple producer destinations, each one must have a
@@ -2117,12 +1956,10 @@ public com.google.api.Logging.LoggingDestination.Builder addProducerDestinations
      */
     public com.google.api.Logging.LoggingDestination.Builder addProducerDestinationsBuilder(
         int index) {
-      return getProducerDestinationsFieldBuilder()
-          .addBuilder(index, com.google.api.Logging.LoggingDestination.getDefaultInstance());
+      return getProducerDestinationsFieldBuilder().addBuilder(
+          index, com.google.api.Logging.LoggingDestination.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the producer project.
      * There can be multiple producer destinations, each one must have a
@@ -2132,22 +1969,16 @@ public com.google.api.Logging.LoggingDestination.Builder addProducerDestinations
      *
      * repeated .google.api.Logging.LoggingDestination producer_destinations = 1;
      */
-    public java.util.List
-        getProducerDestinationsBuilderList() {
+    public java.util.List 
+         getProducerDestinationsBuilderList() {
       return getProducerDestinationsFieldBuilder().getBuilderList();
     }
-
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.api.Logging.LoggingDestination,
-            com.google.api.Logging.LoggingDestination.Builder,
-            com.google.api.Logging.LoggingDestinationOrBuilder>
+        com.google.api.Logging.LoggingDestination, com.google.api.Logging.LoggingDestination.Builder, com.google.api.Logging.LoggingDestinationOrBuilder> 
         getProducerDestinationsFieldBuilder() {
       if (producerDestinationsBuilder_ == null) {
-        producerDestinationsBuilder_ =
-            new com.google.protobuf.RepeatedFieldBuilderV3<
-                com.google.api.Logging.LoggingDestination,
-                com.google.api.Logging.LoggingDestination.Builder,
-                com.google.api.Logging.LoggingDestinationOrBuilder>(
+        producerDestinationsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+            com.google.api.Logging.LoggingDestination, com.google.api.Logging.LoggingDestination.Builder, com.google.api.Logging.LoggingDestinationOrBuilder>(
                 producerDestinations_,
                 ((bitField0_ & 0x00000001) != 0),
                 getParentForChildren(),
@@ -2158,26 +1989,18 @@ public com.google.api.Logging.LoggingDestination.Builder addProducerDestinations
     }
 
     private java.util.List consumerDestinations_ =
-        java.util.Collections.emptyList();
-
+      java.util.Collections.emptyList();
     private void ensureConsumerDestinationsIsMutable() {
       if (!((bitField0_ & 0x00000002) != 0)) {
-        consumerDestinations_ =
-            new java.util.ArrayList(
-                consumerDestinations_);
+        consumerDestinations_ = new java.util.ArrayList(consumerDestinations_);
         bitField0_ |= 0x00000002;
-      }
+       }
     }
 
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.api.Logging.LoggingDestination,
-            com.google.api.Logging.LoggingDestination.Builder,
-            com.google.api.Logging.LoggingDestinationOrBuilder>
-        consumerDestinationsBuilder_;
+        com.google.api.Logging.LoggingDestination, com.google.api.Logging.LoggingDestination.Builder, com.google.api.Logging.LoggingDestinationOrBuilder> consumerDestinationsBuilder_;
 
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the consumer project.
      * There can be multiple consumer destinations, each one must have a
@@ -2195,8 +2018,6 @@ public java.util.List getConsumerDest
       }
     }
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the consumer project.
      * There can be multiple consumer destinations, each one must have a
@@ -2214,8 +2035,6 @@ public int getConsumerDestinationsCount() {
       }
     }
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the consumer project.
      * There can be multiple consumer destinations, each one must have a
@@ -2233,8 +2052,6 @@ public com.google.api.Logging.LoggingDestination getConsumerDestinations(int ind
       }
     }
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the consumer project.
      * There can be multiple consumer destinations, each one must have a
@@ -2259,8 +2076,6 @@ public Builder setConsumerDestinations(
       return this;
     }
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the consumer project.
      * There can be multiple consumer destinations, each one must have a
@@ -2282,8 +2097,6 @@ public Builder setConsumerDestinations(
       return this;
     }
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the consumer project.
      * There can be multiple consumer destinations, each one must have a
@@ -2307,8 +2120,6 @@ public Builder addConsumerDestinations(com.google.api.Logging.LoggingDestination
       return this;
     }
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the consumer project.
      * There can be multiple consumer destinations, each one must have a
@@ -2333,8 +2144,6 @@ public Builder addConsumerDestinations(
       return this;
     }
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the consumer project.
      * There can be multiple consumer destinations, each one must have a
@@ -2356,8 +2165,6 @@ public Builder addConsumerDestinations(
       return this;
     }
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the consumer project.
      * There can be multiple consumer destinations, each one must have a
@@ -2379,8 +2186,6 @@ public Builder addConsumerDestinations(
       return this;
     }
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the consumer project.
      * There can be multiple consumer destinations, each one must have a
@@ -2394,7 +2199,8 @@ public Builder addAllConsumerDestinations(
         java.lang.Iterable values) {
       if (consumerDestinationsBuilder_ == null) {
         ensureConsumerDestinationsIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, consumerDestinations_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, consumerDestinations_);
         onChanged();
       } else {
         consumerDestinationsBuilder_.addAllMessages(values);
@@ -2402,8 +2208,6 @@ public Builder addAllConsumerDestinations(
       return this;
     }
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the consumer project.
      * There can be multiple consumer destinations, each one must have a
@@ -2424,8 +2228,6 @@ public Builder clearConsumerDestinations() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the consumer project.
      * There can be multiple consumer destinations, each one must have a
@@ -2446,8 +2248,6 @@ public Builder removeConsumerDestinations(int index) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the consumer project.
      * There can be multiple consumer destinations, each one must have a
@@ -2462,8 +2262,6 @@ public com.google.api.Logging.LoggingDestination.Builder getConsumerDestinations
       return getConsumerDestinationsFieldBuilder().getBuilder(index);
     }
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the consumer project.
      * There can be multiple consumer destinations, each one must have a
@@ -2476,14 +2274,11 @@ public com.google.api.Logging.LoggingDestination.Builder getConsumerDestinations
     public com.google.api.Logging.LoggingDestinationOrBuilder getConsumerDestinationsOrBuilder(
         int index) {
       if (consumerDestinationsBuilder_ == null) {
-        return consumerDestinations_.get(index);
-      } else {
+        return consumerDestinations_.get(index);  } else {
         return consumerDestinationsBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the consumer project.
      * There can be multiple consumer destinations, each one must have a
@@ -2493,8 +2288,8 @@ public com.google.api.Logging.LoggingDestinationOrBuilder getConsumerDestination
      *
      * repeated .google.api.Logging.LoggingDestination consumer_destinations = 2;
      */
-    public java.util.List
-        getConsumerDestinationsOrBuilderList() {
+    public java.util.List 
+         getConsumerDestinationsOrBuilderList() {
       if (consumerDestinationsBuilder_ != null) {
         return consumerDestinationsBuilder_.getMessageOrBuilderList();
       } else {
@@ -2502,8 +2297,6 @@ public com.google.api.Logging.LoggingDestinationOrBuilder getConsumerDestination
       }
     }
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the consumer project.
      * There can be multiple consumer destinations, each one must have a
@@ -2514,12 +2307,10 @@ public com.google.api.Logging.LoggingDestinationOrBuilder getConsumerDestination
      * repeated .google.api.Logging.LoggingDestination consumer_destinations = 2;
      */
     public com.google.api.Logging.LoggingDestination.Builder addConsumerDestinationsBuilder() {
-      return getConsumerDestinationsFieldBuilder()
-          .addBuilder(com.google.api.Logging.LoggingDestination.getDefaultInstance());
+      return getConsumerDestinationsFieldBuilder().addBuilder(
+          com.google.api.Logging.LoggingDestination.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the consumer project.
      * There can be multiple consumer destinations, each one must have a
@@ -2531,12 +2322,10 @@ public com.google.api.Logging.LoggingDestination.Builder addConsumerDestinations
      */
     public com.google.api.Logging.LoggingDestination.Builder addConsumerDestinationsBuilder(
         int index) {
-      return getConsumerDestinationsFieldBuilder()
-          .addBuilder(index, com.google.api.Logging.LoggingDestination.getDefaultInstance());
+      return getConsumerDestinationsFieldBuilder().addBuilder(
+          index, com.google.api.Logging.LoggingDestination.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * Logging configurations for sending logs to the consumer project.
      * There can be multiple consumer destinations, each one must have a
@@ -2546,22 +2335,16 @@ public com.google.api.Logging.LoggingDestination.Builder addConsumerDestinations
      *
      * repeated .google.api.Logging.LoggingDestination consumer_destinations = 2;
      */
-    public java.util.List
-        getConsumerDestinationsBuilderList() {
+    public java.util.List 
+         getConsumerDestinationsBuilderList() {
       return getConsumerDestinationsFieldBuilder().getBuilderList();
     }
-
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.api.Logging.LoggingDestination,
-            com.google.api.Logging.LoggingDestination.Builder,
-            com.google.api.Logging.LoggingDestinationOrBuilder>
+        com.google.api.Logging.LoggingDestination, com.google.api.Logging.LoggingDestination.Builder, com.google.api.Logging.LoggingDestinationOrBuilder> 
         getConsumerDestinationsFieldBuilder() {
       if (consumerDestinationsBuilder_ == null) {
-        consumerDestinationsBuilder_ =
-            new com.google.protobuf.RepeatedFieldBuilderV3<
-                com.google.api.Logging.LoggingDestination,
-                com.google.api.Logging.LoggingDestination.Builder,
-                com.google.api.Logging.LoggingDestinationOrBuilder>(
+        consumerDestinationsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+            com.google.api.Logging.LoggingDestination, com.google.api.Logging.LoggingDestination.Builder, com.google.api.Logging.LoggingDestinationOrBuilder>(
                 consumerDestinations_,
                 ((bitField0_ & 0x00000002) != 0),
                 getParentForChildren(),
@@ -2570,9 +2353,9 @@ public com.google.api.Logging.LoggingDestination.Builder addConsumerDestinations
       }
       return consumerDestinationsBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -2582,12 +2365,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.api.Logging)
   }
 
   // @@protoc_insertion_point(class_scope:google.api.Logging)
   private static final com.google.api.Logging DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.api.Logging();
   }
@@ -2596,27 +2379,27 @@ public static com.google.api.Logging getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public Logging parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public Logging parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -2631,4 +2414,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.api.Logging getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/LoggingOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/LoggingOrBuilder.java
similarity index 81%
rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/LoggingOrBuilder.java
rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/LoggingOrBuilder.java
index af4857ba22..cb3fc8bf05 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/LoggingOrBuilder.java
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/LoggingOrBuilder.java
@@ -1,31 +1,13 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/api/logging.proto
 
 package com.google.api;
 
-public interface LoggingOrBuilder
-    extends
+public interface LoggingOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.api.Logging)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * Logging configurations for sending logs to the producer project.
    * There can be multiple producer destinations, each one must have a
@@ -35,10 +17,9 @@ public interface LoggingOrBuilder
    *
    * repeated .google.api.Logging.LoggingDestination producer_destinations = 1;
    */
-  java.util.List getProducerDestinationsList();
+  java.util.List 
+      getProducerDestinationsList();
   /**
-   *
-   *
    * 
    * Logging configurations for sending logs to the producer project.
    * There can be multiple producer destinations, each one must have a
@@ -50,8 +31,6 @@ public interface LoggingOrBuilder
    */
   com.google.api.Logging.LoggingDestination getProducerDestinations(int index);
   /**
-   *
-   *
    * 
    * Logging configurations for sending logs to the producer project.
    * There can be multiple producer destinations, each one must have a
@@ -63,8 +42,6 @@ public interface LoggingOrBuilder
    */
   int getProducerDestinationsCount();
   /**
-   *
-   *
    * 
    * Logging configurations for sending logs to the producer project.
    * There can be multiple producer destinations, each one must have a
@@ -74,11 +51,9 @@ public interface LoggingOrBuilder
    *
    * repeated .google.api.Logging.LoggingDestination producer_destinations = 1;
    */
-  java.util.List
+  java.util.List 
       getProducerDestinationsOrBuilderList();
   /**
-   *
-   *
    * 
    * Logging configurations for sending logs to the producer project.
    * There can be multiple producer destinations, each one must have a
@@ -88,11 +63,10 @@ public interface LoggingOrBuilder
    *
    * repeated .google.api.Logging.LoggingDestination producer_destinations = 1;
    */
-  com.google.api.Logging.LoggingDestinationOrBuilder getProducerDestinationsOrBuilder(int index);
+  com.google.api.Logging.LoggingDestinationOrBuilder getProducerDestinationsOrBuilder(
+      int index);
 
   /**
-   *
-   *
    * 
    * Logging configurations for sending logs to the consumer project.
    * There can be multiple consumer destinations, each one must have a
@@ -102,10 +76,9 @@ public interface LoggingOrBuilder
    *
    * repeated .google.api.Logging.LoggingDestination consumer_destinations = 2;
    */
-  java.util.List getConsumerDestinationsList();
+  java.util.List 
+      getConsumerDestinationsList();
   /**
-   *
-   *
    * 
    * Logging configurations for sending logs to the consumer project.
    * There can be multiple consumer destinations, each one must have a
@@ -117,8 +90,6 @@ public interface LoggingOrBuilder
    */
   com.google.api.Logging.LoggingDestination getConsumerDestinations(int index);
   /**
-   *
-   *
    * 
    * Logging configurations for sending logs to the consumer project.
    * There can be multiple consumer destinations, each one must have a
@@ -130,8 +101,6 @@ public interface LoggingOrBuilder
    */
   int getConsumerDestinationsCount();
   /**
-   *
-   *
    * 
    * Logging configurations for sending logs to the consumer project.
    * There can be multiple consumer destinations, each one must have a
@@ -141,11 +110,9 @@ public interface LoggingOrBuilder
    *
    * repeated .google.api.Logging.LoggingDestination consumer_destinations = 2;
    */
-  java.util.List
+  java.util.List 
       getConsumerDestinationsOrBuilderList();
   /**
-   *
-   *
    * 
    * Logging configurations for sending logs to the consumer project.
    * There can be multiple consumer destinations, each one must have a
@@ -155,5 +122,6 @@ public interface LoggingOrBuilder
    *
    * repeated .google.api.Logging.LoggingDestination consumer_destinations = 2;
    */
-  com.google.api.Logging.LoggingDestinationOrBuilder getConsumerDestinationsOrBuilder(int index);
+  com.google.api.Logging.LoggingDestinationOrBuilder getConsumerDestinationsOrBuilder(
+      int index);
 }
diff --git a/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/LoggingProto.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/LoggingProto.java
new file mode 100644
index 0000000000..96c3825067
--- /dev/null
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/LoggingProto.java
@@ -0,0 +1,66 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/api/logging.proto
+
+package com.google.api;
+
+public final class LoggingProto {
+  private LoggingProto() {}
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistryLite registry) {
+  }
+
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistry registry) {
+    registerAllExtensions(
+        (com.google.protobuf.ExtensionRegistryLite) registry);
+  }
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_api_Logging_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_api_Logging_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_api_Logging_LoggingDestination_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_api_Logging_LoggingDestination_fieldAccessorTable;
+
+  public static com.google.protobuf.Descriptors.FileDescriptor
+      getDescriptor() {
+    return descriptor;
+  }
+  private static  com.google.protobuf.Descriptors.FileDescriptor
+      descriptor;
+  static {
+    java.lang.String[] descriptorData = {
+      "\n\030google/api/logging.proto\022\ngoogle.api\"\327" +
+      "\001\n\007Logging\022E\n\025producer_destinations\030\001 \003(" +
+      "\0132&.google.api.Logging.LoggingDestinatio" +
+      "n\022E\n\025consumer_destinations\030\002 \003(\0132&.googl" +
+      "e.api.Logging.LoggingDestination\032>\n\022Logg" +
+      "ingDestination\022\032\n\022monitored_resource\030\003 \001" +
+      "(\t\022\014\n\004logs\030\001 \003(\tBn\n\016com.google.apiB\014Logg" +
+      "ingProtoP\001ZEgoogle.golang.org/genproto/g" +
+      "oogleapis/api/serviceconfig;serviceconfi" +
+      "g\242\002\004GAPIb\006proto3"
+    };
+    descriptor = com.google.protobuf.Descriptors.FileDescriptor
+      .internalBuildGeneratedFileFrom(descriptorData,
+        new com.google.protobuf.Descriptors.FileDescriptor[] {
+        });
+    internal_static_google_api_Logging_descriptor =
+      getDescriptor().getMessageTypes().get(0);
+    internal_static_google_api_Logging_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_api_Logging_descriptor,
+        new java.lang.String[] { "ProducerDestinations", "ConsumerDestinations", });
+    internal_static_google_api_Logging_LoggingDestination_descriptor =
+      internal_static_google_api_Logging_descriptor.getNestedTypes().get(0);
+    internal_static_google_api_Logging_LoggingDestination_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_api_Logging_LoggingDestination_descriptor,
+        new java.lang.String[] { "MonitoredResource", "Logs", });
+  }
+
+  // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MethodSettings.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MethodSettings.java
similarity index 76%
rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MethodSettings.java
rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MethodSettings.java
index b75009443a..8e58af1c83 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MethodSettings.java
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MethodSettings.java
@@ -1,58 +1,42 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/api/client.proto
 
 package com.google.api;
 
 /**
- *
- *
  * 
  * Describes the generator configuration for a method.
  * 
* * Protobuf type {@code google.api.MethodSettings} */ -public final class MethodSettings extends com.google.protobuf.GeneratedMessageV3 - implements +public final class MethodSettings extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.api.MethodSettings) MethodSettingsOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use MethodSettings.newBuilder() to construct. private MethodSettings(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private MethodSettings() { selector_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new MethodSettings(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.api.ClientProto.internal_static_google_api_MethodSettings_descriptor; } @@ -64,40 +48,31 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { com.google.api.MethodSettings.class, com.google.api.MethodSettings.Builder.class); } - public interface LongRunningOrBuilder - extends + public interface LongRunningOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.MethodSettings.LongRunning) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * Initial delay after which the first poll request will be made.
      * Default value: 5 seconds.
      * 
* * .google.protobuf.Duration initial_poll_delay = 1; - * * @return Whether the initialPollDelay field is set. */ boolean hasInitialPollDelay(); /** - * - * *
      * Initial delay after which the first poll request will be made.
      * Default value: 5 seconds.
      * 
* * .google.protobuf.Duration initial_poll_delay = 1; - * * @return The initialPollDelay. */ com.google.protobuf.Duration getInitialPollDelay(); /** - * - * *
      * Initial delay after which the first poll request will be made.
      * Default value: 5 seconds.
@@ -108,8 +83,6 @@ public interface LongRunningOrBuilder
     com.google.protobuf.DurationOrBuilder getInitialPollDelayOrBuilder();
 
     /**
-     *
-     *
      * 
      * Multiplier to gradually increase delay between subsequent polls until it
      * reaches max_poll_delay.
@@ -117,40 +90,31 @@ public interface LongRunningOrBuilder
      * 
* * float poll_delay_multiplier = 2; - * * @return The pollDelayMultiplier. */ float getPollDelayMultiplier(); /** - * - * *
      * Maximum time between two subsequent poll requests.
      * Default value: 45 seconds.
      * 
* * .google.protobuf.Duration max_poll_delay = 3; - * * @return Whether the maxPollDelay field is set. */ boolean hasMaxPollDelay(); /** - * - * *
      * Maximum time between two subsequent poll requests.
      * Default value: 45 seconds.
      * 
* * .google.protobuf.Duration max_poll_delay = 3; - * * @return The maxPollDelay. */ com.google.protobuf.Duration getMaxPollDelay(); /** - * - * *
      * Maximum time between two subsequent poll requests.
      * Default value: 45 seconds.
@@ -161,34 +125,26 @@ public interface LongRunningOrBuilder
     com.google.protobuf.DurationOrBuilder getMaxPollDelayOrBuilder();
 
     /**
-     *
-     *
      * 
      * Total polling timeout.
      * Default value: 5 minutes.
      * 
* * .google.protobuf.Duration total_poll_timeout = 4; - * * @return Whether the totalPollTimeout field is set. */ boolean hasTotalPollTimeout(); /** - * - * *
      * Total polling timeout.
      * Default value: 5 minutes.
      * 
* * .google.protobuf.Duration total_poll_timeout = 4; - * * @return The totalPollTimeout. */ com.google.protobuf.Duration getTotalPollTimeout(); /** - * - * *
      * Total polling timeout.
      * Default value: 5 minutes.
@@ -199,8 +155,6 @@ public interface LongRunningOrBuilder
     com.google.protobuf.DurationOrBuilder getTotalPollTimeoutOrBuilder();
   }
   /**
-   *
-   *
    * 
    * Describes settings to use when generating API methods that use the
    * long-running operation pattern.
@@ -211,56 +165,52 @@ public interface LongRunningOrBuilder
    *
    * Protobuf type {@code google.api.MethodSettings.LongRunning}
    */
-  public static final class LongRunning extends com.google.protobuf.GeneratedMessageV3
-      implements
+  public static final class LongRunning extends
+      com.google.protobuf.GeneratedMessageV3 implements
       // @@protoc_insertion_point(message_implements:google.api.MethodSettings.LongRunning)
       LongRunningOrBuilder {
-    private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
     // Use LongRunning.newBuilder() to construct.
     private LongRunning(com.google.protobuf.GeneratedMessageV3.Builder builder) {
       super(builder);
     }
-
-    private LongRunning() {}
+    private LongRunning() {
+    }
 
     @java.lang.Override
     @SuppressWarnings({"unused"})
-    protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+    protected java.lang.Object newInstance(
+        UnusedPrivateParameter unused) {
       return new LongRunning();
     }
 
     @java.lang.Override
-    public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+    public final com.google.protobuf.UnknownFieldSet
+    getUnknownFields() {
       return this.unknownFields;
     }
-
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.api.ClientProto
-          .internal_static_google_api_MethodSettings_LongRunning_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.api.ClientProto.internal_static_google_api_MethodSettings_LongRunning_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.api.ClientProto
-          .internal_static_google_api_MethodSettings_LongRunning_fieldAccessorTable
+      return com.google.api.ClientProto.internal_static_google_api_MethodSettings_LongRunning_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.api.MethodSettings.LongRunning.class,
-              com.google.api.MethodSettings.LongRunning.Builder.class);
+              com.google.api.MethodSettings.LongRunning.class, com.google.api.MethodSettings.LongRunning.Builder.class);
     }
 
     public static final int INITIAL_POLL_DELAY_FIELD_NUMBER = 1;
     private com.google.protobuf.Duration initialPollDelay_;
     /**
-     *
-     *
      * 
      * Initial delay after which the first poll request will be made.
      * Default value: 5 seconds.
      * 
* * .google.protobuf.Duration initial_poll_delay = 1; - * * @return Whether the initialPollDelay field is set. */ @java.lang.Override @@ -268,26 +218,19 @@ public boolean hasInitialPollDelay() { return initialPollDelay_ != null; } /** - * - * *
      * Initial delay after which the first poll request will be made.
      * Default value: 5 seconds.
      * 
* * .google.protobuf.Duration initial_poll_delay = 1; - * * @return The initialPollDelay. */ @java.lang.Override public com.google.protobuf.Duration getInitialPollDelay() { - return initialPollDelay_ == null - ? com.google.protobuf.Duration.getDefaultInstance() - : initialPollDelay_; + return initialPollDelay_ == null ? com.google.protobuf.Duration.getDefaultInstance() : initialPollDelay_; } /** - * - * *
      * Initial delay after which the first poll request will be made.
      * Default value: 5 seconds.
@@ -303,8 +246,6 @@ public com.google.protobuf.DurationOrBuilder getInitialPollDelayOrBuilder() {
     public static final int POLL_DELAY_MULTIPLIER_FIELD_NUMBER = 2;
     private float pollDelayMultiplier_;
     /**
-     *
-     *
      * 
      * Multiplier to gradually increase delay between subsequent polls until it
      * reaches max_poll_delay.
@@ -312,7 +253,6 @@ public com.google.protobuf.DurationOrBuilder getInitialPollDelayOrBuilder() {
      * 
* * float poll_delay_multiplier = 2; - * * @return The pollDelayMultiplier. */ @java.lang.Override @@ -323,15 +263,12 @@ public float getPollDelayMultiplier() { public static final int MAX_POLL_DELAY_FIELD_NUMBER = 3; private com.google.protobuf.Duration maxPollDelay_; /** - * - * *
      * Maximum time between two subsequent poll requests.
      * Default value: 45 seconds.
      * 
* * .google.protobuf.Duration max_poll_delay = 3; - * * @return Whether the maxPollDelay field is set. */ @java.lang.Override @@ -339,26 +276,19 @@ public boolean hasMaxPollDelay() { return maxPollDelay_ != null; } /** - * - * *
      * Maximum time between two subsequent poll requests.
      * Default value: 45 seconds.
      * 
* * .google.protobuf.Duration max_poll_delay = 3; - * * @return The maxPollDelay. */ @java.lang.Override public com.google.protobuf.Duration getMaxPollDelay() { - return maxPollDelay_ == null - ? com.google.protobuf.Duration.getDefaultInstance() - : maxPollDelay_; + return maxPollDelay_ == null ? com.google.protobuf.Duration.getDefaultInstance() : maxPollDelay_; } /** - * - * *
      * Maximum time between two subsequent poll requests.
      * Default value: 45 seconds.
@@ -374,15 +304,12 @@ public com.google.protobuf.DurationOrBuilder getMaxPollDelayOrBuilder() {
     public static final int TOTAL_POLL_TIMEOUT_FIELD_NUMBER = 4;
     private com.google.protobuf.Duration totalPollTimeout_;
     /**
-     *
-     *
      * 
      * Total polling timeout.
      * Default value: 5 minutes.
      * 
* * .google.protobuf.Duration total_poll_timeout = 4; - * * @return Whether the totalPollTimeout field is set. */ @java.lang.Override @@ -390,26 +317,19 @@ public boolean hasTotalPollTimeout() { return totalPollTimeout_ != null; } /** - * - * *
      * Total polling timeout.
      * Default value: 5 minutes.
      * 
* * .google.protobuf.Duration total_poll_timeout = 4; - * * @return The totalPollTimeout. */ @java.lang.Override public com.google.protobuf.Duration getTotalPollTimeout() { - return totalPollTimeout_ == null - ? com.google.protobuf.Duration.getDefaultInstance() - : totalPollTimeout_; + return totalPollTimeout_ == null ? com.google.protobuf.Duration.getDefaultInstance() : totalPollTimeout_; } /** - * - * *
      * Total polling timeout.
      * Default value: 5 minutes.
@@ -423,7 +343,6 @@ public com.google.protobuf.DurationOrBuilder getTotalPollTimeoutOrBuilder() {
     }
 
     private byte memoizedIsInitialized = -1;
-
     @java.lang.Override
     public final boolean isInitialized() {
       byte isInitialized = memoizedIsInitialized;
@@ -435,7 +354,8 @@ public final boolean isInitialized() {
     }
 
     @java.lang.Override
-    public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+    public void writeTo(com.google.protobuf.CodedOutputStream output)
+                        throws java.io.IOException {
       if (initialPollDelay_ != null) {
         output.writeMessage(1, getInitialPollDelay());
       }
@@ -458,16 +378,20 @@ public int getSerializedSize() {
 
       size = 0;
       if (initialPollDelay_ != null) {
-        size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getInitialPollDelay());
+        size += com.google.protobuf.CodedOutputStream
+          .computeMessageSize(1, getInitialPollDelay());
       }
       if (java.lang.Float.floatToRawIntBits(pollDelayMultiplier_) != 0) {
-        size += com.google.protobuf.CodedOutputStream.computeFloatSize(2, pollDelayMultiplier_);
+        size += com.google.protobuf.CodedOutputStream
+          .computeFloatSize(2, pollDelayMultiplier_);
       }
       if (maxPollDelay_ != null) {
-        size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getMaxPollDelay());
+        size += com.google.protobuf.CodedOutputStream
+          .computeMessageSize(3, getMaxPollDelay());
       }
       if (totalPollTimeout_ != null) {
-        size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getTotalPollTimeout());
+        size += com.google.protobuf.CodedOutputStream
+          .computeMessageSize(4, getTotalPollTimeout());
       }
       size += getUnknownFields().getSerializedSize();
       memoizedSize = size;
@@ -477,27 +401,30 @@ public int getSerializedSize() {
     @java.lang.Override
     public boolean equals(final java.lang.Object obj) {
       if (obj == this) {
-        return true;
+       return true;
       }
       if (!(obj instanceof com.google.api.MethodSettings.LongRunning)) {
         return super.equals(obj);
       }
-      com.google.api.MethodSettings.LongRunning other =
-          (com.google.api.MethodSettings.LongRunning) obj;
+      com.google.api.MethodSettings.LongRunning other = (com.google.api.MethodSettings.LongRunning) obj;
 
       if (hasInitialPollDelay() != other.hasInitialPollDelay()) return false;
       if (hasInitialPollDelay()) {
-        if (!getInitialPollDelay().equals(other.getInitialPollDelay())) return false;
+        if (!getInitialPollDelay()
+            .equals(other.getInitialPollDelay())) return false;
       }
       if (java.lang.Float.floatToIntBits(getPollDelayMultiplier())
-          != java.lang.Float.floatToIntBits(other.getPollDelayMultiplier())) return false;
+          != java.lang.Float.floatToIntBits(
+              other.getPollDelayMultiplier())) return false;
       if (hasMaxPollDelay() != other.hasMaxPollDelay()) return false;
       if (hasMaxPollDelay()) {
-        if (!getMaxPollDelay().equals(other.getMaxPollDelay())) return false;
+        if (!getMaxPollDelay()
+            .equals(other.getMaxPollDelay())) return false;
       }
       if (hasTotalPollTimeout() != other.hasTotalPollTimeout()) return false;
       if (hasTotalPollTimeout()) {
-        if (!getTotalPollTimeout().equals(other.getTotalPollTimeout())) return false;
+        if (!getTotalPollTimeout()
+            .equals(other.getTotalPollTimeout())) return false;
       }
       if (!getUnknownFields().equals(other.getUnknownFields())) return false;
       return true;
@@ -515,7 +442,8 @@ public int hashCode() {
         hash = (53 * hash) + getInitialPollDelay().hashCode();
       }
       hash = (37 * hash) + POLL_DELAY_MULTIPLIER_FIELD_NUMBER;
-      hash = (53 * hash) + java.lang.Float.floatToIntBits(getPollDelayMultiplier());
+      hash = (53 * hash) + java.lang.Float.floatToIntBits(
+          getPollDelayMultiplier());
       if (hasMaxPollDelay()) {
         hash = (37 * hash) + MAX_POLL_DELAY_FIELD_NUMBER;
         hash = (53 * hash) + getMaxPollDelay().hashCode();
@@ -529,94 +457,88 @@ public int hashCode() {
       return hash;
     }
 
-    public static com.google.api.MethodSettings.LongRunning parseFrom(java.nio.ByteBuffer data)
+    public static com.google.api.MethodSettings.LongRunning parseFrom(
+        java.nio.ByteBuffer data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.api.MethodSettings.LongRunning parseFrom(
-        java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.nio.ByteBuffer data,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
-
     public static com.google.api.MethodSettings.LongRunning parseFrom(
         com.google.protobuf.ByteString data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.api.MethodSettings.LongRunning parseFrom(
         com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
-
     public static com.google.api.MethodSettings.LongRunning parseFrom(byte[] data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.api.MethodSettings.LongRunning parseFrom(
-        byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        byte[] data,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
-
     public static com.google.api.MethodSettings.LongRunning parseFrom(java.io.InputStream input)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input);
     }
-
     public static com.google.api.MethodSettings.LongRunning parseFrom(
-        java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.io.InputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-          PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input, extensionRegistry);
     }
-
-    public static com.google.api.MethodSettings.LongRunning parseDelimitedFrom(
-        java.io.InputStream input) throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    public static com.google.api.MethodSettings.LongRunning parseDelimitedFrom(java.io.InputStream input)
+        throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3
+          .parseDelimitedWithIOException(PARSER, input);
     }
-
     public static com.google.api.MethodSettings.LongRunning parseDelimitedFrom(
-        java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.io.InputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-          PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3
+          .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
     }
-
     public static com.google.api.MethodSettings.LongRunning parseFrom(
-        com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+        com.google.protobuf.CodedInputStream input)
+        throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input);
     }
-
     public static com.google.api.MethodSettings.LongRunning parseFrom(
         com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-          PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input, extensionRegistry);
     }
 
     @java.lang.Override
-    public Builder newBuilderForType() {
-      return newBuilder();
-    }
-
+    public Builder newBuilderForType() { return newBuilder(); }
     public static Builder newBuilder() {
       return DEFAULT_INSTANCE.toBuilder();
     }
-
     public static Builder newBuilder(com.google.api.MethodSettings.LongRunning prototype) {
       return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
     }
-
     @java.lang.Override
     public Builder toBuilder() {
-      return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+      return this == DEFAULT_INSTANCE
+          ? new Builder() : new Builder().mergeFrom(this);
     }
 
     @java.lang.Override
@@ -626,8 +548,6 @@ protected Builder newBuilderForType(
       return builder;
     }
     /**
-     *
-     *
      * 
      * Describes settings to use when generating API methods that use the
      * long-running operation pattern.
@@ -638,33 +558,33 @@ protected Builder newBuilderForType(
      *
      * Protobuf type {@code google.api.MethodSettings.LongRunning}
      */
-    public static final class Builder
-        extends com.google.protobuf.GeneratedMessageV3.Builder
-        implements
+    public static final class Builder extends
+        com.google.protobuf.GeneratedMessageV3.Builder implements
         // @@protoc_insertion_point(builder_implements:google.api.MethodSettings.LongRunning)
         com.google.api.MethodSettings.LongRunningOrBuilder {
-      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-        return com.google.api.ClientProto
-            .internal_static_google_api_MethodSettings_LongRunning_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor
+          getDescriptor() {
+        return com.google.api.ClientProto.internal_static_google_api_MethodSettings_LongRunning_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.api.ClientProto
-            .internal_static_google_api_MethodSettings_LongRunning_fieldAccessorTable
+        return com.google.api.ClientProto.internal_static_google_api_MethodSettings_LongRunning_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.api.MethodSettings.LongRunning.class,
-                com.google.api.MethodSettings.LongRunning.Builder.class);
+                com.google.api.MethodSettings.LongRunning.class, com.google.api.MethodSettings.LongRunning.Builder.class);
       }
 
       // Construct using com.google.api.MethodSettings.LongRunning.newBuilder()
-      private Builder() {}
+      private Builder() {
 
-      private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-        super(parent);
       }
 
+      private Builder(
+          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+        super(parent);
+
+      }
       @java.lang.Override
       public Builder clear() {
         super.clear();
@@ -692,9 +612,9 @@ public Builder clear() {
       }
 
       @java.lang.Override
-      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-        return com.google.api.ClientProto
-            .internal_static_google_api_MethodSettings_LongRunning_descriptor;
+      public com.google.protobuf.Descriptors.Descriptor
+          getDescriptorForType() {
+        return com.google.api.ClientProto.internal_static_google_api_MethodSettings_LongRunning_descriptor;
       }
 
       @java.lang.Override
@@ -713,8 +633,7 @@ public com.google.api.MethodSettings.LongRunning build() {
 
       @java.lang.Override
       public com.google.api.MethodSettings.LongRunning buildPartial() {
-        com.google.api.MethodSettings.LongRunning result =
-            new com.google.api.MethodSettings.LongRunning(this);
+        com.google.api.MethodSettings.LongRunning result = new com.google.api.MethodSettings.LongRunning(this);
         if (initialPollDelayBuilder_ == null) {
           result.initialPollDelay_ = initialPollDelay_;
         } else {
@@ -739,41 +658,38 @@ public com.google.api.MethodSettings.LongRunning buildPartial() {
       public Builder clone() {
         return super.clone();
       }
-
       @java.lang.Override
       public Builder setField(
-          com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+          com.google.protobuf.Descriptors.FieldDescriptor field,
+          java.lang.Object value) {
         return super.setField(field, value);
       }
-
       @java.lang.Override
-      public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+      public Builder clearField(
+          com.google.protobuf.Descriptors.FieldDescriptor field) {
         return super.clearField(field);
       }
-
       @java.lang.Override
-      public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+      public Builder clearOneof(
+          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
         return super.clearOneof(oneof);
       }
-
       @java.lang.Override
       public Builder setRepeatedField(
           com.google.protobuf.Descriptors.FieldDescriptor field,
-          int index,
-          java.lang.Object value) {
+          int index, java.lang.Object value) {
         return super.setRepeatedField(field, index, value);
       }
-
       @java.lang.Override
       public Builder addRepeatedField(
-          com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+          com.google.protobuf.Descriptors.FieldDescriptor field,
+          java.lang.Object value) {
         return super.addRepeatedField(field, value);
       }
-
       @java.lang.Override
       public Builder mergeFrom(com.google.protobuf.Message other) {
         if (other instanceof com.google.api.MethodSettings.LongRunning) {
-          return mergeFrom((com.google.api.MethodSettings.LongRunning) other);
+          return mergeFrom((com.google.api.MethodSettings.LongRunning)other);
         } else {
           super.mergeFrom(other);
           return this;
@@ -820,39 +736,38 @@ public Builder mergeFrom(
               case 0:
                 done = true;
                 break;
-              case 10:
-                {
-                  input.readMessage(
-                      getInitialPollDelayFieldBuilder().getBuilder(), extensionRegistry);
-
-                  break;
-                } // case 10
-              case 21:
-                {
-                  pollDelayMultiplier_ = input.readFloat();
-
-                  break;
-                } // case 21
-              case 26:
-                {
-                  input.readMessage(getMaxPollDelayFieldBuilder().getBuilder(), extensionRegistry);
-
-                  break;
-                } // case 26
-              case 34:
-                {
-                  input.readMessage(
-                      getTotalPollTimeoutFieldBuilder().getBuilder(), extensionRegistry);
-
-                  break;
-                } // case 34
-              default:
-                {
-                  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                    done = true; // was an endgroup tag
-                  }
-                  break;
-                } // default:
+              case 10: {
+                input.readMessage(
+                    getInitialPollDelayFieldBuilder().getBuilder(),
+                    extensionRegistry);
+
+                break;
+              } // case 10
+              case 21: {
+                pollDelayMultiplier_ = input.readFloat();
+
+                break;
+              } // case 21
+              case 26: {
+                input.readMessage(
+                    getMaxPollDelayFieldBuilder().getBuilder(),
+                    extensionRegistry);
+
+                break;
+              } // case 26
+              case 34: {
+                input.readMessage(
+                    getTotalPollTimeoutFieldBuilder().getBuilder(),
+                    extensionRegistry);
+
+                break;
+              } // case 34
+              default: {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
             } // switch (tag)
           } // while (!done)
         } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -865,49 +780,36 @@ public Builder mergeFrom(
 
       private com.google.protobuf.Duration initialPollDelay_;
       private com.google.protobuf.SingleFieldBuilderV3<
-              com.google.protobuf.Duration,
-              com.google.protobuf.Duration.Builder,
-              com.google.protobuf.DurationOrBuilder>
-          initialPollDelayBuilder_;
+          com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> initialPollDelayBuilder_;
       /**
-       *
-       *
        * 
        * Initial delay after which the first poll request will be made.
        * Default value: 5 seconds.
        * 
* * .google.protobuf.Duration initial_poll_delay = 1; - * * @return Whether the initialPollDelay field is set. */ public boolean hasInitialPollDelay() { return initialPollDelayBuilder_ != null || initialPollDelay_ != null; } /** - * - * *
        * Initial delay after which the first poll request will be made.
        * Default value: 5 seconds.
        * 
* * .google.protobuf.Duration initial_poll_delay = 1; - * * @return The initialPollDelay. */ public com.google.protobuf.Duration getInitialPollDelay() { if (initialPollDelayBuilder_ == null) { - return initialPollDelay_ == null - ? com.google.protobuf.Duration.getDefaultInstance() - : initialPollDelay_; + return initialPollDelay_ == null ? com.google.protobuf.Duration.getDefaultInstance() : initialPollDelay_; } else { return initialPollDelayBuilder_.getMessage(); } } /** - * - * *
        * Initial delay after which the first poll request will be made.
        * Default value: 5 seconds.
@@ -929,8 +831,6 @@ public Builder setInitialPollDelay(com.google.protobuf.Duration value) {
         return this;
       }
       /**
-       *
-       *
        * 
        * Initial delay after which the first poll request will be made.
        * Default value: 5 seconds.
@@ -938,7 +838,8 @@ public Builder setInitialPollDelay(com.google.protobuf.Duration value) {
        *
        * .google.protobuf.Duration initial_poll_delay = 1;
        */
-      public Builder setInitialPollDelay(com.google.protobuf.Duration.Builder builderForValue) {
+      public Builder setInitialPollDelay(
+          com.google.protobuf.Duration.Builder builderForValue) {
         if (initialPollDelayBuilder_ == null) {
           initialPollDelay_ = builderForValue.build();
           onChanged();
@@ -949,8 +850,6 @@ public Builder setInitialPollDelay(com.google.protobuf.Duration.Builder builderF
         return this;
       }
       /**
-       *
-       *
        * 
        * Initial delay after which the first poll request will be made.
        * Default value: 5 seconds.
@@ -962,9 +861,7 @@ public Builder mergeInitialPollDelay(com.google.protobuf.Duration value) {
         if (initialPollDelayBuilder_ == null) {
           if (initialPollDelay_ != null) {
             initialPollDelay_ =
-                com.google.protobuf.Duration.newBuilder(initialPollDelay_)
-                    .mergeFrom(value)
-                    .buildPartial();
+              com.google.protobuf.Duration.newBuilder(initialPollDelay_).mergeFrom(value).buildPartial();
           } else {
             initialPollDelay_ = value;
           }
@@ -976,8 +873,6 @@ public Builder mergeInitialPollDelay(com.google.protobuf.Duration value) {
         return this;
       }
       /**
-       *
-       *
        * 
        * Initial delay after which the first poll request will be made.
        * Default value: 5 seconds.
@@ -997,8 +892,6 @@ public Builder clearInitialPollDelay() {
         return this;
       }
       /**
-       *
-       *
        * 
        * Initial delay after which the first poll request will be made.
        * Default value: 5 seconds.
@@ -1007,13 +900,11 @@ public Builder clearInitialPollDelay() {
        * .google.protobuf.Duration initial_poll_delay = 1;
        */
       public com.google.protobuf.Duration.Builder getInitialPollDelayBuilder() {
-
+        
         onChanged();
         return getInitialPollDelayFieldBuilder().getBuilder();
       }
       /**
-       *
-       *
        * 
        * Initial delay after which the first poll request will be made.
        * Default value: 5 seconds.
@@ -1025,14 +916,11 @@ public com.google.protobuf.DurationOrBuilder getInitialPollDelayOrBuilder() {
         if (initialPollDelayBuilder_ != null) {
           return initialPollDelayBuilder_.getMessageOrBuilder();
         } else {
-          return initialPollDelay_ == null
-              ? com.google.protobuf.Duration.getDefaultInstance()
-              : initialPollDelay_;
+          return initialPollDelay_ == null ?
+              com.google.protobuf.Duration.getDefaultInstance() : initialPollDelay_;
         }
       }
       /**
-       *
-       *
        * 
        * Initial delay after which the first poll request will be made.
        * Default value: 5 seconds.
@@ -1041,26 +929,21 @@ public com.google.protobuf.DurationOrBuilder getInitialPollDelayOrBuilder() {
        * .google.protobuf.Duration initial_poll_delay = 1;
        */
       private com.google.protobuf.SingleFieldBuilderV3<
-              com.google.protobuf.Duration,
-              com.google.protobuf.Duration.Builder,
-              com.google.protobuf.DurationOrBuilder>
+          com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> 
           getInitialPollDelayFieldBuilder() {
         if (initialPollDelayBuilder_ == null) {
-          initialPollDelayBuilder_ =
-              new com.google.protobuf.SingleFieldBuilderV3<
-                  com.google.protobuf.Duration,
-                  com.google.protobuf.Duration.Builder,
-                  com.google.protobuf.DurationOrBuilder>(
-                  getInitialPollDelay(), getParentForChildren(), isClean());
+          initialPollDelayBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+              com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder>(
+                  getInitialPollDelay(),
+                  getParentForChildren(),
+                  isClean());
           initialPollDelay_ = null;
         }
         return initialPollDelayBuilder_;
       }
 
-      private float pollDelayMultiplier_;
+      private float pollDelayMultiplier_ ;
       /**
-       *
-       *
        * 
        * Multiplier to gradually increase delay between subsequent polls until it
        * reaches max_poll_delay.
@@ -1068,7 +951,6 @@ public com.google.protobuf.DurationOrBuilder getInitialPollDelayOrBuilder() {
        * 
* * float poll_delay_multiplier = 2; - * * @return The pollDelayMultiplier. */ @java.lang.Override @@ -1076,8 +958,6 @@ public float getPollDelayMultiplier() { return pollDelayMultiplier_; } /** - * - * *
        * Multiplier to gradually increase delay between subsequent polls until it
        * reaches max_poll_delay.
@@ -1085,19 +965,16 @@ public float getPollDelayMultiplier() {
        * 
* * float poll_delay_multiplier = 2; - * * @param value The pollDelayMultiplier to set. * @return This builder for chaining. */ public Builder setPollDelayMultiplier(float value) { - + pollDelayMultiplier_ = value; onChanged(); return this; } /** - * - * *
        * Multiplier to gradually increase delay between subsequent polls until it
        * reaches max_poll_delay.
@@ -1105,11 +982,10 @@ public Builder setPollDelayMultiplier(float value) {
        * 
* * float poll_delay_multiplier = 2; - * * @return This builder for chaining. */ public Builder clearPollDelayMultiplier() { - + pollDelayMultiplier_ = 0F; onChanged(); return this; @@ -1117,49 +993,36 @@ public Builder clearPollDelayMultiplier() { private com.google.protobuf.Duration maxPollDelay_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Duration, - com.google.protobuf.Duration.Builder, - com.google.protobuf.DurationOrBuilder> - maxPollDelayBuilder_; + com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> maxPollDelayBuilder_; /** - * - * *
        * Maximum time between two subsequent poll requests.
        * Default value: 45 seconds.
        * 
* * .google.protobuf.Duration max_poll_delay = 3; - * * @return Whether the maxPollDelay field is set. */ public boolean hasMaxPollDelay() { return maxPollDelayBuilder_ != null || maxPollDelay_ != null; } /** - * - * *
        * Maximum time between two subsequent poll requests.
        * Default value: 45 seconds.
        * 
* * .google.protobuf.Duration max_poll_delay = 3; - * * @return The maxPollDelay. */ public com.google.protobuf.Duration getMaxPollDelay() { if (maxPollDelayBuilder_ == null) { - return maxPollDelay_ == null - ? com.google.protobuf.Duration.getDefaultInstance() - : maxPollDelay_; + return maxPollDelay_ == null ? com.google.protobuf.Duration.getDefaultInstance() : maxPollDelay_; } else { return maxPollDelayBuilder_.getMessage(); } } /** - * - * *
        * Maximum time between two subsequent poll requests.
        * Default value: 45 seconds.
@@ -1181,8 +1044,6 @@ public Builder setMaxPollDelay(com.google.protobuf.Duration value) {
         return this;
       }
       /**
-       *
-       *
        * 
        * Maximum time between two subsequent poll requests.
        * Default value: 45 seconds.
@@ -1190,7 +1051,8 @@ public Builder setMaxPollDelay(com.google.protobuf.Duration value) {
        *
        * .google.protobuf.Duration max_poll_delay = 3;
        */
-      public Builder setMaxPollDelay(com.google.protobuf.Duration.Builder builderForValue) {
+      public Builder setMaxPollDelay(
+          com.google.protobuf.Duration.Builder builderForValue) {
         if (maxPollDelayBuilder_ == null) {
           maxPollDelay_ = builderForValue.build();
           onChanged();
@@ -1201,8 +1063,6 @@ public Builder setMaxPollDelay(com.google.protobuf.Duration.Builder builderForVa
         return this;
       }
       /**
-       *
-       *
        * 
        * Maximum time between two subsequent poll requests.
        * Default value: 45 seconds.
@@ -1214,9 +1074,7 @@ public Builder mergeMaxPollDelay(com.google.protobuf.Duration value) {
         if (maxPollDelayBuilder_ == null) {
           if (maxPollDelay_ != null) {
             maxPollDelay_ =
-                com.google.protobuf.Duration.newBuilder(maxPollDelay_)
-                    .mergeFrom(value)
-                    .buildPartial();
+              com.google.protobuf.Duration.newBuilder(maxPollDelay_).mergeFrom(value).buildPartial();
           } else {
             maxPollDelay_ = value;
           }
@@ -1228,8 +1086,6 @@ public Builder mergeMaxPollDelay(com.google.protobuf.Duration value) {
         return this;
       }
       /**
-       *
-       *
        * 
        * Maximum time between two subsequent poll requests.
        * Default value: 45 seconds.
@@ -1249,8 +1105,6 @@ public Builder clearMaxPollDelay() {
         return this;
       }
       /**
-       *
-       *
        * 
        * Maximum time between two subsequent poll requests.
        * Default value: 45 seconds.
@@ -1259,13 +1113,11 @@ public Builder clearMaxPollDelay() {
        * .google.protobuf.Duration max_poll_delay = 3;
        */
       public com.google.protobuf.Duration.Builder getMaxPollDelayBuilder() {
-
+        
         onChanged();
         return getMaxPollDelayFieldBuilder().getBuilder();
       }
       /**
-       *
-       *
        * 
        * Maximum time between two subsequent poll requests.
        * Default value: 45 seconds.
@@ -1277,14 +1129,11 @@ public com.google.protobuf.DurationOrBuilder getMaxPollDelayOrBuilder() {
         if (maxPollDelayBuilder_ != null) {
           return maxPollDelayBuilder_.getMessageOrBuilder();
         } else {
-          return maxPollDelay_ == null
-              ? com.google.protobuf.Duration.getDefaultInstance()
-              : maxPollDelay_;
+          return maxPollDelay_ == null ?
+              com.google.protobuf.Duration.getDefaultInstance() : maxPollDelay_;
         }
       }
       /**
-       *
-       *
        * 
        * Maximum time between two subsequent poll requests.
        * Default value: 45 seconds.
@@ -1293,17 +1142,14 @@ public com.google.protobuf.DurationOrBuilder getMaxPollDelayOrBuilder() {
        * .google.protobuf.Duration max_poll_delay = 3;
        */
       private com.google.protobuf.SingleFieldBuilderV3<
-              com.google.protobuf.Duration,
-              com.google.protobuf.Duration.Builder,
-              com.google.protobuf.DurationOrBuilder>
+          com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> 
           getMaxPollDelayFieldBuilder() {
         if (maxPollDelayBuilder_ == null) {
-          maxPollDelayBuilder_ =
-              new com.google.protobuf.SingleFieldBuilderV3<
-                  com.google.protobuf.Duration,
-                  com.google.protobuf.Duration.Builder,
-                  com.google.protobuf.DurationOrBuilder>(
-                  getMaxPollDelay(), getParentForChildren(), isClean());
+          maxPollDelayBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+              com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder>(
+                  getMaxPollDelay(),
+                  getParentForChildren(),
+                  isClean());
           maxPollDelay_ = null;
         }
         return maxPollDelayBuilder_;
@@ -1311,49 +1157,36 @@ public com.google.protobuf.DurationOrBuilder getMaxPollDelayOrBuilder() {
 
       private com.google.protobuf.Duration totalPollTimeout_;
       private com.google.protobuf.SingleFieldBuilderV3<
-              com.google.protobuf.Duration,
-              com.google.protobuf.Duration.Builder,
-              com.google.protobuf.DurationOrBuilder>
-          totalPollTimeoutBuilder_;
+          com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> totalPollTimeoutBuilder_;
       /**
-       *
-       *
        * 
        * Total polling timeout.
        * Default value: 5 minutes.
        * 
* * .google.protobuf.Duration total_poll_timeout = 4; - * * @return Whether the totalPollTimeout field is set. */ public boolean hasTotalPollTimeout() { return totalPollTimeoutBuilder_ != null || totalPollTimeout_ != null; } /** - * - * *
        * Total polling timeout.
        * Default value: 5 minutes.
        * 
* * .google.protobuf.Duration total_poll_timeout = 4; - * * @return The totalPollTimeout. */ public com.google.protobuf.Duration getTotalPollTimeout() { if (totalPollTimeoutBuilder_ == null) { - return totalPollTimeout_ == null - ? com.google.protobuf.Duration.getDefaultInstance() - : totalPollTimeout_; + return totalPollTimeout_ == null ? com.google.protobuf.Duration.getDefaultInstance() : totalPollTimeout_; } else { return totalPollTimeoutBuilder_.getMessage(); } } /** - * - * *
        * Total polling timeout.
        * Default value: 5 minutes.
@@ -1375,8 +1208,6 @@ public Builder setTotalPollTimeout(com.google.protobuf.Duration value) {
         return this;
       }
       /**
-       *
-       *
        * 
        * Total polling timeout.
        * Default value: 5 minutes.
@@ -1384,7 +1215,8 @@ public Builder setTotalPollTimeout(com.google.protobuf.Duration value) {
        *
        * .google.protobuf.Duration total_poll_timeout = 4;
        */
-      public Builder setTotalPollTimeout(com.google.protobuf.Duration.Builder builderForValue) {
+      public Builder setTotalPollTimeout(
+          com.google.protobuf.Duration.Builder builderForValue) {
         if (totalPollTimeoutBuilder_ == null) {
           totalPollTimeout_ = builderForValue.build();
           onChanged();
@@ -1395,8 +1227,6 @@ public Builder setTotalPollTimeout(com.google.protobuf.Duration.Builder builderF
         return this;
       }
       /**
-       *
-       *
        * 
        * Total polling timeout.
        * Default value: 5 minutes.
@@ -1408,9 +1238,7 @@ public Builder mergeTotalPollTimeout(com.google.protobuf.Duration value) {
         if (totalPollTimeoutBuilder_ == null) {
           if (totalPollTimeout_ != null) {
             totalPollTimeout_ =
-                com.google.protobuf.Duration.newBuilder(totalPollTimeout_)
-                    .mergeFrom(value)
-                    .buildPartial();
+              com.google.protobuf.Duration.newBuilder(totalPollTimeout_).mergeFrom(value).buildPartial();
           } else {
             totalPollTimeout_ = value;
           }
@@ -1422,8 +1250,6 @@ public Builder mergeTotalPollTimeout(com.google.protobuf.Duration value) {
         return this;
       }
       /**
-       *
-       *
        * 
        * Total polling timeout.
        * Default value: 5 minutes.
@@ -1443,8 +1269,6 @@ public Builder clearTotalPollTimeout() {
         return this;
       }
       /**
-       *
-       *
        * 
        * Total polling timeout.
        * Default value: 5 minutes.
@@ -1453,13 +1277,11 @@ public Builder clearTotalPollTimeout() {
        * .google.protobuf.Duration total_poll_timeout = 4;
        */
       public com.google.protobuf.Duration.Builder getTotalPollTimeoutBuilder() {
-
+        
         onChanged();
         return getTotalPollTimeoutFieldBuilder().getBuilder();
       }
       /**
-       *
-       *
        * 
        * Total polling timeout.
        * Default value: 5 minutes.
@@ -1471,14 +1293,11 @@ public com.google.protobuf.DurationOrBuilder getTotalPollTimeoutOrBuilder() {
         if (totalPollTimeoutBuilder_ != null) {
           return totalPollTimeoutBuilder_.getMessageOrBuilder();
         } else {
-          return totalPollTimeout_ == null
-              ? com.google.protobuf.Duration.getDefaultInstance()
-              : totalPollTimeout_;
+          return totalPollTimeout_ == null ?
+              com.google.protobuf.Duration.getDefaultInstance() : totalPollTimeout_;
         }
       }
       /**
-       *
-       *
        * 
        * Total polling timeout.
        * Default value: 5 minutes.
@@ -1487,22 +1306,18 @@ public com.google.protobuf.DurationOrBuilder getTotalPollTimeoutOrBuilder() {
        * .google.protobuf.Duration total_poll_timeout = 4;
        */
       private com.google.protobuf.SingleFieldBuilderV3<
-              com.google.protobuf.Duration,
-              com.google.protobuf.Duration.Builder,
-              com.google.protobuf.DurationOrBuilder>
+          com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> 
           getTotalPollTimeoutFieldBuilder() {
         if (totalPollTimeoutBuilder_ == null) {
-          totalPollTimeoutBuilder_ =
-              new com.google.protobuf.SingleFieldBuilderV3<
-                  com.google.protobuf.Duration,
-                  com.google.protobuf.Duration.Builder,
-                  com.google.protobuf.DurationOrBuilder>(
-                  getTotalPollTimeout(), getParentForChildren(), isClean());
+          totalPollTimeoutBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+              com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder>(
+                  getTotalPollTimeout(),
+                  getParentForChildren(),
+                  isClean());
           totalPollTimeout_ = null;
         }
         return totalPollTimeoutBuilder_;
       }
-
       @java.lang.Override
       public final Builder setUnknownFields(
           final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -1515,12 +1330,12 @@ public final Builder mergeUnknownFields(
         return super.mergeUnknownFields(unknownFields);
       }
 
+
       // @@protoc_insertion_point(builder_scope:google.api.MethodSettings.LongRunning)
     }
 
     // @@protoc_insertion_point(class_scope:google.api.MethodSettings.LongRunning)
     private static final com.google.api.MethodSettings.LongRunning DEFAULT_INSTANCE;
-
     static {
       DEFAULT_INSTANCE = new com.google.api.MethodSettings.LongRunning();
     }
@@ -1529,28 +1344,27 @@ public static com.google.api.MethodSettings.LongRunning getDefaultInstance() {
       return DEFAULT_INSTANCE;
     }
 
-    private static final com.google.protobuf.Parser PARSER =
-        new com.google.protobuf.AbstractParser() {
-          @java.lang.Override
-          public LongRunning parsePartialFrom(
-              com.google.protobuf.CodedInputStream input,
-              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-              throws com.google.protobuf.InvalidProtocolBufferException {
-            Builder builder = newBuilder();
-            try {
-              builder.mergeFrom(input, extensionRegistry);
-            } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-              throw e.setUnfinishedMessage(builder.buildPartial());
-            } catch (com.google.protobuf.UninitializedMessageException e) {
-              throw e.asInvalidProtocolBufferException()
-                  .setUnfinishedMessage(builder.buildPartial());
-            } catch (java.io.IOException e) {
-              throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                  .setUnfinishedMessage(builder.buildPartial());
-            }
-            return builder.buildPartial();
-          }
-        };
+    private static final com.google.protobuf.Parser
+        PARSER = new com.google.protobuf.AbstractParser() {
+      @java.lang.Override
+      public LongRunning parsePartialFrom(
+          com.google.protobuf.CodedInputStream input,
+          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+          throws com.google.protobuf.InvalidProtocolBufferException {
+        Builder builder = newBuilder();
+        try {
+          builder.mergeFrom(input, extensionRegistry);
+        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+          throw e.setUnfinishedMessage(builder.buildPartial());
+        } catch (com.google.protobuf.UninitializedMessageException e) {
+          throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+        } catch (java.io.IOException e) {
+          throw new com.google.protobuf.InvalidProtocolBufferException(e)
+              .setUnfinishedMessage(builder.buildPartial());
+        }
+        return builder.buildPartial();
+      }
+    };
 
     public static com.google.protobuf.Parser parser() {
       return PARSER;
@@ -1565,20 +1379,18 @@ public com.google.protobuf.Parser getParserForType() {
     public com.google.api.MethodSettings.LongRunning getDefaultInstanceForType() {
       return DEFAULT_INSTANCE;
     }
+
   }
 
   public static final int SELECTOR_FIELD_NUMBER = 1;
   private volatile java.lang.Object selector_;
   /**
-   *
-   *
    * 
    * The fully qualified name of the method, for which the options below apply.
    * This is used to find the method to apply the options.
    * 
* * string selector = 1; - * * @return The selector. */ @java.lang.Override @@ -1587,30 +1399,30 @@ public java.lang.String getSelector() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); selector_ = s; return s; } } /** - * - * *
    * The fully qualified name of the method, for which the options below apply.
    * This is used to find the method to apply the options.
    * 
* * string selector = 1; - * * @return The bytes for selector. */ @java.lang.Override - public com.google.protobuf.ByteString getSelectorBytes() { + public com.google.protobuf.ByteString + getSelectorBytes() { java.lang.Object ref = selector_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); selector_ = b; return b; } else { @@ -1621,8 +1433,6 @@ public com.google.protobuf.ByteString getSelectorBytes() { public static final int LONG_RUNNING_FIELD_NUMBER = 2; private com.google.api.MethodSettings.LongRunning longRunning_; /** - * - * *
    * Describes settings to use for long-running operations when generating
    * API methods for RPCs. Complements RPCs that use the annotations in
@@ -1642,7 +1452,6 @@ public com.google.protobuf.ByteString getSelectorBytes() {
    * 
* * .google.api.MethodSettings.LongRunning long_running = 2; - * * @return Whether the longRunning field is set. */ @java.lang.Override @@ -1650,8 +1459,6 @@ public boolean hasLongRunning() { return longRunning_ != null; } /** - * - * *
    * Describes settings to use for long-running operations when generating
    * API methods for RPCs. Complements RPCs that use the annotations in
@@ -1671,18 +1478,13 @@ public boolean hasLongRunning() {
    * 
* * .google.api.MethodSettings.LongRunning long_running = 2; - * * @return The longRunning. */ @java.lang.Override public com.google.api.MethodSettings.LongRunning getLongRunning() { - return longRunning_ == null - ? com.google.api.MethodSettings.LongRunning.getDefaultInstance() - : longRunning_; + return longRunning_ == null ? com.google.api.MethodSettings.LongRunning.getDefaultInstance() : longRunning_; } /** - * - * *
    * Describes settings to use for long-running operations when generating
    * API methods for RPCs. Complements RPCs that use the annotations in
@@ -1709,7 +1511,6 @@ public com.google.api.MethodSettings.LongRunningOrBuilder getLongRunningOrBuilde
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -1721,7 +1522,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(selector_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, selector_);
     }
@@ -1741,7 +1543,8 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, selector_);
     }
     if (longRunning_ != null) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getLongRunning());
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(2, getLongRunning());
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -1751,17 +1554,19 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.api.MethodSettings)) {
       return super.equals(obj);
     }
     com.google.api.MethodSettings other = (com.google.api.MethodSettings) obj;
 
-    if (!getSelector().equals(other.getSelector())) return false;
+    if (!getSelector()
+        .equals(other.getSelector())) return false;
     if (hasLongRunning() != other.hasLongRunning()) return false;
     if (hasLongRunning()) {
-      if (!getLongRunning().equals(other.getLongRunning())) return false;
+      if (!getLongRunning()
+          .equals(other.getLongRunning())) return false;
     }
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
@@ -1785,114 +1590,109 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.api.MethodSettings parseFrom(java.nio.ByteBuffer data)
+  public static com.google.api.MethodSettings parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.MethodSettings parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.api.MethodSettings parseFrom(com.google.protobuf.ByteString data)
+  public static com.google.api.MethodSettings parseFrom(
+      com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.MethodSettings parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.api.MethodSettings parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.MethodSettings parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.api.MethodSettings parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.api.MethodSettings parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.api.MethodSettings parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.api.MethodSettings parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.api.MethodSettings parseFrom(com.google.protobuf.CodedInputStream input)
+  public static com.google.api.MethodSettings parseFrom(
+      com.google.protobuf.CodedInputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.api.MethodSettings parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.api.MethodSettings prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Describes the generator configuration for a method.
    * 
* * Protobuf type {@code google.api.MethodSettings} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.api.MethodSettings) com.google.api.MethodSettingsOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.api.ClientProto.internal_static_google_api_MethodSettings_descriptor; } @@ -1905,12 +1705,15 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { } // Construct using com.google.api.MethodSettings.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -1926,7 +1729,8 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { return com.google.api.ClientProto.internal_static_google_api_MethodSettings_descriptor; } @@ -1961,39 +1765,38 @@ public com.google.api.MethodSettings buildPartial() { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.api.MethodSettings) { - return mergeFrom((com.google.api.MethodSettings) other); + return mergeFrom((com.google.api.MethodSettings)other); } else { super.mergeFrom(other); return this; @@ -2035,25 +1838,24 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - selector_ = input.readStringRequireUtf8(); + case 10: { + selector_ = input.readStringRequireUtf8(); - break; - } // case 10 - case 18: - { - input.readMessage(getLongRunningFieldBuilder().getBuilder(), extensionRegistry); + break; + } // case 10 + case 18: { + input.readMessage( + getLongRunningFieldBuilder().getBuilder(), + extensionRegistry); - break; - } // case 18 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + break; + } // case 18 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -2066,21 +1868,19 @@ public Builder mergeFrom( private java.lang.Object selector_ = ""; /** - * - * *
      * The fully qualified name of the method, for which the options below apply.
      * This is used to find the method to apply the options.
      * 
* * string selector = 1; - * * @return The selector. */ public java.lang.String getSelector() { java.lang.Object ref = selector_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); selector_ = s; return s; @@ -2089,22 +1889,21 @@ public java.lang.String getSelector() { } } /** - * - * *
      * The fully qualified name of the method, for which the options below apply.
      * This is used to find the method to apply the options.
      * 
* * string selector = 1; - * * @return The bytes for selector. */ - public com.google.protobuf.ByteString getSelectorBytes() { + public com.google.protobuf.ByteString + getSelectorBytes() { java.lang.Object ref = selector_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); selector_ = b; return b; } else { @@ -2112,64 +1911,57 @@ public com.google.protobuf.ByteString getSelectorBytes() { } } /** - * - * *
      * The fully qualified name of the method, for which the options below apply.
      * This is used to find the method to apply the options.
      * 
* * string selector = 1; - * * @param value The selector to set. * @return This builder for chaining. */ - public Builder setSelector(java.lang.String value) { + public Builder setSelector( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + selector_ = value; onChanged(); return this; } /** - * - * *
      * The fully qualified name of the method, for which the options below apply.
      * This is used to find the method to apply the options.
      * 
* * string selector = 1; - * * @return This builder for chaining. */ public Builder clearSelector() { - + selector_ = getDefaultInstance().getSelector(); onChanged(); return this; } /** - * - * *
      * The fully qualified name of the method, for which the options below apply.
      * This is used to find the method to apply the options.
      * 
* * string selector = 1; - * * @param value The bytes for selector to set. * @return This builder for chaining. */ - public Builder setSelectorBytes(com.google.protobuf.ByteString value) { + public Builder setSelectorBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + selector_ = value; onChanged(); return this; @@ -2177,13 +1969,8 @@ public Builder setSelectorBytes(com.google.protobuf.ByteString value) { private com.google.api.MethodSettings.LongRunning longRunning_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.MethodSettings.LongRunning, - com.google.api.MethodSettings.LongRunning.Builder, - com.google.api.MethodSettings.LongRunningOrBuilder> - longRunningBuilder_; + com.google.api.MethodSettings.LongRunning, com.google.api.MethodSettings.LongRunning.Builder, com.google.api.MethodSettings.LongRunningOrBuilder> longRunningBuilder_; /** - * - * *
      * Describes settings to use for long-running operations when generating
      * API methods for RPCs. Complements RPCs that use the annotations in
@@ -2203,15 +1990,12 @@ public Builder setSelectorBytes(com.google.protobuf.ByteString value) {
      * 
* * .google.api.MethodSettings.LongRunning long_running = 2; - * * @return Whether the longRunning field is set. */ public boolean hasLongRunning() { return longRunningBuilder_ != null || longRunning_ != null; } /** - * - * *
      * Describes settings to use for long-running operations when generating
      * API methods for RPCs. Complements RPCs that use the annotations in
@@ -2231,21 +2015,16 @@ public boolean hasLongRunning() {
      * 
* * .google.api.MethodSettings.LongRunning long_running = 2; - * * @return The longRunning. */ public com.google.api.MethodSettings.LongRunning getLongRunning() { if (longRunningBuilder_ == null) { - return longRunning_ == null - ? com.google.api.MethodSettings.LongRunning.getDefaultInstance() - : longRunning_; + return longRunning_ == null ? com.google.api.MethodSettings.LongRunning.getDefaultInstance() : longRunning_; } else { return longRunningBuilder_.getMessage(); } } /** - * - * *
      * Describes settings to use for long-running operations when generating
      * API methods for RPCs. Complements RPCs that use the annotations in
@@ -2280,8 +2059,6 @@ public Builder setLongRunning(com.google.api.MethodSettings.LongRunning value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Describes settings to use for long-running operations when generating
      * API methods for RPCs. Complements RPCs that use the annotations in
@@ -2314,8 +2091,6 @@ public Builder setLongRunning(
       return this;
     }
     /**
-     *
-     *
      * 
      * Describes settings to use for long-running operations when generating
      * API methods for RPCs. Complements RPCs that use the annotations in
@@ -2340,9 +2115,7 @@ public Builder mergeLongRunning(com.google.api.MethodSettings.LongRunning value)
       if (longRunningBuilder_ == null) {
         if (longRunning_ != null) {
           longRunning_ =
-              com.google.api.MethodSettings.LongRunning.newBuilder(longRunning_)
-                  .mergeFrom(value)
-                  .buildPartial();
+            com.google.api.MethodSettings.LongRunning.newBuilder(longRunning_).mergeFrom(value).buildPartial();
         } else {
           longRunning_ = value;
         }
@@ -2354,8 +2127,6 @@ public Builder mergeLongRunning(com.google.api.MethodSettings.LongRunning value)
       return this;
     }
     /**
-     *
-     *
      * 
      * Describes settings to use for long-running operations when generating
      * API methods for RPCs. Complements RPCs that use the annotations in
@@ -2388,8 +2159,6 @@ public Builder clearLongRunning() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Describes settings to use for long-running operations when generating
      * API methods for RPCs. Complements RPCs that use the annotations in
@@ -2411,13 +2180,11 @@ public Builder clearLongRunning() {
      * .google.api.MethodSettings.LongRunning long_running = 2;
      */
     public com.google.api.MethodSettings.LongRunning.Builder getLongRunningBuilder() {
-
+      
       onChanged();
       return getLongRunningFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Describes settings to use for long-running operations when generating
      * API methods for RPCs. Complements RPCs that use the annotations in
@@ -2442,14 +2209,11 @@ public com.google.api.MethodSettings.LongRunningOrBuilder getLongRunningOrBuilde
       if (longRunningBuilder_ != null) {
         return longRunningBuilder_.getMessageOrBuilder();
       } else {
-        return longRunning_ == null
-            ? com.google.api.MethodSettings.LongRunning.getDefaultInstance()
-            : longRunning_;
+        return longRunning_ == null ?
+            com.google.api.MethodSettings.LongRunning.getDefaultInstance() : longRunning_;
       }
     }
     /**
-     *
-     *
      * 
      * Describes settings to use for long-running operations when generating
      * API methods for RPCs. Complements RPCs that use the annotations in
@@ -2471,24 +2235,21 @@ public com.google.api.MethodSettings.LongRunningOrBuilder getLongRunningOrBuilde
      * .google.api.MethodSettings.LongRunning long_running = 2;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.api.MethodSettings.LongRunning,
-            com.google.api.MethodSettings.LongRunning.Builder,
-            com.google.api.MethodSettings.LongRunningOrBuilder>
+        com.google.api.MethodSettings.LongRunning, com.google.api.MethodSettings.LongRunning.Builder, com.google.api.MethodSettings.LongRunningOrBuilder> 
         getLongRunningFieldBuilder() {
       if (longRunningBuilder_ == null) {
-        longRunningBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.api.MethodSettings.LongRunning,
-                com.google.api.MethodSettings.LongRunning.Builder,
-                com.google.api.MethodSettings.LongRunningOrBuilder>(
-                getLongRunning(), getParentForChildren(), isClean());
+        longRunningBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.api.MethodSettings.LongRunning, com.google.api.MethodSettings.LongRunning.Builder, com.google.api.MethodSettings.LongRunningOrBuilder>(
+                getLongRunning(),
+                getParentForChildren(),
+                isClean());
         longRunning_ = null;
       }
       return longRunningBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -2498,12 +2259,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.api.MethodSettings)
   }
 
   // @@protoc_insertion_point(class_scope:google.api.MethodSettings)
   private static final com.google.api.MethodSettings DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.api.MethodSettings();
   }
@@ -2512,27 +2273,27 @@ public static com.google.api.MethodSettings getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public MethodSettings parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public MethodSettings parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -2547,4 +2308,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.api.MethodSettings getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MethodSettingsOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MethodSettingsOrBuilder.java
similarity index 80%
rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MethodSettingsOrBuilder.java
rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MethodSettingsOrBuilder.java
index bd5c5eaf25..fac5f8e8d9 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MethodSettingsOrBuilder.java
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MethodSettingsOrBuilder.java
@@ -1,58 +1,35 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/api/client.proto
 
 package com.google.api;
 
-public interface MethodSettingsOrBuilder
-    extends
+public interface MethodSettingsOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.api.MethodSettings)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * The fully qualified name of the method, for which the options below apply.
    * This is used to find the method to apply the options.
    * 
* * string selector = 1; - * * @return The selector. */ java.lang.String getSelector(); /** - * - * *
    * The fully qualified name of the method, for which the options below apply.
    * This is used to find the method to apply the options.
    * 
* * string selector = 1; - * * @return The bytes for selector. */ - com.google.protobuf.ByteString getSelectorBytes(); + com.google.protobuf.ByteString + getSelectorBytes(); /** - * - * *
    * Describes settings to use for long-running operations when generating
    * API methods for RPCs. Complements RPCs that use the annotations in
@@ -72,13 +49,10 @@ public interface MethodSettingsOrBuilder
    * 
* * .google.api.MethodSettings.LongRunning long_running = 2; - * * @return Whether the longRunning field is set. */ boolean hasLongRunning(); /** - * - * *
    * Describes settings to use for long-running operations when generating
    * API methods for RPCs. Complements RPCs that use the annotations in
@@ -98,13 +72,10 @@ public interface MethodSettingsOrBuilder
    * 
* * .google.api.MethodSettings.LongRunning long_running = 2; - * * @return The longRunning. */ com.google.api.MethodSettings.LongRunning getLongRunning(); /** - * - * *
    * Describes settings to use for long-running operations when generating
    * API methods for RPCs. Complements RPCs that use the annotations in
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Metric.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Metric.java
similarity index 64%
rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Metric.java
rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Metric.java
index c6f0879da0..0eda8a221e 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Metric.java
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Metric.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/api/metric.proto
 
 package com.google.api;
 
 /**
- *
- *
  * 
  * A specific metric, identified by specifying values for all of the
  * labels of a [`MetricDescriptor`][google.api.MetricDescriptor].
@@ -28,46 +11,48 @@
  *
  * Protobuf type {@code google.api.Metric}
  */
-public final class Metric extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class Metric extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.api.Metric)
     MetricOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use Metric.newBuilder() to construct.
   private Metric(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private Metric() {
     type_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new Metric();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
     return com.google.api.MetricProto.internal_static_google_api_Metric_descriptor;
   }
 
   @SuppressWarnings({"rawtypes"})
   @java.lang.Override
-  protected com.google.protobuf.MapField internalGetMapField(int number) {
+  protected com.google.protobuf.MapField internalGetMapField(
+      int number) {
     switch (number) {
       case 2:
         return internalGetLabels();
       default:
-        throw new RuntimeException("Invalid map field number: " + number);
+        throw new RuntimeException(
+            "Invalid map field number: " + number);
     }
   }
-
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
@@ -79,15 +64,12 @@ protected com.google.protobuf.MapField internalGetMapField(int number) {
   public static final int TYPE_FIELD_NUMBER = 3;
   private volatile java.lang.Object type_;
   /**
-   *
-   *
    * 
    * An existing metric type, see [google.api.MetricDescriptor][google.api.MetricDescriptor].
    * For example, `custom.googleapis.com/invoice/paid/amount`.
    * 
* * string type = 3; - * * @return The type. */ @java.lang.Override @@ -96,30 +78,30 @@ public java.lang.String getType() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); type_ = s; return s; } } /** - * - * *
    * An existing metric type, see [google.api.MetricDescriptor][google.api.MetricDescriptor].
    * For example, `custom.googleapis.com/invoice/paid/amount`.
    * 
* * string type = 3; - * * @return The bytes for type. */ @java.lang.Override - public com.google.protobuf.ByteString getTypeBytes() { + public com.google.protobuf.ByteString + getTypeBytes() { java.lang.Object ref = type_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); type_ = b; return b; } else { @@ -128,22 +110,24 @@ public com.google.protobuf.ByteString getTypeBytes() { } public static final int LABELS_FIELD_NUMBER = 2; - private static final class LabelsDefaultEntryHolder { - static final com.google.protobuf.MapEntry defaultEntry = - com.google.protobuf.MapEntry.newDefaultInstance( - com.google.api.MetricProto.internal_static_google_api_Metric_LabelsEntry_descriptor, - com.google.protobuf.WireFormat.FieldType.STRING, - "", - com.google.protobuf.WireFormat.FieldType.STRING, - ""); - } - - private com.google.protobuf.MapField labels_; - - private com.google.protobuf.MapField internalGetLabels() { + static final com.google.protobuf.MapEntry< + java.lang.String, java.lang.String> defaultEntry = + com.google.protobuf.MapEntry + .newDefaultInstance( + com.google.api.MetricProto.internal_static_google_api_Metric_LabelsEntry_descriptor, + com.google.protobuf.WireFormat.FieldType.STRING, + "", + com.google.protobuf.WireFormat.FieldType.STRING, + ""); + } + private com.google.protobuf.MapField< + java.lang.String, java.lang.String> labels_; + private com.google.protobuf.MapField + internalGetLabels() { if (labels_ == null) { - return com.google.protobuf.MapField.emptyMapField(LabelsDefaultEntryHolder.defaultEntry); + return com.google.protobuf.MapField.emptyMapField( + LabelsDefaultEntryHolder.defaultEntry); } return labels_; } @@ -152,8 +136,6 @@ public int getLabelsCount() { return internalGetLabels().getMap().size(); } /** - * - * *
    * The set of label values that uniquely identify this metric. All
    * labels listed in the `MetricDescriptor` must be assigned values.
@@ -161,22 +143,22 @@ public int getLabelsCount() {
    *
    * map<string, string> labels = 2;
    */
+
   @java.lang.Override
-  public boolean containsLabels(java.lang.String key) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
+  public boolean containsLabels(
+      java.lang.String key) {
+    if (key == null) { throw new NullPointerException("map key"); }
     return internalGetLabels().getMap().containsKey(key);
   }
-  /** Use {@link #getLabelsMap()} instead. */
+  /**
+   * Use {@link #getLabelsMap()} instead.
+   */
   @java.lang.Override
   @java.lang.Deprecated
   public java.util.Map getLabels() {
     return getLabelsMap();
   }
   /**
-   *
-   *
    * 
    * The set of label values that uniquely identify this metric. All
    * labels listed in the `MetricDescriptor` must be assigned values.
@@ -185,12 +167,11 @@ public java.util.Map getLabels() {
    * map<string, string> labels = 2;
    */
   @java.lang.Override
+
   public java.util.Map getLabelsMap() {
     return internalGetLabels().getMap();
   }
   /**
-   *
-   *
    * 
    * The set of label values that uniquely identify this metric. All
    * labels listed in the `MetricDescriptor` must be assigned values.
@@ -199,16 +180,16 @@ public java.util.Map getLabelsMap() {
    * map<string, string> labels = 2;
    */
   @java.lang.Override
-  public java.lang.String getLabelsOrDefault(java.lang.String key, java.lang.String defaultValue) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
-    java.util.Map map = internalGetLabels().getMap();
+
+  public java.lang.String getLabelsOrDefault(
+      java.lang.String key,
+      java.lang.String defaultValue) {
+    if (key == null) { throw new NullPointerException("map key"); }
+    java.util.Map map =
+        internalGetLabels().getMap();
     return map.containsKey(key) ? map.get(key) : defaultValue;
   }
   /**
-   *
-   *
    * 
    * The set of label values that uniquely identify this metric. All
    * labels listed in the `MetricDescriptor` must be assigned values.
@@ -217,11 +198,12 @@ public java.lang.String getLabelsOrDefault(java.lang.String key, java.lang.Strin
    * map<string, string> labels = 2;
    */
   @java.lang.Override
-  public java.lang.String getLabelsOrThrow(java.lang.String key) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
-    java.util.Map map = internalGetLabels().getMap();
+
+  public java.lang.String getLabelsOrThrow(
+      java.lang.String key) {
+    if (key == null) { throw new NullPointerException("map key"); }
+    java.util.Map map =
+        internalGetLabels().getMap();
     if (!map.containsKey(key)) {
       throw new java.lang.IllegalArgumentException();
     }
@@ -229,7 +211,6 @@ public java.lang.String getLabelsOrThrow(java.lang.String key) {
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -241,9 +222,14 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
-    com.google.protobuf.GeneratedMessageV3.serializeStringMapTo(
-        output, internalGetLabels(), LabelsDefaultEntryHolder.defaultEntry, 2);
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
+    com.google.protobuf.GeneratedMessageV3
+      .serializeStringMapTo(
+        output,
+        internalGetLabels(),
+        LabelsDefaultEntryHolder.defaultEntry,
+        2);
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(type_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 3, type_);
     }
@@ -256,15 +242,15 @@ public int getSerializedSize() {
     if (size != -1) return size;
 
     size = 0;
-    for (java.util.Map.Entry entry :
-        internalGetLabels().getMap().entrySet()) {
-      com.google.protobuf.MapEntry labels__ =
-          LabelsDefaultEntryHolder.defaultEntry
-              .newBuilderForType()
-              .setKey(entry.getKey())
-              .setValue(entry.getValue())
-              .build();
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, labels__);
+    for (java.util.Map.Entry entry
+         : internalGetLabels().getMap().entrySet()) {
+      com.google.protobuf.MapEntry
+      labels__ = LabelsDefaultEntryHolder.defaultEntry.newBuilderForType()
+          .setKey(entry.getKey())
+          .setValue(entry.getValue())
+          .build();
+      size += com.google.protobuf.CodedOutputStream
+          .computeMessageSize(2, labels__);
     }
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(type_)) {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, type_);
@@ -277,15 +263,17 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.api.Metric)) {
       return super.equals(obj);
     }
     com.google.api.Metric other = (com.google.api.Metric) obj;
 
-    if (!getType().equals(other.getType())) return false;
-    if (!internalGetLabels().equals(other.internalGetLabels())) return false;
+    if (!getType()
+        .equals(other.getType())) return false;
+    if (!internalGetLabels().equals(
+        other.internalGetLabels())) return false;
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
   }
@@ -308,103 +296,97 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.api.Metric parseFrom(java.nio.ByteBuffer data)
+  public static com.google.api.Metric parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.Metric parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.api.Metric parseFrom(com.google.protobuf.ByteString data)
+  public static com.google.api.Metric parseFrom(
+      com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.Metric parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.api.Metric parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.Metric parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.api.Metric parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.api.Metric parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.api.Metric parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.api.Metric parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.api.Metric parseFrom(com.google.protobuf.CodedInputStream input)
+  public static com.google.api.Metric parseFrom(
+      com.google.protobuf.CodedInputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.api.Metric parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.api.Metric prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * A specific metric, identified by specifying values for all of the
    * labels of a [`MetricDescriptor`][google.api.MetricDescriptor].
@@ -412,34 +394,37 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.api.Metric}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.api.Metric)
       com.google.api.MetricOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
       return com.google.api.MetricProto.internal_static_google_api_Metric_descriptor;
     }
 
     @SuppressWarnings({"rawtypes"})
-    protected com.google.protobuf.MapField internalGetMapField(int number) {
+    protected com.google.protobuf.MapField internalGetMapField(
+        int number) {
       switch (number) {
         case 2:
           return internalGetLabels();
         default:
-          throw new RuntimeException("Invalid map field number: " + number);
+          throw new RuntimeException(
+              "Invalid map field number: " + number);
       }
     }
-
     @SuppressWarnings({"rawtypes"})
-    protected com.google.protobuf.MapField internalGetMutableMapField(int number) {
+    protected com.google.protobuf.MapField internalGetMutableMapField(
+        int number) {
       switch (number) {
         case 2:
           return internalGetMutableLabels();
         default:
-          throw new RuntimeException("Invalid map field number: " + number);
+          throw new RuntimeException(
+              "Invalid map field number: " + number);
       }
     }
-
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
@@ -449,12 +434,15 @@ protected com.google.protobuf.MapField internalGetMutableMapField(int number) {
     }
 
     // Construct using com.google.api.Metric.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -465,7 +453,8 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
       return com.google.api.MetricProto.internal_static_google_api_Metric_descriptor;
     }
 
@@ -498,39 +487,38 @@ public com.google.api.Metric buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.api.Metric) {
-        return mergeFrom((com.google.api.Metric) other);
+        return mergeFrom((com.google.api.Metric)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -543,7 +531,8 @@ public Builder mergeFrom(com.google.api.Metric other) {
         type_ = other.type_;
         onChanged();
       }
-      internalGetMutableLabels().mergeFrom(other.internalGetLabels());
+      internalGetMutableLabels().mergeFrom(
+          other.internalGetLabels());
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
       return this;
@@ -570,30 +559,25 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 18:
-              {
-                com.google.protobuf.MapEntry labels__ =
-                    input.readMessage(
-                        LabelsDefaultEntryHolder.defaultEntry.getParserForType(),
-                        extensionRegistry);
-                internalGetMutableLabels()
-                    .getMutableMap()
-                    .put(labels__.getKey(), labels__.getValue());
-                break;
-              } // case 18
-            case 26:
-              {
-                type_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 26
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 18: {
+              com.google.protobuf.MapEntry
+              labels__ = input.readMessage(
+                  LabelsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
+              internalGetMutableLabels().getMutableMap().put(
+                  labels__.getKey(), labels__.getValue());
+              break;
+            } // case 18
+            case 26: {
+              type_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 26
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -603,26 +587,23 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object type_ = "";
     /**
-     *
-     *
      * 
      * An existing metric type, see [google.api.MetricDescriptor][google.api.MetricDescriptor].
      * For example, `custom.googleapis.com/invoice/paid/amount`.
      * 
* * string type = 3; - * * @return The type. */ public java.lang.String getType() { java.lang.Object ref = type_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); type_ = s; return s; @@ -631,22 +612,21 @@ public java.lang.String getType() { } } /** - * - * *
      * An existing metric type, see [google.api.MetricDescriptor][google.api.MetricDescriptor].
      * For example, `custom.googleapis.com/invoice/paid/amount`.
      * 
* * string type = 3; - * * @return The bytes for type. */ - public com.google.protobuf.ByteString getTypeBytes() { + public com.google.protobuf.ByteString + getTypeBytes() { java.lang.Object ref = type_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); type_ = b; return b; } else { @@ -654,84 +634,78 @@ public com.google.protobuf.ByteString getTypeBytes() { } } /** - * - * *
      * An existing metric type, see [google.api.MetricDescriptor][google.api.MetricDescriptor].
      * For example, `custom.googleapis.com/invoice/paid/amount`.
      * 
* * string type = 3; - * * @param value The type to set. * @return This builder for chaining. */ - public Builder setType(java.lang.String value) { + public Builder setType( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + type_ = value; onChanged(); return this; } /** - * - * *
      * An existing metric type, see [google.api.MetricDescriptor][google.api.MetricDescriptor].
      * For example, `custom.googleapis.com/invoice/paid/amount`.
      * 
* * string type = 3; - * * @return This builder for chaining. */ public Builder clearType() { - + type_ = getDefaultInstance().getType(); onChanged(); return this; } /** - * - * *
      * An existing metric type, see [google.api.MetricDescriptor][google.api.MetricDescriptor].
      * For example, `custom.googleapis.com/invoice/paid/amount`.
      * 
* * string type = 3; - * * @param value The bytes for type to set. * @return This builder for chaining. */ - public Builder setTypeBytes(com.google.protobuf.ByteString value) { + public Builder setTypeBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + type_ = value; onChanged(); return this; } - private com.google.protobuf.MapField labels_; - - private com.google.protobuf.MapField internalGetLabels() { + private com.google.protobuf.MapField< + java.lang.String, java.lang.String> labels_; + private com.google.protobuf.MapField + internalGetLabels() { if (labels_ == null) { - return com.google.protobuf.MapField.emptyMapField(LabelsDefaultEntryHolder.defaultEntry); + return com.google.protobuf.MapField.emptyMapField( + LabelsDefaultEntryHolder.defaultEntry); } return labels_; } - private com.google.protobuf.MapField - internalGetMutableLabels() { - onChanged(); - ; + internalGetMutableLabels() { + onChanged();; if (labels_ == null) { - labels_ = com.google.protobuf.MapField.newMapField(LabelsDefaultEntryHolder.defaultEntry); + labels_ = com.google.protobuf.MapField.newMapField( + LabelsDefaultEntryHolder.defaultEntry); } if (!labels_.isMutable()) { labels_ = labels_.copy(); @@ -743,8 +717,6 @@ public int getLabelsCount() { return internalGetLabels().getMap().size(); } /** - * - * *
      * The set of label values that uniquely identify this metric. All
      * labels listed in the `MetricDescriptor` must be assigned values.
@@ -752,22 +724,22 @@ public int getLabelsCount() {
      *
      * map<string, string> labels = 2;
      */
+
     @java.lang.Override
-    public boolean containsLabels(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
+    public boolean containsLabels(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
       return internalGetLabels().getMap().containsKey(key);
     }
-    /** Use {@link #getLabelsMap()} instead. */
+    /**
+     * Use {@link #getLabelsMap()} instead.
+     */
     @java.lang.Override
     @java.lang.Deprecated
     public java.util.Map getLabels() {
       return getLabelsMap();
     }
     /**
-     *
-     *
      * 
      * The set of label values that uniquely identify this metric. All
      * labels listed in the `MetricDescriptor` must be assigned values.
@@ -776,12 +748,11 @@ public java.util.Map getLabels() {
      * map<string, string> labels = 2;
      */
     @java.lang.Override
+
     public java.util.Map getLabelsMap() {
       return internalGetLabels().getMap();
     }
     /**
-     *
-     *
      * 
      * The set of label values that uniquely identify this metric. All
      * labels listed in the `MetricDescriptor` must be assigned values.
@@ -790,17 +761,16 @@ public java.util.Map getLabelsMap() {
      * map<string, string> labels = 2;
      */
     @java.lang.Override
+
     public java.lang.String getLabelsOrDefault(
-        java.lang.String key, java.lang.String defaultValue) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      java.util.Map map = internalGetLabels().getMap();
+        java.lang.String key,
+        java.lang.String defaultValue) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      java.util.Map map =
+          internalGetLabels().getMap();
       return map.containsKey(key) ? map.get(key) : defaultValue;
     }
     /**
-     *
-     *
      * 
      * The set of label values that uniquely identify this metric. All
      * labels listed in the `MetricDescriptor` must be assigned values.
@@ -809,11 +779,12 @@ public java.lang.String getLabelsOrDefault(
      * map<string, string> labels = 2;
      */
     @java.lang.Override
-    public java.lang.String getLabelsOrThrow(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      java.util.Map map = internalGetLabels().getMap();
+
+    public java.lang.String getLabelsOrThrow(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      java.util.Map map =
+          internalGetLabels().getMap();
       if (!map.containsKey(key)) {
         throw new java.lang.IllegalArgumentException();
       }
@@ -821,12 +792,11 @@ public java.lang.String getLabelsOrThrow(java.lang.String key) {
     }
 
     public Builder clearLabels() {
-      internalGetMutableLabels().getMutableMap().clear();
+      internalGetMutableLabels().getMutableMap()
+          .clear();
       return this;
     }
     /**
-     *
-     *
      * 
      * The set of label values that uniquely identify this metric. All
      * labels listed in the `MetricDescriptor` must be assigned values.
@@ -834,21 +804,23 @@ public Builder clearLabels() {
      *
      * map<string, string> labels = 2;
      */
-    public Builder removeLabels(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      internalGetMutableLabels().getMutableMap().remove(key);
+
+    public Builder removeLabels(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      internalGetMutableLabels().getMutableMap()
+          .remove(key);
       return this;
     }
-    /** Use alternate mutation accessors instead. */
+    /**
+     * Use alternate mutation accessors instead.
+     */
     @java.lang.Deprecated
-    public java.util.Map getMutableLabels() {
+    public java.util.Map
+    getMutableLabels() {
       return internalGetMutableLabels().getMutableMap();
     }
     /**
-     *
-     *
      * 
      * The set of label values that uniquely identify this metric. All
      * labels listed in the `MetricDescriptor` must be assigned values.
@@ -856,20 +828,19 @@ public java.util.Map getMutableLabels() {
      *
      * map<string, string> labels = 2;
      */
-    public Builder putLabels(java.lang.String key, java.lang.String value) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
+    public Builder putLabels(
+        java.lang.String key,
+        java.lang.String value) {
+      if (key == null) { throw new NullPointerException("map key"); }
       if (value == null) {
-        throw new NullPointerException("map value");
-      }
+  throw new NullPointerException("map value");
+}
 
-      internalGetMutableLabels().getMutableMap().put(key, value);
+      internalGetMutableLabels().getMutableMap()
+          .put(key, value);
       return this;
     }
     /**
-     *
-     *
      * 
      * The set of label values that uniquely identify this metric. All
      * labels listed in the `MetricDescriptor` must be assigned values.
@@ -877,13 +848,16 @@ public Builder putLabels(java.lang.String key, java.lang.String value) {
      *
      * map<string, string> labels = 2;
      */
-    public Builder putAllLabels(java.util.Map values) {
-      internalGetMutableLabels().getMutableMap().putAll(values);
+
+    public Builder putAllLabels(
+        java.util.Map values) {
+      internalGetMutableLabels().getMutableMap()
+          .putAll(values);
       return this;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -893,12 +867,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.api.Metric)
   }
 
   // @@protoc_insertion_point(class_scope:google.api.Metric)
   private static final com.google.api.Metric DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.api.Metric();
   }
@@ -907,27 +881,27 @@ public static com.google.api.Metric getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public Metric parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public Metric parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -942,4 +916,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.api.Metric getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MetricDescriptor.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MetricDescriptor.java
similarity index 82%
rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MetricDescriptor.java
rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MetricDescriptor.java
index 0ba01d20fa..d234de09cc 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MetricDescriptor.java
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MetricDescriptor.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/api/metric.proto
 
 package com.google.api;
 
 /**
- *
- *
  * 
  * Defines a metric type and its schema. Once a metric descriptor is created,
  * deleting or altering it stops data collection and makes the metric type's
@@ -29,16 +12,15 @@
  *
  * Protobuf type {@code google.api.MetricDescriptor}
  */
-public final class MetricDescriptor extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class MetricDescriptor extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.api.MetricDescriptor)
     MetricDescriptorOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use MetricDescriptor.newBuilder() to construct.
   private MetricDescriptor(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private MetricDescriptor() {
     name_ = "";
     type_ = "";
@@ -54,16 +36,18 @@ private MetricDescriptor() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new MetricDescriptor();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
     return com.google.api.MetricProto.internal_static_google_api_MetricDescriptor_descriptor;
   }
 
@@ -76,8 +60,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
   }
 
   /**
-   *
-   *
    * 
    * The kind of measurement. It describes how the data is reported.
    * For information on setting the start time and end time based on
@@ -86,10 +68,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    *
    * Protobuf enum {@code google.api.MetricDescriptor.MetricKind}
    */
-  public enum MetricKind implements com.google.protobuf.ProtocolMessageEnum {
+  public enum MetricKind
+      implements com.google.protobuf.ProtocolMessageEnum {
     /**
-     *
-     *
      * 
      * Do not use this default value.
      * 
@@ -98,8 +79,6 @@ public enum MetricKind implements com.google.protobuf.ProtocolMessageEnum { */ METRIC_KIND_UNSPECIFIED(0), /** - * - * *
      * An instantaneous measurement of a value.
      * 
@@ -108,8 +87,6 @@ public enum MetricKind implements com.google.protobuf.ProtocolMessageEnum { */ GAUGE(1), /** - * - * *
      * The change in a value during a time interval.
      * 
@@ -118,8 +95,6 @@ public enum MetricKind implements com.google.protobuf.ProtocolMessageEnum { */ DELTA(2), /** - * - * *
      * A value accumulated over a time interval.  Cumulative
      * measurements in a time series should have the same start time
@@ -135,8 +110,6 @@ public enum MetricKind implements com.google.protobuf.ProtocolMessageEnum {
     ;
 
     /**
-     *
-     *
      * 
      * Do not use this default value.
      * 
@@ -145,8 +118,6 @@ public enum MetricKind implements com.google.protobuf.ProtocolMessageEnum { */ public static final int METRIC_KIND_UNSPECIFIED_VALUE = 0; /** - * - * *
      * An instantaneous measurement of a value.
      * 
@@ -155,8 +126,6 @@ public enum MetricKind implements com.google.protobuf.ProtocolMessageEnum { */ public static final int GAUGE_VALUE = 1; /** - * - * *
      * The change in a value during a time interval.
      * 
@@ -165,8 +134,6 @@ public enum MetricKind implements com.google.protobuf.ProtocolMessageEnum { */ public static final int DELTA_VALUE = 2; /** - * - * *
      * A value accumulated over a time interval.  Cumulative
      * measurements in a time series should have the same start time
@@ -179,6 +146,7 @@ public enum MetricKind implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int CUMULATIVE_VALUE = 3;
 
+
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -203,51 +171,50 @@ public static MetricKind valueOf(int value) {
      */
     public static MetricKind forNumber(int value) {
       switch (value) {
-        case 0:
-          return METRIC_KIND_UNSPECIFIED;
-        case 1:
-          return GAUGE;
-        case 2:
-          return DELTA;
-        case 3:
-          return CUMULATIVE;
-        default:
-          return null;
+        case 0: return METRIC_KIND_UNSPECIFIED;
+        case 1: return GAUGE;
+        case 2: return DELTA;
+        case 3: return CUMULATIVE;
+        default: return null;
       }
     }
 
-    public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
+    public static com.google.protobuf.Internal.EnumLiteMap
+        internalGetValueMap() {
       return internalValueMap;
     }
+    private static final com.google.protobuf.Internal.EnumLiteMap<
+        MetricKind> internalValueMap =
+          new com.google.protobuf.Internal.EnumLiteMap() {
+            public MetricKind findValueByNumber(int number) {
+              return MetricKind.forNumber(number);
+            }
+          };
 
-    private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
-        new com.google.protobuf.Internal.EnumLiteMap() {
-          public MetricKind findValueByNumber(int number) {
-            return MetricKind.forNumber(number);
-          }
-        };
-
-    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+    public final com.google.protobuf.Descriptors.EnumValueDescriptor
+        getValueDescriptor() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalStateException(
             "Can't get the descriptor of an unrecognized enum value.");
       }
       return getDescriptor().getValues().get(ordinal());
     }
-
-    public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
+    public final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptorForType() {
       return getDescriptor();
     }
-
-    public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptor() {
       return com.google.api.MetricDescriptor.getDescriptor().getEnumTypes().get(0);
     }
 
     private static final MetricKind[] VALUES = values();
 
-    public static MetricKind valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+    public static MetricKind valueOf(
+        com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
       if (desc.getType() != getDescriptor()) {
-        throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
+        throw new java.lang.IllegalArgumentException(
+          "EnumValueDescriptor is not for this type.");
       }
       if (desc.getIndex() == -1) {
         return UNRECOGNIZED;
@@ -265,18 +232,15 @@ private MetricKind(int value) {
   }
 
   /**
-   *
-   *
    * 
    * The value type of a metric.
    * 
* * Protobuf enum {@code google.api.MetricDescriptor.ValueType} */ - public enum ValueType implements com.google.protobuf.ProtocolMessageEnum { + public enum ValueType + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
      * Do not use this default value.
      * 
@@ -285,8 +249,6 @@ public enum ValueType implements com.google.protobuf.ProtocolMessageEnum { */ VALUE_TYPE_UNSPECIFIED(0), /** - * - * *
      * The value is a boolean.
      * This value type can be used only if the metric kind is `GAUGE`.
@@ -296,8 +258,6 @@ public enum ValueType implements com.google.protobuf.ProtocolMessageEnum {
      */
     BOOL(1),
     /**
-     *
-     *
      * 
      * The value is a signed 64-bit integer.
      * 
@@ -306,8 +266,6 @@ public enum ValueType implements com.google.protobuf.ProtocolMessageEnum { */ INT64(2), /** - * - * *
      * The value is a double precision floating point number.
      * 
@@ -316,8 +274,6 @@ public enum ValueType implements com.google.protobuf.ProtocolMessageEnum { */ DOUBLE(3), /** - * - * *
      * The value is a text string.
      * This value type can be used only if the metric kind is `GAUGE`.
@@ -327,8 +283,6 @@ public enum ValueType implements com.google.protobuf.ProtocolMessageEnum {
      */
     STRING(4),
     /**
-     *
-     *
      * 
      * The value is a [`Distribution`][google.api.Distribution].
      * 
@@ -337,8 +291,6 @@ public enum ValueType implements com.google.protobuf.ProtocolMessageEnum { */ DISTRIBUTION(5), /** - * - * *
      * The value is money.
      * 
@@ -350,8 +302,6 @@ public enum ValueType implements com.google.protobuf.ProtocolMessageEnum { ; /** - * - * *
      * Do not use this default value.
      * 
@@ -360,8 +310,6 @@ public enum ValueType implements com.google.protobuf.ProtocolMessageEnum { */ public static final int VALUE_TYPE_UNSPECIFIED_VALUE = 0; /** - * - * *
      * The value is a boolean.
      * This value type can be used only if the metric kind is `GAUGE`.
@@ -371,8 +319,6 @@ public enum ValueType implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int BOOL_VALUE = 1;
     /**
-     *
-     *
      * 
      * The value is a signed 64-bit integer.
      * 
@@ -381,8 +327,6 @@ public enum ValueType implements com.google.protobuf.ProtocolMessageEnum { */ public static final int INT64_VALUE = 2; /** - * - * *
      * The value is a double precision floating point number.
      * 
@@ -391,8 +335,6 @@ public enum ValueType implements com.google.protobuf.ProtocolMessageEnum { */ public static final int DOUBLE_VALUE = 3; /** - * - * *
      * The value is a text string.
      * This value type can be used only if the metric kind is `GAUGE`.
@@ -402,8 +344,6 @@ public enum ValueType implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int STRING_VALUE = 4;
     /**
-     *
-     *
      * 
      * The value is a [`Distribution`][google.api.Distribution].
      * 
@@ -412,8 +352,6 @@ public enum ValueType implements com.google.protobuf.ProtocolMessageEnum { */ public static final int DISTRIBUTION_VALUE = 5; /** - * - * *
      * The value is money.
      * 
@@ -422,6 +360,7 @@ public enum ValueType implements com.google.protobuf.ProtocolMessageEnum { */ public static final int MONEY_VALUE = 6; + public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -446,57 +385,53 @@ public static ValueType valueOf(int value) { */ public static ValueType forNumber(int value) { switch (value) { - case 0: - return VALUE_TYPE_UNSPECIFIED; - case 1: - return BOOL; - case 2: - return INT64; - case 3: - return DOUBLE; - case 4: - return STRING; - case 5: - return DISTRIBUTION; - case 6: - return MONEY; - default: - return null; + case 0: return VALUE_TYPE_UNSPECIFIED; + case 1: return BOOL; + case 2: return INT64; + case 3: return DOUBLE; + case 4: return STRING; + case 5: return DISTRIBUTION; + case 6: return MONEY; + default: return null; } } - public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { + public static com.google.protobuf.Internal.EnumLiteMap + internalGetValueMap() { return internalValueMap; } + private static final com.google.protobuf.Internal.EnumLiteMap< + ValueType> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public ValueType findValueByNumber(int number) { + return ValueType.forNumber(number); + } + }; - private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public ValueType findValueByNumber(int number) { - return ValueType.forNumber(number); - } - }; - - public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { + public final com.google.protobuf.Descriptors.EnumValueDescriptor + getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } - - public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { + public final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptorForType() { return getDescriptor(); } - - public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { return com.google.api.MetricDescriptor.getDescriptor().getEnumTypes().get(1); } private static final ValueType[] VALUES = values(); - public static ValueType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static ValueType valueOf( + com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { - throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); + throw new java.lang.IllegalArgumentException( + "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; @@ -513,45 +448,34 @@ private ValueType(int value) { // @@protoc_insertion_point(enum_scope:google.api.MetricDescriptor.ValueType) } - public interface MetricDescriptorMetadataOrBuilder - extends + public interface MetricDescriptorMetadataOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.MetricDescriptor.MetricDescriptorMetadata) com.google.protobuf.MessageOrBuilder { /** - * - * *
      * Deprecated. Must use the [MetricDescriptor.launch_stage][google.api.MetricDescriptor.launch_stage] instead.
      * 
* * .google.api.LaunchStage launch_stage = 1 [deprecated = true]; - * * @deprecated google.api.MetricDescriptor.MetricDescriptorMetadata.launch_stage is deprecated. * See google/api/metric.proto;l=83 * @return The enum numeric value on the wire for launchStage. */ - @java.lang.Deprecated - int getLaunchStageValue(); + @java.lang.Deprecated int getLaunchStageValue(); /** - * - * *
      * Deprecated. Must use the [MetricDescriptor.launch_stage][google.api.MetricDescriptor.launch_stage] instead.
      * 
* * .google.api.LaunchStage launch_stage = 1 [deprecated = true]; - * * @deprecated google.api.MetricDescriptor.MetricDescriptorMetadata.launch_stage is deprecated. * See google/api/metric.proto;l=83 * @return The launchStage. */ - @java.lang.Deprecated - com.google.api.LaunchStage getLaunchStage(); + @java.lang.Deprecated com.google.api.LaunchStage getLaunchStage(); /** - * - * *
      * The sampling period of metric data points. For metrics which are written
      * periodically, consecutive data points are stored at this time interval,
@@ -560,13 +484,10 @@ public interface MetricDescriptorMetadataOrBuilder
      * 
* * .google.protobuf.Duration sample_period = 2; - * * @return Whether the samplePeriod field is set. */ boolean hasSamplePeriod(); /** - * - * *
      * The sampling period of metric data points. For metrics which are written
      * periodically, consecutive data points are stored at this time interval,
@@ -575,13 +496,10 @@ public interface MetricDescriptorMetadataOrBuilder
      * 
* * .google.protobuf.Duration sample_period = 2; - * * @return The samplePeriod. */ com.google.protobuf.Duration getSamplePeriod(); /** - * - * *
      * The sampling period of metric data points. For metrics which are written
      * periodically, consecutive data points are stored at this time interval,
@@ -594,8 +512,6 @@ public interface MetricDescriptorMetadataOrBuilder
     com.google.protobuf.DurationOrBuilder getSamplePeriodOrBuilder();
 
     /**
-     *
-     *
      * 
      * The delay of data points caused by ingestion. Data points older than this
      * age are guaranteed to be ingested and available to be read, excluding
@@ -603,13 +519,10 @@ public interface MetricDescriptorMetadataOrBuilder
      * 
* * .google.protobuf.Duration ingest_delay = 3; - * * @return Whether the ingestDelay field is set. */ boolean hasIngestDelay(); /** - * - * *
      * The delay of data points caused by ingestion. Data points older than this
      * age are guaranteed to be ingested and available to be read, excluding
@@ -617,13 +530,10 @@ public interface MetricDescriptorMetadataOrBuilder
      * 
* * .google.protobuf.Duration ingest_delay = 3; - * * @return The ingestDelay. */ com.google.protobuf.Duration getIngestDelay(); /** - * - * *
      * The delay of data points caused by ingestion. Data points older than this
      * age are guaranteed to be ingested and available to be read, excluding
@@ -635,90 +545,76 @@ public interface MetricDescriptorMetadataOrBuilder
     com.google.protobuf.DurationOrBuilder getIngestDelayOrBuilder();
   }
   /**
-   *
-   *
    * 
    * Additional annotations that can be used to guide the usage of a metric.
    * 
* * Protobuf type {@code google.api.MetricDescriptor.MetricDescriptorMetadata} */ - public static final class MetricDescriptorMetadata extends com.google.protobuf.GeneratedMessageV3 - implements + public static final class MetricDescriptorMetadata extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.api.MetricDescriptor.MetricDescriptorMetadata) MetricDescriptorMetadataOrBuilder { - private static final long serialVersionUID = 0L; + private static final long serialVersionUID = 0L; // Use MetricDescriptorMetadata.newBuilder() to construct. private MetricDescriptorMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private MetricDescriptorMetadata() { launchStage_ = 0; } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new MetricDescriptorMetadata(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.api.MetricProto - .internal_static_google_api_MetricDescriptor_MetricDescriptorMetadata_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.api.MetricProto.internal_static_google_api_MetricDescriptor_MetricDescriptorMetadata_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.api.MetricProto - .internal_static_google_api_MetricDescriptor_MetricDescriptorMetadata_fieldAccessorTable + return com.google.api.MetricProto.internal_static_google_api_MetricDescriptor_MetricDescriptorMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.api.MetricDescriptor.MetricDescriptorMetadata.class, - com.google.api.MetricDescriptor.MetricDescriptorMetadata.Builder.class); + com.google.api.MetricDescriptor.MetricDescriptorMetadata.class, com.google.api.MetricDescriptor.MetricDescriptorMetadata.Builder.class); } public static final int LAUNCH_STAGE_FIELD_NUMBER = 1; private int launchStage_; /** - * - * *
      * Deprecated. Must use the [MetricDescriptor.launch_stage][google.api.MetricDescriptor.launch_stage] instead.
      * 
* * .google.api.LaunchStage launch_stage = 1 [deprecated = true]; - * * @deprecated google.api.MetricDescriptor.MetricDescriptorMetadata.launch_stage is deprecated. * See google/api/metric.proto;l=83 * @return The enum numeric value on the wire for launchStage. */ - @java.lang.Override - @java.lang.Deprecated - public int getLaunchStageValue() { + @java.lang.Override @java.lang.Deprecated public int getLaunchStageValue() { return launchStage_; } /** - * - * *
      * Deprecated. Must use the [MetricDescriptor.launch_stage][google.api.MetricDescriptor.launch_stage] instead.
      * 
* * .google.api.LaunchStage launch_stage = 1 [deprecated = true]; - * * @deprecated google.api.MetricDescriptor.MetricDescriptorMetadata.launch_stage is deprecated. * See google/api/metric.proto;l=83 * @return The launchStage. */ - @java.lang.Override - @java.lang.Deprecated - public com.google.api.LaunchStage getLaunchStage() { + @java.lang.Override @java.lang.Deprecated public com.google.api.LaunchStage getLaunchStage() { @SuppressWarnings("deprecation") com.google.api.LaunchStage result = com.google.api.LaunchStage.valueOf(launchStage_); return result == null ? com.google.api.LaunchStage.UNRECOGNIZED : result; @@ -727,8 +623,6 @@ public com.google.api.LaunchStage getLaunchStage() { public static final int SAMPLE_PERIOD_FIELD_NUMBER = 2; private com.google.protobuf.Duration samplePeriod_; /** - * - * *
      * The sampling period of metric data points. For metrics which are written
      * periodically, consecutive data points are stored at this time interval,
@@ -737,7 +631,6 @@ public com.google.api.LaunchStage getLaunchStage() {
      * 
* * .google.protobuf.Duration sample_period = 2; - * * @return Whether the samplePeriod field is set. */ @java.lang.Override @@ -745,8 +638,6 @@ public boolean hasSamplePeriod() { return samplePeriod_ != null; } /** - * - * *
      * The sampling period of metric data points. For metrics which are written
      * periodically, consecutive data points are stored at this time interval,
@@ -755,18 +646,13 @@ public boolean hasSamplePeriod() {
      * 
* * .google.protobuf.Duration sample_period = 2; - * * @return The samplePeriod. */ @java.lang.Override public com.google.protobuf.Duration getSamplePeriod() { - return samplePeriod_ == null - ? com.google.protobuf.Duration.getDefaultInstance() - : samplePeriod_; + return samplePeriod_ == null ? com.google.protobuf.Duration.getDefaultInstance() : samplePeriod_; } /** - * - * *
      * The sampling period of metric data points. For metrics which are written
      * periodically, consecutive data points are stored at this time interval,
@@ -784,8 +670,6 @@ public com.google.protobuf.DurationOrBuilder getSamplePeriodOrBuilder() {
     public static final int INGEST_DELAY_FIELD_NUMBER = 3;
     private com.google.protobuf.Duration ingestDelay_;
     /**
-     *
-     *
      * 
      * The delay of data points caused by ingestion. Data points older than this
      * age are guaranteed to be ingested and available to be read, excluding
@@ -793,7 +677,6 @@ public com.google.protobuf.DurationOrBuilder getSamplePeriodOrBuilder() {
      * 
* * .google.protobuf.Duration ingest_delay = 3; - * * @return Whether the ingestDelay field is set. */ @java.lang.Override @@ -801,8 +684,6 @@ public boolean hasIngestDelay() { return ingestDelay_ != null; } /** - * - * *
      * The delay of data points caused by ingestion. Data points older than this
      * age are guaranteed to be ingested and available to be read, excluding
@@ -810,18 +691,13 @@ public boolean hasIngestDelay() {
      * 
* * .google.protobuf.Duration ingest_delay = 3; - * * @return The ingestDelay. */ @java.lang.Override public com.google.protobuf.Duration getIngestDelay() { - return ingestDelay_ == null - ? com.google.protobuf.Duration.getDefaultInstance() - : ingestDelay_; + return ingestDelay_ == null ? com.google.protobuf.Duration.getDefaultInstance() : ingestDelay_; } /** - * - * *
      * The delay of data points caused by ingestion. Data points older than this
      * age are guaranteed to be ingested and available to be read, excluding
@@ -836,7 +712,6 @@ public com.google.protobuf.DurationOrBuilder getIngestDelayOrBuilder() {
     }
 
     private byte memoizedIsInitialized = -1;
-
     @java.lang.Override
     public final boolean isInitialized() {
       byte isInitialized = memoizedIsInitialized;
@@ -848,7 +723,8 @@ public final boolean isInitialized() {
     }
 
     @java.lang.Override
-    public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+    public void writeTo(com.google.protobuf.CodedOutputStream output)
+                        throws java.io.IOException {
       if (launchStage_ != com.google.api.LaunchStage.LAUNCH_STAGE_UNSPECIFIED.getNumber()) {
         output.writeEnum(1, launchStage_);
       }
@@ -868,13 +744,16 @@ public int getSerializedSize() {
 
       size = 0;
       if (launchStage_ != com.google.api.LaunchStage.LAUNCH_STAGE_UNSPECIFIED.getNumber()) {
-        size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, launchStage_);
+        size += com.google.protobuf.CodedOutputStream
+          .computeEnumSize(1, launchStage_);
       }
       if (samplePeriod_ != null) {
-        size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getSamplePeriod());
+        size += com.google.protobuf.CodedOutputStream
+          .computeMessageSize(2, getSamplePeriod());
       }
       if (ingestDelay_ != null) {
-        size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getIngestDelay());
+        size += com.google.protobuf.CodedOutputStream
+          .computeMessageSize(3, getIngestDelay());
       }
       size += getUnknownFields().getSerializedSize();
       memoizedSize = size;
@@ -884,22 +763,23 @@ public int getSerializedSize() {
     @java.lang.Override
     public boolean equals(final java.lang.Object obj) {
       if (obj == this) {
-        return true;
+       return true;
       }
       if (!(obj instanceof com.google.api.MetricDescriptor.MetricDescriptorMetadata)) {
         return super.equals(obj);
       }
-      com.google.api.MetricDescriptor.MetricDescriptorMetadata other =
-          (com.google.api.MetricDescriptor.MetricDescriptorMetadata) obj;
+      com.google.api.MetricDescriptor.MetricDescriptorMetadata other = (com.google.api.MetricDescriptor.MetricDescriptorMetadata) obj;
 
       if (launchStage_ != other.launchStage_) return false;
       if (hasSamplePeriod() != other.hasSamplePeriod()) return false;
       if (hasSamplePeriod()) {
-        if (!getSamplePeriod().equals(other.getSamplePeriod())) return false;
+        if (!getSamplePeriod()
+            .equals(other.getSamplePeriod())) return false;
       }
       if (hasIngestDelay() != other.hasIngestDelay()) return false;
       if (hasIngestDelay()) {
-        if (!getIngestDelay().equals(other.getIngestDelay())) return false;
+        if (!getIngestDelay()
+            .equals(other.getIngestDelay())) return false;
       }
       if (!getUnknownFields().equals(other.getUnknownFields())) return false;
       return true;
@@ -928,94 +808,87 @@ public int hashCode() {
     }
 
     public static com.google.api.MetricDescriptor.MetricDescriptorMetadata parseFrom(
-        java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
+        java.nio.ByteBuffer data)
+        throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.api.MetricDescriptor.MetricDescriptorMetadata parseFrom(
-        java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.nio.ByteBuffer data,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
-
     public static com.google.api.MetricDescriptor.MetricDescriptorMetadata parseFrom(
         com.google.protobuf.ByteString data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.api.MetricDescriptor.MetricDescriptorMetadata parseFrom(
         com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
-
     public static com.google.api.MetricDescriptor.MetricDescriptorMetadata parseFrom(byte[] data)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data);
     }
-
     public static com.google.api.MetricDescriptor.MetricDescriptorMetadata parseFrom(
-        byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        byte[] data,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
       return PARSER.parseFrom(data, extensionRegistry);
     }
-
-    public static com.google.api.MetricDescriptor.MetricDescriptorMetadata parseFrom(
-        java.io.InputStream input) throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    public static com.google.api.MetricDescriptor.MetricDescriptorMetadata parseFrom(java.io.InputStream input)
+        throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input);
     }
-
     public static com.google.api.MetricDescriptor.MetricDescriptorMetadata parseFrom(
-        java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.io.InputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-          PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input, extensionRegistry);
     }
-
-    public static com.google.api.MetricDescriptor.MetricDescriptorMetadata parseDelimitedFrom(
-        java.io.InputStream input) throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    public static com.google.api.MetricDescriptor.MetricDescriptorMetadata parseDelimitedFrom(java.io.InputStream input)
+        throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3
+          .parseDelimitedWithIOException(PARSER, input);
     }
-
     public static com.google.api.MetricDescriptor.MetricDescriptorMetadata parseDelimitedFrom(
-        java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        java.io.InputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-          PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3
+          .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
     }
-
     public static com.google.api.MetricDescriptor.MetricDescriptorMetadata parseFrom(
-        com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+        com.google.protobuf.CodedInputStream input)
+        throws java.io.IOException {
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input);
     }
-
     public static com.google.api.MetricDescriptor.MetricDescriptorMetadata parseFrom(
         com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-          PARSER, input, extensionRegistry);
+      return com.google.protobuf.GeneratedMessageV3
+          .parseWithIOException(PARSER, input, extensionRegistry);
     }
 
     @java.lang.Override
-    public Builder newBuilderForType() {
-      return newBuilder();
-    }
-
+    public Builder newBuilderForType() { return newBuilder(); }
     public static Builder newBuilder() {
       return DEFAULT_INSTANCE.toBuilder();
     }
-
-    public static Builder newBuilder(
-        com.google.api.MetricDescriptor.MetricDescriptorMetadata prototype) {
+    public static Builder newBuilder(com.google.api.MetricDescriptor.MetricDescriptorMetadata prototype) {
       return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
     }
-
     @java.lang.Override
     public Builder toBuilder() {
-      return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+      return this == DEFAULT_INSTANCE
+          ? new Builder() : new Builder().mergeFrom(this);
     }
 
     @java.lang.Override
@@ -1025,41 +898,39 @@ protected Builder newBuilderForType(
       return builder;
     }
     /**
-     *
-     *
      * 
      * Additional annotations that can be used to guide the usage of a metric.
      * 
* * Protobuf type {@code google.api.MetricDescriptor.MetricDescriptorMetadata} */ - public static final class Builder - extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.api.MetricDescriptor.MetricDescriptorMetadata) com.google.api.MetricDescriptor.MetricDescriptorMetadataOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return com.google.api.MetricProto - .internal_static_google_api_MetricDescriptor_MetricDescriptorMetadata_descriptor; + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return com.google.api.MetricProto.internal_static_google_api_MetricDescriptor_MetricDescriptorMetadata_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return com.google.api.MetricProto - .internal_static_google_api_MetricDescriptor_MetricDescriptorMetadata_fieldAccessorTable + return com.google.api.MetricProto.internal_static_google_api_MetricDescriptor_MetricDescriptorMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( - com.google.api.MetricDescriptor.MetricDescriptorMetadata.class, - com.google.api.MetricDescriptor.MetricDescriptorMetadata.Builder.class); + com.google.api.MetricDescriptor.MetricDescriptorMetadata.class, com.google.api.MetricDescriptor.MetricDescriptorMetadata.Builder.class); } // Construct using com.google.api.MetricDescriptor.MetricDescriptorMetadata.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -1081,9 +952,9 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return com.google.api.MetricProto - .internal_static_google_api_MetricDescriptor_MetricDescriptorMetadata_descriptor; + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return com.google.api.MetricProto.internal_static_google_api_MetricDescriptor_MetricDescriptorMetadata_descriptor; } @java.lang.Override @@ -1102,8 +973,7 @@ public com.google.api.MetricDescriptor.MetricDescriptorMetadata build() { @java.lang.Override public com.google.api.MetricDescriptor.MetricDescriptorMetadata buildPartial() { - com.google.api.MetricDescriptor.MetricDescriptorMetadata result = - new com.google.api.MetricDescriptor.MetricDescriptorMetadata(this); + com.google.api.MetricDescriptor.MetricDescriptorMetadata result = new com.google.api.MetricDescriptor.MetricDescriptorMetadata(this); result.launchStage_ = launchStage_; if (samplePeriodBuilder_ == null) { result.samplePeriod_ = samplePeriod_; @@ -1123,41 +993,38 @@ public com.google.api.MetricDescriptor.MetricDescriptorMetadata buildPartial() { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, - int index, - java.lang.Object value) { + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.api.MetricDescriptor.MetricDescriptorMetadata) { - return mergeFrom((com.google.api.MetricDescriptor.MetricDescriptorMetadata) other); + return mergeFrom((com.google.api.MetricDescriptor.MetricDescriptorMetadata)other); } else { super.mergeFrom(other); return this; @@ -1165,8 +1032,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { } public Builder mergeFrom(com.google.api.MetricDescriptor.MetricDescriptorMetadata other) { - if (other == com.google.api.MetricDescriptor.MetricDescriptorMetadata.getDefaultInstance()) - return this; + if (other == com.google.api.MetricDescriptor.MetricDescriptorMetadata.getDefaultInstance()) return this; if (other.launchStage_ != 0) { setLaunchStageValue(other.getLaunchStageValue()); } @@ -1202,31 +1068,31 @@ public Builder mergeFrom( case 0: done = true; break; - case 8: - { - launchStage_ = input.readEnum(); - - break; - } // case 8 - case 18: - { - input.readMessage(getSamplePeriodFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 18 - case 26: - { - input.readMessage(getIngestDelayFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 26 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 8: { + launchStage_ = input.readEnum(); + + break; + } // case 8 + case 18: { + input.readMessage( + getSamplePeriodFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 18 + case 26: { + input.readMessage( + getIngestDelayFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 26 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -1239,104 +1105,83 @@ public Builder mergeFrom( private int launchStage_ = 0; /** - * - * *
        * Deprecated. Must use the [MetricDescriptor.launch_stage][google.api.MetricDescriptor.launch_stage] instead.
        * 
* * .google.api.LaunchStage launch_stage = 1 [deprecated = true]; - * - * @deprecated google.api.MetricDescriptor.MetricDescriptorMetadata.launch_stage is - * deprecated. See google/api/metric.proto;l=83 + * @deprecated google.api.MetricDescriptor.MetricDescriptorMetadata.launch_stage is deprecated. + * See google/api/metric.proto;l=83 * @return The enum numeric value on the wire for launchStage. */ - @java.lang.Override - @java.lang.Deprecated - public int getLaunchStageValue() { + @java.lang.Override @java.lang.Deprecated public int getLaunchStageValue() { return launchStage_; } /** - * - * *
        * Deprecated. Must use the [MetricDescriptor.launch_stage][google.api.MetricDescriptor.launch_stage] instead.
        * 
* * .google.api.LaunchStage launch_stage = 1 [deprecated = true]; - * - * @deprecated google.api.MetricDescriptor.MetricDescriptorMetadata.launch_stage is - * deprecated. See google/api/metric.proto;l=83 + * @deprecated google.api.MetricDescriptor.MetricDescriptorMetadata.launch_stage is deprecated. + * See google/api/metric.proto;l=83 * @param value The enum numeric value on the wire for launchStage to set. * @return This builder for chaining. */ - @java.lang.Deprecated - public Builder setLaunchStageValue(int value) { - + @java.lang.Deprecated public Builder setLaunchStageValue(int value) { + launchStage_ = value; onChanged(); return this; } /** - * - * *
        * Deprecated. Must use the [MetricDescriptor.launch_stage][google.api.MetricDescriptor.launch_stage] instead.
        * 
* * .google.api.LaunchStage launch_stage = 1 [deprecated = true]; - * - * @deprecated google.api.MetricDescriptor.MetricDescriptorMetadata.launch_stage is - * deprecated. See google/api/metric.proto;l=83 + * @deprecated google.api.MetricDescriptor.MetricDescriptorMetadata.launch_stage is deprecated. + * See google/api/metric.proto;l=83 * @return The launchStage. */ @java.lang.Override - @java.lang.Deprecated - public com.google.api.LaunchStage getLaunchStage() { + @java.lang.Deprecated public com.google.api.LaunchStage getLaunchStage() { @SuppressWarnings("deprecation") com.google.api.LaunchStage result = com.google.api.LaunchStage.valueOf(launchStage_); return result == null ? com.google.api.LaunchStage.UNRECOGNIZED : result; } /** - * - * *
        * Deprecated. Must use the [MetricDescriptor.launch_stage][google.api.MetricDescriptor.launch_stage] instead.
        * 
* * .google.api.LaunchStage launch_stage = 1 [deprecated = true]; - * - * @deprecated google.api.MetricDescriptor.MetricDescriptorMetadata.launch_stage is - * deprecated. See google/api/metric.proto;l=83 + * @deprecated google.api.MetricDescriptor.MetricDescriptorMetadata.launch_stage is deprecated. + * See google/api/metric.proto;l=83 * @param value The launchStage to set. * @return This builder for chaining. */ - @java.lang.Deprecated - public Builder setLaunchStage(com.google.api.LaunchStage value) { + @java.lang.Deprecated public Builder setLaunchStage(com.google.api.LaunchStage value) { if (value == null) { throw new NullPointerException(); } - + launchStage_ = value.getNumber(); onChanged(); return this; } /** - * - * *
        * Deprecated. Must use the [MetricDescriptor.launch_stage][google.api.MetricDescriptor.launch_stage] instead.
        * 
* * .google.api.LaunchStage launch_stage = 1 [deprecated = true]; - * - * @deprecated google.api.MetricDescriptor.MetricDescriptorMetadata.launch_stage is - * deprecated. See google/api/metric.proto;l=83 + * @deprecated google.api.MetricDescriptor.MetricDescriptorMetadata.launch_stage is deprecated. + * See google/api/metric.proto;l=83 * @return This builder for chaining. */ - @java.lang.Deprecated - public Builder clearLaunchStage() { - + @java.lang.Deprecated public Builder clearLaunchStage() { + launchStage_ = 0; onChanged(); return this; @@ -1344,13 +1189,8 @@ public Builder clearLaunchStage() { private com.google.protobuf.Duration samplePeriod_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.protobuf.Duration, - com.google.protobuf.Duration.Builder, - com.google.protobuf.DurationOrBuilder> - samplePeriodBuilder_; + com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> samplePeriodBuilder_; /** - * - * *
        * The sampling period of metric data points. For metrics which are written
        * periodically, consecutive data points are stored at this time interval,
@@ -1359,15 +1199,12 @@ public Builder clearLaunchStage() {
        * 
* * .google.protobuf.Duration sample_period = 2; - * * @return Whether the samplePeriod field is set. */ public boolean hasSamplePeriod() { return samplePeriodBuilder_ != null || samplePeriod_ != null; } /** - * - * *
        * The sampling period of metric data points. For metrics which are written
        * periodically, consecutive data points are stored at this time interval,
@@ -1376,21 +1213,16 @@ public boolean hasSamplePeriod() {
        * 
* * .google.protobuf.Duration sample_period = 2; - * * @return The samplePeriod. */ public com.google.protobuf.Duration getSamplePeriod() { if (samplePeriodBuilder_ == null) { - return samplePeriod_ == null - ? com.google.protobuf.Duration.getDefaultInstance() - : samplePeriod_; + return samplePeriod_ == null ? com.google.protobuf.Duration.getDefaultInstance() : samplePeriod_; } else { return samplePeriodBuilder_.getMessage(); } } /** - * - * *
        * The sampling period of metric data points. For metrics which are written
        * periodically, consecutive data points are stored at this time interval,
@@ -1414,8 +1246,6 @@ public Builder setSamplePeriod(com.google.protobuf.Duration value) {
         return this;
       }
       /**
-       *
-       *
        * 
        * The sampling period of metric data points. For metrics which are written
        * periodically, consecutive data points are stored at this time interval,
@@ -1425,7 +1255,8 @@ public Builder setSamplePeriod(com.google.protobuf.Duration value) {
        *
        * .google.protobuf.Duration sample_period = 2;
        */
-      public Builder setSamplePeriod(com.google.protobuf.Duration.Builder builderForValue) {
+      public Builder setSamplePeriod(
+          com.google.protobuf.Duration.Builder builderForValue) {
         if (samplePeriodBuilder_ == null) {
           samplePeriod_ = builderForValue.build();
           onChanged();
@@ -1436,8 +1267,6 @@ public Builder setSamplePeriod(com.google.protobuf.Duration.Builder builderForVa
         return this;
       }
       /**
-       *
-       *
        * 
        * The sampling period of metric data points. For metrics which are written
        * periodically, consecutive data points are stored at this time interval,
@@ -1451,9 +1280,7 @@ public Builder mergeSamplePeriod(com.google.protobuf.Duration value) {
         if (samplePeriodBuilder_ == null) {
           if (samplePeriod_ != null) {
             samplePeriod_ =
-                com.google.protobuf.Duration.newBuilder(samplePeriod_)
-                    .mergeFrom(value)
-                    .buildPartial();
+              com.google.protobuf.Duration.newBuilder(samplePeriod_).mergeFrom(value).buildPartial();
           } else {
             samplePeriod_ = value;
           }
@@ -1465,8 +1292,6 @@ public Builder mergeSamplePeriod(com.google.protobuf.Duration value) {
         return this;
       }
       /**
-       *
-       *
        * 
        * The sampling period of metric data points. For metrics which are written
        * periodically, consecutive data points are stored at this time interval,
@@ -1488,8 +1313,6 @@ public Builder clearSamplePeriod() {
         return this;
       }
       /**
-       *
-       *
        * 
        * The sampling period of metric data points. For metrics which are written
        * periodically, consecutive data points are stored at this time interval,
@@ -1500,13 +1323,11 @@ public Builder clearSamplePeriod() {
        * .google.protobuf.Duration sample_period = 2;
        */
       public com.google.protobuf.Duration.Builder getSamplePeriodBuilder() {
-
+        
         onChanged();
         return getSamplePeriodFieldBuilder().getBuilder();
       }
       /**
-       *
-       *
        * 
        * The sampling period of metric data points. For metrics which are written
        * periodically, consecutive data points are stored at this time interval,
@@ -1520,14 +1341,11 @@ public com.google.protobuf.DurationOrBuilder getSamplePeriodOrBuilder() {
         if (samplePeriodBuilder_ != null) {
           return samplePeriodBuilder_.getMessageOrBuilder();
         } else {
-          return samplePeriod_ == null
-              ? com.google.protobuf.Duration.getDefaultInstance()
-              : samplePeriod_;
+          return samplePeriod_ == null ?
+              com.google.protobuf.Duration.getDefaultInstance() : samplePeriod_;
         }
       }
       /**
-       *
-       *
        * 
        * The sampling period of metric data points. For metrics which are written
        * periodically, consecutive data points are stored at this time interval,
@@ -1538,17 +1356,14 @@ public com.google.protobuf.DurationOrBuilder getSamplePeriodOrBuilder() {
        * .google.protobuf.Duration sample_period = 2;
        */
       private com.google.protobuf.SingleFieldBuilderV3<
-              com.google.protobuf.Duration,
-              com.google.protobuf.Duration.Builder,
-              com.google.protobuf.DurationOrBuilder>
+          com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> 
           getSamplePeriodFieldBuilder() {
         if (samplePeriodBuilder_ == null) {
-          samplePeriodBuilder_ =
-              new com.google.protobuf.SingleFieldBuilderV3<
-                  com.google.protobuf.Duration,
-                  com.google.protobuf.Duration.Builder,
-                  com.google.protobuf.DurationOrBuilder>(
-                  getSamplePeriod(), getParentForChildren(), isClean());
+          samplePeriodBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+              com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder>(
+                  getSamplePeriod(),
+                  getParentForChildren(),
+                  isClean());
           samplePeriod_ = null;
         }
         return samplePeriodBuilder_;
@@ -1556,13 +1371,8 @@ public com.google.protobuf.DurationOrBuilder getSamplePeriodOrBuilder() {
 
       private com.google.protobuf.Duration ingestDelay_;
       private com.google.protobuf.SingleFieldBuilderV3<
-              com.google.protobuf.Duration,
-              com.google.protobuf.Duration.Builder,
-              com.google.protobuf.DurationOrBuilder>
-          ingestDelayBuilder_;
+          com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> ingestDelayBuilder_;
       /**
-       *
-       *
        * 
        * The delay of data points caused by ingestion. Data points older than this
        * age are guaranteed to be ingested and available to be read, excluding
@@ -1570,15 +1380,12 @@ public com.google.protobuf.DurationOrBuilder getSamplePeriodOrBuilder() {
        * 
* * .google.protobuf.Duration ingest_delay = 3; - * * @return Whether the ingestDelay field is set. */ public boolean hasIngestDelay() { return ingestDelayBuilder_ != null || ingestDelay_ != null; } /** - * - * *
        * The delay of data points caused by ingestion. Data points older than this
        * age are guaranteed to be ingested and available to be read, excluding
@@ -1586,21 +1393,16 @@ public boolean hasIngestDelay() {
        * 
* * .google.protobuf.Duration ingest_delay = 3; - * * @return The ingestDelay. */ public com.google.protobuf.Duration getIngestDelay() { if (ingestDelayBuilder_ == null) { - return ingestDelay_ == null - ? com.google.protobuf.Duration.getDefaultInstance() - : ingestDelay_; + return ingestDelay_ == null ? com.google.protobuf.Duration.getDefaultInstance() : ingestDelay_; } else { return ingestDelayBuilder_.getMessage(); } } /** - * - * *
        * The delay of data points caused by ingestion. Data points older than this
        * age are guaranteed to be ingested and available to be read, excluding
@@ -1623,8 +1425,6 @@ public Builder setIngestDelay(com.google.protobuf.Duration value) {
         return this;
       }
       /**
-       *
-       *
        * 
        * The delay of data points caused by ingestion. Data points older than this
        * age are guaranteed to be ingested and available to be read, excluding
@@ -1633,7 +1433,8 @@ public Builder setIngestDelay(com.google.protobuf.Duration value) {
        *
        * .google.protobuf.Duration ingest_delay = 3;
        */
-      public Builder setIngestDelay(com.google.protobuf.Duration.Builder builderForValue) {
+      public Builder setIngestDelay(
+          com.google.protobuf.Duration.Builder builderForValue) {
         if (ingestDelayBuilder_ == null) {
           ingestDelay_ = builderForValue.build();
           onChanged();
@@ -1644,8 +1445,6 @@ public Builder setIngestDelay(com.google.protobuf.Duration.Builder builderForVal
         return this;
       }
       /**
-       *
-       *
        * 
        * The delay of data points caused by ingestion. Data points older than this
        * age are guaranteed to be ingested and available to be read, excluding
@@ -1658,9 +1457,7 @@ public Builder mergeIngestDelay(com.google.protobuf.Duration value) {
         if (ingestDelayBuilder_ == null) {
           if (ingestDelay_ != null) {
             ingestDelay_ =
-                com.google.protobuf.Duration.newBuilder(ingestDelay_)
-                    .mergeFrom(value)
-                    .buildPartial();
+              com.google.protobuf.Duration.newBuilder(ingestDelay_).mergeFrom(value).buildPartial();
           } else {
             ingestDelay_ = value;
           }
@@ -1672,8 +1469,6 @@ public Builder mergeIngestDelay(com.google.protobuf.Duration value) {
         return this;
       }
       /**
-       *
-       *
        * 
        * The delay of data points caused by ingestion. Data points older than this
        * age are guaranteed to be ingested and available to be read, excluding
@@ -1694,8 +1489,6 @@ public Builder clearIngestDelay() {
         return this;
       }
       /**
-       *
-       *
        * 
        * The delay of data points caused by ingestion. Data points older than this
        * age are guaranteed to be ingested and available to be read, excluding
@@ -1705,13 +1498,11 @@ public Builder clearIngestDelay() {
        * .google.protobuf.Duration ingest_delay = 3;
        */
       public com.google.protobuf.Duration.Builder getIngestDelayBuilder() {
-
+        
         onChanged();
         return getIngestDelayFieldBuilder().getBuilder();
       }
       /**
-       *
-       *
        * 
        * The delay of data points caused by ingestion. Data points older than this
        * age are guaranteed to be ingested and available to be read, excluding
@@ -1724,14 +1515,11 @@ public com.google.protobuf.DurationOrBuilder getIngestDelayOrBuilder() {
         if (ingestDelayBuilder_ != null) {
           return ingestDelayBuilder_.getMessageOrBuilder();
         } else {
-          return ingestDelay_ == null
-              ? com.google.protobuf.Duration.getDefaultInstance()
-              : ingestDelay_;
+          return ingestDelay_ == null ?
+              com.google.protobuf.Duration.getDefaultInstance() : ingestDelay_;
         }
       }
       /**
-       *
-       *
        * 
        * The delay of data points caused by ingestion. Data points older than this
        * age are guaranteed to be ingested and available to be read, excluding
@@ -1741,22 +1529,18 @@ public com.google.protobuf.DurationOrBuilder getIngestDelayOrBuilder() {
        * .google.protobuf.Duration ingest_delay = 3;
        */
       private com.google.protobuf.SingleFieldBuilderV3<
-              com.google.protobuf.Duration,
-              com.google.protobuf.Duration.Builder,
-              com.google.protobuf.DurationOrBuilder>
+          com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> 
           getIngestDelayFieldBuilder() {
         if (ingestDelayBuilder_ == null) {
-          ingestDelayBuilder_ =
-              new com.google.protobuf.SingleFieldBuilderV3<
-                  com.google.protobuf.Duration,
-                  com.google.protobuf.Duration.Builder,
-                  com.google.protobuf.DurationOrBuilder>(
-                  getIngestDelay(), getParentForChildren(), isClean());
+          ingestDelayBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+              com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder>(
+                  getIngestDelay(),
+                  getParentForChildren(),
+                  isClean());
           ingestDelay_ = null;
         }
         return ingestDelayBuilder_;
       }
-
       @java.lang.Override
       public final Builder setUnknownFields(
           final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -1769,12 +1553,12 @@ public final Builder mergeUnknownFields(
         return super.mergeUnknownFields(unknownFields);
       }
 
+
       // @@protoc_insertion_point(builder_scope:google.api.MetricDescriptor.MetricDescriptorMetadata)
     }
 
     // @@protoc_insertion_point(class_scope:google.api.MetricDescriptor.MetricDescriptorMetadata)
     private static final com.google.api.MetricDescriptor.MetricDescriptorMetadata DEFAULT_INSTANCE;
-
     static {
       DEFAULT_INSTANCE = new com.google.api.MetricDescriptor.MetricDescriptorMetadata();
     }
@@ -1783,28 +1567,27 @@ public static com.google.api.MetricDescriptor.MetricDescriptorMetadata getDefaul
       return DEFAULT_INSTANCE;
     }
 
-    private static final com.google.protobuf.Parser PARSER =
-        new com.google.protobuf.AbstractParser() {
-          @java.lang.Override
-          public MetricDescriptorMetadata parsePartialFrom(
-              com.google.protobuf.CodedInputStream input,
-              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-              throws com.google.protobuf.InvalidProtocolBufferException {
-            Builder builder = newBuilder();
-            try {
-              builder.mergeFrom(input, extensionRegistry);
-            } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-              throw e.setUnfinishedMessage(builder.buildPartial());
-            } catch (com.google.protobuf.UninitializedMessageException e) {
-              throw e.asInvalidProtocolBufferException()
-                  .setUnfinishedMessage(builder.buildPartial());
-            } catch (java.io.IOException e) {
-              throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                  .setUnfinishedMessage(builder.buildPartial());
-            }
-            return builder.buildPartial();
-          }
-        };
+    private static final com.google.protobuf.Parser
+        PARSER = new com.google.protobuf.AbstractParser() {
+      @java.lang.Override
+      public MetricDescriptorMetadata parsePartialFrom(
+          com.google.protobuf.CodedInputStream input,
+          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+          throws com.google.protobuf.InvalidProtocolBufferException {
+        Builder builder = newBuilder();
+        try {
+          builder.mergeFrom(input, extensionRegistry);
+        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+          throw e.setUnfinishedMessage(builder.buildPartial());
+        } catch (com.google.protobuf.UninitializedMessageException e) {
+          throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+        } catch (java.io.IOException e) {
+          throw new com.google.protobuf.InvalidProtocolBufferException(e)
+              .setUnfinishedMessage(builder.buildPartial());
+        }
+        return builder.buildPartial();
+      }
+    };
 
     public static com.google.protobuf.Parser parser() {
       return PARSER;
@@ -1819,19 +1602,17 @@ public com.google.protobuf.Parser getParserForType() {
     public com.google.api.MetricDescriptor.MetricDescriptorMetadata getDefaultInstanceForType() {
       return DEFAULT_INSTANCE;
     }
+
   }
 
   public static final int NAME_FIELD_NUMBER = 1;
   private volatile java.lang.Object name_;
   /**
-   *
-   *
    * 
    * The resource name of the metric descriptor.
    * 
* * string name = 1; - * * @return The name. */ @java.lang.Override @@ -1840,29 +1621,29 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * The resource name of the metric descriptor.
    * 
* * string name = 1; - * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -1873,8 +1654,6 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int TYPE_FIELD_NUMBER = 8; private volatile java.lang.Object type_; /** - * - * *
    * The metric type, including its DNS name prefix. The type is not
    * URL-encoded. All user-defined metric types have the DNS name
@@ -1886,7 +1665,6 @@ public com.google.protobuf.ByteString getNameBytes() {
    * 
* * string type = 8; - * * @return The type. */ @java.lang.Override @@ -1895,15 +1673,14 @@ public java.lang.String getType() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); type_ = s; return s; } } /** - * - * *
    * The metric type, including its DNS name prefix. The type is not
    * URL-encoded. All user-defined metric types have the DNS name
@@ -1915,15 +1692,16 @@ public java.lang.String getType() {
    * 
* * string type = 8; - * * @return The bytes for type. */ @java.lang.Override - public com.google.protobuf.ByteString getTypeBytes() { + public com.google.protobuf.ByteString + getTypeBytes() { java.lang.Object ref = type_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); type_ = b; return b; } else { @@ -1934,8 +1712,6 @@ public com.google.protobuf.ByteString getTypeBytes() { public static final int LABELS_FIELD_NUMBER = 2; private java.util.List labels_; /** - * - * *
    * The set of labels that can be used to describe a specific
    * instance of this metric type. For example, the
@@ -1952,8 +1728,6 @@ public java.util.List getLabelsList() {
     return labels_;
   }
   /**
-   *
-   *
    * 
    * The set of labels that can be used to describe a specific
    * instance of this metric type. For example, the
@@ -1966,13 +1740,11 @@ public java.util.List getLabelsList() {
    * repeated .google.api.LabelDescriptor labels = 2;
    */
   @java.lang.Override
-  public java.util.List
+  public java.util.List 
       getLabelsOrBuilderList() {
     return labels_;
   }
   /**
-   *
-   *
    * 
    * The set of labels that can be used to describe a specific
    * instance of this metric type. For example, the
@@ -1989,8 +1761,6 @@ public int getLabelsCount() {
     return labels_.size();
   }
   /**
-   *
-   *
    * 
    * The set of labels that can be used to describe a specific
    * instance of this metric type. For example, the
@@ -2007,8 +1777,6 @@ public com.google.api.LabelDescriptor getLabels(int index) {
     return labels_.get(index);
   }
   /**
-   *
-   *
    * 
    * The set of labels that can be used to describe a specific
    * instance of this metric type. For example, the
@@ -2021,91 +1789,72 @@ public com.google.api.LabelDescriptor getLabels(int index) {
    * repeated .google.api.LabelDescriptor labels = 2;
    */
   @java.lang.Override
-  public com.google.api.LabelDescriptorOrBuilder getLabelsOrBuilder(int index) {
+  public com.google.api.LabelDescriptorOrBuilder getLabelsOrBuilder(
+      int index) {
     return labels_.get(index);
   }
 
   public static final int METRIC_KIND_FIELD_NUMBER = 3;
   private int metricKind_;
   /**
-   *
-   *
    * 
    * Whether the metric records instantaneous values, changes to a value, etc.
    * Some combinations of `metric_kind` and `value_type` might not be supported.
    * 
* * .google.api.MetricDescriptor.MetricKind metric_kind = 3; - * * @return The enum numeric value on the wire for metricKind. */ - @java.lang.Override - public int getMetricKindValue() { + @java.lang.Override public int getMetricKindValue() { return metricKind_; } /** - * - * *
    * Whether the metric records instantaneous values, changes to a value, etc.
    * Some combinations of `metric_kind` and `value_type` might not be supported.
    * 
* * .google.api.MetricDescriptor.MetricKind metric_kind = 3; - * * @return The metricKind. */ - @java.lang.Override - public com.google.api.MetricDescriptor.MetricKind getMetricKind() { + @java.lang.Override public com.google.api.MetricDescriptor.MetricKind getMetricKind() { @SuppressWarnings("deprecation") - com.google.api.MetricDescriptor.MetricKind result = - com.google.api.MetricDescriptor.MetricKind.valueOf(metricKind_); + com.google.api.MetricDescriptor.MetricKind result = com.google.api.MetricDescriptor.MetricKind.valueOf(metricKind_); return result == null ? com.google.api.MetricDescriptor.MetricKind.UNRECOGNIZED : result; } public static final int VALUE_TYPE_FIELD_NUMBER = 4; private int valueType_; /** - * - * *
    * Whether the measurement is an integer, a floating-point number, etc.
    * Some combinations of `metric_kind` and `value_type` might not be supported.
    * 
* * .google.api.MetricDescriptor.ValueType value_type = 4; - * * @return The enum numeric value on the wire for valueType. */ - @java.lang.Override - public int getValueTypeValue() { + @java.lang.Override public int getValueTypeValue() { return valueType_; } /** - * - * *
    * Whether the measurement is an integer, a floating-point number, etc.
    * Some combinations of `metric_kind` and `value_type` might not be supported.
    * 
* * .google.api.MetricDescriptor.ValueType value_type = 4; - * * @return The valueType. */ - @java.lang.Override - public com.google.api.MetricDescriptor.ValueType getValueType() { + @java.lang.Override public com.google.api.MetricDescriptor.ValueType getValueType() { @SuppressWarnings("deprecation") - com.google.api.MetricDescriptor.ValueType result = - com.google.api.MetricDescriptor.ValueType.valueOf(valueType_); + com.google.api.MetricDescriptor.ValueType result = com.google.api.MetricDescriptor.ValueType.valueOf(valueType_); return result == null ? com.google.api.MetricDescriptor.ValueType.UNRECOGNIZED : result; } public static final int UNIT_FIELD_NUMBER = 5; private volatile java.lang.Object unit_; /** - * - * *
    * The units in which the metric value is reported. It is only applicable
    * if the `value_type` is `INT64`, `DOUBLE`, or `DISTRIBUTION`. The `unit`
@@ -2193,7 +1942,6 @@ public com.google.api.MetricDescriptor.ValueType getValueType() {
    * 
* * string unit = 5; - * * @return The unit. */ @java.lang.Override @@ -2202,15 +1950,14 @@ public java.lang.String getUnit() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); unit_ = s; return s; } } /** - * - * *
    * The units in which the metric value is reported. It is only applicable
    * if the `value_type` is `INT64`, `DOUBLE`, or `DISTRIBUTION`. The `unit`
@@ -2298,15 +2045,16 @@ public java.lang.String getUnit() {
    * 
* * string unit = 5; - * * @return The bytes for unit. */ @java.lang.Override - public com.google.protobuf.ByteString getUnitBytes() { + public com.google.protobuf.ByteString + getUnitBytes() { java.lang.Object ref = unit_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); unit_ = b; return b; } else { @@ -2317,14 +2065,11 @@ public com.google.protobuf.ByteString getUnitBytes() { public static final int DESCRIPTION_FIELD_NUMBER = 6; private volatile java.lang.Object description_; /** - * - * *
    * A detailed description of the metric, which can be used in documentation.
    * 
* * string description = 6; - * * @return The description. */ @java.lang.Override @@ -2333,29 +2078,29 @@ public java.lang.String getDescription() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); description_ = s; return s; } } /** - * - * *
    * A detailed description of the metric, which can be used in documentation.
    * 
* * string description = 6; - * * @return The bytes for description. */ @java.lang.Override - public com.google.protobuf.ByteString getDescriptionBytes() { + public com.google.protobuf.ByteString + getDescriptionBytes() { java.lang.Object ref = description_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); description_ = b; return b; } else { @@ -2366,8 +2111,6 @@ public com.google.protobuf.ByteString getDescriptionBytes() { public static final int DISPLAY_NAME_FIELD_NUMBER = 7; private volatile java.lang.Object displayName_; /** - * - * *
    * A concise name for the metric, which can be displayed in user interfaces.
    * Use sentence case without an ending period, for example "Request count".
@@ -2376,7 +2119,6 @@ public com.google.protobuf.ByteString getDescriptionBytes() {
    * 
* * string display_name = 7; - * * @return The displayName. */ @java.lang.Override @@ -2385,15 +2127,14 @@ public java.lang.String getDisplayName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); displayName_ = s; return s; } } /** - * - * *
    * A concise name for the metric, which can be displayed in user interfaces.
    * Use sentence case without an ending period, for example "Request count".
@@ -2402,15 +2143,16 @@ public java.lang.String getDisplayName() {
    * 
* * string display_name = 7; - * * @return The bytes for displayName. */ @java.lang.Override - public com.google.protobuf.ByteString getDisplayNameBytes() { + public com.google.protobuf.ByteString + getDisplayNameBytes() { java.lang.Object ref = displayName_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); displayName_ = b; return b; } else { @@ -2421,14 +2163,11 @@ public com.google.protobuf.ByteString getDisplayNameBytes() { public static final int METADATA_FIELD_NUMBER = 10; private com.google.api.MetricDescriptor.MetricDescriptorMetadata metadata_; /** - * - * *
    * Optional. Metadata which can be used to guide usage of the metric.
    * 
* * .google.api.MetricDescriptor.MetricDescriptorMetadata metadata = 10; - * * @return Whether the metadata field is set. */ @java.lang.Override @@ -2436,25 +2175,18 @@ public boolean hasMetadata() { return metadata_ != null; } /** - * - * *
    * Optional. Metadata which can be used to guide usage of the metric.
    * 
* * .google.api.MetricDescriptor.MetricDescriptorMetadata metadata = 10; - * * @return The metadata. */ @java.lang.Override public com.google.api.MetricDescriptor.MetricDescriptorMetadata getMetadata() { - return metadata_ == null - ? com.google.api.MetricDescriptor.MetricDescriptorMetadata.getDefaultInstance() - : metadata_; + return metadata_ == null ? com.google.api.MetricDescriptor.MetricDescriptorMetadata.getDefaultInstance() : metadata_; } /** - * - * *
    * Optional. Metadata which can be used to guide usage of the metric.
    * 
@@ -2469,33 +2201,25 @@ public com.google.api.MetricDescriptor.MetricDescriptorMetadataOrBuilder getMeta public static final int LAUNCH_STAGE_FIELD_NUMBER = 12; private int launchStage_; /** - * - * *
    * Optional. The launch stage of the metric definition.
    * 
* * .google.api.LaunchStage launch_stage = 12; - * * @return The enum numeric value on the wire for launchStage. */ - @java.lang.Override - public int getLaunchStageValue() { + @java.lang.Override public int getLaunchStageValue() { return launchStage_; } /** - * - * *
    * Optional. The launch stage of the metric definition.
    * 
* * .google.api.LaunchStage launch_stage = 12; - * * @return The launchStage. */ - @java.lang.Override - public com.google.api.LaunchStage getLaunchStage() { + @java.lang.Override public com.google.api.LaunchStage getLaunchStage() { @SuppressWarnings("deprecation") com.google.api.LaunchStage result = com.google.api.LaunchStage.valueOf(launchStage_); return result == null ? com.google.api.LaunchStage.UNRECOGNIZED : result; @@ -2504,8 +2228,6 @@ public com.google.api.LaunchStage getLaunchStage() { public static final int MONITORED_RESOURCE_TYPES_FIELD_NUMBER = 13; private com.google.protobuf.LazyStringList monitoredResourceTypes_; /** - * - * *
    * Read-only. If present, then a [time
    * series][google.monitoring.v3.TimeSeries], which is identified partially by
@@ -2515,15 +2237,13 @@ public com.google.api.LaunchStage getLaunchStage() {
    * 
* * repeated string monitored_resource_types = 13; - * * @return A list containing the monitoredResourceTypes. */ - public com.google.protobuf.ProtocolStringList getMonitoredResourceTypesList() { + public com.google.protobuf.ProtocolStringList + getMonitoredResourceTypesList() { return monitoredResourceTypes_; } /** - * - * *
    * Read-only. If present, then a [time
    * series][google.monitoring.v3.TimeSeries], which is identified partially by
@@ -2533,15 +2253,12 @@ public com.google.protobuf.ProtocolStringList getMonitoredResourceTypesList() {
    * 
* * repeated string monitored_resource_types = 13; - * * @return The count of monitoredResourceTypes. */ public int getMonitoredResourceTypesCount() { return monitoredResourceTypes_.size(); } /** - * - * *
    * Read-only. If present, then a [time
    * series][google.monitoring.v3.TimeSeries], which is identified partially by
@@ -2551,7 +2268,6 @@ public int getMonitoredResourceTypesCount() {
    * 
* * repeated string monitored_resource_types = 13; - * * @param index The index of the element to return. * @return The monitoredResourceTypes at the given index. */ @@ -2559,8 +2275,6 @@ public java.lang.String getMonitoredResourceTypes(int index) { return monitoredResourceTypes_.get(index); } /** - * - * *
    * Read-only. If present, then a [time
    * series][google.monitoring.v3.TimeSeries], which is identified partially by
@@ -2570,16 +2284,15 @@ public java.lang.String getMonitoredResourceTypes(int index) {
    * 
* * repeated string monitored_resource_types = 13; - * * @param index The index of the value to return. * @return The bytes of the monitoredResourceTypes at the given index. */ - public com.google.protobuf.ByteString getMonitoredResourceTypesBytes(int index) { + public com.google.protobuf.ByteString + getMonitoredResourceTypesBytes(int index) { return monitoredResourceTypes_.getByteString(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -2591,19 +2304,18 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } for (int i = 0; i < labels_.size(); i++) { output.writeMessage(2, labels_.get(i)); } - if (metricKind_ - != com.google.api.MetricDescriptor.MetricKind.METRIC_KIND_UNSPECIFIED.getNumber()) { + if (metricKind_ != com.google.api.MetricDescriptor.MetricKind.METRIC_KIND_UNSPECIFIED.getNumber()) { output.writeEnum(3, metricKind_); } - if (valueType_ - != com.google.api.MetricDescriptor.ValueType.VALUE_TYPE_UNSPECIFIED.getNumber()) { + if (valueType_ != com.google.api.MetricDescriptor.ValueType.VALUE_TYPE_UNSPECIFIED.getNumber()) { output.writeEnum(4, valueType_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(unit_)) { @@ -2625,8 +2337,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io output.writeEnum(12, launchStage_); } for (int i = 0; i < monitoredResourceTypes_.size(); i++) { - com.google.protobuf.GeneratedMessageV3.writeString( - output, 13, monitoredResourceTypes_.getRaw(i)); + com.google.protobuf.GeneratedMessageV3.writeString(output, 13, monitoredResourceTypes_.getRaw(i)); } getUnknownFields().writeTo(output); } @@ -2641,15 +2352,16 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } for (int i = 0; i < labels_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, labels_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, labels_.get(i)); } - if (metricKind_ - != com.google.api.MetricDescriptor.MetricKind.METRIC_KIND_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(3, metricKind_); + if (metricKind_ != com.google.api.MetricDescriptor.MetricKind.METRIC_KIND_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(3, metricKind_); } - if (valueType_ - != com.google.api.MetricDescriptor.ValueType.VALUE_TYPE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(4, valueType_); + if (valueType_ != com.google.api.MetricDescriptor.ValueType.VALUE_TYPE_UNSPECIFIED.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(4, valueType_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(unit_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, unit_); @@ -2664,10 +2376,12 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, type_); } if (metadata_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(10, getMetadata()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(10, getMetadata()); } if (launchStage_ != com.google.api.LaunchStage.LAUNCH_STAGE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(12, launchStage_); + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(12, launchStage_); } { int dataSize = 0; @@ -2685,28 +2399,35 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.MetricDescriptor)) { return super.equals(obj); } com.google.api.MetricDescriptor other = (com.google.api.MetricDescriptor) obj; - if (!getName().equals(other.getName())) return false; - if (!getType().equals(other.getType())) return false; - if (!getLabelsList().equals(other.getLabelsList())) return false; + if (!getName() + .equals(other.getName())) return false; + if (!getType() + .equals(other.getType())) return false; + if (!getLabelsList() + .equals(other.getLabelsList())) return false; if (metricKind_ != other.metricKind_) return false; if (valueType_ != other.valueType_) return false; - if (!getUnit().equals(other.getUnit())) return false; - if (!getDescription().equals(other.getDescription())) return false; - if (!getDisplayName().equals(other.getDisplayName())) return false; + if (!getUnit() + .equals(other.getUnit())) return false; + if (!getDescription() + .equals(other.getDescription())) return false; + if (!getDisplayName() + .equals(other.getDisplayName())) return false; if (hasMetadata() != other.hasMetadata()) return false; if (hasMetadata()) { - if (!getMetadata().equals(other.getMetadata())) return false; + if (!getMetadata() + .equals(other.getMetadata())) return false; } if (launchStage_ != other.launchStage_) return false; - if (!getMonitoredResourceTypesList().equals(other.getMonitoredResourceTypesList())) - return false; + if (!getMonitoredResourceTypesList() + .equals(other.getMonitoredResourceTypesList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -2751,103 +2472,97 @@ public int hashCode() { return hash; } - public static com.google.api.MetricDescriptor parseFrom(java.nio.ByteBuffer data) + public static com.google.api.MetricDescriptor parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.MetricDescriptor parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.api.MetricDescriptor parseFrom(com.google.protobuf.ByteString data) + public static com.google.api.MetricDescriptor parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.MetricDescriptor parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.MetricDescriptor parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.MetricDescriptor parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.MetricDescriptor parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.MetricDescriptor parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.MetricDescriptor parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.MetricDescriptor parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.MetricDescriptor parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.MetricDescriptor parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.MetricDescriptor prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Defines a metric type and its schema. Once a metric descriptor is created,
    * deleting or altering it stops data collection and makes the metric type's
@@ -2856,30 +2571,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.api.MetricDescriptor}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.api.MetricDescriptor)
       com.google.api.MetricDescriptorOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
       return com.google.api.MetricProto.internal_static_google_api_MetricDescriptor_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.api.MetricProto
-          .internal_static_google_api_MetricDescriptor_fieldAccessorTable
+      return com.google.api.MetricProto.internal_static_google_api_MetricDescriptor_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
               com.google.api.MetricDescriptor.class, com.google.api.MetricDescriptor.Builder.class);
     }
 
     // Construct using com.google.api.MetricDescriptor.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -2918,7 +2636,8 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
       return com.google.api.MetricProto.internal_static_google_api_MetricDescriptor_descriptor;
     }
 
@@ -2975,39 +2694,38 @@ public com.google.api.MetricDescriptor buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.api.MetricDescriptor) {
-        return mergeFrom((com.google.api.MetricDescriptor) other);
+        return mergeFrom((com.google.api.MetricDescriptor)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -3042,10 +2760,9 @@ public Builder mergeFrom(com.google.api.MetricDescriptor other) {
             labelsBuilder_ = null;
             labels_ = other.labels_;
             bitField0_ = (bitField0_ & ~0x00000001);
-            labelsBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getLabelsFieldBuilder()
-                    : null;
+            labelsBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getLabelsFieldBuilder() : null;
           } else {
             labelsBuilder_.addAllMessages(other.labels_);
           }
@@ -3111,86 +2828,78 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                name_ = input.readStringRequireUtf8();
+            case 10: {
+              name_ = input.readStringRequireUtf8();
 
-                break;
-              } // case 10
-            case 18:
-              {
-                com.google.api.LabelDescriptor m =
-                    input.readMessage(com.google.api.LabelDescriptor.parser(), extensionRegistry);
-                if (labelsBuilder_ == null) {
-                  ensureLabelsIsMutable();
-                  labels_.add(m);
-                } else {
-                  labelsBuilder_.addMessage(m);
-                }
-                break;
-              } // case 18
-            case 24:
-              {
-                metricKind_ = input.readEnum();
+              break;
+            } // case 10
+            case 18: {
+              com.google.api.LabelDescriptor m =
+                  input.readMessage(
+                      com.google.api.LabelDescriptor.parser(),
+                      extensionRegistry);
+              if (labelsBuilder_ == null) {
+                ensureLabelsIsMutable();
+                labels_.add(m);
+              } else {
+                labelsBuilder_.addMessage(m);
+              }
+              break;
+            } // case 18
+            case 24: {
+              metricKind_ = input.readEnum();
 
-                break;
-              } // case 24
-            case 32:
-              {
-                valueType_ = input.readEnum();
+              break;
+            } // case 24
+            case 32: {
+              valueType_ = input.readEnum();
 
-                break;
-              } // case 32
-            case 42:
-              {
-                unit_ = input.readStringRequireUtf8();
+              break;
+            } // case 32
+            case 42: {
+              unit_ = input.readStringRequireUtf8();
 
-                break;
-              } // case 42
-            case 50:
-              {
-                description_ = input.readStringRequireUtf8();
+              break;
+            } // case 42
+            case 50: {
+              description_ = input.readStringRequireUtf8();
 
-                break;
-              } // case 50
-            case 58:
-              {
-                displayName_ = input.readStringRequireUtf8();
+              break;
+            } // case 50
+            case 58: {
+              displayName_ = input.readStringRequireUtf8();
 
-                break;
-              } // case 58
-            case 66:
-              {
-                type_ = input.readStringRequireUtf8();
+              break;
+            } // case 58
+            case 66: {
+              type_ = input.readStringRequireUtf8();
 
-                break;
-              } // case 66
-            case 82:
-              {
-                input.readMessage(getMetadataFieldBuilder().getBuilder(), extensionRegistry);
+              break;
+            } // case 66
+            case 82: {
+              input.readMessage(
+                  getMetadataFieldBuilder().getBuilder(),
+                  extensionRegistry);
 
-                break;
-              } // case 82
-            case 96:
-              {
-                launchStage_ = input.readEnum();
+              break;
+            } // case 82
+            case 96: {
+              launchStage_ = input.readEnum();
 
-                break;
-              } // case 96
-            case 106:
-              {
-                java.lang.String s = input.readStringRequireUtf8();
-                ensureMonitoredResourceTypesIsMutable();
-                monitoredResourceTypes_.add(s);
-                break;
-              } // case 106
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+              break;
+            } // case 96
+            case 106: {
+              java.lang.String s = input.readStringRequireUtf8();
+              ensureMonitoredResourceTypesIsMutable();
+              monitoredResourceTypes_.add(s);
+              break;
+            } // case 106
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -3200,25 +2909,22 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * The resource name of the metric descriptor.
      * 
* * string name = 1; - * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -3227,21 +2933,20 @@ public java.lang.String getName() { } } /** - * - * *
      * The resource name of the metric descriptor.
      * 
* * string name = 1; - * * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -3249,61 +2954,54 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * The resource name of the metric descriptor.
      * 
* * string name = 1; - * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { + public Builder setName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** - * - * *
      * The resource name of the metric descriptor.
      * 
* * string name = 1; - * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** - * - * *
      * The resource name of the metric descriptor.
      * 
* * string name = 1; - * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { + public Builder setNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; @@ -3311,8 +3009,6 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { private java.lang.Object type_ = ""; /** - * - * *
      * The metric type, including its DNS name prefix. The type is not
      * URL-encoded. All user-defined metric types have the DNS name
@@ -3324,13 +3020,13 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
      * 
* * string type = 8; - * * @return The type. */ public java.lang.String getType() { java.lang.Object ref = type_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); type_ = s; return s; @@ -3339,8 +3035,6 @@ public java.lang.String getType() { } } /** - * - * *
      * The metric type, including its DNS name prefix. The type is not
      * URL-encoded. All user-defined metric types have the DNS name
@@ -3352,14 +3046,15 @@ public java.lang.String getType() {
      * 
* * string type = 8; - * * @return The bytes for type. */ - public com.google.protobuf.ByteString getTypeBytes() { + public com.google.protobuf.ByteString + getTypeBytes() { java.lang.Object ref = type_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); type_ = b; return b; } else { @@ -3367,8 +3062,6 @@ public com.google.protobuf.ByteString getTypeBytes() { } } /** - * - * *
      * The metric type, including its DNS name prefix. The type is not
      * URL-encoded. All user-defined metric types have the DNS name
@@ -3380,22 +3073,20 @@ public com.google.protobuf.ByteString getTypeBytes() {
      * 
* * string type = 8; - * * @param value The type to set. * @return This builder for chaining. */ - public Builder setType(java.lang.String value) { + public Builder setType( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + type_ = value; onChanged(); return this; } /** - * - * *
      * The metric type, including its DNS name prefix. The type is not
      * URL-encoded. All user-defined metric types have the DNS name
@@ -3407,18 +3098,15 @@ public Builder setType(java.lang.String value) {
      * 
* * string type = 8; - * * @return This builder for chaining. */ public Builder clearType() { - + type_ = getDefaultInstance().getType(); onChanged(); return this; } /** - * - * *
      * The metric type, including its DNS name prefix. The type is not
      * URL-encoded. All user-defined metric types have the DNS name
@@ -3430,40 +3118,34 @@ public Builder clearType() {
      * 
* * string type = 8; - * * @param value The bytes for type to set. * @return This builder for chaining. */ - public Builder setTypeBytes(com.google.protobuf.ByteString value) { + public Builder setTypeBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + type_ = value; onChanged(); return this; } private java.util.List labels_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureLabelsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { labels_ = new java.util.ArrayList(labels_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.api.LabelDescriptor, - com.google.api.LabelDescriptor.Builder, - com.google.api.LabelDescriptorOrBuilder> - labelsBuilder_; + com.google.api.LabelDescriptor, com.google.api.LabelDescriptor.Builder, com.google.api.LabelDescriptorOrBuilder> labelsBuilder_; /** - * - * *
      * The set of labels that can be used to describe a specific
      * instance of this metric type. For example, the
@@ -3483,8 +3165,6 @@ public java.util.List getLabelsList() {
       }
     }
     /**
-     *
-     *
      * 
      * The set of labels that can be used to describe a specific
      * instance of this metric type. For example, the
@@ -3504,8 +3184,6 @@ public int getLabelsCount() {
       }
     }
     /**
-     *
-     *
      * 
      * The set of labels that can be used to describe a specific
      * instance of this metric type. For example, the
@@ -3525,8 +3203,6 @@ public com.google.api.LabelDescriptor getLabels(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * The set of labels that can be used to describe a specific
      * instance of this metric type. For example, the
@@ -3538,7 +3214,8 @@ public com.google.api.LabelDescriptor getLabels(int index) {
      *
      * repeated .google.api.LabelDescriptor labels = 2;
      */
-    public Builder setLabels(int index, com.google.api.LabelDescriptor value) {
+    public Builder setLabels(
+        int index, com.google.api.LabelDescriptor value) {
       if (labelsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -3552,8 +3229,6 @@ public Builder setLabels(int index, com.google.api.LabelDescriptor value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The set of labels that can be used to describe a specific
      * instance of this metric type. For example, the
@@ -3565,7 +3240,8 @@ public Builder setLabels(int index, com.google.api.LabelDescriptor value) {
      *
      * repeated .google.api.LabelDescriptor labels = 2;
      */
-    public Builder setLabels(int index, com.google.api.LabelDescriptor.Builder builderForValue) {
+    public Builder setLabels(
+        int index, com.google.api.LabelDescriptor.Builder builderForValue) {
       if (labelsBuilder_ == null) {
         ensureLabelsIsMutable();
         labels_.set(index, builderForValue.build());
@@ -3576,8 +3252,6 @@ public Builder setLabels(int index, com.google.api.LabelDescriptor.Builder build
       return this;
     }
     /**
-     *
-     *
      * 
      * The set of labels that can be used to describe a specific
      * instance of this metric type. For example, the
@@ -3603,8 +3277,6 @@ public Builder addLabels(com.google.api.LabelDescriptor value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The set of labels that can be used to describe a specific
      * instance of this metric type. For example, the
@@ -3616,7 +3288,8 @@ public Builder addLabels(com.google.api.LabelDescriptor value) {
      *
      * repeated .google.api.LabelDescriptor labels = 2;
      */
-    public Builder addLabels(int index, com.google.api.LabelDescriptor value) {
+    public Builder addLabels(
+        int index, com.google.api.LabelDescriptor value) {
       if (labelsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -3630,8 +3303,6 @@ public Builder addLabels(int index, com.google.api.LabelDescriptor value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The set of labels that can be used to describe a specific
      * instance of this metric type. For example, the
@@ -3643,7 +3314,8 @@ public Builder addLabels(int index, com.google.api.LabelDescriptor value) {
      *
      * repeated .google.api.LabelDescriptor labels = 2;
      */
-    public Builder addLabels(com.google.api.LabelDescriptor.Builder builderForValue) {
+    public Builder addLabels(
+        com.google.api.LabelDescriptor.Builder builderForValue) {
       if (labelsBuilder_ == null) {
         ensureLabelsIsMutable();
         labels_.add(builderForValue.build());
@@ -3654,8 +3326,6 @@ public Builder addLabels(com.google.api.LabelDescriptor.Builder builderForValue)
       return this;
     }
     /**
-     *
-     *
      * 
      * The set of labels that can be used to describe a specific
      * instance of this metric type. For example, the
@@ -3667,7 +3337,8 @@ public Builder addLabels(com.google.api.LabelDescriptor.Builder builderForValue)
      *
      * repeated .google.api.LabelDescriptor labels = 2;
      */
-    public Builder addLabels(int index, com.google.api.LabelDescriptor.Builder builderForValue) {
+    public Builder addLabels(
+        int index, com.google.api.LabelDescriptor.Builder builderForValue) {
       if (labelsBuilder_ == null) {
         ensureLabelsIsMutable();
         labels_.add(index, builderForValue.build());
@@ -3678,8 +3349,6 @@ public Builder addLabels(int index, com.google.api.LabelDescriptor.Builder build
       return this;
     }
     /**
-     *
-     *
      * 
      * The set of labels that can be used to describe a specific
      * instance of this metric type. For example, the
@@ -3695,7 +3364,8 @@ public Builder addAllLabels(
         java.lang.Iterable values) {
       if (labelsBuilder_ == null) {
         ensureLabelsIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, labels_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, labels_);
         onChanged();
       } else {
         labelsBuilder_.addAllMessages(values);
@@ -3703,8 +3373,6 @@ public Builder addAllLabels(
       return this;
     }
     /**
-     *
-     *
      * 
      * The set of labels that can be used to describe a specific
      * instance of this metric type. For example, the
@@ -3727,8 +3395,6 @@ public Builder clearLabels() {
       return this;
     }
     /**
-     *
-     *
      * 
      * The set of labels that can be used to describe a specific
      * instance of this metric type. For example, the
@@ -3751,8 +3417,6 @@ public Builder removeLabels(int index) {
       return this;
     }
     /**
-     *
-     *
      * 
      * The set of labels that can be used to describe a specific
      * instance of this metric type. For example, the
@@ -3764,12 +3428,11 @@ public Builder removeLabels(int index) {
      *
      * repeated .google.api.LabelDescriptor labels = 2;
      */
-    public com.google.api.LabelDescriptor.Builder getLabelsBuilder(int index) {
+    public com.google.api.LabelDescriptor.Builder getLabelsBuilder(
+        int index) {
       return getLabelsFieldBuilder().getBuilder(index);
     }
     /**
-     *
-     *
      * 
      * The set of labels that can be used to describe a specific
      * instance of this metric type. For example, the
@@ -3781,16 +3444,14 @@ public com.google.api.LabelDescriptor.Builder getLabelsBuilder(int index) {
      *
      * repeated .google.api.LabelDescriptor labels = 2;
      */
-    public com.google.api.LabelDescriptorOrBuilder getLabelsOrBuilder(int index) {
+    public com.google.api.LabelDescriptorOrBuilder getLabelsOrBuilder(
+        int index) {
       if (labelsBuilder_ == null) {
-        return labels_.get(index);
-      } else {
+        return labels_.get(index);  } else {
         return labelsBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
-     *
-     *
      * 
      * The set of labels that can be used to describe a specific
      * instance of this metric type. For example, the
@@ -3802,8 +3463,8 @@ public com.google.api.LabelDescriptorOrBuilder getLabelsOrBuilder(int index) {
      *
      * repeated .google.api.LabelDescriptor labels = 2;
      */
-    public java.util.List
-        getLabelsOrBuilderList() {
+    public java.util.List 
+         getLabelsOrBuilderList() {
       if (labelsBuilder_ != null) {
         return labelsBuilder_.getMessageOrBuilderList();
       } else {
@@ -3811,8 +3472,6 @@ public com.google.api.LabelDescriptorOrBuilder getLabelsOrBuilder(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * The set of labels that can be used to describe a specific
      * instance of this metric type. For example, the
@@ -3825,12 +3484,10 @@ public com.google.api.LabelDescriptorOrBuilder getLabelsOrBuilder(int index) {
      * repeated .google.api.LabelDescriptor labels = 2;
      */
     public com.google.api.LabelDescriptor.Builder addLabelsBuilder() {
-      return getLabelsFieldBuilder()
-          .addBuilder(com.google.api.LabelDescriptor.getDefaultInstance());
+      return getLabelsFieldBuilder().addBuilder(
+          com.google.api.LabelDescriptor.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * The set of labels that can be used to describe a specific
      * instance of this metric type. For example, the
@@ -3842,13 +3499,12 @@ public com.google.api.LabelDescriptor.Builder addLabelsBuilder() {
      *
      * repeated .google.api.LabelDescriptor labels = 2;
      */
-    public com.google.api.LabelDescriptor.Builder addLabelsBuilder(int index) {
-      return getLabelsFieldBuilder()
-          .addBuilder(index, com.google.api.LabelDescriptor.getDefaultInstance());
+    public com.google.api.LabelDescriptor.Builder addLabelsBuilder(
+        int index) {
+      return getLabelsFieldBuilder().addBuilder(
+          index, com.google.api.LabelDescriptor.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * The set of labels that can be used to describe a specific
      * instance of this metric type. For example, the
@@ -3860,22 +3516,20 @@ public com.google.api.LabelDescriptor.Builder addLabelsBuilder(int index) {
      *
      * repeated .google.api.LabelDescriptor labels = 2;
      */
-    public java.util.List getLabelsBuilderList() {
+    public java.util.List 
+         getLabelsBuilderList() {
       return getLabelsFieldBuilder().getBuilderList();
     }
-
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.api.LabelDescriptor,
-            com.google.api.LabelDescriptor.Builder,
-            com.google.api.LabelDescriptorOrBuilder>
+        com.google.api.LabelDescriptor, com.google.api.LabelDescriptor.Builder, com.google.api.LabelDescriptorOrBuilder> 
         getLabelsFieldBuilder() {
       if (labelsBuilder_ == null) {
-        labelsBuilder_ =
-            new com.google.protobuf.RepeatedFieldBuilderV3<
-                com.google.api.LabelDescriptor,
-                com.google.api.LabelDescriptor.Builder,
-                com.google.api.LabelDescriptorOrBuilder>(
-                labels_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean());
+        labelsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+            com.google.api.LabelDescriptor, com.google.api.LabelDescriptor.Builder, com.google.api.LabelDescriptorOrBuilder>(
+                labels_,
+                ((bitField0_ & 0x00000001) != 0),
+                getParentForChildren(),
+                isClean());
         labels_ = null;
       }
       return labelsBuilder_;
@@ -3883,69 +3537,55 @@ public java.util.List getLabelsBuilderLi
 
     private int metricKind_ = 0;
     /**
-     *
-     *
      * 
      * Whether the metric records instantaneous values, changes to a value, etc.
      * Some combinations of `metric_kind` and `value_type` might not be supported.
      * 
* * .google.api.MetricDescriptor.MetricKind metric_kind = 3; - * * @return The enum numeric value on the wire for metricKind. */ - @java.lang.Override - public int getMetricKindValue() { + @java.lang.Override public int getMetricKindValue() { return metricKind_; } /** - * - * *
      * Whether the metric records instantaneous values, changes to a value, etc.
      * Some combinations of `metric_kind` and `value_type` might not be supported.
      * 
* * .google.api.MetricDescriptor.MetricKind metric_kind = 3; - * * @param value The enum numeric value on the wire for metricKind to set. * @return This builder for chaining. */ public Builder setMetricKindValue(int value) { - + metricKind_ = value; onChanged(); return this; } /** - * - * *
      * Whether the metric records instantaneous values, changes to a value, etc.
      * Some combinations of `metric_kind` and `value_type` might not be supported.
      * 
* * .google.api.MetricDescriptor.MetricKind metric_kind = 3; - * * @return The metricKind. */ @java.lang.Override public com.google.api.MetricDescriptor.MetricKind getMetricKind() { @SuppressWarnings("deprecation") - com.google.api.MetricDescriptor.MetricKind result = - com.google.api.MetricDescriptor.MetricKind.valueOf(metricKind_); + com.google.api.MetricDescriptor.MetricKind result = com.google.api.MetricDescriptor.MetricKind.valueOf(metricKind_); return result == null ? com.google.api.MetricDescriptor.MetricKind.UNRECOGNIZED : result; } /** - * - * *
      * Whether the metric records instantaneous values, changes to a value, etc.
      * Some combinations of `metric_kind` and `value_type` might not be supported.
      * 
* * .google.api.MetricDescriptor.MetricKind metric_kind = 3; - * * @param value The metricKind to set. * @return This builder for chaining. */ @@ -3953,25 +3593,22 @@ public Builder setMetricKind(com.google.api.MetricDescriptor.MetricKind value) { if (value == null) { throw new NullPointerException(); } - + metricKind_ = value.getNumber(); onChanged(); return this; } /** - * - * *
      * Whether the metric records instantaneous values, changes to a value, etc.
      * Some combinations of `metric_kind` and `value_type` might not be supported.
      * 
* * .google.api.MetricDescriptor.MetricKind metric_kind = 3; - * * @return This builder for chaining. */ public Builder clearMetricKind() { - + metricKind_ = 0; onChanged(); return this; @@ -3979,69 +3616,55 @@ public Builder clearMetricKind() { private int valueType_ = 0; /** - * - * *
      * Whether the measurement is an integer, a floating-point number, etc.
      * Some combinations of `metric_kind` and `value_type` might not be supported.
      * 
* * .google.api.MetricDescriptor.ValueType value_type = 4; - * * @return The enum numeric value on the wire for valueType. */ - @java.lang.Override - public int getValueTypeValue() { + @java.lang.Override public int getValueTypeValue() { return valueType_; } /** - * - * *
      * Whether the measurement is an integer, a floating-point number, etc.
      * Some combinations of `metric_kind` and `value_type` might not be supported.
      * 
* * .google.api.MetricDescriptor.ValueType value_type = 4; - * * @param value The enum numeric value on the wire for valueType to set. * @return This builder for chaining. */ public Builder setValueTypeValue(int value) { - + valueType_ = value; onChanged(); return this; } /** - * - * *
      * Whether the measurement is an integer, a floating-point number, etc.
      * Some combinations of `metric_kind` and `value_type` might not be supported.
      * 
* * .google.api.MetricDescriptor.ValueType value_type = 4; - * * @return The valueType. */ @java.lang.Override public com.google.api.MetricDescriptor.ValueType getValueType() { @SuppressWarnings("deprecation") - com.google.api.MetricDescriptor.ValueType result = - com.google.api.MetricDescriptor.ValueType.valueOf(valueType_); + com.google.api.MetricDescriptor.ValueType result = com.google.api.MetricDescriptor.ValueType.valueOf(valueType_); return result == null ? com.google.api.MetricDescriptor.ValueType.UNRECOGNIZED : result; } /** - * - * *
      * Whether the measurement is an integer, a floating-point number, etc.
      * Some combinations of `metric_kind` and `value_type` might not be supported.
      * 
* * .google.api.MetricDescriptor.ValueType value_type = 4; - * * @param value The valueType to set. * @return This builder for chaining. */ @@ -4049,25 +3672,22 @@ public Builder setValueType(com.google.api.MetricDescriptor.ValueType value) { if (value == null) { throw new NullPointerException(); } - + valueType_ = value.getNumber(); onChanged(); return this; } /** - * - * *
      * Whether the measurement is an integer, a floating-point number, etc.
      * Some combinations of `metric_kind` and `value_type` might not be supported.
      * 
* * .google.api.MetricDescriptor.ValueType value_type = 4; - * * @return This builder for chaining. */ public Builder clearValueType() { - + valueType_ = 0; onChanged(); return this; @@ -4075,8 +3695,6 @@ public Builder clearValueType() { private java.lang.Object unit_ = ""; /** - * - * *
      * The units in which the metric value is reported. It is only applicable
      * if the `value_type` is `INT64`, `DOUBLE`, or `DISTRIBUTION`. The `unit`
@@ -4164,13 +3782,13 @@ public Builder clearValueType() {
      * 
* * string unit = 5; - * * @return The unit. */ public java.lang.String getUnit() { java.lang.Object ref = unit_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); unit_ = s; return s; @@ -4179,8 +3797,6 @@ public java.lang.String getUnit() { } } /** - * - * *
      * The units in which the metric value is reported. It is only applicable
      * if the `value_type` is `INT64`, `DOUBLE`, or `DISTRIBUTION`. The `unit`
@@ -4268,14 +3884,15 @@ public java.lang.String getUnit() {
      * 
* * string unit = 5; - * * @return The bytes for unit. */ - public com.google.protobuf.ByteString getUnitBytes() { + public com.google.protobuf.ByteString + getUnitBytes() { java.lang.Object ref = unit_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); unit_ = b; return b; } else { @@ -4283,8 +3900,6 @@ public com.google.protobuf.ByteString getUnitBytes() { } } /** - * - * *
      * The units in which the metric value is reported. It is only applicable
      * if the `value_type` is `INT64`, `DOUBLE`, or `DISTRIBUTION`. The `unit`
@@ -4372,22 +3987,20 @@ public com.google.protobuf.ByteString getUnitBytes() {
      * 
* * string unit = 5; - * * @param value The unit to set. * @return This builder for chaining. */ - public Builder setUnit(java.lang.String value) { + public Builder setUnit( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + unit_ = value; onChanged(); return this; } /** - * - * *
      * The units in which the metric value is reported. It is only applicable
      * if the `value_type` is `INT64`, `DOUBLE`, or `DISTRIBUTION`. The `unit`
@@ -4475,18 +4088,15 @@ public Builder setUnit(java.lang.String value) {
      * 
* * string unit = 5; - * * @return This builder for chaining. */ public Builder clearUnit() { - + unit_ = getDefaultInstance().getUnit(); onChanged(); return this; } /** - * - * *
      * The units in which the metric value is reported. It is only applicable
      * if the `value_type` is `INT64`, `DOUBLE`, or `DISTRIBUTION`. The `unit`
@@ -4574,16 +4184,16 @@ public Builder clearUnit() {
      * 
* * string unit = 5; - * * @param value The bytes for unit to set. * @return This builder for chaining. */ - public Builder setUnitBytes(com.google.protobuf.ByteString value) { + public Builder setUnitBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + unit_ = value; onChanged(); return this; @@ -4591,20 +4201,18 @@ public Builder setUnitBytes(com.google.protobuf.ByteString value) { private java.lang.Object description_ = ""; /** - * - * *
      * A detailed description of the metric, which can be used in documentation.
      * 
* * string description = 6; - * * @return The description. */ public java.lang.String getDescription() { java.lang.Object ref = description_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); description_ = s; return s; @@ -4613,21 +4221,20 @@ public java.lang.String getDescription() { } } /** - * - * *
      * A detailed description of the metric, which can be used in documentation.
      * 
* * string description = 6; - * * @return The bytes for description. */ - public com.google.protobuf.ByteString getDescriptionBytes() { + public com.google.protobuf.ByteString + getDescriptionBytes() { java.lang.Object ref = description_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); description_ = b; return b; } else { @@ -4635,61 +4242,54 @@ public com.google.protobuf.ByteString getDescriptionBytes() { } } /** - * - * *
      * A detailed description of the metric, which can be used in documentation.
      * 
* * string description = 6; - * * @param value The description to set. * @return This builder for chaining. */ - public Builder setDescription(java.lang.String value) { + public Builder setDescription( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + description_ = value; onChanged(); return this; } /** - * - * *
      * A detailed description of the metric, which can be used in documentation.
      * 
* * string description = 6; - * * @return This builder for chaining. */ public Builder clearDescription() { - + description_ = getDefaultInstance().getDescription(); onChanged(); return this; } /** - * - * *
      * A detailed description of the metric, which can be used in documentation.
      * 
* * string description = 6; - * * @param value The bytes for description to set. * @return This builder for chaining. */ - public Builder setDescriptionBytes(com.google.protobuf.ByteString value) { + public Builder setDescriptionBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + description_ = value; onChanged(); return this; @@ -4697,8 +4297,6 @@ public Builder setDescriptionBytes(com.google.protobuf.ByteString value) { private java.lang.Object displayName_ = ""; /** - * - * *
      * A concise name for the metric, which can be displayed in user interfaces.
      * Use sentence case without an ending period, for example "Request count".
@@ -4707,13 +4305,13 @@ public Builder setDescriptionBytes(com.google.protobuf.ByteString value) {
      * 
* * string display_name = 7; - * * @return The displayName. */ public java.lang.String getDisplayName() { java.lang.Object ref = displayName_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); displayName_ = s; return s; @@ -4722,8 +4320,6 @@ public java.lang.String getDisplayName() { } } /** - * - * *
      * A concise name for the metric, which can be displayed in user interfaces.
      * Use sentence case without an ending period, for example "Request count".
@@ -4732,14 +4328,15 @@ public java.lang.String getDisplayName() {
      * 
* * string display_name = 7; - * * @return The bytes for displayName. */ - public com.google.protobuf.ByteString getDisplayNameBytes() { + public com.google.protobuf.ByteString + getDisplayNameBytes() { java.lang.Object ref = displayName_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); displayName_ = b; return b; } else { @@ -4747,8 +4344,6 @@ public com.google.protobuf.ByteString getDisplayNameBytes() { } } /** - * - * *
      * A concise name for the metric, which can be displayed in user interfaces.
      * Use sentence case without an ending period, for example "Request count".
@@ -4757,22 +4352,20 @@ public com.google.protobuf.ByteString getDisplayNameBytes() {
      * 
* * string display_name = 7; - * * @param value The displayName to set. * @return This builder for chaining. */ - public Builder setDisplayName(java.lang.String value) { + public Builder setDisplayName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + displayName_ = value; onChanged(); return this; } /** - * - * *
      * A concise name for the metric, which can be displayed in user interfaces.
      * Use sentence case without an ending period, for example "Request count".
@@ -4781,18 +4374,15 @@ public Builder setDisplayName(java.lang.String value) {
      * 
* * string display_name = 7; - * * @return This builder for chaining. */ public Builder clearDisplayName() { - + displayName_ = getDefaultInstance().getDisplayName(); onChanged(); return this; } /** - * - * *
      * A concise name for the metric, which can be displayed in user interfaces.
      * Use sentence case without an ending period, for example "Request count".
@@ -4801,16 +4391,16 @@ public Builder clearDisplayName() {
      * 
* * string display_name = 7; - * * @param value The bytes for displayName to set. * @return This builder for chaining. */ - public Builder setDisplayNameBytes(com.google.protobuf.ByteString value) { + public Builder setDisplayNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + displayName_ = value; onChanged(); return this; @@ -4818,47 +4408,34 @@ public Builder setDisplayNameBytes(com.google.protobuf.ByteString value) { private com.google.api.MetricDescriptor.MetricDescriptorMetadata metadata_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.MetricDescriptor.MetricDescriptorMetadata, - com.google.api.MetricDescriptor.MetricDescriptorMetadata.Builder, - com.google.api.MetricDescriptor.MetricDescriptorMetadataOrBuilder> - metadataBuilder_; + com.google.api.MetricDescriptor.MetricDescriptorMetadata, com.google.api.MetricDescriptor.MetricDescriptorMetadata.Builder, com.google.api.MetricDescriptor.MetricDescriptorMetadataOrBuilder> metadataBuilder_; /** - * - * *
      * Optional. Metadata which can be used to guide usage of the metric.
      * 
* * .google.api.MetricDescriptor.MetricDescriptorMetadata metadata = 10; - * * @return Whether the metadata field is set. */ public boolean hasMetadata() { return metadataBuilder_ != null || metadata_ != null; } /** - * - * *
      * Optional. Metadata which can be used to guide usage of the metric.
      * 
* * .google.api.MetricDescriptor.MetricDescriptorMetadata metadata = 10; - * * @return The metadata. */ public com.google.api.MetricDescriptor.MetricDescriptorMetadata getMetadata() { if (metadataBuilder_ == null) { - return metadata_ == null - ? com.google.api.MetricDescriptor.MetricDescriptorMetadata.getDefaultInstance() - : metadata_; + return metadata_ == null ? com.google.api.MetricDescriptor.MetricDescriptorMetadata.getDefaultInstance() : metadata_; } else { return metadataBuilder_.getMessage(); } } /** - * - * *
      * Optional. Metadata which can be used to guide usage of the metric.
      * 
@@ -4879,8 +4456,6 @@ public Builder setMetadata(com.google.api.MetricDescriptor.MetricDescriptorMetad return this; } /** - * - * *
      * Optional. Metadata which can be used to guide usage of the metric.
      * 
@@ -4899,8 +4474,6 @@ public Builder setMetadata( return this; } /** - * - * *
      * Optional. Metadata which can be used to guide usage of the metric.
      * 
@@ -4911,9 +4484,7 @@ public Builder mergeMetadata(com.google.api.MetricDescriptor.MetricDescriptorMet if (metadataBuilder_ == null) { if (metadata_ != null) { metadata_ = - com.google.api.MetricDescriptor.MetricDescriptorMetadata.newBuilder(metadata_) - .mergeFrom(value) - .buildPartial(); + com.google.api.MetricDescriptor.MetricDescriptorMetadata.newBuilder(metadata_).mergeFrom(value).buildPartial(); } else { metadata_ = value; } @@ -4925,8 +4496,6 @@ public Builder mergeMetadata(com.google.api.MetricDescriptor.MetricDescriptorMet return this; } /** - * - * *
      * Optional. Metadata which can be used to guide usage of the metric.
      * 
@@ -4945,8 +4514,6 @@ public Builder clearMetadata() { return this; } /** - * - * *
      * Optional. Metadata which can be used to guide usage of the metric.
      * 
@@ -4954,32 +4521,26 @@ public Builder clearMetadata() { * .google.api.MetricDescriptor.MetricDescriptorMetadata metadata = 10; */ public com.google.api.MetricDescriptor.MetricDescriptorMetadata.Builder getMetadataBuilder() { - + onChanged(); return getMetadataFieldBuilder().getBuilder(); } /** - * - * *
      * Optional. Metadata which can be used to guide usage of the metric.
      * 
* * .google.api.MetricDescriptor.MetricDescriptorMetadata metadata = 10; */ - public com.google.api.MetricDescriptor.MetricDescriptorMetadataOrBuilder - getMetadataOrBuilder() { + public com.google.api.MetricDescriptor.MetricDescriptorMetadataOrBuilder getMetadataOrBuilder() { if (metadataBuilder_ != null) { return metadataBuilder_.getMessageOrBuilder(); } else { - return metadata_ == null - ? com.google.api.MetricDescriptor.MetricDescriptorMetadata.getDefaultInstance() - : metadata_; + return metadata_ == null ? + com.google.api.MetricDescriptor.MetricDescriptorMetadata.getDefaultInstance() : metadata_; } } /** - * - * *
      * Optional. Metadata which can be used to guide usage of the metric.
      * 
@@ -4987,17 +4548,14 @@ public com.google.api.MetricDescriptor.MetricDescriptorMetadata.Builder getMetad * .google.api.MetricDescriptor.MetricDescriptorMetadata metadata = 10; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.MetricDescriptor.MetricDescriptorMetadata, - com.google.api.MetricDescriptor.MetricDescriptorMetadata.Builder, - com.google.api.MetricDescriptor.MetricDescriptorMetadataOrBuilder> + com.google.api.MetricDescriptor.MetricDescriptorMetadata, com.google.api.MetricDescriptor.MetricDescriptorMetadata.Builder, com.google.api.MetricDescriptor.MetricDescriptorMetadataOrBuilder> getMetadataFieldBuilder() { if (metadataBuilder_ == null) { - metadataBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.api.MetricDescriptor.MetricDescriptorMetadata, - com.google.api.MetricDescriptor.MetricDescriptorMetadata.Builder, - com.google.api.MetricDescriptor.MetricDescriptorMetadataOrBuilder>( - getMetadata(), getParentForChildren(), isClean()); + metadataBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.api.MetricDescriptor.MetricDescriptorMetadata, com.google.api.MetricDescriptor.MetricDescriptorMetadata.Builder, com.google.api.MetricDescriptor.MetricDescriptorMetadataOrBuilder>( + getMetadata(), + getParentForChildren(), + isClean()); metadata_ = null; } return metadataBuilder_; @@ -5005,47 +4563,37 @@ public com.google.api.MetricDescriptor.MetricDescriptorMetadata.Builder getMetad private int launchStage_ = 0; /** - * - * *
      * Optional. The launch stage of the metric definition.
      * 
* * .google.api.LaunchStage launch_stage = 12; - * * @return The enum numeric value on the wire for launchStage. */ - @java.lang.Override - public int getLaunchStageValue() { + @java.lang.Override public int getLaunchStageValue() { return launchStage_; } /** - * - * *
      * Optional. The launch stage of the metric definition.
      * 
* * .google.api.LaunchStage launch_stage = 12; - * * @param value The enum numeric value on the wire for launchStage to set. * @return This builder for chaining. */ public Builder setLaunchStageValue(int value) { - + launchStage_ = value; onChanged(); return this; } /** - * - * *
      * Optional. The launch stage of the metric definition.
      * 
* * .google.api.LaunchStage launch_stage = 12; - * * @return The launchStage. */ @java.lang.Override @@ -5055,14 +4603,11 @@ public com.google.api.LaunchStage getLaunchStage() { return result == null ? com.google.api.LaunchStage.UNRECOGNIZED : result; } /** - * - * *
      * Optional. The launch stage of the metric definition.
      * 
* * .google.api.LaunchStage launch_stage = 12; - * * @param value The launchStage to set. * @return This builder for chaining. */ @@ -5070,42 +4615,34 @@ public Builder setLaunchStage(com.google.api.LaunchStage value) { if (value == null) { throw new NullPointerException(); } - + launchStage_ = value.getNumber(); onChanged(); return this; } /** - * - * *
      * Optional. The launch stage of the metric definition.
      * 
* * .google.api.LaunchStage launch_stage = 12; - * * @return This builder for chaining. */ public Builder clearLaunchStage() { - + launchStage_ = 0; onChanged(); return this; } - private com.google.protobuf.LazyStringList monitoredResourceTypes_ = - com.google.protobuf.LazyStringArrayList.EMPTY; - + private com.google.protobuf.LazyStringList monitoredResourceTypes_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureMonitoredResourceTypesIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { - monitoredResourceTypes_ = - new com.google.protobuf.LazyStringArrayList(monitoredResourceTypes_); + monitoredResourceTypes_ = new com.google.protobuf.LazyStringArrayList(monitoredResourceTypes_); bitField0_ |= 0x00000002; - } + } } /** - * - * *
      * Read-only. If present, then a [time
      * series][google.monitoring.v3.TimeSeries], which is identified partially by
@@ -5115,15 +4652,13 @@ private void ensureMonitoredResourceTypesIsMutable() {
      * 
* * repeated string monitored_resource_types = 13; - * * @return A list containing the monitoredResourceTypes. */ - public com.google.protobuf.ProtocolStringList getMonitoredResourceTypesList() { + public com.google.protobuf.ProtocolStringList + getMonitoredResourceTypesList() { return monitoredResourceTypes_.getUnmodifiableView(); } /** - * - * *
      * Read-only. If present, then a [time
      * series][google.monitoring.v3.TimeSeries], which is identified partially by
@@ -5133,15 +4668,12 @@ public com.google.protobuf.ProtocolStringList getMonitoredResourceTypesList() {
      * 
* * repeated string monitored_resource_types = 13; - * * @return The count of monitoredResourceTypes. */ public int getMonitoredResourceTypesCount() { return monitoredResourceTypes_.size(); } /** - * - * *
      * Read-only. If present, then a [time
      * series][google.monitoring.v3.TimeSeries], which is identified partially by
@@ -5151,7 +4683,6 @@ public int getMonitoredResourceTypesCount() {
      * 
* * repeated string monitored_resource_types = 13; - * * @param index The index of the element to return. * @return The monitoredResourceTypes at the given index. */ @@ -5159,8 +4690,6 @@ public java.lang.String getMonitoredResourceTypes(int index) { return monitoredResourceTypes_.get(index); } /** - * - * *
      * Read-only. If present, then a [time
      * series][google.monitoring.v3.TimeSeries], which is identified partially by
@@ -5170,16 +4699,14 @@ public java.lang.String getMonitoredResourceTypes(int index) {
      * 
* * repeated string monitored_resource_types = 13; - * * @param index The index of the value to return. * @return The bytes of the monitoredResourceTypes at the given index. */ - public com.google.protobuf.ByteString getMonitoredResourceTypesBytes(int index) { + public com.google.protobuf.ByteString + getMonitoredResourceTypesBytes(int index) { return monitoredResourceTypes_.getByteString(index); } /** - * - * *
      * Read-only. If present, then a [time
      * series][google.monitoring.v3.TimeSeries], which is identified partially by
@@ -5189,23 +4716,21 @@ public com.google.protobuf.ByteString getMonitoredResourceTypesBytes(int index)
      * 
* * repeated string monitored_resource_types = 13; - * * @param index The index to set the value at. * @param value The monitoredResourceTypes to set. * @return This builder for chaining. */ - public Builder setMonitoredResourceTypes(int index, java.lang.String value) { + public Builder setMonitoredResourceTypes( + int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureMonitoredResourceTypesIsMutable(); + throw new NullPointerException(); + } + ensureMonitoredResourceTypesIsMutable(); monitoredResourceTypes_.set(index, value); onChanged(); return this; } /** - * - * *
      * Read-only. If present, then a [time
      * series][google.monitoring.v3.TimeSeries], which is identified partially by
@@ -5215,22 +4740,20 @@ public Builder setMonitoredResourceTypes(int index, java.lang.String value) {
      * 
* * repeated string monitored_resource_types = 13; - * * @param value The monitoredResourceTypes to add. * @return This builder for chaining. */ - public Builder addMonitoredResourceTypes(java.lang.String value) { + public Builder addMonitoredResourceTypes( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureMonitoredResourceTypesIsMutable(); + throw new NullPointerException(); + } + ensureMonitoredResourceTypesIsMutable(); monitoredResourceTypes_.add(value); onChanged(); return this; } /** - * - * *
      * Read-only. If present, then a [time
      * series][google.monitoring.v3.TimeSeries], which is identified partially by
@@ -5240,19 +4763,18 @@ public Builder addMonitoredResourceTypes(java.lang.String value) {
      * 
* * repeated string monitored_resource_types = 13; - * * @param values The monitoredResourceTypes to add. * @return This builder for chaining. */ - public Builder addAllMonitoredResourceTypes(java.lang.Iterable values) { + public Builder addAllMonitoredResourceTypes( + java.lang.Iterable values) { ensureMonitoredResourceTypesIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, monitoredResourceTypes_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, monitoredResourceTypes_); onChanged(); return this; } /** - * - * *
      * Read-only. If present, then a [time
      * series][google.monitoring.v3.TimeSeries], which is identified partially by
@@ -5262,7 +4784,6 @@ public Builder addAllMonitoredResourceTypes(java.lang.Iterable
      * 
* * repeated string monitored_resource_types = 13; - * * @return This builder for chaining. */ public Builder clearMonitoredResourceTypes() { @@ -5272,8 +4793,6 @@ public Builder clearMonitoredResourceTypes() { return this; } /** - * - * *
      * Read-only. If present, then a [time
      * series][google.monitoring.v3.TimeSeries], which is identified partially by
@@ -5283,23 +4802,23 @@ public Builder clearMonitoredResourceTypes() {
      * 
* * repeated string monitored_resource_types = 13; - * * @param value The bytes of the monitoredResourceTypes to add. * @return This builder for chaining. */ - public Builder addMonitoredResourceTypesBytes(com.google.protobuf.ByteString value) { + public Builder addMonitoredResourceTypesBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensureMonitoredResourceTypesIsMutable(); monitoredResourceTypes_.add(value); onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -5309,12 +4828,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.MetricDescriptor) } // @@protoc_insertion_point(class_scope:google.api.MetricDescriptor) private static final com.google.api.MetricDescriptor DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.MetricDescriptor(); } @@ -5323,27 +4842,27 @@ public static com.google.api.MetricDescriptor getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public MetricDescriptor parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public MetricDescriptor parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -5358,4 +4877,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.MetricDescriptor getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MetricDescriptorOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MetricDescriptorOrBuilder.java similarity index 92% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MetricDescriptorOrBuilder.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MetricDescriptorOrBuilder.java index c2a244e093..283374a5dd 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MetricDescriptorOrBuilder.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MetricDescriptorOrBuilder.java @@ -1,56 +1,33 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/metric.proto package com.google.api; -public interface MetricDescriptorOrBuilder - extends +public interface MetricDescriptorOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.MetricDescriptor) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The resource name of the metric descriptor.
    * 
* * string name = 1; - * * @return The name. */ java.lang.String getName(); /** - * - * *
    * The resource name of the metric descriptor.
    * 
* * string name = 1; - * * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
    * The metric type, including its DNS name prefix. The type is not
    * URL-encoded. All user-defined metric types have the DNS name
@@ -62,13 +39,10 @@ public interface MetricDescriptorOrBuilder
    * 
* * string type = 8; - * * @return The type. */ java.lang.String getType(); /** - * - * *
    * The metric type, including its DNS name prefix. The type is not
    * URL-encoded. All user-defined metric types have the DNS name
@@ -80,14 +54,12 @@ public interface MetricDescriptorOrBuilder
    * 
* * string type = 8; - * * @return The bytes for type. */ - com.google.protobuf.ByteString getTypeBytes(); + com.google.protobuf.ByteString + getTypeBytes(); /** - * - * *
    * The set of labels that can be used to describe a specific
    * instance of this metric type. For example, the
@@ -99,10 +71,9 @@ public interface MetricDescriptorOrBuilder
    *
    * repeated .google.api.LabelDescriptor labels = 2;
    */
-  java.util.List getLabelsList();
+  java.util.List 
+      getLabelsList();
   /**
-   *
-   *
    * 
    * The set of labels that can be used to describe a specific
    * instance of this metric type. For example, the
@@ -116,8 +87,6 @@ public interface MetricDescriptorOrBuilder
    */
   com.google.api.LabelDescriptor getLabels(int index);
   /**
-   *
-   *
    * 
    * The set of labels that can be used to describe a specific
    * instance of this metric type. For example, the
@@ -131,8 +100,6 @@ public interface MetricDescriptorOrBuilder
    */
   int getLabelsCount();
   /**
-   *
-   *
    * 
    * The set of labels that can be used to describe a specific
    * instance of this metric type. For example, the
@@ -144,10 +111,9 @@ public interface MetricDescriptorOrBuilder
    *
    * repeated .google.api.LabelDescriptor labels = 2;
    */
-  java.util.List getLabelsOrBuilderList();
+  java.util.List 
+      getLabelsOrBuilderList();
   /**
-   *
-   *
    * 
    * The set of labels that can be used to describe a specific
    * instance of this metric type. For example, the
@@ -159,65 +125,52 @@ public interface MetricDescriptorOrBuilder
    *
    * repeated .google.api.LabelDescriptor labels = 2;
    */
-  com.google.api.LabelDescriptorOrBuilder getLabelsOrBuilder(int index);
+  com.google.api.LabelDescriptorOrBuilder getLabelsOrBuilder(
+      int index);
 
   /**
-   *
-   *
    * 
    * Whether the metric records instantaneous values, changes to a value, etc.
    * Some combinations of `metric_kind` and `value_type` might not be supported.
    * 
* * .google.api.MetricDescriptor.MetricKind metric_kind = 3; - * * @return The enum numeric value on the wire for metricKind. */ int getMetricKindValue(); /** - * - * *
    * Whether the metric records instantaneous values, changes to a value, etc.
    * Some combinations of `metric_kind` and `value_type` might not be supported.
    * 
* * .google.api.MetricDescriptor.MetricKind metric_kind = 3; - * * @return The metricKind. */ com.google.api.MetricDescriptor.MetricKind getMetricKind(); /** - * - * *
    * Whether the measurement is an integer, a floating-point number, etc.
    * Some combinations of `metric_kind` and `value_type` might not be supported.
    * 
* * .google.api.MetricDescriptor.ValueType value_type = 4; - * * @return The enum numeric value on the wire for valueType. */ int getValueTypeValue(); /** - * - * *
    * Whether the measurement is an integer, a floating-point number, etc.
    * Some combinations of `metric_kind` and `value_type` might not be supported.
    * 
* * .google.api.MetricDescriptor.ValueType value_type = 4; - * * @return The valueType. */ com.google.api.MetricDescriptor.ValueType getValueType(); /** - * - * *
    * The units in which the metric value is reported. It is only applicable
    * if the `value_type` is `INT64`, `DOUBLE`, or `DISTRIBUTION`. The `unit`
@@ -305,13 +258,10 @@ public interface MetricDescriptorOrBuilder
    * 
* * string unit = 5; - * * @return The unit. */ java.lang.String getUnit(); /** - * - * *
    * The units in which the metric value is reported. It is only applicable
    * if the `value_type` is `INT64`, `DOUBLE`, or `DISTRIBUTION`. The `unit`
@@ -399,39 +349,32 @@ public interface MetricDescriptorOrBuilder
    * 
* * string unit = 5; - * * @return The bytes for unit. */ - com.google.protobuf.ByteString getUnitBytes(); + com.google.protobuf.ByteString + getUnitBytes(); /** - * - * *
    * A detailed description of the metric, which can be used in documentation.
    * 
* * string description = 6; - * * @return The description. */ java.lang.String getDescription(); /** - * - * *
    * A detailed description of the metric, which can be used in documentation.
    * 
* * string description = 6; - * * @return The bytes for description. */ - com.google.protobuf.ByteString getDescriptionBytes(); + com.google.protobuf.ByteString + getDescriptionBytes(); /** - * - * *
    * A concise name for the metric, which can be displayed in user interfaces.
    * Use sentence case without an ending period, for example "Request count".
@@ -440,13 +383,10 @@ public interface MetricDescriptorOrBuilder
    * 
* * string display_name = 7; - * * @return The displayName. */ java.lang.String getDisplayName(); /** - * - * *
    * A concise name for the metric, which can be displayed in user interfaces.
    * Use sentence case without an ending period, for example "Request count".
@@ -455,38 +395,30 @@ public interface MetricDescriptorOrBuilder
    * 
* * string display_name = 7; - * * @return The bytes for displayName. */ - com.google.protobuf.ByteString getDisplayNameBytes(); + com.google.protobuf.ByteString + getDisplayNameBytes(); /** - * - * *
    * Optional. Metadata which can be used to guide usage of the metric.
    * 
* * .google.api.MetricDescriptor.MetricDescriptorMetadata metadata = 10; - * * @return Whether the metadata field is set. */ boolean hasMetadata(); /** - * - * *
    * Optional. Metadata which can be used to guide usage of the metric.
    * 
* * .google.api.MetricDescriptor.MetricDescriptorMetadata metadata = 10; - * * @return The metadata. */ com.google.api.MetricDescriptor.MetricDescriptorMetadata getMetadata(); /** - * - * *
    * Optional. Metadata which can be used to guide usage of the metric.
    * 
@@ -496,33 +428,25 @@ public interface MetricDescriptorOrBuilder com.google.api.MetricDescriptor.MetricDescriptorMetadataOrBuilder getMetadataOrBuilder(); /** - * - * *
    * Optional. The launch stage of the metric definition.
    * 
* * .google.api.LaunchStage launch_stage = 12; - * * @return The enum numeric value on the wire for launchStage. */ int getLaunchStageValue(); /** - * - * *
    * Optional. The launch stage of the metric definition.
    * 
* * .google.api.LaunchStage launch_stage = 12; - * * @return The launchStage. */ com.google.api.LaunchStage getLaunchStage(); /** - * - * *
    * Read-only. If present, then a [time
    * series][google.monitoring.v3.TimeSeries], which is identified partially by
@@ -532,13 +456,11 @@ public interface MetricDescriptorOrBuilder
    * 
* * repeated string monitored_resource_types = 13; - * * @return A list containing the monitoredResourceTypes. */ - java.util.List getMonitoredResourceTypesList(); + java.util.List + getMonitoredResourceTypesList(); /** - * - * *
    * Read-only. If present, then a [time
    * series][google.monitoring.v3.TimeSeries], which is identified partially by
@@ -548,13 +470,10 @@ public interface MetricDescriptorOrBuilder
    * 
* * repeated string monitored_resource_types = 13; - * * @return The count of monitoredResourceTypes. */ int getMonitoredResourceTypesCount(); /** - * - * *
    * Read-only. If present, then a [time
    * series][google.monitoring.v3.TimeSeries], which is identified partially by
@@ -564,14 +483,11 @@ public interface MetricDescriptorOrBuilder
    * 
* * repeated string monitored_resource_types = 13; - * * @param index The index of the element to return. * @return The monitoredResourceTypes at the given index. */ java.lang.String getMonitoredResourceTypes(int index); /** - * - * *
    * Read-only. If present, then a [time
    * series][google.monitoring.v3.TimeSeries], which is identified partially by
@@ -581,9 +497,9 @@ public interface MetricDescriptorOrBuilder
    * 
* * repeated string monitored_resource_types = 13; - * * @param index The index of the value to return. * @return The bytes of the monitoredResourceTypes at the given index. */ - com.google.protobuf.ByteString getMonitoredResourceTypesBytes(int index); + com.google.protobuf.ByteString + getMonitoredResourceTypesBytes(int index); } diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MetricOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MetricOrBuilder.java similarity index 64% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MetricOrBuilder.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MetricOrBuilder.java index db9fe4b181..1e95664f89 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MetricOrBuilder.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MetricOrBuilder.java @@ -1,58 +1,35 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/metric.proto package com.google.api; -public interface MetricOrBuilder - extends +public interface MetricOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.Metric) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * An existing metric type, see [google.api.MetricDescriptor][google.api.MetricDescriptor].
    * For example, `custom.googleapis.com/invoice/paid/amount`.
    * 
* * string type = 3; - * * @return The type. */ java.lang.String getType(); /** - * - * *
    * An existing metric type, see [google.api.MetricDescriptor][google.api.MetricDescriptor].
    * For example, `custom.googleapis.com/invoice/paid/amount`.
    * 
* * string type = 3; - * * @return The bytes for type. */ - com.google.protobuf.ByteString getTypeBytes(); + com.google.protobuf.ByteString + getTypeBytes(); /** - * - * *
    * The set of label values that uniquely identify this metric. All
    * labels listed in the `MetricDescriptor` must be assigned values.
@@ -62,8 +39,6 @@ public interface MetricOrBuilder
    */
   int getLabelsCount();
   /**
-   *
-   *
    * 
    * The set of label values that uniquely identify this metric. All
    * labels listed in the `MetricDescriptor` must be assigned values.
@@ -71,13 +46,15 @@ public interface MetricOrBuilder
    *
    * map<string, string> labels = 2;
    */
-  boolean containsLabels(java.lang.String key);
-  /** Use {@link #getLabelsMap()} instead. */
+  boolean containsLabels(
+      java.lang.String key);
+  /**
+   * Use {@link #getLabelsMap()} instead.
+   */
   @java.lang.Deprecated
-  java.util.Map getLabels();
+  java.util.Map
+  getLabels();
   /**
-   *
-   *
    * 
    * The set of label values that uniquely identify this metric. All
    * labels listed in the `MetricDescriptor` must be assigned values.
@@ -85,10 +62,9 @@ public interface MetricOrBuilder
    *
    * map<string, string> labels = 2;
    */
-  java.util.Map getLabelsMap();
+  java.util.Map
+  getLabelsMap();
   /**
-   *
-   *
    * 
    * The set of label values that uniquely identify this metric. All
    * labels listed in the `MetricDescriptor` must be assigned values.
@@ -98,13 +74,11 @@ public interface MetricOrBuilder
    */
 
   /* nullable */
-  java.lang.String getLabelsOrDefault(
+java.lang.String getLabelsOrDefault(
       java.lang.String key,
       /* nullable */
-      java.lang.String defaultValue);
+java.lang.String defaultValue);
   /**
-   *
-   *
    * 
    * The set of label values that uniquely identify this metric. All
    * labels listed in the `MetricDescriptor` must be assigned values.
@@ -112,5 +86,7 @@ java.lang.String getLabelsOrDefault(
    *
    * map<string, string> labels = 2;
    */
-  java.lang.String getLabelsOrThrow(java.lang.String key);
+
+  java.lang.String getLabelsOrThrow(
+      java.lang.String key);
 }
diff --git a/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MetricProto.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MetricProto.java
new file mode 100644
index 0000000000..0dde4a61aa
--- /dev/null
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MetricProto.java
@@ -0,0 +1,113 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/api/metric.proto
+
+package com.google.api;
+
+public final class MetricProto {
+  private MetricProto() {}
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistryLite registry) {
+  }
+
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistry registry) {
+    registerAllExtensions(
+        (com.google.protobuf.ExtensionRegistryLite) registry);
+  }
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_api_MetricDescriptor_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_api_MetricDescriptor_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_api_MetricDescriptor_MetricDescriptorMetadata_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_api_MetricDescriptor_MetricDescriptorMetadata_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_api_Metric_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_api_Metric_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_api_Metric_LabelsEntry_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_api_Metric_LabelsEntry_fieldAccessorTable;
+
+  public static com.google.protobuf.Descriptors.FileDescriptor
+      getDescriptor() {
+    return descriptor;
+  }
+  private static  com.google.protobuf.Descriptors.FileDescriptor
+      descriptor;
+  static {
+    java.lang.String[] descriptorData = {
+      "\n\027google/api/metric.proto\022\ngoogle.api\032\026g" +
+      "oogle/api/label.proto\032\035google/api/launch" +
+      "_stage.proto\032\036google/protobuf/duration.p" +
+      "roto\"\237\006\n\020MetricDescriptor\022\014\n\004name\030\001 \001(\t\022" +
+      "\014\n\004type\030\010 \001(\t\022+\n\006labels\030\002 \003(\0132\033.google.a" +
+      "pi.LabelDescriptor\022<\n\013metric_kind\030\003 \001(\0162" +
+      "\'.google.api.MetricDescriptor.MetricKind" +
+      "\022:\n\nvalue_type\030\004 \001(\0162&.google.api.Metric" +
+      "Descriptor.ValueType\022\014\n\004unit\030\005 \001(\t\022\023\n\013de" +
+      "scription\030\006 \001(\t\022\024\n\014display_name\030\007 \001(\t\022G\n" +
+      "\010metadata\030\n \001(\01325.google.api.MetricDescr" +
+      "iptor.MetricDescriptorMetadata\022-\n\014launch" +
+      "_stage\030\014 \001(\0162\027.google.api.LaunchStage\022 \n" +
+      "\030monitored_resource_types\030\r \003(\t\032\260\001\n\030Metr" +
+      "icDescriptorMetadata\0221\n\014launch_stage\030\001 \001" +
+      "(\0162\027.google.api.LaunchStageB\002\030\001\0220\n\rsampl" +
+      "e_period\030\002 \001(\0132\031.google.protobuf.Duratio" +
+      "n\022/\n\014ingest_delay\030\003 \001(\0132\031.google.protobu" +
+      "f.Duration\"O\n\nMetricKind\022\033\n\027METRIC_KIND_" +
+      "UNSPECIFIED\020\000\022\t\n\005GAUGE\020\001\022\t\n\005DELTA\020\002\022\016\n\nC" +
+      "UMULATIVE\020\003\"q\n\tValueType\022\032\n\026VALUE_TYPE_U" +
+      "NSPECIFIED\020\000\022\010\n\004BOOL\020\001\022\t\n\005INT64\020\002\022\n\n\006DOU" +
+      "BLE\020\003\022\n\n\006STRING\020\004\022\020\n\014DISTRIBUTION\020\005\022\t\n\005M" +
+      "ONEY\020\006\"u\n\006Metric\022\014\n\004type\030\003 \001(\t\022.\n\006labels" +
+      "\030\002 \003(\0132\036.google.api.Metric.LabelsEntry\032-" +
+      "\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(" +
+      "\t:\0028\001B_\n\016com.google.apiB\013MetricProtoP\001Z7" +
+      "google.golang.org/genproto/googleapis/ap" +
+      "i/metric;metric\242\002\004GAPIb\006proto3"
+    };
+    descriptor = com.google.protobuf.Descriptors.FileDescriptor
+      .internalBuildGeneratedFileFrom(descriptorData,
+        new com.google.protobuf.Descriptors.FileDescriptor[] {
+          com.google.api.LabelProto.getDescriptor(),
+          com.google.api.LaunchStageProto.getDescriptor(),
+          com.google.protobuf.DurationProto.getDescriptor(),
+        });
+    internal_static_google_api_MetricDescriptor_descriptor =
+      getDescriptor().getMessageTypes().get(0);
+    internal_static_google_api_MetricDescriptor_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_api_MetricDescriptor_descriptor,
+        new java.lang.String[] { "Name", "Type", "Labels", "MetricKind", "ValueType", "Unit", "Description", "DisplayName", "Metadata", "LaunchStage", "MonitoredResourceTypes", });
+    internal_static_google_api_MetricDescriptor_MetricDescriptorMetadata_descriptor =
+      internal_static_google_api_MetricDescriptor_descriptor.getNestedTypes().get(0);
+    internal_static_google_api_MetricDescriptor_MetricDescriptorMetadata_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_api_MetricDescriptor_MetricDescriptorMetadata_descriptor,
+        new java.lang.String[] { "LaunchStage", "SamplePeriod", "IngestDelay", });
+    internal_static_google_api_Metric_descriptor =
+      getDescriptor().getMessageTypes().get(1);
+    internal_static_google_api_Metric_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_api_Metric_descriptor,
+        new java.lang.String[] { "Type", "Labels", });
+    internal_static_google_api_Metric_LabelsEntry_descriptor =
+      internal_static_google_api_Metric_descriptor.getNestedTypes().get(0);
+    internal_static_google_api_Metric_LabelsEntry_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_api_Metric_LabelsEntry_descriptor,
+        new java.lang.String[] { "Key", "Value", });
+    com.google.api.LabelProto.getDescriptor();
+    com.google.api.LaunchStageProto.getDescriptor();
+    com.google.protobuf.DurationProto.getDescriptor();
+  }
+
+  // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MetricRule.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MetricRule.java
similarity index 66%
rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MetricRule.java
rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MetricRule.java
index a5812838aa..ba4ac81055 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MetricRule.java
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MetricRule.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/api/quota.proto
 
 package com.google.api;
 
 /**
- *
- *
  * 
  * Bind API methods to metrics. Binding a method to a metric causes that
  * metric's configured quota behaviors to apply to the method call.
@@ -28,46 +11,48 @@
  *
  * Protobuf type {@code google.api.MetricRule}
  */
-public final class MetricRule extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class MetricRule extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.api.MetricRule)
     MetricRuleOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use MetricRule.newBuilder() to construct.
   private MetricRule(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private MetricRule() {
     selector_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new MetricRule();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
     return com.google.api.QuotaProto.internal_static_google_api_MetricRule_descriptor;
   }
 
   @SuppressWarnings({"rawtypes"})
   @java.lang.Override
-  protected com.google.protobuf.MapField internalGetMapField(int number) {
+  protected com.google.protobuf.MapField internalGetMapField(
+      int number) {
     switch (number) {
       case 2:
         return internalGetMetricCosts();
       default:
-        throw new RuntimeException("Invalid map field number: " + number);
+        throw new RuntimeException(
+            "Invalid map field number: " + number);
     }
   }
-
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
@@ -79,15 +64,12 @@ protected com.google.protobuf.MapField internalGetMapField(int number) {
   public static final int SELECTOR_FIELD_NUMBER = 1;
   private volatile java.lang.Object selector_;
   /**
-   *
-   *
    * 
    * Selects the methods to which this rule applies.
    * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
    * 
* * string selector = 1; - * * @return The selector. */ @java.lang.Override @@ -96,30 +78,30 @@ public java.lang.String getSelector() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); selector_ = s; return s; } } /** - * - * *
    * Selects the methods to which this rule applies.
    * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
    * 
* * string selector = 1; - * * @return The bytes for selector. */ @java.lang.Override - public com.google.protobuf.ByteString getSelectorBytes() { + public com.google.protobuf.ByteString + getSelectorBytes() { java.lang.Object ref = selector_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); selector_ = b; return b; } else { @@ -128,23 +110,24 @@ public com.google.protobuf.ByteString getSelectorBytes() { } public static final int METRIC_COSTS_FIELD_NUMBER = 2; - private static final class MetricCostsDefaultEntryHolder { - static final com.google.protobuf.MapEntry defaultEntry = - com.google.protobuf.MapEntry.newDefaultInstance( - com.google.api.QuotaProto - .internal_static_google_api_MetricRule_MetricCostsEntry_descriptor, - com.google.protobuf.WireFormat.FieldType.STRING, - "", - com.google.protobuf.WireFormat.FieldType.INT64, - 0L); - } - - private com.google.protobuf.MapField metricCosts_; - - private com.google.protobuf.MapField internalGetMetricCosts() { + static final com.google.protobuf.MapEntry< + java.lang.String, java.lang.Long> defaultEntry = + com.google.protobuf.MapEntry + .newDefaultInstance( + com.google.api.QuotaProto.internal_static_google_api_MetricRule_MetricCostsEntry_descriptor, + com.google.protobuf.WireFormat.FieldType.STRING, + "", + com.google.protobuf.WireFormat.FieldType.INT64, + 0L); + } + private com.google.protobuf.MapField< + java.lang.String, java.lang.Long> metricCosts_; + private com.google.protobuf.MapField + internalGetMetricCosts() { if (metricCosts_ == null) { - return com.google.protobuf.MapField.emptyMapField(MetricCostsDefaultEntryHolder.defaultEntry); + return com.google.protobuf.MapField.emptyMapField( + MetricCostsDefaultEntryHolder.defaultEntry); } return metricCosts_; } @@ -153,8 +136,6 @@ public int getMetricCostsCount() { return internalGetMetricCosts().getMap().size(); } /** - * - * *
    * Metrics to update when the selected methods are called, and the associated
    * cost applied to each metric.
@@ -165,22 +146,22 @@ public int getMetricCostsCount() {
    *
    * map<string, int64> metric_costs = 2;
    */
+
   @java.lang.Override
-  public boolean containsMetricCosts(java.lang.String key) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
+  public boolean containsMetricCosts(
+      java.lang.String key) {
+    if (key == null) { throw new NullPointerException("map key"); }
     return internalGetMetricCosts().getMap().containsKey(key);
   }
-  /** Use {@link #getMetricCostsMap()} instead. */
+  /**
+   * Use {@link #getMetricCostsMap()} instead.
+   */
   @java.lang.Override
   @java.lang.Deprecated
   public java.util.Map getMetricCosts() {
     return getMetricCostsMap();
   }
   /**
-   *
-   *
    * 
    * Metrics to update when the selected methods are called, and the associated
    * cost applied to each metric.
@@ -192,12 +173,11 @@ public java.util.Map getMetricCosts() {
    * map<string, int64> metric_costs = 2;
    */
   @java.lang.Override
+
   public java.util.Map getMetricCostsMap() {
     return internalGetMetricCosts().getMap();
   }
   /**
-   *
-   *
    * 
    * Metrics to update when the selected methods are called, and the associated
    * cost applied to each metric.
@@ -209,16 +189,16 @@ public java.util.Map getMetricCostsMap() {
    * map<string, int64> metric_costs = 2;
    */
   @java.lang.Override
-  public long getMetricCostsOrDefault(java.lang.String key, long defaultValue) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
-    java.util.Map map = internalGetMetricCosts().getMap();
+
+  public long getMetricCostsOrDefault(
+      java.lang.String key,
+      long defaultValue) {
+    if (key == null) { throw new NullPointerException("map key"); }
+    java.util.Map map =
+        internalGetMetricCosts().getMap();
     return map.containsKey(key) ? map.get(key) : defaultValue;
   }
   /**
-   *
-   *
    * 
    * Metrics to update when the selected methods are called, and the associated
    * cost applied to each metric.
@@ -230,11 +210,12 @@ public long getMetricCostsOrDefault(java.lang.String key, long defaultValue) {
    * map<string, int64> metric_costs = 2;
    */
   @java.lang.Override
-  public long getMetricCostsOrThrow(java.lang.String key) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
-    java.util.Map map = internalGetMetricCosts().getMap();
+
+  public long getMetricCostsOrThrow(
+      java.lang.String key) {
+    if (key == null) { throw new NullPointerException("map key"); }
+    java.util.Map map =
+        internalGetMetricCosts().getMap();
     if (!map.containsKey(key)) {
       throw new java.lang.IllegalArgumentException();
     }
@@ -242,7 +223,6 @@ public long getMetricCostsOrThrow(java.lang.String key) {
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -254,12 +234,17 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(selector_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, selector_);
     }
-    com.google.protobuf.GeneratedMessageV3.serializeStringMapTo(
-        output, internalGetMetricCosts(), MetricCostsDefaultEntryHolder.defaultEntry, 2);
+    com.google.protobuf.GeneratedMessageV3
+      .serializeStringMapTo(
+        output,
+        internalGetMetricCosts(),
+        MetricCostsDefaultEntryHolder.defaultEntry,
+        2);
     getUnknownFields().writeTo(output);
   }
 
@@ -272,15 +257,15 @@ public int getSerializedSize() {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(selector_)) {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, selector_);
     }
-    for (java.util.Map.Entry entry :
-        internalGetMetricCosts().getMap().entrySet()) {
-      com.google.protobuf.MapEntry metricCosts__ =
-          MetricCostsDefaultEntryHolder.defaultEntry
-              .newBuilderForType()
-              .setKey(entry.getKey())
-              .setValue(entry.getValue())
-              .build();
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, metricCosts__);
+    for (java.util.Map.Entry entry
+         : internalGetMetricCosts().getMap().entrySet()) {
+      com.google.protobuf.MapEntry
+      metricCosts__ = MetricCostsDefaultEntryHolder.defaultEntry.newBuilderForType()
+          .setKey(entry.getKey())
+          .setValue(entry.getValue())
+          .build();
+      size += com.google.protobuf.CodedOutputStream
+          .computeMessageSize(2, metricCosts__);
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -290,15 +275,17 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.api.MetricRule)) {
       return super.equals(obj);
     }
     com.google.api.MetricRule other = (com.google.api.MetricRule) obj;
 
-    if (!getSelector().equals(other.getSelector())) return false;
-    if (!internalGetMetricCosts().equals(other.internalGetMetricCosts())) return false;
+    if (!getSelector()
+        .equals(other.getSelector())) return false;
+    if (!internalGetMetricCosts().equals(
+        other.internalGetMetricCosts())) return false;
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
   }
@@ -321,103 +308,97 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.api.MetricRule parseFrom(java.nio.ByteBuffer data)
+  public static com.google.api.MetricRule parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.MetricRule parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.api.MetricRule parseFrom(com.google.protobuf.ByteString data)
+  public static com.google.api.MetricRule parseFrom(
+      com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.MetricRule parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.api.MetricRule parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.MetricRule parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.api.MetricRule parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.api.MetricRule parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.api.MetricRule parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.api.MetricRule parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.api.MetricRule parseFrom(com.google.protobuf.CodedInputStream input)
+  public static com.google.api.MetricRule parseFrom(
+      com.google.protobuf.CodedInputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.api.MetricRule parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.api.MetricRule prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Bind API methods to metrics. Binding a method to a metric causes that
    * metric's configured quota behaviors to apply to the method call.
@@ -425,34 +406,37 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.api.MetricRule}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.api.MetricRule)
       com.google.api.MetricRuleOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
       return com.google.api.QuotaProto.internal_static_google_api_MetricRule_descriptor;
     }
 
     @SuppressWarnings({"rawtypes"})
-    protected com.google.protobuf.MapField internalGetMapField(int number) {
+    protected com.google.protobuf.MapField internalGetMapField(
+        int number) {
       switch (number) {
         case 2:
           return internalGetMetricCosts();
         default:
-          throw new RuntimeException("Invalid map field number: " + number);
+          throw new RuntimeException(
+              "Invalid map field number: " + number);
       }
     }
-
     @SuppressWarnings({"rawtypes"})
-    protected com.google.protobuf.MapField internalGetMutableMapField(int number) {
+    protected com.google.protobuf.MapField internalGetMutableMapField(
+        int number) {
       switch (number) {
         case 2:
           return internalGetMutableMetricCosts();
         default:
-          throw new RuntimeException("Invalid map field number: " + number);
+          throw new RuntimeException(
+              "Invalid map field number: " + number);
       }
     }
-
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
@@ -462,12 +446,15 @@ protected com.google.protobuf.MapField internalGetMutableMapField(int number) {
     }
 
     // Construct using com.google.api.MetricRule.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -478,7 +465,8 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
       return com.google.api.QuotaProto.internal_static_google_api_MetricRule_descriptor;
     }
 
@@ -511,39 +499,38 @@ public com.google.api.MetricRule buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.api.MetricRule) {
-        return mergeFrom((com.google.api.MetricRule) other);
+        return mergeFrom((com.google.api.MetricRule)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -556,7 +543,8 @@ public Builder mergeFrom(com.google.api.MetricRule other) {
         selector_ = other.selector_;
         onChanged();
       }
-      internalGetMutableMetricCosts().mergeFrom(other.internalGetMetricCosts());
+      internalGetMutableMetricCosts().mergeFrom(
+          other.internalGetMetricCosts());
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
       return this;
@@ -583,30 +571,25 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                selector_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 10
-            case 18:
-              {
-                com.google.protobuf.MapEntry metricCosts__ =
-                    input.readMessage(
-                        MetricCostsDefaultEntryHolder.defaultEntry.getParserForType(),
-                        extensionRegistry);
-                internalGetMutableMetricCosts()
-                    .getMutableMap()
-                    .put(metricCosts__.getKey(), metricCosts__.getValue());
-                break;
-              } // case 18
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              selector_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 10
+            case 18: {
+              com.google.protobuf.MapEntry
+              metricCosts__ = input.readMessage(
+                  MetricCostsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
+              internalGetMutableMetricCosts().getMutableMap().put(
+                  metricCosts__.getKey(), metricCosts__.getValue());
+              break;
+            } // case 18
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -616,26 +599,23 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object selector_ = "";
     /**
-     *
-     *
      * 
      * Selects the methods to which this rule applies.
      * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
      * 
* * string selector = 1; - * * @return The selector. */ public java.lang.String getSelector() { java.lang.Object ref = selector_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); selector_ = s; return s; @@ -644,22 +624,21 @@ public java.lang.String getSelector() { } } /** - * - * *
      * Selects the methods to which this rule applies.
      * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
      * 
* * string selector = 1; - * * @return The bytes for selector. */ - public com.google.protobuf.ByteString getSelectorBytes() { + public com.google.protobuf.ByteString + getSelectorBytes() { java.lang.Object ref = selector_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); selector_ = b; return b; } else { @@ -667,87 +646,78 @@ public com.google.protobuf.ByteString getSelectorBytes() { } } /** - * - * *
      * Selects the methods to which this rule applies.
      * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
      * 
* * string selector = 1; - * * @param value The selector to set. * @return This builder for chaining. */ - public Builder setSelector(java.lang.String value) { + public Builder setSelector( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + selector_ = value; onChanged(); return this; } /** - * - * *
      * Selects the methods to which this rule applies.
      * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
      * 
* * string selector = 1; - * * @return This builder for chaining. */ public Builder clearSelector() { - + selector_ = getDefaultInstance().getSelector(); onChanged(); return this; } /** - * - * *
      * Selects the methods to which this rule applies.
      * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
      * 
* * string selector = 1; - * * @param value The bytes for selector to set. * @return This builder for chaining. */ - public Builder setSelectorBytes(com.google.protobuf.ByteString value) { + public Builder setSelectorBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + selector_ = value; onChanged(); return this; } - private com.google.protobuf.MapField metricCosts_; - + private com.google.protobuf.MapField< + java.lang.String, java.lang.Long> metricCosts_; private com.google.protobuf.MapField - internalGetMetricCosts() { + internalGetMetricCosts() { if (metricCosts_ == null) { return com.google.protobuf.MapField.emptyMapField( MetricCostsDefaultEntryHolder.defaultEntry); } return metricCosts_; } - private com.google.protobuf.MapField - internalGetMutableMetricCosts() { - onChanged(); - ; + internalGetMutableMetricCosts() { + onChanged();; if (metricCosts_ == null) { - metricCosts_ = - com.google.protobuf.MapField.newMapField(MetricCostsDefaultEntryHolder.defaultEntry); + metricCosts_ = com.google.protobuf.MapField.newMapField( + MetricCostsDefaultEntryHolder.defaultEntry); } if (!metricCosts_.isMutable()) { metricCosts_ = metricCosts_.copy(); @@ -759,8 +729,6 @@ public int getMetricCostsCount() { return internalGetMetricCosts().getMap().size(); } /** - * - * *
      * Metrics to update when the selected methods are called, and the associated
      * cost applied to each metric.
@@ -771,22 +739,22 @@ public int getMetricCostsCount() {
      *
      * map<string, int64> metric_costs = 2;
      */
+
     @java.lang.Override
-    public boolean containsMetricCosts(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
+    public boolean containsMetricCosts(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
       return internalGetMetricCosts().getMap().containsKey(key);
     }
-    /** Use {@link #getMetricCostsMap()} instead. */
+    /**
+     * Use {@link #getMetricCostsMap()} instead.
+     */
     @java.lang.Override
     @java.lang.Deprecated
     public java.util.Map getMetricCosts() {
       return getMetricCostsMap();
     }
     /**
-     *
-     *
      * 
      * Metrics to update when the selected methods are called, and the associated
      * cost applied to each metric.
@@ -798,12 +766,11 @@ public java.util.Map getMetricCosts() {
      * map<string, int64> metric_costs = 2;
      */
     @java.lang.Override
+
     public java.util.Map getMetricCostsMap() {
       return internalGetMetricCosts().getMap();
     }
     /**
-     *
-     *
      * 
      * Metrics to update when the selected methods are called, and the associated
      * cost applied to each metric.
@@ -815,16 +782,16 @@ public java.util.Map getMetricCostsMap() {
      * map<string, int64> metric_costs = 2;
      */
     @java.lang.Override
-    public long getMetricCostsOrDefault(java.lang.String key, long defaultValue) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      java.util.Map map = internalGetMetricCosts().getMap();
+
+    public long getMetricCostsOrDefault(
+        java.lang.String key,
+        long defaultValue) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      java.util.Map map =
+          internalGetMetricCosts().getMap();
       return map.containsKey(key) ? map.get(key) : defaultValue;
     }
     /**
-     *
-     *
      * 
      * Metrics to update when the selected methods are called, and the associated
      * cost applied to each metric.
@@ -836,11 +803,12 @@ public long getMetricCostsOrDefault(java.lang.String key, long defaultValue) {
      * map<string, int64> metric_costs = 2;
      */
     @java.lang.Override
-    public long getMetricCostsOrThrow(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      java.util.Map map = internalGetMetricCosts().getMap();
+
+    public long getMetricCostsOrThrow(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      java.util.Map map =
+          internalGetMetricCosts().getMap();
       if (!map.containsKey(key)) {
         throw new java.lang.IllegalArgumentException();
       }
@@ -848,12 +816,11 @@ public long getMetricCostsOrThrow(java.lang.String key) {
     }
 
     public Builder clearMetricCosts() {
-      internalGetMutableMetricCosts().getMutableMap().clear();
+      internalGetMutableMetricCosts().getMutableMap()
+          .clear();
       return this;
     }
     /**
-     *
-     *
      * 
      * Metrics to update when the selected methods are called, and the associated
      * cost applied to each metric.
@@ -864,21 +831,23 @@ public Builder clearMetricCosts() {
      *
      * map<string, int64> metric_costs = 2;
      */
-    public Builder removeMetricCosts(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      internalGetMutableMetricCosts().getMutableMap().remove(key);
+
+    public Builder removeMetricCosts(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      internalGetMutableMetricCosts().getMutableMap()
+          .remove(key);
       return this;
     }
-    /** Use alternate mutation accessors instead. */
+    /**
+     * Use alternate mutation accessors instead.
+     */
     @java.lang.Deprecated
-    public java.util.Map getMutableMetricCosts() {
+    public java.util.Map
+    getMutableMetricCosts() {
       return internalGetMutableMetricCosts().getMutableMap();
     }
     /**
-     *
-     *
      * 
      * Metrics to update when the selected methods are called, and the associated
      * cost applied to each metric.
@@ -889,17 +858,16 @@ public java.util.Map getMutableMetricCosts() {
      *
      * map<string, int64> metric_costs = 2;
      */
-    public Builder putMetricCosts(java.lang.String key, long value) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-
-      internalGetMutableMetricCosts().getMutableMap().put(key, value);
+    public Builder putMetricCosts(
+        java.lang.String key,
+        long value) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      
+      internalGetMutableMetricCosts().getMutableMap()
+          .put(key, value);
       return this;
     }
     /**
-     *
-     *
      * 
      * Metrics to update when the selected methods are called, and the associated
      * cost applied to each metric.
@@ -910,13 +878,16 @@ public Builder putMetricCosts(java.lang.String key, long value) {
      *
      * map<string, int64> metric_costs = 2;
      */
-    public Builder putAllMetricCosts(java.util.Map values) {
-      internalGetMutableMetricCosts().getMutableMap().putAll(values);
+
+    public Builder putAllMetricCosts(
+        java.util.Map values) {
+      internalGetMutableMetricCosts().getMutableMap()
+          .putAll(values);
       return this;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -926,12 +897,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.api.MetricRule)
   }
 
   // @@protoc_insertion_point(class_scope:google.api.MetricRule)
   private static final com.google.api.MetricRule DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.api.MetricRule();
   }
@@ -940,27 +911,27 @@ public static com.google.api.MetricRule getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public MetricRule parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public MetricRule parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -975,4 +946,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.api.MetricRule getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MetricRuleOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MetricRuleOrBuilder.java
similarity index 71%
rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MetricRuleOrBuilder.java
rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MetricRuleOrBuilder.java
index 8f4734544c..1c25cbdf6c 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MetricRuleOrBuilder.java
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MetricRuleOrBuilder.java
@@ -1,58 +1,35 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/api/quota.proto
 
 package com.google.api;
 
-public interface MetricRuleOrBuilder
-    extends
+public interface MetricRuleOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.api.MetricRule)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * Selects the methods to which this rule applies.
    * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
    * 
* * string selector = 1; - * * @return The selector. */ java.lang.String getSelector(); /** - * - * *
    * Selects the methods to which this rule applies.
    * Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
    * 
* * string selector = 1; - * * @return The bytes for selector. */ - com.google.protobuf.ByteString getSelectorBytes(); + com.google.protobuf.ByteString + getSelectorBytes(); /** - * - * *
    * Metrics to update when the selected methods are called, and the associated
    * cost applied to each metric.
@@ -65,8 +42,6 @@ public interface MetricRuleOrBuilder
    */
   int getMetricCostsCount();
   /**
-   *
-   *
    * 
    * Metrics to update when the selected methods are called, and the associated
    * cost applied to each metric.
@@ -77,13 +52,15 @@ public interface MetricRuleOrBuilder
    *
    * map<string, int64> metric_costs = 2;
    */
-  boolean containsMetricCosts(java.lang.String key);
-  /** Use {@link #getMetricCostsMap()} instead. */
+  boolean containsMetricCosts(
+      java.lang.String key);
+  /**
+   * Use {@link #getMetricCostsMap()} instead.
+   */
   @java.lang.Deprecated
-  java.util.Map getMetricCosts();
+  java.util.Map
+  getMetricCosts();
   /**
-   *
-   *
    * 
    * Metrics to update when the selected methods are called, and the associated
    * cost applied to each metric.
@@ -94,10 +71,9 @@ public interface MetricRuleOrBuilder
    *
    * map<string, int64> metric_costs = 2;
    */
-  java.util.Map getMetricCostsMap();
+  java.util.Map
+  getMetricCostsMap();
   /**
-   *
-   *
    * 
    * Metrics to update when the selected methods are called, and the associated
    * cost applied to each metric.
@@ -108,10 +84,11 @@ public interface MetricRuleOrBuilder
    *
    * map<string, int64> metric_costs = 2;
    */
-  long getMetricCostsOrDefault(java.lang.String key, long defaultValue);
+
+  long getMetricCostsOrDefault(
+      java.lang.String key,
+      long defaultValue);
   /**
-   *
-   *
    * 
    * Metrics to update when the selected methods are called, and the associated
    * cost applied to each metric.
@@ -122,5 +99,7 @@ public interface MetricRuleOrBuilder
    *
    * map<string, int64> metric_costs = 2;
    */
-  long getMetricCostsOrThrow(java.lang.String key);
+
+  long getMetricCostsOrThrow(
+      java.lang.String key);
 }
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MonitoredResource.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MonitoredResource.java
similarity index 67%
rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MonitoredResource.java
rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MonitoredResource.java
index 321c7bc7e0..08421cd10f 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MonitoredResource.java
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MonitoredResource.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/api/monitored_resource.proto
 
 package com.google.api;
 
 /**
- *
- *
  * 
  * An object representing a resource that can be used for monitoring, logging,
  * billing, or other purposes. Examples include virtual machine instances,
@@ -39,52 +22,52 @@
  *
  * Protobuf type {@code google.api.MonitoredResource}
  */
-public final class MonitoredResource extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class MonitoredResource extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.api.MonitoredResource)
     MonitoredResourceOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use MonitoredResource.newBuilder() to construct.
   private MonitoredResource(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private MonitoredResource() {
     type_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new MonitoredResource();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.api.MonitoredResourceProto
-        .internal_static_google_api_MonitoredResource_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.api.MonitoredResourceProto.internal_static_google_api_MonitoredResource_descriptor;
   }
 
   @SuppressWarnings({"rawtypes"})
   @java.lang.Override
-  protected com.google.protobuf.MapField internalGetMapField(int number) {
+  protected com.google.protobuf.MapField internalGetMapField(
+      int number) {
     switch (number) {
       case 2:
         return internalGetLabels();
       default:
-        throw new RuntimeException("Invalid map field number: " + number);
+        throw new RuntimeException(
+            "Invalid map field number: " + number);
     }
   }
-
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.api.MonitoredResourceProto
-        .internal_static_google_api_MonitoredResource_fieldAccessorTable
+    return com.google.api.MonitoredResourceProto.internal_static_google_api_MonitoredResource_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
             com.google.api.MonitoredResource.class, com.google.api.MonitoredResource.Builder.class);
   }
@@ -92,8 +75,6 @@ protected com.google.protobuf.MapField internalGetMapField(int number) {
   public static final int TYPE_FIELD_NUMBER = 1;
   private volatile java.lang.Object type_;
   /**
-   *
-   *
    * 
    * Required. The monitored resource type. This field must match
    * the `type` field of a [MonitoredResourceDescriptor][google.api.MonitoredResourceDescriptor] object. For
@@ -103,7 +84,6 @@ protected com.google.protobuf.MapField internalGetMapField(int number) {
    * 
* * string type = 1; - * * @return The type. */ @java.lang.Override @@ -112,15 +92,14 @@ public java.lang.String getType() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); type_ = s; return s; } } /** - * - * *
    * Required. The monitored resource type. This field must match
    * the `type` field of a [MonitoredResourceDescriptor][google.api.MonitoredResourceDescriptor] object. For
@@ -130,15 +109,16 @@ public java.lang.String getType() {
    * 
* * string type = 1; - * * @return The bytes for type. */ @java.lang.Override - public com.google.protobuf.ByteString getTypeBytes() { + public com.google.protobuf.ByteString + getTypeBytes() { java.lang.Object ref = type_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); type_ = b; return b; } else { @@ -147,23 +127,24 @@ public com.google.protobuf.ByteString getTypeBytes() { } public static final int LABELS_FIELD_NUMBER = 2; - private static final class LabelsDefaultEntryHolder { - static final com.google.protobuf.MapEntry defaultEntry = - com.google.protobuf.MapEntry.newDefaultInstance( - com.google.api.MonitoredResourceProto - .internal_static_google_api_MonitoredResource_LabelsEntry_descriptor, - com.google.protobuf.WireFormat.FieldType.STRING, - "", - com.google.protobuf.WireFormat.FieldType.STRING, - ""); - } - - private com.google.protobuf.MapField labels_; - - private com.google.protobuf.MapField internalGetLabels() { + static final com.google.protobuf.MapEntry< + java.lang.String, java.lang.String> defaultEntry = + com.google.protobuf.MapEntry + .newDefaultInstance( + com.google.api.MonitoredResourceProto.internal_static_google_api_MonitoredResource_LabelsEntry_descriptor, + com.google.protobuf.WireFormat.FieldType.STRING, + "", + com.google.protobuf.WireFormat.FieldType.STRING, + ""); + } + private com.google.protobuf.MapField< + java.lang.String, java.lang.String> labels_; + private com.google.protobuf.MapField + internalGetLabels() { if (labels_ == null) { - return com.google.protobuf.MapField.emptyMapField(LabelsDefaultEntryHolder.defaultEntry); + return com.google.protobuf.MapField.emptyMapField( + LabelsDefaultEntryHolder.defaultEntry); } return labels_; } @@ -172,8 +153,6 @@ public int getLabelsCount() { return internalGetLabels().getMap().size(); } /** - * - * *
    * Required. Values for all of the labels listed in the associated monitored
    * resource descriptor. For example, Compute Engine VM instances use the
@@ -182,22 +161,22 @@ public int getLabelsCount() {
    *
    * map<string, string> labels = 2;
    */
+
   @java.lang.Override
-  public boolean containsLabels(java.lang.String key) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
+  public boolean containsLabels(
+      java.lang.String key) {
+    if (key == null) { throw new NullPointerException("map key"); }
     return internalGetLabels().getMap().containsKey(key);
   }
-  /** Use {@link #getLabelsMap()} instead. */
+  /**
+   * Use {@link #getLabelsMap()} instead.
+   */
   @java.lang.Override
   @java.lang.Deprecated
   public java.util.Map getLabels() {
     return getLabelsMap();
   }
   /**
-   *
-   *
    * 
    * Required. Values for all of the labels listed in the associated monitored
    * resource descriptor. For example, Compute Engine VM instances use the
@@ -207,12 +186,11 @@ public java.util.Map getLabels() {
    * map<string, string> labels = 2;
    */
   @java.lang.Override
+
   public java.util.Map getLabelsMap() {
     return internalGetLabels().getMap();
   }
   /**
-   *
-   *
    * 
    * Required. Values for all of the labels listed in the associated monitored
    * resource descriptor. For example, Compute Engine VM instances use the
@@ -222,16 +200,16 @@ public java.util.Map getLabelsMap() {
    * map<string, string> labels = 2;
    */
   @java.lang.Override
-  public java.lang.String getLabelsOrDefault(java.lang.String key, java.lang.String defaultValue) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
-    java.util.Map map = internalGetLabels().getMap();
+
+  public java.lang.String getLabelsOrDefault(
+      java.lang.String key,
+      java.lang.String defaultValue) {
+    if (key == null) { throw new NullPointerException("map key"); }
+    java.util.Map map =
+        internalGetLabels().getMap();
     return map.containsKey(key) ? map.get(key) : defaultValue;
   }
   /**
-   *
-   *
    * 
    * Required. Values for all of the labels listed in the associated monitored
    * resource descriptor. For example, Compute Engine VM instances use the
@@ -241,11 +219,12 @@ public java.lang.String getLabelsOrDefault(java.lang.String key, java.lang.Strin
    * map<string, string> labels = 2;
    */
   @java.lang.Override
-  public java.lang.String getLabelsOrThrow(java.lang.String key) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
-    java.util.Map map = internalGetLabels().getMap();
+
+  public java.lang.String getLabelsOrThrow(
+      java.lang.String key) {
+    if (key == null) { throw new NullPointerException("map key"); }
+    java.util.Map map =
+        internalGetLabels().getMap();
     if (!map.containsKey(key)) {
       throw new java.lang.IllegalArgumentException();
     }
@@ -253,7 +232,6 @@ public java.lang.String getLabelsOrThrow(java.lang.String key) {
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -265,12 +243,17 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(type_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, type_);
     }
-    com.google.protobuf.GeneratedMessageV3.serializeStringMapTo(
-        output, internalGetLabels(), LabelsDefaultEntryHolder.defaultEntry, 2);
+    com.google.protobuf.GeneratedMessageV3
+      .serializeStringMapTo(
+        output,
+        internalGetLabels(),
+        LabelsDefaultEntryHolder.defaultEntry,
+        2);
     getUnknownFields().writeTo(output);
   }
 
@@ -283,15 +266,15 @@ public int getSerializedSize() {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(type_)) {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, type_);
     }
-    for (java.util.Map.Entry entry :
-        internalGetLabels().getMap().entrySet()) {
-      com.google.protobuf.MapEntry labels__ =
-          LabelsDefaultEntryHolder.defaultEntry
-              .newBuilderForType()
-              .setKey(entry.getKey())
-              .setValue(entry.getValue())
-              .build();
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, labels__);
+    for (java.util.Map.Entry entry
+         : internalGetLabels().getMap().entrySet()) {
+      com.google.protobuf.MapEntry
+      labels__ = LabelsDefaultEntryHolder.defaultEntry.newBuilderForType()
+          .setKey(entry.getKey())
+          .setValue(entry.getValue())
+          .build();
+      size += com.google.protobuf.CodedOutputStream
+          .computeMessageSize(2, labels__);
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -301,15 +284,17 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.api.MonitoredResource)) {
       return super.equals(obj);
     }
     com.google.api.MonitoredResource other = (com.google.api.MonitoredResource) obj;
 
-    if (!getType().equals(other.getType())) return false;
-    if (!internalGetLabels().equals(other.internalGetLabels())) return false;
+    if (!getType()
+        .equals(other.getType())) return false;
+    if (!internalGetLabels().equals(
+        other.internalGetLabels())) return false;
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
   }
@@ -332,103 +317,97 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.api.MonitoredResource parseFrom(java.nio.ByteBuffer data)
+  public static com.google.api.MonitoredResource parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.MonitoredResource parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.api.MonitoredResource parseFrom(com.google.protobuf.ByteString data)
+  public static com.google.api.MonitoredResource parseFrom(
+      com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.MonitoredResource parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.api.MonitoredResource parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.MonitoredResource parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.api.MonitoredResource parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.api.MonitoredResource parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.api.MonitoredResource parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.api.MonitoredResource parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.api.MonitoredResource parseFrom(
-      com.google.protobuf.CodedInputStream input) throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+      com.google.protobuf.CodedInputStream input)
+      throws java.io.IOException {
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.api.MonitoredResource parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.api.MonitoredResource prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * An object representing a resource that can be used for monitoring, logging,
    * billing, or other purposes. Examples include virtual machine instances,
@@ -447,52 +426,55 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.api.MonitoredResource}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.api.MonitoredResource)
       com.google.api.MonitoredResourceOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.api.MonitoredResourceProto
-          .internal_static_google_api_MonitoredResource_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.api.MonitoredResourceProto.internal_static_google_api_MonitoredResource_descriptor;
     }
 
     @SuppressWarnings({"rawtypes"})
-    protected com.google.protobuf.MapField internalGetMapField(int number) {
+    protected com.google.protobuf.MapField internalGetMapField(
+        int number) {
       switch (number) {
         case 2:
           return internalGetLabels();
         default:
-          throw new RuntimeException("Invalid map field number: " + number);
+          throw new RuntimeException(
+              "Invalid map field number: " + number);
       }
     }
-
     @SuppressWarnings({"rawtypes"})
-    protected com.google.protobuf.MapField internalGetMutableMapField(int number) {
+    protected com.google.protobuf.MapField internalGetMutableMapField(
+        int number) {
       switch (number) {
         case 2:
           return internalGetMutableLabels();
         default:
-          throw new RuntimeException("Invalid map field number: " + number);
+          throw new RuntimeException(
+              "Invalid map field number: " + number);
       }
     }
-
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.api.MonitoredResourceProto
-          .internal_static_google_api_MonitoredResource_fieldAccessorTable
+      return com.google.api.MonitoredResourceProto.internal_static_google_api_MonitoredResource_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.api.MonitoredResource.class,
-              com.google.api.MonitoredResource.Builder.class);
+              com.google.api.MonitoredResource.class, com.google.api.MonitoredResource.Builder.class);
     }
 
     // Construct using com.google.api.MonitoredResource.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -503,9 +485,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.api.MonitoredResourceProto
-          .internal_static_google_api_MonitoredResource_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.api.MonitoredResourceProto.internal_static_google_api_MonitoredResource_descriptor;
     }
 
     @java.lang.Override
@@ -537,39 +519,38 @@ public com.google.api.MonitoredResource buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.api.MonitoredResource) {
-        return mergeFrom((com.google.api.MonitoredResource) other);
+        return mergeFrom((com.google.api.MonitoredResource)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -582,7 +563,8 @@ public Builder mergeFrom(com.google.api.MonitoredResource other) {
         type_ = other.type_;
         onChanged();
       }
-      internalGetMutableLabels().mergeFrom(other.internalGetLabels());
+      internalGetMutableLabels().mergeFrom(
+          other.internalGetLabels());
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
       return this;
@@ -609,30 +591,25 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                type_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 10
-            case 18:
-              {
-                com.google.protobuf.MapEntry labels__ =
-                    input.readMessage(
-                        LabelsDefaultEntryHolder.defaultEntry.getParserForType(),
-                        extensionRegistry);
-                internalGetMutableLabels()
-                    .getMutableMap()
-                    .put(labels__.getKey(), labels__.getValue());
-                break;
-              } // case 18
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              type_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 10
+            case 18: {
+              com.google.protobuf.MapEntry
+              labels__ = input.readMessage(
+                  LabelsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
+              internalGetMutableLabels().getMutableMap().put(
+                  labels__.getKey(), labels__.getValue());
+              break;
+            } // case 18
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -642,13 +619,10 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object type_ = "";
     /**
-     *
-     *
      * 
      * Required. The monitored resource type. This field must match
      * the `type` field of a [MonitoredResourceDescriptor][google.api.MonitoredResourceDescriptor] object. For
@@ -658,13 +632,13 @@ public Builder mergeFrom(
      * 
* * string type = 1; - * * @return The type. */ public java.lang.String getType() { java.lang.Object ref = type_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); type_ = s; return s; @@ -673,8 +647,6 @@ public java.lang.String getType() { } } /** - * - * *
      * Required. The monitored resource type. This field must match
      * the `type` field of a [MonitoredResourceDescriptor][google.api.MonitoredResourceDescriptor] object. For
@@ -684,14 +656,15 @@ public java.lang.String getType() {
      * 
* * string type = 1; - * * @return The bytes for type. */ - public com.google.protobuf.ByteString getTypeBytes() { + public com.google.protobuf.ByteString + getTypeBytes() { java.lang.Object ref = type_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); type_ = b; return b; } else { @@ -699,8 +672,6 @@ public com.google.protobuf.ByteString getTypeBytes() { } } /** - * - * *
      * Required. The monitored resource type. This field must match
      * the `type` field of a [MonitoredResourceDescriptor][google.api.MonitoredResourceDescriptor] object. For
@@ -710,22 +681,20 @@ public com.google.protobuf.ByteString getTypeBytes() {
      * 
* * string type = 1; - * * @param value The type to set. * @return This builder for chaining. */ - public Builder setType(java.lang.String value) { + public Builder setType( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + type_ = value; onChanged(); return this; } /** - * - * *
      * Required. The monitored resource type. This field must match
      * the `type` field of a [MonitoredResourceDescriptor][google.api.MonitoredResourceDescriptor] object. For
@@ -735,18 +704,15 @@ public Builder setType(java.lang.String value) {
      * 
* * string type = 1; - * * @return This builder for chaining. */ public Builder clearType() { - + type_ = getDefaultInstance().getType(); onChanged(); return this; } /** - * - * *
      * Required. The monitored resource type. This field must match
      * the `type` field of a [MonitoredResourceDescriptor][google.api.MonitoredResourceDescriptor] object. For
@@ -756,36 +722,37 @@ public Builder clearType() {
      * 
* * string type = 1; - * * @param value The bytes for type to set. * @return This builder for chaining. */ - public Builder setTypeBytes(com.google.protobuf.ByteString value) { + public Builder setTypeBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + type_ = value; onChanged(); return this; } - private com.google.protobuf.MapField labels_; - - private com.google.protobuf.MapField internalGetLabels() { + private com.google.protobuf.MapField< + java.lang.String, java.lang.String> labels_; + private com.google.protobuf.MapField + internalGetLabels() { if (labels_ == null) { - return com.google.protobuf.MapField.emptyMapField(LabelsDefaultEntryHolder.defaultEntry); + return com.google.protobuf.MapField.emptyMapField( + LabelsDefaultEntryHolder.defaultEntry); } return labels_; } - private com.google.protobuf.MapField - internalGetMutableLabels() { - onChanged(); - ; + internalGetMutableLabels() { + onChanged();; if (labels_ == null) { - labels_ = com.google.protobuf.MapField.newMapField(LabelsDefaultEntryHolder.defaultEntry); + labels_ = com.google.protobuf.MapField.newMapField( + LabelsDefaultEntryHolder.defaultEntry); } if (!labels_.isMutable()) { labels_ = labels_.copy(); @@ -797,8 +764,6 @@ public int getLabelsCount() { return internalGetLabels().getMap().size(); } /** - * - * *
      * Required. Values for all of the labels listed in the associated monitored
      * resource descriptor. For example, Compute Engine VM instances use the
@@ -807,22 +772,22 @@ public int getLabelsCount() {
      *
      * map<string, string> labels = 2;
      */
+
     @java.lang.Override
-    public boolean containsLabels(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
+    public boolean containsLabels(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
       return internalGetLabels().getMap().containsKey(key);
     }
-    /** Use {@link #getLabelsMap()} instead. */
+    /**
+     * Use {@link #getLabelsMap()} instead.
+     */
     @java.lang.Override
     @java.lang.Deprecated
     public java.util.Map getLabels() {
       return getLabelsMap();
     }
     /**
-     *
-     *
      * 
      * Required. Values for all of the labels listed in the associated monitored
      * resource descriptor. For example, Compute Engine VM instances use the
@@ -832,12 +797,11 @@ public java.util.Map getLabels() {
      * map<string, string> labels = 2;
      */
     @java.lang.Override
+
     public java.util.Map getLabelsMap() {
       return internalGetLabels().getMap();
     }
     /**
-     *
-     *
      * 
      * Required. Values for all of the labels listed in the associated monitored
      * resource descriptor. For example, Compute Engine VM instances use the
@@ -847,17 +811,16 @@ public java.util.Map getLabelsMap() {
      * map<string, string> labels = 2;
      */
     @java.lang.Override
+
     public java.lang.String getLabelsOrDefault(
-        java.lang.String key, java.lang.String defaultValue) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      java.util.Map map = internalGetLabels().getMap();
+        java.lang.String key,
+        java.lang.String defaultValue) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      java.util.Map map =
+          internalGetLabels().getMap();
       return map.containsKey(key) ? map.get(key) : defaultValue;
     }
     /**
-     *
-     *
      * 
      * Required. Values for all of the labels listed in the associated monitored
      * resource descriptor. For example, Compute Engine VM instances use the
@@ -867,11 +830,12 @@ public java.lang.String getLabelsOrDefault(
      * map<string, string> labels = 2;
      */
     @java.lang.Override
-    public java.lang.String getLabelsOrThrow(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      java.util.Map map = internalGetLabels().getMap();
+
+    public java.lang.String getLabelsOrThrow(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      java.util.Map map =
+          internalGetLabels().getMap();
       if (!map.containsKey(key)) {
         throw new java.lang.IllegalArgumentException();
       }
@@ -879,12 +843,11 @@ public java.lang.String getLabelsOrThrow(java.lang.String key) {
     }
 
     public Builder clearLabels() {
-      internalGetMutableLabels().getMutableMap().clear();
+      internalGetMutableLabels().getMutableMap()
+          .clear();
       return this;
     }
     /**
-     *
-     *
      * 
      * Required. Values for all of the labels listed in the associated monitored
      * resource descriptor. For example, Compute Engine VM instances use the
@@ -893,21 +856,23 @@ public Builder clearLabels() {
      *
      * map<string, string> labels = 2;
      */
-    public Builder removeLabels(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      internalGetMutableLabels().getMutableMap().remove(key);
+
+    public Builder removeLabels(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      internalGetMutableLabels().getMutableMap()
+          .remove(key);
       return this;
     }
-    /** Use alternate mutation accessors instead. */
+    /**
+     * Use alternate mutation accessors instead.
+     */
     @java.lang.Deprecated
-    public java.util.Map getMutableLabels() {
+    public java.util.Map
+    getMutableLabels() {
       return internalGetMutableLabels().getMutableMap();
     }
     /**
-     *
-     *
      * 
      * Required. Values for all of the labels listed in the associated monitored
      * resource descriptor. For example, Compute Engine VM instances use the
@@ -916,20 +881,19 @@ public java.util.Map getMutableLabels() {
      *
      * map<string, string> labels = 2;
      */
-    public Builder putLabels(java.lang.String key, java.lang.String value) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
+    public Builder putLabels(
+        java.lang.String key,
+        java.lang.String value) {
+      if (key == null) { throw new NullPointerException("map key"); }
       if (value == null) {
-        throw new NullPointerException("map value");
-      }
+  throw new NullPointerException("map value");
+}
 
-      internalGetMutableLabels().getMutableMap().put(key, value);
+      internalGetMutableLabels().getMutableMap()
+          .put(key, value);
       return this;
     }
     /**
-     *
-     *
      * 
      * Required. Values for all of the labels listed in the associated monitored
      * resource descriptor. For example, Compute Engine VM instances use the
@@ -938,13 +902,16 @@ public Builder putLabels(java.lang.String key, java.lang.String value) {
      *
      * map<string, string> labels = 2;
      */
-    public Builder putAllLabels(java.util.Map values) {
-      internalGetMutableLabels().getMutableMap().putAll(values);
+
+    public Builder putAllLabels(
+        java.util.Map values) {
+      internalGetMutableLabels().getMutableMap()
+          .putAll(values);
       return this;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -954,12 +921,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.api.MonitoredResource)
   }
 
   // @@protoc_insertion_point(class_scope:google.api.MonitoredResource)
   private static final com.google.api.MonitoredResource DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.api.MonitoredResource();
   }
@@ -968,27 +935,27 @@ public static com.google.api.MonitoredResource getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public MonitoredResource parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public MonitoredResource parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1003,4 +970,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.api.MonitoredResource getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceDescriptor.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceDescriptor.java
similarity index 78%
rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceDescriptor.java
rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceDescriptor.java
index 955dbd88b6..8cd09ad310 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceDescriptor.java
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceDescriptor.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/api/monitored_resource.proto
 
 package com.google.api;
 
 /**
- *
- *
  * 
  * An object that describes the schema of a [MonitoredResource][google.api.MonitoredResource] object using a
  * type name and a set of labels.  For example, the monitored resource
@@ -34,16 +17,15 @@
  *
  * Protobuf type {@code google.api.MonitoredResourceDescriptor}
  */
-public final class MonitoredResourceDescriptor extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class MonitoredResourceDescriptor extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.api.MonitoredResourceDescriptor)
     MonitoredResourceDescriptorOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use MonitoredResourceDescriptor.newBuilder() to construct.
   private MonitoredResourceDescriptor(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private MonitoredResourceDescriptor() {
     name_ = "";
     type_ = "";
@@ -55,35 +37,32 @@ private MonitoredResourceDescriptor() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new MonitoredResourceDescriptor();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.api.MonitoredResourceProto
-        .internal_static_google_api_MonitoredResourceDescriptor_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.api.MonitoredResourceProto.internal_static_google_api_MonitoredResourceDescriptor_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.api.MonitoredResourceProto
-        .internal_static_google_api_MonitoredResourceDescriptor_fieldAccessorTable
+    return com.google.api.MonitoredResourceProto.internal_static_google_api_MonitoredResourceDescriptor_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.api.MonitoredResourceDescriptor.class,
-            com.google.api.MonitoredResourceDescriptor.Builder.class);
+            com.google.api.MonitoredResourceDescriptor.class, com.google.api.MonitoredResourceDescriptor.Builder.class);
   }
 
   public static final int NAME_FIELD_NUMBER = 5;
   private volatile java.lang.Object name_;
   /**
-   *
-   *
    * 
    * Optional. The resource name of the monitored resource descriptor:
    * `"projects/{project_id}/monitoredResourceDescriptors/{type}"` where
@@ -94,7 +73,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    * 
* * string name = 5; - * * @return The name. */ @java.lang.Override @@ -103,15 +81,14 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * Optional. The resource name of the monitored resource descriptor:
    * `"projects/{project_id}/monitoredResourceDescriptors/{type}"` where
@@ -122,15 +99,16 @@ public java.lang.String getName() {
    * 
* * string name = 5; - * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -141,8 +119,6 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int TYPE_FIELD_NUMBER = 1; private volatile java.lang.Object type_; /** - * - * *
    * Required. The monitored resource type. For example, the type
    * `"cloudsql_database"` represents databases in Google Cloud SQL.
@@ -153,7 +129,6 @@ public com.google.protobuf.ByteString getNameBytes() {
    * 
* * string type = 1; - * * @return The type. */ @java.lang.Override @@ -162,15 +137,14 @@ public java.lang.String getType() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); type_ = s; return s; } } /** - * - * *
    * Required. The monitored resource type. For example, the type
    * `"cloudsql_database"` represents databases in Google Cloud SQL.
@@ -181,15 +155,16 @@ public java.lang.String getType() {
    * 
* * string type = 1; - * * @return The bytes for type. */ @java.lang.Override - public com.google.protobuf.ByteString getTypeBytes() { + public com.google.protobuf.ByteString + getTypeBytes() { java.lang.Object ref = type_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); type_ = b; return b; } else { @@ -200,8 +175,6 @@ public com.google.protobuf.ByteString getTypeBytes() { public static final int DISPLAY_NAME_FIELD_NUMBER = 2; private volatile java.lang.Object displayName_; /** - * - * *
    * Optional. A concise name for the monitored resource type that might be
    * displayed in user interfaces. It should be a Title Cased Noun Phrase,
@@ -210,7 +183,6 @@ public com.google.protobuf.ByteString getTypeBytes() {
    * 
* * string display_name = 2; - * * @return The displayName. */ @java.lang.Override @@ -219,15 +191,14 @@ public java.lang.String getDisplayName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); displayName_ = s; return s; } } /** - * - * *
    * Optional. A concise name for the monitored resource type that might be
    * displayed in user interfaces. It should be a Title Cased Noun Phrase,
@@ -236,15 +207,16 @@ public java.lang.String getDisplayName() {
    * 
* * string display_name = 2; - * * @return The bytes for displayName. */ @java.lang.Override - public com.google.protobuf.ByteString getDisplayNameBytes() { + public com.google.protobuf.ByteString + getDisplayNameBytes() { java.lang.Object ref = displayName_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); displayName_ = b; return b; } else { @@ -255,15 +227,12 @@ public com.google.protobuf.ByteString getDisplayNameBytes() { public static final int DESCRIPTION_FIELD_NUMBER = 3; private volatile java.lang.Object description_; /** - * - * *
    * Optional. A detailed description of the monitored resource type that might
    * be used in documentation.
    * 
* * string description = 3; - * * @return The description. */ @java.lang.Override @@ -272,30 +241,30 @@ public java.lang.String getDescription() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); description_ = s; return s; } } /** - * - * *
    * Optional. A detailed description of the monitored resource type that might
    * be used in documentation.
    * 
* * string description = 3; - * * @return The bytes for description. */ @java.lang.Override - public com.google.protobuf.ByteString getDescriptionBytes() { + public com.google.protobuf.ByteString + getDescriptionBytes() { java.lang.Object ref = description_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); description_ = b; return b; } else { @@ -306,8 +275,6 @@ public com.google.protobuf.ByteString getDescriptionBytes() { public static final int LABELS_FIELD_NUMBER = 4; private java.util.List labels_; /** - * - * *
    * Required. A set of labels used to describe instances of this monitored
    * resource type. For example, an individual Google Cloud SQL database is
@@ -321,8 +288,6 @@ public java.util.List getLabelsList() {
     return labels_;
   }
   /**
-   *
-   *
    * 
    * Required. A set of labels used to describe instances of this monitored
    * resource type. For example, an individual Google Cloud SQL database is
@@ -332,13 +297,11 @@ public java.util.List getLabelsList() {
    * repeated .google.api.LabelDescriptor labels = 4;
    */
   @java.lang.Override
-  public java.util.List
+  public java.util.List 
       getLabelsOrBuilderList() {
     return labels_;
   }
   /**
-   *
-   *
    * 
    * Required. A set of labels used to describe instances of this monitored
    * resource type. For example, an individual Google Cloud SQL database is
@@ -352,8 +315,6 @@ public int getLabelsCount() {
     return labels_.size();
   }
   /**
-   *
-   *
    * 
    * Required. A set of labels used to describe instances of this monitored
    * resource type. For example, an individual Google Cloud SQL database is
@@ -367,8 +328,6 @@ public com.google.api.LabelDescriptor getLabels(int index) {
     return labels_.get(index);
   }
   /**
-   *
-   *
    * 
    * Required. A set of labels used to describe instances of this monitored
    * resource type. For example, an individual Google Cloud SQL database is
@@ -378,47 +337,39 @@ public com.google.api.LabelDescriptor getLabels(int index) {
    * repeated .google.api.LabelDescriptor labels = 4;
    */
   @java.lang.Override
-  public com.google.api.LabelDescriptorOrBuilder getLabelsOrBuilder(int index) {
+  public com.google.api.LabelDescriptorOrBuilder getLabelsOrBuilder(
+      int index) {
     return labels_.get(index);
   }
 
   public static final int LAUNCH_STAGE_FIELD_NUMBER = 7;
   private int launchStage_;
   /**
-   *
-   *
    * 
    * Optional. The launch stage of the monitored resource definition.
    * 
* * .google.api.LaunchStage launch_stage = 7; - * * @return The enum numeric value on the wire for launchStage. */ - @java.lang.Override - public int getLaunchStageValue() { + @java.lang.Override public int getLaunchStageValue() { return launchStage_; } /** - * - * *
    * Optional. The launch stage of the monitored resource definition.
    * 
* * .google.api.LaunchStage launch_stage = 7; - * * @return The launchStage. */ - @java.lang.Override - public com.google.api.LaunchStage getLaunchStage() { + @java.lang.Override public com.google.api.LaunchStage getLaunchStage() { @SuppressWarnings("deprecation") com.google.api.LaunchStage result = com.google.api.LaunchStage.valueOf(launchStage_); return result == null ? com.google.api.LaunchStage.UNRECOGNIZED : result; } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -430,7 +381,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(type_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, type_); } @@ -468,13 +420,15 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, description_); } for (int i = 0; i < labels_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, labels_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(4, labels_.get(i)); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, name_); } if (launchStage_ != com.google.api.LaunchStage.LAUNCH_STAGE_UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(7, launchStage_); + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(7, launchStage_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -484,19 +438,23 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.MonitoredResourceDescriptor)) { return super.equals(obj); } - com.google.api.MonitoredResourceDescriptor other = - (com.google.api.MonitoredResourceDescriptor) obj; - - if (!getName().equals(other.getName())) return false; - if (!getType().equals(other.getType())) return false; - if (!getDisplayName().equals(other.getDisplayName())) return false; - if (!getDescription().equals(other.getDescription())) return false; - if (!getLabelsList().equals(other.getLabelsList())) return false; + com.google.api.MonitoredResourceDescriptor other = (com.google.api.MonitoredResourceDescriptor) obj; + + if (!getName() + .equals(other.getName())) return false; + if (!getType() + .equals(other.getType())) return false; + if (!getDisplayName() + .equals(other.getDisplayName())) return false; + if (!getDescription() + .equals(other.getDescription())) return false; + if (!getLabelsList() + .equals(other.getLabelsList())) return false; if (launchStage_ != other.launchStage_) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -528,104 +486,97 @@ public int hashCode() { return hash; } - public static com.google.api.MonitoredResourceDescriptor parseFrom(java.nio.ByteBuffer data) + public static com.google.api.MonitoredResourceDescriptor parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.MonitoredResourceDescriptor parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.MonitoredResourceDescriptor parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.MonitoredResourceDescriptor parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.MonitoredResourceDescriptor parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.MonitoredResourceDescriptor parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.MonitoredResourceDescriptor parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.MonitoredResourceDescriptor parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.api.MonitoredResourceDescriptor parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.api.MonitoredResourceDescriptor parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.MonitoredResourceDescriptor parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.MonitoredResourceDescriptor parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.MonitoredResourceDescriptor parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.MonitoredResourceDescriptor prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * An object that describes the schema of a [MonitoredResource][google.api.MonitoredResource] object using a
    * type name and a set of labels.  For example, the monitored resource
@@ -639,32 +590,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.api.MonitoredResourceDescriptor}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.api.MonitoredResourceDescriptor)
       com.google.api.MonitoredResourceDescriptorOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.api.MonitoredResourceProto
-          .internal_static_google_api_MonitoredResourceDescriptor_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.api.MonitoredResourceProto.internal_static_google_api_MonitoredResourceDescriptor_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.api.MonitoredResourceProto
-          .internal_static_google_api_MonitoredResourceDescriptor_fieldAccessorTable
+      return com.google.api.MonitoredResourceProto.internal_static_google_api_MonitoredResourceDescriptor_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.api.MonitoredResourceDescriptor.class,
-              com.google.api.MonitoredResourceDescriptor.Builder.class);
+              com.google.api.MonitoredResourceDescriptor.class, com.google.api.MonitoredResourceDescriptor.Builder.class);
     }
 
     // Construct using com.google.api.MonitoredResourceDescriptor.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -689,9 +641,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.api.MonitoredResourceProto
-          .internal_static_google_api_MonitoredResourceDescriptor_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.api.MonitoredResourceProto.internal_static_google_api_MonitoredResourceDescriptor_descriptor;
     }
 
     @java.lang.Override
@@ -710,8 +662,7 @@ public com.google.api.MonitoredResourceDescriptor build() {
 
     @java.lang.Override
     public com.google.api.MonitoredResourceDescriptor buildPartial() {
-      com.google.api.MonitoredResourceDescriptor result =
-          new com.google.api.MonitoredResourceDescriptor(this);
+      com.google.api.MonitoredResourceDescriptor result = new com.google.api.MonitoredResourceDescriptor(this);
       int from_bitField0_ = bitField0_;
       result.name_ = name_;
       result.type_ = type_;
@@ -735,39 +686,38 @@ public com.google.api.MonitoredResourceDescriptor buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.api.MonitoredResourceDescriptor) {
-        return mergeFrom((com.google.api.MonitoredResourceDescriptor) other);
+        return mergeFrom((com.google.api.MonitoredResourceDescriptor)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -810,10 +760,9 @@ public Builder mergeFrom(com.google.api.MonitoredResourceDescriptor other) {
             labelsBuilder_ = null;
             labels_ = other.labels_;
             bitField0_ = (bitField0_ & ~0x00000001);
-            labelsBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getLabelsFieldBuilder()
-                    : null;
+            labelsBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getLabelsFieldBuilder() : null;
           } else {
             labelsBuilder_.addAllMessages(other.labels_);
           }
@@ -848,55 +797,50 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                type_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 10
-            case 18:
-              {
-                displayName_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 18
-            case 26:
-              {
-                description_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 26
-            case 34:
-              {
-                com.google.api.LabelDescriptor m =
-                    input.readMessage(com.google.api.LabelDescriptor.parser(), extensionRegistry);
-                if (labelsBuilder_ == null) {
-                  ensureLabelsIsMutable();
-                  labels_.add(m);
-                } else {
-                  labelsBuilder_.addMessage(m);
-                }
-                break;
-              } // case 34
-            case 42:
-              {
-                name_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 42
-            case 56:
-              {
-                launchStage_ = input.readEnum();
-
-                break;
-              } // case 56
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              type_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 10
+            case 18: {
+              displayName_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 18
+            case 26: {
+              description_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 26
+            case 34: {
+              com.google.api.LabelDescriptor m =
+                  input.readMessage(
+                      com.google.api.LabelDescriptor.parser(),
+                      extensionRegistry);
+              if (labelsBuilder_ == null) {
+                ensureLabelsIsMutable();
+                labels_.add(m);
+              } else {
+                labelsBuilder_.addMessage(m);
+              }
+              break;
+            } // case 34
+            case 42: {
+              name_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 42
+            case 56: {
+              launchStage_ = input.readEnum();
+
+              break;
+            } // case 56
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -906,13 +850,10 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * Optional. The resource name of the monitored resource descriptor:
      * `"projects/{project_id}/monitoredResourceDescriptors/{type}"` where
@@ -923,13 +864,13 @@ public Builder mergeFrom(
      * 
* * string name = 5; - * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -938,8 +879,6 @@ public java.lang.String getName() { } } /** - * - * *
      * Optional. The resource name of the monitored resource descriptor:
      * `"projects/{project_id}/monitoredResourceDescriptors/{type}"` where
@@ -950,14 +889,15 @@ public java.lang.String getName() {
      * 
* * string name = 5; - * * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -965,8 +905,6 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Optional. The resource name of the monitored resource descriptor:
      * `"projects/{project_id}/monitoredResourceDescriptors/{type}"` where
@@ -977,22 +915,20 @@ public com.google.protobuf.ByteString getNameBytes() {
      * 
* * string name = 5; - * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { + public Builder setName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** - * - * *
      * Optional. The resource name of the monitored resource descriptor:
      * `"projects/{project_id}/monitoredResourceDescriptors/{type}"` where
@@ -1003,18 +939,15 @@ public Builder setName(java.lang.String value) {
      * 
* * string name = 5; - * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** - * - * *
      * Optional. The resource name of the monitored resource descriptor:
      * `"projects/{project_id}/monitoredResourceDescriptors/{type}"` where
@@ -1025,16 +958,16 @@ public Builder clearName() {
      * 
* * string name = 5; - * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { + public Builder setNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; @@ -1042,8 +975,6 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { private java.lang.Object type_ = ""; /** - * - * *
      * Required. The monitored resource type. For example, the type
      * `"cloudsql_database"` represents databases in Google Cloud SQL.
@@ -1054,13 +985,13 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
      * 
* * string type = 1; - * * @return The type. */ public java.lang.String getType() { java.lang.Object ref = type_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); type_ = s; return s; @@ -1069,8 +1000,6 @@ public java.lang.String getType() { } } /** - * - * *
      * Required. The monitored resource type. For example, the type
      * `"cloudsql_database"` represents databases in Google Cloud SQL.
@@ -1081,14 +1010,15 @@ public java.lang.String getType() {
      * 
* * string type = 1; - * * @return The bytes for type. */ - public com.google.protobuf.ByteString getTypeBytes() { + public com.google.protobuf.ByteString + getTypeBytes() { java.lang.Object ref = type_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); type_ = b; return b; } else { @@ -1096,8 +1026,6 @@ public com.google.protobuf.ByteString getTypeBytes() { } } /** - * - * *
      * Required. The monitored resource type. For example, the type
      * `"cloudsql_database"` represents databases in Google Cloud SQL.
@@ -1108,22 +1036,20 @@ public com.google.protobuf.ByteString getTypeBytes() {
      * 
* * string type = 1; - * * @param value The type to set. * @return This builder for chaining. */ - public Builder setType(java.lang.String value) { + public Builder setType( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + type_ = value; onChanged(); return this; } /** - * - * *
      * Required. The monitored resource type. For example, the type
      * `"cloudsql_database"` represents databases in Google Cloud SQL.
@@ -1134,18 +1060,15 @@ public Builder setType(java.lang.String value) {
      * 
* * string type = 1; - * * @return This builder for chaining. */ public Builder clearType() { - + type_ = getDefaultInstance().getType(); onChanged(); return this; } /** - * - * *
      * Required. The monitored resource type. For example, the type
      * `"cloudsql_database"` represents databases in Google Cloud SQL.
@@ -1156,16 +1079,16 @@ public Builder clearType() {
      * 
* * string type = 1; - * * @param value The bytes for type to set. * @return This builder for chaining. */ - public Builder setTypeBytes(com.google.protobuf.ByteString value) { + public Builder setTypeBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + type_ = value; onChanged(); return this; @@ -1173,8 +1096,6 @@ public Builder setTypeBytes(com.google.protobuf.ByteString value) { private java.lang.Object displayName_ = ""; /** - * - * *
      * Optional. A concise name for the monitored resource type that might be
      * displayed in user interfaces. It should be a Title Cased Noun Phrase,
@@ -1183,13 +1104,13 @@ public Builder setTypeBytes(com.google.protobuf.ByteString value) {
      * 
* * string display_name = 2; - * * @return The displayName. */ public java.lang.String getDisplayName() { java.lang.Object ref = displayName_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); displayName_ = s; return s; @@ -1198,8 +1119,6 @@ public java.lang.String getDisplayName() { } } /** - * - * *
      * Optional. A concise name for the monitored resource type that might be
      * displayed in user interfaces. It should be a Title Cased Noun Phrase,
@@ -1208,14 +1127,15 @@ public java.lang.String getDisplayName() {
      * 
* * string display_name = 2; - * * @return The bytes for displayName. */ - public com.google.protobuf.ByteString getDisplayNameBytes() { + public com.google.protobuf.ByteString + getDisplayNameBytes() { java.lang.Object ref = displayName_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); displayName_ = b; return b; } else { @@ -1223,8 +1143,6 @@ public com.google.protobuf.ByteString getDisplayNameBytes() { } } /** - * - * *
      * Optional. A concise name for the monitored resource type that might be
      * displayed in user interfaces. It should be a Title Cased Noun Phrase,
@@ -1233,22 +1151,20 @@ public com.google.protobuf.ByteString getDisplayNameBytes() {
      * 
* * string display_name = 2; - * * @param value The displayName to set. * @return This builder for chaining. */ - public Builder setDisplayName(java.lang.String value) { + public Builder setDisplayName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + displayName_ = value; onChanged(); return this; } /** - * - * *
      * Optional. A concise name for the monitored resource type that might be
      * displayed in user interfaces. It should be a Title Cased Noun Phrase,
@@ -1257,18 +1173,15 @@ public Builder setDisplayName(java.lang.String value) {
      * 
* * string display_name = 2; - * * @return This builder for chaining. */ public Builder clearDisplayName() { - + displayName_ = getDefaultInstance().getDisplayName(); onChanged(); return this; } /** - * - * *
      * Optional. A concise name for the monitored resource type that might be
      * displayed in user interfaces. It should be a Title Cased Noun Phrase,
@@ -1277,16 +1190,16 @@ public Builder clearDisplayName() {
      * 
* * string display_name = 2; - * * @param value The bytes for displayName to set. * @return This builder for chaining. */ - public Builder setDisplayNameBytes(com.google.protobuf.ByteString value) { + public Builder setDisplayNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + displayName_ = value; onChanged(); return this; @@ -1294,21 +1207,19 @@ public Builder setDisplayNameBytes(com.google.protobuf.ByteString value) { private java.lang.Object description_ = ""; /** - * - * *
      * Optional. A detailed description of the monitored resource type that might
      * be used in documentation.
      * 
* * string description = 3; - * * @return The description. */ public java.lang.String getDescription() { java.lang.Object ref = description_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); description_ = s; return s; @@ -1317,22 +1228,21 @@ public java.lang.String getDescription() { } } /** - * - * *
      * Optional. A detailed description of the monitored resource type that might
      * be used in documentation.
      * 
* * string description = 3; - * * @return The bytes for description. */ - public com.google.protobuf.ByteString getDescriptionBytes() { + public com.google.protobuf.ByteString + getDescriptionBytes() { java.lang.Object ref = description_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); description_ = b; return b; } else { @@ -1340,88 +1250,75 @@ public com.google.protobuf.ByteString getDescriptionBytes() { } } /** - * - * *
      * Optional. A detailed description of the monitored resource type that might
      * be used in documentation.
      * 
* * string description = 3; - * * @param value The description to set. * @return This builder for chaining. */ - public Builder setDescription(java.lang.String value) { + public Builder setDescription( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + description_ = value; onChanged(); return this; } /** - * - * *
      * Optional. A detailed description of the monitored resource type that might
      * be used in documentation.
      * 
* * string description = 3; - * * @return This builder for chaining. */ public Builder clearDescription() { - + description_ = getDefaultInstance().getDescription(); onChanged(); return this; } /** - * - * *
      * Optional. A detailed description of the monitored resource type that might
      * be used in documentation.
      * 
* * string description = 3; - * * @param value The bytes for description to set. * @return This builder for chaining. */ - public Builder setDescriptionBytes(com.google.protobuf.ByteString value) { + public Builder setDescriptionBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + description_ = value; onChanged(); return this; } private java.util.List labels_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureLabelsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { labels_ = new java.util.ArrayList(labels_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.api.LabelDescriptor, - com.google.api.LabelDescriptor.Builder, - com.google.api.LabelDescriptorOrBuilder> - labelsBuilder_; + com.google.api.LabelDescriptor, com.google.api.LabelDescriptor.Builder, com.google.api.LabelDescriptorOrBuilder> labelsBuilder_; /** - * - * *
      * Required. A set of labels used to describe instances of this monitored
      * resource type. For example, an individual Google Cloud SQL database is
@@ -1438,8 +1335,6 @@ public java.util.List getLabelsList() {
       }
     }
     /**
-     *
-     *
      * 
      * Required. A set of labels used to describe instances of this monitored
      * resource type. For example, an individual Google Cloud SQL database is
@@ -1456,8 +1351,6 @@ public int getLabelsCount() {
       }
     }
     /**
-     *
-     *
      * 
      * Required. A set of labels used to describe instances of this monitored
      * resource type. For example, an individual Google Cloud SQL database is
@@ -1474,8 +1367,6 @@ public com.google.api.LabelDescriptor getLabels(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * Required. A set of labels used to describe instances of this monitored
      * resource type. For example, an individual Google Cloud SQL database is
@@ -1484,7 +1375,8 @@ public com.google.api.LabelDescriptor getLabels(int index) {
      *
      * repeated .google.api.LabelDescriptor labels = 4;
      */
-    public Builder setLabels(int index, com.google.api.LabelDescriptor value) {
+    public Builder setLabels(
+        int index, com.google.api.LabelDescriptor value) {
       if (labelsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -1498,8 +1390,6 @@ public Builder setLabels(int index, com.google.api.LabelDescriptor value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Required. A set of labels used to describe instances of this monitored
      * resource type. For example, an individual Google Cloud SQL database is
@@ -1508,7 +1398,8 @@ public Builder setLabels(int index, com.google.api.LabelDescriptor value) {
      *
      * repeated .google.api.LabelDescriptor labels = 4;
      */
-    public Builder setLabels(int index, com.google.api.LabelDescriptor.Builder builderForValue) {
+    public Builder setLabels(
+        int index, com.google.api.LabelDescriptor.Builder builderForValue) {
       if (labelsBuilder_ == null) {
         ensureLabelsIsMutable();
         labels_.set(index, builderForValue.build());
@@ -1519,8 +1410,6 @@ public Builder setLabels(int index, com.google.api.LabelDescriptor.Builder build
       return this;
     }
     /**
-     *
-     *
      * 
      * Required. A set of labels used to describe instances of this monitored
      * resource type. For example, an individual Google Cloud SQL database is
@@ -1543,8 +1432,6 @@ public Builder addLabels(com.google.api.LabelDescriptor value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Required. A set of labels used to describe instances of this monitored
      * resource type. For example, an individual Google Cloud SQL database is
@@ -1553,7 +1440,8 @@ public Builder addLabels(com.google.api.LabelDescriptor value) {
      *
      * repeated .google.api.LabelDescriptor labels = 4;
      */
-    public Builder addLabels(int index, com.google.api.LabelDescriptor value) {
+    public Builder addLabels(
+        int index, com.google.api.LabelDescriptor value) {
       if (labelsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -1567,8 +1455,6 @@ public Builder addLabels(int index, com.google.api.LabelDescriptor value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Required. A set of labels used to describe instances of this monitored
      * resource type. For example, an individual Google Cloud SQL database is
@@ -1577,7 +1463,8 @@ public Builder addLabels(int index, com.google.api.LabelDescriptor value) {
      *
      * repeated .google.api.LabelDescriptor labels = 4;
      */
-    public Builder addLabels(com.google.api.LabelDescriptor.Builder builderForValue) {
+    public Builder addLabels(
+        com.google.api.LabelDescriptor.Builder builderForValue) {
       if (labelsBuilder_ == null) {
         ensureLabelsIsMutable();
         labels_.add(builderForValue.build());
@@ -1588,8 +1475,6 @@ public Builder addLabels(com.google.api.LabelDescriptor.Builder builderForValue)
       return this;
     }
     /**
-     *
-     *
      * 
      * Required. A set of labels used to describe instances of this monitored
      * resource type. For example, an individual Google Cloud SQL database is
@@ -1598,7 +1483,8 @@ public Builder addLabels(com.google.api.LabelDescriptor.Builder builderForValue)
      *
      * repeated .google.api.LabelDescriptor labels = 4;
      */
-    public Builder addLabels(int index, com.google.api.LabelDescriptor.Builder builderForValue) {
+    public Builder addLabels(
+        int index, com.google.api.LabelDescriptor.Builder builderForValue) {
       if (labelsBuilder_ == null) {
         ensureLabelsIsMutable();
         labels_.add(index, builderForValue.build());
@@ -1609,8 +1495,6 @@ public Builder addLabels(int index, com.google.api.LabelDescriptor.Builder build
       return this;
     }
     /**
-     *
-     *
      * 
      * Required. A set of labels used to describe instances of this monitored
      * resource type. For example, an individual Google Cloud SQL database is
@@ -1623,7 +1507,8 @@ public Builder addAllLabels(
         java.lang.Iterable values) {
       if (labelsBuilder_ == null) {
         ensureLabelsIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, labels_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, labels_);
         onChanged();
       } else {
         labelsBuilder_.addAllMessages(values);
@@ -1631,8 +1516,6 @@ public Builder addAllLabels(
       return this;
     }
     /**
-     *
-     *
      * 
      * Required. A set of labels used to describe instances of this monitored
      * resource type. For example, an individual Google Cloud SQL database is
@@ -1652,8 +1535,6 @@ public Builder clearLabels() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Required. A set of labels used to describe instances of this monitored
      * resource type. For example, an individual Google Cloud SQL database is
@@ -1673,8 +1554,6 @@ public Builder removeLabels(int index) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Required. A set of labels used to describe instances of this monitored
      * resource type. For example, an individual Google Cloud SQL database is
@@ -1683,12 +1562,11 @@ public Builder removeLabels(int index) {
      *
      * repeated .google.api.LabelDescriptor labels = 4;
      */
-    public com.google.api.LabelDescriptor.Builder getLabelsBuilder(int index) {
+    public com.google.api.LabelDescriptor.Builder getLabelsBuilder(
+        int index) {
       return getLabelsFieldBuilder().getBuilder(index);
     }
     /**
-     *
-     *
      * 
      * Required. A set of labels used to describe instances of this monitored
      * resource type. For example, an individual Google Cloud SQL database is
@@ -1697,16 +1575,14 @@ public com.google.api.LabelDescriptor.Builder getLabelsBuilder(int index) {
      *
      * repeated .google.api.LabelDescriptor labels = 4;
      */
-    public com.google.api.LabelDescriptorOrBuilder getLabelsOrBuilder(int index) {
+    public com.google.api.LabelDescriptorOrBuilder getLabelsOrBuilder(
+        int index) {
       if (labelsBuilder_ == null) {
-        return labels_.get(index);
-      } else {
+        return labels_.get(index);  } else {
         return labelsBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
-     *
-     *
      * 
      * Required. A set of labels used to describe instances of this monitored
      * resource type. For example, an individual Google Cloud SQL database is
@@ -1715,8 +1591,8 @@ public com.google.api.LabelDescriptorOrBuilder getLabelsOrBuilder(int index) {
      *
      * repeated .google.api.LabelDescriptor labels = 4;
      */
-    public java.util.List
-        getLabelsOrBuilderList() {
+    public java.util.List 
+         getLabelsOrBuilderList() {
       if (labelsBuilder_ != null) {
         return labelsBuilder_.getMessageOrBuilderList();
       } else {
@@ -1724,8 +1600,6 @@ public com.google.api.LabelDescriptorOrBuilder getLabelsOrBuilder(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * Required. A set of labels used to describe instances of this monitored
      * resource type. For example, an individual Google Cloud SQL database is
@@ -1735,12 +1609,10 @@ public com.google.api.LabelDescriptorOrBuilder getLabelsOrBuilder(int index) {
      * repeated .google.api.LabelDescriptor labels = 4;
      */
     public com.google.api.LabelDescriptor.Builder addLabelsBuilder() {
-      return getLabelsFieldBuilder()
-          .addBuilder(com.google.api.LabelDescriptor.getDefaultInstance());
+      return getLabelsFieldBuilder().addBuilder(
+          com.google.api.LabelDescriptor.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * Required. A set of labels used to describe instances of this monitored
      * resource type. For example, an individual Google Cloud SQL database is
@@ -1749,13 +1621,12 @@ public com.google.api.LabelDescriptor.Builder addLabelsBuilder() {
      *
      * repeated .google.api.LabelDescriptor labels = 4;
      */
-    public com.google.api.LabelDescriptor.Builder addLabelsBuilder(int index) {
-      return getLabelsFieldBuilder()
-          .addBuilder(index, com.google.api.LabelDescriptor.getDefaultInstance());
+    public com.google.api.LabelDescriptor.Builder addLabelsBuilder(
+        int index) {
+      return getLabelsFieldBuilder().addBuilder(
+          index, com.google.api.LabelDescriptor.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * Required. A set of labels used to describe instances of this monitored
      * resource type. For example, an individual Google Cloud SQL database is
@@ -1764,22 +1635,20 @@ public com.google.api.LabelDescriptor.Builder addLabelsBuilder(int index) {
      *
      * repeated .google.api.LabelDescriptor labels = 4;
      */
-    public java.util.List getLabelsBuilderList() {
+    public java.util.List 
+         getLabelsBuilderList() {
       return getLabelsFieldBuilder().getBuilderList();
     }
-
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.api.LabelDescriptor,
-            com.google.api.LabelDescriptor.Builder,
-            com.google.api.LabelDescriptorOrBuilder>
+        com.google.api.LabelDescriptor, com.google.api.LabelDescriptor.Builder, com.google.api.LabelDescriptorOrBuilder> 
         getLabelsFieldBuilder() {
       if (labelsBuilder_ == null) {
-        labelsBuilder_ =
-            new com.google.protobuf.RepeatedFieldBuilderV3<
-                com.google.api.LabelDescriptor,
-                com.google.api.LabelDescriptor.Builder,
-                com.google.api.LabelDescriptorOrBuilder>(
-                labels_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean());
+        labelsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+            com.google.api.LabelDescriptor, com.google.api.LabelDescriptor.Builder, com.google.api.LabelDescriptorOrBuilder>(
+                labels_,
+                ((bitField0_ & 0x00000001) != 0),
+                getParentForChildren(),
+                isClean());
         labels_ = null;
       }
       return labelsBuilder_;
@@ -1787,47 +1656,37 @@ public java.util.List getLabelsBuilderLi
 
     private int launchStage_ = 0;
     /**
-     *
-     *
      * 
      * Optional. The launch stage of the monitored resource definition.
      * 
* * .google.api.LaunchStage launch_stage = 7; - * * @return The enum numeric value on the wire for launchStage. */ - @java.lang.Override - public int getLaunchStageValue() { + @java.lang.Override public int getLaunchStageValue() { return launchStage_; } /** - * - * *
      * Optional. The launch stage of the monitored resource definition.
      * 
* * .google.api.LaunchStage launch_stage = 7; - * * @param value The enum numeric value on the wire for launchStage to set. * @return This builder for chaining. */ public Builder setLaunchStageValue(int value) { - + launchStage_ = value; onChanged(); return this; } /** - * - * *
      * Optional. The launch stage of the monitored resource definition.
      * 
* * .google.api.LaunchStage launch_stage = 7; - * * @return The launchStage. */ @java.lang.Override @@ -1837,14 +1696,11 @@ public com.google.api.LaunchStage getLaunchStage() { return result == null ? com.google.api.LaunchStage.UNRECOGNIZED : result; } /** - * - * *
      * Optional. The launch stage of the monitored resource definition.
      * 
* * .google.api.LaunchStage launch_stage = 7; - * * @param value The launchStage to set. * @return This builder for chaining. */ @@ -1852,31 +1708,28 @@ public Builder setLaunchStage(com.google.api.LaunchStage value) { if (value == null) { throw new NullPointerException(); } - + launchStage_ = value.getNumber(); onChanged(); return this; } /** - * - * *
      * Optional. The launch stage of the monitored resource definition.
      * 
* * .google.api.LaunchStage launch_stage = 7; - * * @return This builder for chaining. */ public Builder clearLaunchStage() { - + launchStage_ = 0; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1886,12 +1739,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.MonitoredResourceDescriptor) } // @@protoc_insertion_point(class_scope:google.api.MonitoredResourceDescriptor) private static final com.google.api.MonitoredResourceDescriptor DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.MonitoredResourceDescriptor(); } @@ -1900,27 +1753,27 @@ public static com.google.api.MonitoredResourceDescriptor getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public MonitoredResourceDescriptor parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public MonitoredResourceDescriptor parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1935,4 +1788,6 @@ public com.google.protobuf.Parser getParserForType( public com.google.api.MonitoredResourceDescriptor getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceDescriptorOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceDescriptorOrBuilder.java similarity index 82% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceDescriptorOrBuilder.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceDescriptorOrBuilder.java index 0bfc3aa309..a041b3ade9 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceDescriptorOrBuilder.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceDescriptorOrBuilder.java @@ -1,31 +1,13 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/monitored_resource.proto package com.google.api; -public interface MonitoredResourceDescriptorOrBuilder - extends +public interface MonitoredResourceDescriptorOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.MonitoredResourceDescriptor) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Optional. The resource name of the monitored resource descriptor:
    * `"projects/{project_id}/monitoredResourceDescriptors/{type}"` where
@@ -36,13 +18,10 @@ public interface MonitoredResourceDescriptorOrBuilder
    * 
* * string name = 5; - * * @return The name. */ java.lang.String getName(); /** - * - * *
    * Optional. The resource name of the monitored resource descriptor:
    * `"projects/{project_id}/monitoredResourceDescriptors/{type}"` where
@@ -53,14 +32,12 @@ public interface MonitoredResourceDescriptorOrBuilder
    * 
* * string name = 5; - * * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
    * Required. The monitored resource type. For example, the type
    * `"cloudsql_database"` represents databases in Google Cloud SQL.
@@ -71,13 +48,10 @@ public interface MonitoredResourceDescriptorOrBuilder
    * 
* * string type = 1; - * * @return The type. */ java.lang.String getType(); /** - * - * *
    * Required. The monitored resource type. For example, the type
    * `"cloudsql_database"` represents databases in Google Cloud SQL.
@@ -88,14 +62,12 @@ public interface MonitoredResourceDescriptorOrBuilder
    * 
* * string type = 1; - * * @return The bytes for type. */ - com.google.protobuf.ByteString getTypeBytes(); + com.google.protobuf.ByteString + getTypeBytes(); /** - * - * *
    * Optional. A concise name for the monitored resource type that might be
    * displayed in user interfaces. It should be a Title Cased Noun Phrase,
@@ -104,13 +76,10 @@ public interface MonitoredResourceDescriptorOrBuilder
    * 
* * string display_name = 2; - * * @return The displayName. */ java.lang.String getDisplayName(); /** - * - * *
    * Optional. A concise name for the monitored resource type that might be
    * displayed in user interfaces. It should be a Title Cased Noun Phrase,
@@ -119,41 +88,34 @@ public interface MonitoredResourceDescriptorOrBuilder
    * 
* * string display_name = 2; - * * @return The bytes for displayName. */ - com.google.protobuf.ByteString getDisplayNameBytes(); + com.google.protobuf.ByteString + getDisplayNameBytes(); /** - * - * *
    * Optional. A detailed description of the monitored resource type that might
    * be used in documentation.
    * 
* * string description = 3; - * * @return The description. */ java.lang.String getDescription(); /** - * - * *
    * Optional. A detailed description of the monitored resource type that might
    * be used in documentation.
    * 
* * string description = 3; - * * @return The bytes for description. */ - com.google.protobuf.ByteString getDescriptionBytes(); + com.google.protobuf.ByteString + getDescriptionBytes(); /** - * - * *
    * Required. A set of labels used to describe instances of this monitored
    * resource type. For example, an individual Google Cloud SQL database is
@@ -162,10 +124,9 @@ public interface MonitoredResourceDescriptorOrBuilder
    *
    * repeated .google.api.LabelDescriptor labels = 4;
    */
-  java.util.List getLabelsList();
+  java.util.List 
+      getLabelsList();
   /**
-   *
-   *
    * 
    * Required. A set of labels used to describe instances of this monitored
    * resource type. For example, an individual Google Cloud SQL database is
@@ -176,8 +137,6 @@ public interface MonitoredResourceDescriptorOrBuilder
    */
   com.google.api.LabelDescriptor getLabels(int index);
   /**
-   *
-   *
    * 
    * Required. A set of labels used to describe instances of this monitored
    * resource type. For example, an individual Google Cloud SQL database is
@@ -188,8 +147,6 @@ public interface MonitoredResourceDescriptorOrBuilder
    */
   int getLabelsCount();
   /**
-   *
-   *
    * 
    * Required. A set of labels used to describe instances of this monitored
    * resource type. For example, an individual Google Cloud SQL database is
@@ -198,10 +155,9 @@ public interface MonitoredResourceDescriptorOrBuilder
    *
    * repeated .google.api.LabelDescriptor labels = 4;
    */
-  java.util.List getLabelsOrBuilderList();
+  java.util.List 
+      getLabelsOrBuilderList();
   /**
-   *
-   *
    * 
    * Required. A set of labels used to describe instances of this monitored
    * resource type. For example, an individual Google Cloud SQL database is
@@ -210,29 +166,24 @@ public interface MonitoredResourceDescriptorOrBuilder
    *
    * repeated .google.api.LabelDescriptor labels = 4;
    */
-  com.google.api.LabelDescriptorOrBuilder getLabelsOrBuilder(int index);
+  com.google.api.LabelDescriptorOrBuilder getLabelsOrBuilder(
+      int index);
 
   /**
-   *
-   *
    * 
    * Optional. The launch stage of the monitored resource definition.
    * 
* * .google.api.LaunchStage launch_stage = 7; - * * @return The enum numeric value on the wire for launchStage. */ int getLaunchStageValue(); /** - * - * *
    * Optional. The launch stage of the monitored resource definition.
    * 
* * .google.api.LaunchStage launch_stage = 7; - * * @return The launchStage. */ com.google.api.LaunchStage getLaunchStage(); diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceMetadata.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceMetadata.java similarity index 68% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceMetadata.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceMetadata.java index f13cde4071..039f467ef8 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceMetadata.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceMetadata.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/monitored_resource.proto package com.google.api; /** - * - * *
  * Auxiliary metadata for a [MonitoredResource][google.api.MonitoredResource] object.
  * [MonitoredResource][google.api.MonitoredResource] objects contain the minimum set of information to
@@ -32,60 +15,58 @@
  *
  * Protobuf type {@code google.api.MonitoredResourceMetadata}
  */
-public final class MonitoredResourceMetadata extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class MonitoredResourceMetadata extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.api.MonitoredResourceMetadata)
     MonitoredResourceMetadataOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use MonitoredResourceMetadata.newBuilder() to construct.
   private MonitoredResourceMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
-  private MonitoredResourceMetadata() {}
+  private MonitoredResourceMetadata() {
+  }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new MonitoredResourceMetadata();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-    return com.google.api.MonitoredResourceProto
-        .internal_static_google_api_MonitoredResourceMetadata_descriptor;
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
+    return com.google.api.MonitoredResourceProto.internal_static_google_api_MonitoredResourceMetadata_descriptor;
   }
 
   @SuppressWarnings({"rawtypes"})
   @java.lang.Override
-  protected com.google.protobuf.MapField internalGetMapField(int number) {
+  protected com.google.protobuf.MapField internalGetMapField(
+      int number) {
     switch (number) {
       case 2:
         return internalGetUserLabels();
       default:
-        throw new RuntimeException("Invalid map field number: " + number);
+        throw new RuntimeException(
+            "Invalid map field number: " + number);
     }
   }
-
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.api.MonitoredResourceProto
-        .internal_static_google_api_MonitoredResourceMetadata_fieldAccessorTable
+    return com.google.api.MonitoredResourceProto.internal_static_google_api_MonitoredResourceMetadata_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.api.MonitoredResourceMetadata.class,
-            com.google.api.MonitoredResourceMetadata.Builder.class);
+            com.google.api.MonitoredResourceMetadata.class, com.google.api.MonitoredResourceMetadata.Builder.class);
   }
 
   public static final int SYSTEM_LABELS_FIELD_NUMBER = 1;
   private com.google.protobuf.Struct systemLabels_;
   /**
-   *
-   *
    * 
    * Output only. Values for predefined system metadata labels.
    * System labels are a kind of metadata extracted by Google, including
@@ -99,7 +80,6 @@ protected com.google.protobuf.MapField internalGetMapField(int number) {
    * 
* * .google.protobuf.Struct system_labels = 1; - * * @return Whether the systemLabels field is set. */ @java.lang.Override @@ -107,8 +87,6 @@ public boolean hasSystemLabels() { return systemLabels_ != null; } /** - * - * *
    * Output only. Values for predefined system metadata labels.
    * System labels are a kind of metadata extracted by Google, including
@@ -122,7 +100,6 @@ public boolean hasSystemLabels() {
    * 
* * .google.protobuf.Struct system_labels = 1; - * * @return The systemLabels. */ @java.lang.Override @@ -130,8 +107,6 @@ public com.google.protobuf.Struct getSystemLabels() { return systemLabels_ == null ? com.google.protobuf.Struct.getDefaultInstance() : systemLabels_; } /** - * - * *
    * Output only. Values for predefined system metadata labels.
    * System labels are a kind of metadata extracted by Google, including
@@ -152,23 +127,24 @@ public com.google.protobuf.StructOrBuilder getSystemLabelsOrBuilder() {
   }
 
   public static final int USER_LABELS_FIELD_NUMBER = 2;
-
   private static final class UserLabelsDefaultEntryHolder {
-    static final com.google.protobuf.MapEntry defaultEntry =
-        com.google.protobuf.MapEntry.newDefaultInstance(
-            com.google.api.MonitoredResourceProto
-                .internal_static_google_api_MonitoredResourceMetadata_UserLabelsEntry_descriptor,
-            com.google.protobuf.WireFormat.FieldType.STRING,
-            "",
-            com.google.protobuf.WireFormat.FieldType.STRING,
-            "");
+    static final com.google.protobuf.MapEntry<
+        java.lang.String, java.lang.String> defaultEntry =
+            com.google.protobuf.MapEntry
+            .newDefaultInstance(
+                com.google.api.MonitoredResourceProto.internal_static_google_api_MonitoredResourceMetadata_UserLabelsEntry_descriptor, 
+                com.google.protobuf.WireFormat.FieldType.STRING,
+                "",
+                com.google.protobuf.WireFormat.FieldType.STRING,
+                "");
   }
-
-  private com.google.protobuf.MapField userLabels_;
-
-  private com.google.protobuf.MapField internalGetUserLabels() {
+  private com.google.protobuf.MapField<
+      java.lang.String, java.lang.String> userLabels_;
+  private com.google.protobuf.MapField
+  internalGetUserLabels() {
     if (userLabels_ == null) {
-      return com.google.protobuf.MapField.emptyMapField(UserLabelsDefaultEntryHolder.defaultEntry);
+      return com.google.protobuf.MapField.emptyMapField(
+          UserLabelsDefaultEntryHolder.defaultEntry);
     }
     return userLabels_;
   }
@@ -177,30 +153,28 @@ public int getUserLabelsCount() {
     return internalGetUserLabels().getMap().size();
   }
   /**
-   *
-   *
    * 
    * Output only. A map of user-defined metadata labels.
    * 
* * map<string, string> user_labels = 2; */ + @java.lang.Override - public boolean containsUserLabels(java.lang.String key) { - if (key == null) { - throw new NullPointerException("map key"); - } + public boolean containsUserLabels( + java.lang.String key) { + if (key == null) { throw new NullPointerException("map key"); } return internalGetUserLabels().getMap().containsKey(key); } - /** Use {@link #getUserLabelsMap()} instead. */ + /** + * Use {@link #getUserLabelsMap()} instead. + */ @java.lang.Override @java.lang.Deprecated public java.util.Map getUserLabels() { return getUserLabelsMap(); } /** - * - * *
    * Output only. A map of user-defined metadata labels.
    * 
@@ -208,12 +182,11 @@ public java.util.Map getUserLabels() { * map<string, string> user_labels = 2; */ @java.lang.Override + public java.util.Map getUserLabelsMap() { return internalGetUserLabels().getMap(); } /** - * - * *
    * Output only. A map of user-defined metadata labels.
    * 
@@ -221,17 +194,16 @@ public java.util.Map getUserLabelsMap() { * map<string, string> user_labels = 2; */ @java.lang.Override + public java.lang.String getUserLabelsOrDefault( - java.lang.String key, java.lang.String defaultValue) { - if (key == null) { - throw new NullPointerException("map key"); - } - java.util.Map map = internalGetUserLabels().getMap(); + java.lang.String key, + java.lang.String defaultValue) { + if (key == null) { throw new NullPointerException("map key"); } + java.util.Map map = + internalGetUserLabels().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** - * - * *
    * Output only. A map of user-defined metadata labels.
    * 
@@ -239,11 +211,12 @@ public java.lang.String getUserLabelsOrDefault( * map<string, string> user_labels = 2; */ @java.lang.Override - public java.lang.String getUserLabelsOrThrow(java.lang.String key) { - if (key == null) { - throw new NullPointerException("map key"); - } - java.util.Map map = internalGetUserLabels().getMap(); + + public java.lang.String getUserLabelsOrThrow( + java.lang.String key) { + if (key == null) { throw new NullPointerException("map key"); } + java.util.Map map = + internalGetUserLabels().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } @@ -251,7 +224,6 @@ public java.lang.String getUserLabelsOrThrow(java.lang.String key) { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -263,12 +235,17 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (systemLabels_ != null) { output.writeMessage(1, getSystemLabels()); } - com.google.protobuf.GeneratedMessageV3.serializeStringMapTo( - output, internalGetUserLabels(), UserLabelsDefaultEntryHolder.defaultEntry, 2); + com.google.protobuf.GeneratedMessageV3 + .serializeStringMapTo( + output, + internalGetUserLabels(), + UserLabelsDefaultEntryHolder.defaultEntry, + 2); getUnknownFields().writeTo(output); } @@ -279,17 +256,18 @@ public int getSerializedSize() { size = 0; if (systemLabels_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getSystemLabels()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getSystemLabels()); } - for (java.util.Map.Entry entry : - internalGetUserLabels().getMap().entrySet()) { - com.google.protobuf.MapEntry userLabels__ = - UserLabelsDefaultEntryHolder.defaultEntry - .newBuilderForType() - .setKey(entry.getKey()) - .setValue(entry.getValue()) - .build(); - size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, userLabels__); + for (java.util.Map.Entry entry + : internalGetUserLabels().getMap().entrySet()) { + com.google.protobuf.MapEntry + userLabels__ = UserLabelsDefaultEntryHolder.defaultEntry.newBuilderForType() + .setKey(entry.getKey()) + .setValue(entry.getValue()) + .build(); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, userLabels__); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -299,7 +277,7 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.MonitoredResourceMetadata)) { return super.equals(obj); @@ -308,9 +286,11 @@ public boolean equals(final java.lang.Object obj) { if (hasSystemLabels() != other.hasSystemLabels()) return false; if (hasSystemLabels()) { - if (!getSystemLabels().equals(other.getSystemLabels())) return false; + if (!getSystemLabels() + .equals(other.getSystemLabels())) return false; } - if (!internalGetUserLabels().equals(other.internalGetUserLabels())) return false; + if (!internalGetUserLabels().equals( + other.internalGetUserLabels())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -335,104 +315,97 @@ public int hashCode() { return hash; } - public static com.google.api.MonitoredResourceMetadata parseFrom(java.nio.ByteBuffer data) + public static com.google.api.MonitoredResourceMetadata parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.MonitoredResourceMetadata parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.MonitoredResourceMetadata parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.MonitoredResourceMetadata parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.MonitoredResourceMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.MonitoredResourceMetadata parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.MonitoredResourceMetadata parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.MonitoredResourceMetadata parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.api.MonitoredResourceMetadata parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.api.MonitoredResourceMetadata parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.MonitoredResourceMetadata parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.MonitoredResourceMetadata parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.MonitoredResourceMetadata parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.MonitoredResourceMetadata prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Auxiliary metadata for a [MonitoredResource][google.api.MonitoredResource] object.
    * [MonitoredResource][google.api.MonitoredResource] objects contain the minimum set of information to
@@ -444,52 +417,55 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.api.MonitoredResourceMetadata}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.api.MonitoredResourceMetadata)
       com.google.api.MonitoredResourceMetadataOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.api.MonitoredResourceProto
-          .internal_static_google_api_MonitoredResourceMetadata_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.api.MonitoredResourceProto.internal_static_google_api_MonitoredResourceMetadata_descriptor;
     }
 
     @SuppressWarnings({"rawtypes"})
-    protected com.google.protobuf.MapField internalGetMapField(int number) {
+    protected com.google.protobuf.MapField internalGetMapField(
+        int number) {
       switch (number) {
         case 2:
           return internalGetUserLabels();
         default:
-          throw new RuntimeException("Invalid map field number: " + number);
+          throw new RuntimeException(
+              "Invalid map field number: " + number);
       }
     }
-
     @SuppressWarnings({"rawtypes"})
-    protected com.google.protobuf.MapField internalGetMutableMapField(int number) {
+    protected com.google.protobuf.MapField internalGetMutableMapField(
+        int number) {
       switch (number) {
         case 2:
           return internalGetMutableUserLabels();
         default:
-          throw new RuntimeException("Invalid map field number: " + number);
+          throw new RuntimeException(
+              "Invalid map field number: " + number);
       }
     }
-
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.api.MonitoredResourceProto
-          .internal_static_google_api_MonitoredResourceMetadata_fieldAccessorTable
+      return com.google.api.MonitoredResourceProto.internal_static_google_api_MonitoredResourceMetadata_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.api.MonitoredResourceMetadata.class,
-              com.google.api.MonitoredResourceMetadata.Builder.class);
+              com.google.api.MonitoredResourceMetadata.class, com.google.api.MonitoredResourceMetadata.Builder.class);
     }
 
     // Construct using com.google.api.MonitoredResourceMetadata.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -504,9 +480,9 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-      return com.google.api.MonitoredResourceProto
-          .internal_static_google_api_MonitoredResourceMetadata_descriptor;
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
+      return com.google.api.MonitoredResourceProto.internal_static_google_api_MonitoredResourceMetadata_descriptor;
     }
 
     @java.lang.Override
@@ -525,8 +501,7 @@ public com.google.api.MonitoredResourceMetadata build() {
 
     @java.lang.Override
     public com.google.api.MonitoredResourceMetadata buildPartial() {
-      com.google.api.MonitoredResourceMetadata result =
-          new com.google.api.MonitoredResourceMetadata(this);
+      com.google.api.MonitoredResourceMetadata result = new com.google.api.MonitoredResourceMetadata(this);
       int from_bitField0_ = bitField0_;
       if (systemLabelsBuilder_ == null) {
         result.systemLabels_ = systemLabels_;
@@ -543,39 +518,38 @@ public com.google.api.MonitoredResourceMetadata buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.api.MonitoredResourceMetadata) {
-        return mergeFrom((com.google.api.MonitoredResourceMetadata) other);
+        return mergeFrom((com.google.api.MonitoredResourceMetadata)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -587,7 +561,8 @@ public Builder mergeFrom(com.google.api.MonitoredResourceMetadata other) {
       if (other.hasSystemLabels()) {
         mergeSystemLabels(other.getSystemLabels());
       }
-      internalGetMutableUserLabels().mergeFrom(other.internalGetUserLabels());
+      internalGetMutableUserLabels().mergeFrom(
+          other.internalGetUserLabels());
       this.mergeUnknownFields(other.getUnknownFields());
       onChanged();
       return this;
@@ -614,30 +589,27 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                input.readMessage(getSystemLabelsFieldBuilder().getBuilder(), extensionRegistry);
+            case 10: {
+              input.readMessage(
+                  getSystemLabelsFieldBuilder().getBuilder(),
+                  extensionRegistry);
 
-                break;
-              } // case 10
-            case 18:
-              {
-                com.google.protobuf.MapEntry userLabels__ =
-                    input.readMessage(
-                        UserLabelsDefaultEntryHolder.defaultEntry.getParserForType(),
-                        extensionRegistry);
-                internalGetMutableUserLabels()
-                    .getMutableMap()
-                    .put(userLabels__.getKey(), userLabels__.getValue());
-                break;
-              } // case 18
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+              break;
+            } // case 10
+            case 18: {
+              com.google.protobuf.MapEntry
+              userLabels__ = input.readMessage(
+                  UserLabelsDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
+              internalGetMutableUserLabels().getMutableMap().put(
+                  userLabels__.getKey(), userLabels__.getValue());
+              break;
+            } // case 18
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -647,18 +619,12 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private com.google.protobuf.Struct systemLabels_;
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Struct,
-            com.google.protobuf.Struct.Builder,
-            com.google.protobuf.StructOrBuilder>
-        systemLabelsBuilder_;
+        com.google.protobuf.Struct, com.google.protobuf.Struct.Builder, com.google.protobuf.StructOrBuilder> systemLabelsBuilder_;
     /**
-     *
-     *
      * 
      * Output only. Values for predefined system metadata labels.
      * System labels are a kind of metadata extracted by Google, including
@@ -672,15 +638,12 @@ public Builder mergeFrom(
      * 
* * .google.protobuf.Struct system_labels = 1; - * * @return Whether the systemLabels field is set. */ public boolean hasSystemLabels() { return systemLabelsBuilder_ != null || systemLabels_ != null; } /** - * - * *
      * Output only. Values for predefined system metadata labels.
      * System labels are a kind of metadata extracted by Google, including
@@ -694,21 +657,16 @@ public boolean hasSystemLabels() {
      * 
* * .google.protobuf.Struct system_labels = 1; - * * @return The systemLabels. */ public com.google.protobuf.Struct getSystemLabels() { if (systemLabelsBuilder_ == null) { - return systemLabels_ == null - ? com.google.protobuf.Struct.getDefaultInstance() - : systemLabels_; + return systemLabels_ == null ? com.google.protobuf.Struct.getDefaultInstance() : systemLabels_; } else { return systemLabelsBuilder_.getMessage(); } } /** - * - * *
      * Output only. Values for predefined system metadata labels.
      * System labels are a kind of metadata extracted by Google, including
@@ -737,8 +695,6 @@ public Builder setSystemLabels(com.google.protobuf.Struct value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Output only. Values for predefined system metadata labels.
      * System labels are a kind of metadata extracted by Google, including
@@ -753,7 +709,8 @@ public Builder setSystemLabels(com.google.protobuf.Struct value) {
      *
      * .google.protobuf.Struct system_labels = 1;
      */
-    public Builder setSystemLabels(com.google.protobuf.Struct.Builder builderForValue) {
+    public Builder setSystemLabels(
+        com.google.protobuf.Struct.Builder builderForValue) {
       if (systemLabelsBuilder_ == null) {
         systemLabels_ = builderForValue.build();
         onChanged();
@@ -764,8 +721,6 @@ public Builder setSystemLabels(com.google.protobuf.Struct.Builder builderForValu
       return this;
     }
     /**
-     *
-     *
      * 
      * Output only. Values for predefined system metadata labels.
      * System labels are a kind of metadata extracted by Google, including
@@ -784,7 +739,7 @@ public Builder mergeSystemLabels(com.google.protobuf.Struct value) {
       if (systemLabelsBuilder_ == null) {
         if (systemLabels_ != null) {
           systemLabels_ =
-              com.google.protobuf.Struct.newBuilder(systemLabels_).mergeFrom(value).buildPartial();
+            com.google.protobuf.Struct.newBuilder(systemLabels_).mergeFrom(value).buildPartial();
         } else {
           systemLabels_ = value;
         }
@@ -796,8 +751,6 @@ public Builder mergeSystemLabels(com.google.protobuf.Struct value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Output only. Values for predefined system metadata labels.
      * System labels are a kind of metadata extracted by Google, including
@@ -824,8 +777,6 @@ public Builder clearSystemLabels() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Output only. Values for predefined system metadata labels.
      * System labels are a kind of metadata extracted by Google, including
@@ -841,13 +792,11 @@ public Builder clearSystemLabels() {
      * .google.protobuf.Struct system_labels = 1;
      */
     public com.google.protobuf.Struct.Builder getSystemLabelsBuilder() {
-
+      
       onChanged();
       return getSystemLabelsFieldBuilder().getBuilder();
     }
     /**
-     *
-     *
      * 
      * Output only. Values for predefined system metadata labels.
      * System labels are a kind of metadata extracted by Google, including
@@ -866,14 +815,11 @@ public com.google.protobuf.StructOrBuilder getSystemLabelsOrBuilder() {
       if (systemLabelsBuilder_ != null) {
         return systemLabelsBuilder_.getMessageOrBuilder();
       } else {
-        return systemLabels_ == null
-            ? com.google.protobuf.Struct.getDefaultInstance()
-            : systemLabels_;
+        return systemLabels_ == null ?
+            com.google.protobuf.Struct.getDefaultInstance() : systemLabels_;
       }
     }
     /**
-     *
-     *
      * 
      * Output only. Values for predefined system metadata labels.
      * System labels are a kind of metadata extracted by Google, including
@@ -889,40 +835,35 @@ public com.google.protobuf.StructOrBuilder getSystemLabelsOrBuilder() {
      * .google.protobuf.Struct system_labels = 1;
      */
     private com.google.protobuf.SingleFieldBuilderV3<
-            com.google.protobuf.Struct,
-            com.google.protobuf.Struct.Builder,
-            com.google.protobuf.StructOrBuilder>
+        com.google.protobuf.Struct, com.google.protobuf.Struct.Builder, com.google.protobuf.StructOrBuilder> 
         getSystemLabelsFieldBuilder() {
       if (systemLabelsBuilder_ == null) {
-        systemLabelsBuilder_ =
-            new com.google.protobuf.SingleFieldBuilderV3<
-                com.google.protobuf.Struct,
-                com.google.protobuf.Struct.Builder,
-                com.google.protobuf.StructOrBuilder>(
-                getSystemLabels(), getParentForChildren(), isClean());
+        systemLabelsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+            com.google.protobuf.Struct, com.google.protobuf.Struct.Builder, com.google.protobuf.StructOrBuilder>(
+                getSystemLabels(),
+                getParentForChildren(),
+                isClean());
         systemLabels_ = null;
       }
       return systemLabelsBuilder_;
     }
 
-    private com.google.protobuf.MapField userLabels_;
-
+    private com.google.protobuf.MapField<
+        java.lang.String, java.lang.String> userLabels_;
     private com.google.protobuf.MapField
-        internalGetUserLabels() {
+    internalGetUserLabels() {
       if (userLabels_ == null) {
         return com.google.protobuf.MapField.emptyMapField(
             UserLabelsDefaultEntryHolder.defaultEntry);
       }
       return userLabels_;
     }
-
     private com.google.protobuf.MapField
-        internalGetMutableUserLabels() {
-      onChanged();
-      ;
+    internalGetMutableUserLabels() {
+      onChanged();;
       if (userLabels_ == null) {
-        userLabels_ =
-            com.google.protobuf.MapField.newMapField(UserLabelsDefaultEntryHolder.defaultEntry);
+        userLabels_ = com.google.protobuf.MapField.newMapField(
+            UserLabelsDefaultEntryHolder.defaultEntry);
       }
       if (!userLabels_.isMutable()) {
         userLabels_ = userLabels_.copy();
@@ -934,30 +875,28 @@ public int getUserLabelsCount() {
       return internalGetUserLabels().getMap().size();
     }
     /**
-     *
-     *
      * 
      * Output only. A map of user-defined metadata labels.
      * 
* * map<string, string> user_labels = 2; */ + @java.lang.Override - public boolean containsUserLabels(java.lang.String key) { - if (key == null) { - throw new NullPointerException("map key"); - } + public boolean containsUserLabels( + java.lang.String key) { + if (key == null) { throw new NullPointerException("map key"); } return internalGetUserLabels().getMap().containsKey(key); } - /** Use {@link #getUserLabelsMap()} instead. */ + /** + * Use {@link #getUserLabelsMap()} instead. + */ @java.lang.Override @java.lang.Deprecated public java.util.Map getUserLabels() { return getUserLabelsMap(); } /** - * - * *
      * Output only. A map of user-defined metadata labels.
      * 
@@ -965,12 +904,11 @@ public java.util.Map getUserLabels() { * map<string, string> user_labels = 2; */ @java.lang.Override + public java.util.Map getUserLabelsMap() { return internalGetUserLabels().getMap(); } /** - * - * *
      * Output only. A map of user-defined metadata labels.
      * 
@@ -978,17 +916,16 @@ public java.util.Map getUserLabelsMap() { * map<string, string> user_labels = 2; */ @java.lang.Override + public java.lang.String getUserLabelsOrDefault( - java.lang.String key, java.lang.String defaultValue) { - if (key == null) { - throw new NullPointerException("map key"); - } - java.util.Map map = internalGetUserLabels().getMap(); + java.lang.String key, + java.lang.String defaultValue) { + if (key == null) { throw new NullPointerException("map key"); } + java.util.Map map = + internalGetUserLabels().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** - * - * *
      * Output only. A map of user-defined metadata labels.
      * 
@@ -996,11 +933,12 @@ public java.lang.String getUserLabelsOrDefault( * map<string, string> user_labels = 2; */ @java.lang.Override - public java.lang.String getUserLabelsOrThrow(java.lang.String key) { - if (key == null) { - throw new NullPointerException("map key"); - } - java.util.Map map = internalGetUserLabels().getMap(); + + public java.lang.String getUserLabelsOrThrow( + java.lang.String key) { + if (key == null) { throw new NullPointerException("map key"); } + java.util.Map map = + internalGetUserLabels().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } @@ -1008,66 +946,69 @@ public java.lang.String getUserLabelsOrThrow(java.lang.String key) { } public Builder clearUserLabels() { - internalGetMutableUserLabels().getMutableMap().clear(); + internalGetMutableUserLabels().getMutableMap() + .clear(); return this; } /** - * - * *
      * Output only. A map of user-defined metadata labels.
      * 
* * map<string, string> user_labels = 2; */ - public Builder removeUserLabels(java.lang.String key) { - if (key == null) { - throw new NullPointerException("map key"); - } - internalGetMutableUserLabels().getMutableMap().remove(key); + + public Builder removeUserLabels( + java.lang.String key) { + if (key == null) { throw new NullPointerException("map key"); } + internalGetMutableUserLabels().getMutableMap() + .remove(key); return this; } - /** Use alternate mutation accessors instead. */ + /** + * Use alternate mutation accessors instead. + */ @java.lang.Deprecated - public java.util.Map getMutableUserLabels() { + public java.util.Map + getMutableUserLabels() { return internalGetMutableUserLabels().getMutableMap(); } /** - * - * *
      * Output only. A map of user-defined metadata labels.
      * 
* * map<string, string> user_labels = 2; */ - public Builder putUserLabels(java.lang.String key, java.lang.String value) { - if (key == null) { - throw new NullPointerException("map key"); - } + public Builder putUserLabels( + java.lang.String key, + java.lang.String value) { + if (key == null) { throw new NullPointerException("map key"); } if (value == null) { - throw new NullPointerException("map value"); - } + throw new NullPointerException("map value"); +} - internalGetMutableUserLabels().getMutableMap().put(key, value); + internalGetMutableUserLabels().getMutableMap() + .put(key, value); return this; } /** - * - * *
      * Output only. A map of user-defined metadata labels.
      * 
* * map<string, string> user_labels = 2; */ - public Builder putAllUserLabels(java.util.Map values) { - internalGetMutableUserLabels().getMutableMap().putAll(values); + + public Builder putAllUserLabels( + java.util.Map values) { + internalGetMutableUserLabels().getMutableMap() + .putAll(values); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1077,12 +1018,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.MonitoredResourceMetadata) } // @@protoc_insertion_point(class_scope:google.api.MonitoredResourceMetadata) private static final com.google.api.MonitoredResourceMetadata DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.MonitoredResourceMetadata(); } @@ -1091,27 +1032,27 @@ public static com.google.api.MonitoredResourceMetadata getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public MonitoredResourceMetadata parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public MonitoredResourceMetadata parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1126,4 +1067,6 @@ public com.google.protobuf.Parser getParserForType() public com.google.api.MonitoredResourceMetadata getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceMetadataOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceMetadataOrBuilder.java similarity index 72% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceMetadataOrBuilder.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceMetadataOrBuilder.java index ac5ffa2220..69fe48d70e 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceMetadataOrBuilder.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceMetadataOrBuilder.java @@ -1,31 +1,13 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/monitored_resource.proto package com.google.api; -public interface MonitoredResourceMetadataOrBuilder - extends +public interface MonitoredResourceMetadataOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.MonitoredResourceMetadata) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Output only. Values for predefined system metadata labels.
    * System labels are a kind of metadata extracted by Google, including
@@ -39,13 +21,10 @@ public interface MonitoredResourceMetadataOrBuilder
    * 
* * .google.protobuf.Struct system_labels = 1; - * * @return Whether the systemLabels field is set. */ boolean hasSystemLabels(); /** - * - * *
    * Output only. Values for predefined system metadata labels.
    * System labels are a kind of metadata extracted by Google, including
@@ -59,13 +38,10 @@ public interface MonitoredResourceMetadataOrBuilder
    * 
* * .google.protobuf.Struct system_labels = 1; - * * @return The systemLabels. */ com.google.protobuf.Struct getSystemLabels(); /** - * - * *
    * Output only. Values for predefined system metadata labels.
    * System labels are a kind of metadata extracted by Google, including
@@ -83,8 +59,6 @@ public interface MonitoredResourceMetadataOrBuilder
   com.google.protobuf.StructOrBuilder getSystemLabelsOrBuilder();
 
   /**
-   *
-   *
    * 
    * Output only. A map of user-defined metadata labels.
    * 
@@ -93,31 +67,30 @@ public interface MonitoredResourceMetadataOrBuilder */ int getUserLabelsCount(); /** - * - * *
    * Output only. A map of user-defined metadata labels.
    * 
* * map<string, string> user_labels = 2; */ - boolean containsUserLabels(java.lang.String key); - /** Use {@link #getUserLabelsMap()} instead. */ + boolean containsUserLabels( + java.lang.String key); + /** + * Use {@link #getUserLabelsMap()} instead. + */ @java.lang.Deprecated - java.util.Map getUserLabels(); + java.util.Map + getUserLabels(); /** - * - * *
    * Output only. A map of user-defined metadata labels.
    * 
* * map<string, string> user_labels = 2; */ - java.util.Map getUserLabelsMap(); + java.util.Map + getUserLabelsMap(); /** - * - * *
    * Output only. A map of user-defined metadata labels.
    * 
@@ -126,18 +99,18 @@ public interface MonitoredResourceMetadataOrBuilder */ /* nullable */ - java.lang.String getUserLabelsOrDefault( +java.lang.String getUserLabelsOrDefault( java.lang.String key, /* nullable */ - java.lang.String defaultValue); +java.lang.String defaultValue); /** - * - * *
    * Output only. A map of user-defined metadata labels.
    * 
* * map<string, string> user_labels = 2; */ - java.lang.String getUserLabelsOrThrow(java.lang.String key); + + java.lang.String getUserLabelsOrThrow( + java.lang.String key); } diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceOrBuilder.java similarity index 72% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceOrBuilder.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceOrBuilder.java index b07b2575bc..1abe91f46f 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceOrBuilder.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceOrBuilder.java @@ -1,31 +1,13 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/monitored_resource.proto package com.google.api; -public interface MonitoredResourceOrBuilder - extends +public interface MonitoredResourceOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.MonitoredResource) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Required. The monitored resource type. This field must match
    * the `type` field of a [MonitoredResourceDescriptor][google.api.MonitoredResourceDescriptor] object. For
@@ -35,13 +17,10 @@ public interface MonitoredResourceOrBuilder
    * 
* * string type = 1; - * * @return The type. */ java.lang.String getType(); /** - * - * *
    * Required. The monitored resource type. This field must match
    * the `type` field of a [MonitoredResourceDescriptor][google.api.MonitoredResourceDescriptor] object. For
@@ -51,14 +30,12 @@ public interface MonitoredResourceOrBuilder
    * 
* * string type = 1; - * * @return The bytes for type. */ - com.google.protobuf.ByteString getTypeBytes(); + com.google.protobuf.ByteString + getTypeBytes(); /** - * - * *
    * Required. Values for all of the labels listed in the associated monitored
    * resource descriptor. For example, Compute Engine VM instances use the
@@ -69,8 +46,6 @@ public interface MonitoredResourceOrBuilder
    */
   int getLabelsCount();
   /**
-   *
-   *
    * 
    * Required. Values for all of the labels listed in the associated monitored
    * resource descriptor. For example, Compute Engine VM instances use the
@@ -79,13 +54,15 @@ public interface MonitoredResourceOrBuilder
    *
    * map<string, string> labels = 2;
    */
-  boolean containsLabels(java.lang.String key);
-  /** Use {@link #getLabelsMap()} instead. */
+  boolean containsLabels(
+      java.lang.String key);
+  /**
+   * Use {@link #getLabelsMap()} instead.
+   */
   @java.lang.Deprecated
-  java.util.Map getLabels();
+  java.util.Map
+  getLabels();
   /**
-   *
-   *
    * 
    * Required. Values for all of the labels listed in the associated monitored
    * resource descriptor. For example, Compute Engine VM instances use the
@@ -94,10 +71,9 @@ public interface MonitoredResourceOrBuilder
    *
    * map<string, string> labels = 2;
    */
-  java.util.Map getLabelsMap();
+  java.util.Map
+  getLabelsMap();
   /**
-   *
-   *
    * 
    * Required. Values for all of the labels listed in the associated monitored
    * resource descriptor. For example, Compute Engine VM instances use the
@@ -108,13 +84,11 @@ public interface MonitoredResourceOrBuilder
    */
 
   /* nullable */
-  java.lang.String getLabelsOrDefault(
+java.lang.String getLabelsOrDefault(
       java.lang.String key,
       /* nullable */
-      java.lang.String defaultValue);
+java.lang.String defaultValue);
   /**
-   *
-   *
    * 
    * Required. Values for all of the labels listed in the associated monitored
    * resource descriptor. For example, Compute Engine VM instances use the
@@ -123,5 +97,7 @@ java.lang.String getLabelsOrDefault(
    *
    * map<string, string> labels = 2;
    */
-  java.lang.String getLabelsOrThrow(java.lang.String key);
+
+  java.lang.String getLabelsOrThrow(
+      java.lang.String key);
 }
diff --git a/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceProto.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceProto.java
new file mode 100644
index 0000000000..79e69d3b67
--- /dev/null
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MonitoredResourceProto.java
@@ -0,0 +1,116 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/api/monitored_resource.proto
+
+package com.google.api;
+
+public final class MonitoredResourceProto {
+  private MonitoredResourceProto() {}
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistryLite registry) {
+  }
+
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistry registry) {
+    registerAllExtensions(
+        (com.google.protobuf.ExtensionRegistryLite) registry);
+  }
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_api_MonitoredResourceDescriptor_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_api_MonitoredResourceDescriptor_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_api_MonitoredResource_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_api_MonitoredResource_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_api_MonitoredResource_LabelsEntry_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_api_MonitoredResource_LabelsEntry_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_api_MonitoredResourceMetadata_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_api_MonitoredResourceMetadata_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_api_MonitoredResourceMetadata_UserLabelsEntry_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_api_MonitoredResourceMetadata_UserLabelsEntry_fieldAccessorTable;
+
+  public static com.google.protobuf.Descriptors.FileDescriptor
+      getDescriptor() {
+    return descriptor;
+  }
+  private static  com.google.protobuf.Descriptors.FileDescriptor
+      descriptor;
+  static {
+    java.lang.String[] descriptorData = {
+      "\n#google/api/monitored_resource.proto\022\ng" +
+      "oogle.api\032\026google/api/label.proto\032\035googl" +
+      "e/api/launch_stage.proto\032\034google/protobu" +
+      "f/struct.proto\"\300\001\n\033MonitoredResourceDesc" +
+      "riptor\022\014\n\004name\030\005 \001(\t\022\014\n\004type\030\001 \001(\t\022\024\n\014di" +
+      "splay_name\030\002 \001(\t\022\023\n\013description\030\003 \001(\t\022+\n" +
+      "\006labels\030\004 \003(\0132\033.google.api.LabelDescript" +
+      "or\022-\n\014launch_stage\030\007 \001(\0162\027.google.api.La" +
+      "unchStage\"\213\001\n\021MonitoredResource\022\014\n\004type\030" +
+      "\001 \001(\t\0229\n\006labels\030\002 \003(\0132).google.api.Monit" +
+      "oredResource.LabelsEntry\032-\n\013LabelsEntry\022" +
+      "\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"\312\001\n\031Moni" +
+      "toredResourceMetadata\022.\n\rsystem_labels\030\001" +
+      " \001(\0132\027.google.protobuf.Struct\022J\n\013user_la" +
+      "bels\030\002 \003(\01325.google.api.MonitoredResourc" +
+      "eMetadata.UserLabelsEntry\0321\n\017UserLabelsE" +
+      "ntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001By\n\016" +
+      "com.google.apiB\026MonitoredResourceProtoP\001" +
+      "ZCgoogle.golang.org/genproto/googleapis/" +
+      "api/monitoredres;monitoredres\370\001\001\242\002\004GAPIb" +
+      "\006proto3"
+    };
+    descriptor = com.google.protobuf.Descriptors.FileDescriptor
+      .internalBuildGeneratedFileFrom(descriptorData,
+        new com.google.protobuf.Descriptors.FileDescriptor[] {
+          com.google.api.LabelProto.getDescriptor(),
+          com.google.api.LaunchStageProto.getDescriptor(),
+          com.google.protobuf.StructProto.getDescriptor(),
+        });
+    internal_static_google_api_MonitoredResourceDescriptor_descriptor =
+      getDescriptor().getMessageTypes().get(0);
+    internal_static_google_api_MonitoredResourceDescriptor_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_api_MonitoredResourceDescriptor_descriptor,
+        new java.lang.String[] { "Name", "Type", "DisplayName", "Description", "Labels", "LaunchStage", });
+    internal_static_google_api_MonitoredResource_descriptor =
+      getDescriptor().getMessageTypes().get(1);
+    internal_static_google_api_MonitoredResource_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_api_MonitoredResource_descriptor,
+        new java.lang.String[] { "Type", "Labels", });
+    internal_static_google_api_MonitoredResource_LabelsEntry_descriptor =
+      internal_static_google_api_MonitoredResource_descriptor.getNestedTypes().get(0);
+    internal_static_google_api_MonitoredResource_LabelsEntry_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_api_MonitoredResource_LabelsEntry_descriptor,
+        new java.lang.String[] { "Key", "Value", });
+    internal_static_google_api_MonitoredResourceMetadata_descriptor =
+      getDescriptor().getMessageTypes().get(2);
+    internal_static_google_api_MonitoredResourceMetadata_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_api_MonitoredResourceMetadata_descriptor,
+        new java.lang.String[] { "SystemLabels", "UserLabels", });
+    internal_static_google_api_MonitoredResourceMetadata_UserLabelsEntry_descriptor =
+      internal_static_google_api_MonitoredResourceMetadata_descriptor.getNestedTypes().get(0);
+    internal_static_google_api_MonitoredResourceMetadata_UserLabelsEntry_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_api_MonitoredResourceMetadata_UserLabelsEntry_descriptor,
+        new java.lang.String[] { "Key", "Value", });
+    com.google.api.LabelProto.getDescriptor();
+    com.google.api.LaunchStageProto.getDescriptor();
+    com.google.protobuf.StructProto.getDescriptor();
+  }
+
+  // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Monitoring.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Monitoring.java
similarity index 81%
rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Monitoring.java
rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Monitoring.java
index 357a98286c..b0810f833b 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Monitoring.java
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Monitoring.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/api/monitoring.proto
 
 package com.google.api;
 
 /**
- *
- *
  * 
  * Monitoring configuration of the service.
  * The example below shows how to configure monitored resources and metrics
@@ -76,16 +59,15 @@
  *
  * Protobuf type {@code google.api.Monitoring}
  */
-public final class Monitoring extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class Monitoring extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.api.Monitoring)
     MonitoringOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use Monitoring.newBuilder() to construct.
   private Monitoring(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private Monitoring() {
     producerDestinations_ = java.util.Collections.emptyList();
     consumerDestinations_ = java.util.Collections.emptyList();
@@ -93,16 +75,18 @@ private Monitoring() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new Monitoring();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
     return com.google.api.MonitoringProto.internal_static_google_api_Monitoring_descriptor;
   }
 
@@ -114,96 +98,78 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
             com.google.api.Monitoring.class, com.google.api.Monitoring.Builder.class);
   }
 
-  public interface MonitoringDestinationOrBuilder
-      extends
+  public interface MonitoringDestinationOrBuilder extends
       // @@protoc_insertion_point(interface_extends:google.api.Monitoring.MonitoringDestination)
       com.google.protobuf.MessageOrBuilder {
 
     /**
-     *
-     *
      * 
      * The monitored resource type. The type must be defined in
      * [Service.monitored_resources][google.api.Service.monitored_resources] section.
      * 
* * string monitored_resource = 1; - * * @return The monitoredResource. */ java.lang.String getMonitoredResource(); /** - * - * *
      * The monitored resource type. The type must be defined in
      * [Service.monitored_resources][google.api.Service.monitored_resources] section.
      * 
* * string monitored_resource = 1; - * * @return The bytes for monitoredResource. */ - com.google.protobuf.ByteString getMonitoredResourceBytes(); + com.google.protobuf.ByteString + getMonitoredResourceBytes(); /** - * - * *
      * Types of the metrics to report to this monitoring destination.
      * Each type must be defined in [Service.metrics][google.api.Service.metrics] section.
      * 
* * repeated string metrics = 2; - * * @return A list containing the metrics. */ - java.util.List getMetricsList(); + java.util.List + getMetricsList(); /** - * - * *
      * Types of the metrics to report to this monitoring destination.
      * Each type must be defined in [Service.metrics][google.api.Service.metrics] section.
      * 
* * repeated string metrics = 2; - * * @return The count of metrics. */ int getMetricsCount(); /** - * - * *
      * Types of the metrics to report to this monitoring destination.
      * Each type must be defined in [Service.metrics][google.api.Service.metrics] section.
      * 
* * repeated string metrics = 2; - * * @param index The index of the element to return. * @return The metrics at the given index. */ java.lang.String getMetrics(int index); /** - * - * *
      * Types of the metrics to report to this monitoring destination.
      * Each type must be defined in [Service.metrics][google.api.Service.metrics] section.
      * 
* * repeated string metrics = 2; - * * @param index The index of the value to return. * @return The bytes of the metrics at the given index. */ - com.google.protobuf.ByteString getMetricsBytes(int index); + com.google.protobuf.ByteString + getMetricsBytes(int index); } /** - * - * *
    * Configuration of a specific monitoring destination (the producer project
    * or the consumer project).
@@ -211,16 +177,15 @@ public interface MonitoringDestinationOrBuilder
    *
    * Protobuf type {@code google.api.Monitoring.MonitoringDestination}
    */
-  public static final class MonitoringDestination extends com.google.protobuf.GeneratedMessageV3
-      implements
+  public static final class MonitoringDestination extends
+      com.google.protobuf.GeneratedMessageV3 implements
       // @@protoc_insertion_point(message_implements:google.api.Monitoring.MonitoringDestination)
       MonitoringDestinationOrBuilder {
-    private static final long serialVersionUID = 0L;
+  private static final long serialVersionUID = 0L;
     // Use MonitoringDestination.newBuilder() to construct.
     private MonitoringDestination(com.google.protobuf.GeneratedMessageV3.Builder builder) {
       super(builder);
     }
-
     private MonitoringDestination() {
       monitoredResource_ = "";
       metrics_ = com.google.protobuf.LazyStringArrayList.EMPTY;
@@ -228,42 +193,38 @@ private MonitoringDestination() {
 
     @java.lang.Override
     @SuppressWarnings({"unused"})
-    protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+    protected java.lang.Object newInstance(
+        UnusedPrivateParameter unused) {
       return new MonitoringDestination();
     }
 
     @java.lang.Override
-    public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+    public final com.google.protobuf.UnknownFieldSet
+    getUnknownFields() {
       return this.unknownFields;
     }
-
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-      return com.google.api.MonitoringProto
-          .internal_static_google_api_Monitoring_MonitoringDestination_descriptor;
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
+      return com.google.api.MonitoringProto.internal_static_google_api_Monitoring_MonitoringDestination_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.api.MonitoringProto
-          .internal_static_google_api_Monitoring_MonitoringDestination_fieldAccessorTable
+      return com.google.api.MonitoringProto.internal_static_google_api_Monitoring_MonitoringDestination_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.api.Monitoring.MonitoringDestination.class,
-              com.google.api.Monitoring.MonitoringDestination.Builder.class);
+              com.google.api.Monitoring.MonitoringDestination.class, com.google.api.Monitoring.MonitoringDestination.Builder.class);
     }
 
     public static final int MONITORED_RESOURCE_FIELD_NUMBER = 1;
     private volatile java.lang.Object monitoredResource_;
     /**
-     *
-     *
      * 
      * The monitored resource type. The type must be defined in
      * [Service.monitored_resources][google.api.Service.monitored_resources] section.
      * 
* * string monitored_resource = 1; - * * @return The monitoredResource. */ @java.lang.Override @@ -272,30 +233,30 @@ public java.lang.String getMonitoredResource() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); monitoredResource_ = s; return s; } } /** - * - * *
      * The monitored resource type. The type must be defined in
      * [Service.monitored_resources][google.api.Service.monitored_resources] section.
      * 
* * string monitored_resource = 1; - * * @return The bytes for monitoredResource. */ @java.lang.Override - public com.google.protobuf.ByteString getMonitoredResourceBytes() { + public com.google.protobuf.ByteString + getMonitoredResourceBytes() { java.lang.Object ref = monitoredResource_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); monitoredResource_ = b; return b; } else { @@ -306,45 +267,37 @@ public com.google.protobuf.ByteString getMonitoredResourceBytes() { public static final int METRICS_FIELD_NUMBER = 2; private com.google.protobuf.LazyStringList metrics_; /** - * - * *
      * Types of the metrics to report to this monitoring destination.
      * Each type must be defined in [Service.metrics][google.api.Service.metrics] section.
      * 
* * repeated string metrics = 2; - * * @return A list containing the metrics. */ - public com.google.protobuf.ProtocolStringList getMetricsList() { + public com.google.protobuf.ProtocolStringList + getMetricsList() { return metrics_; } /** - * - * *
      * Types of the metrics to report to this monitoring destination.
      * Each type must be defined in [Service.metrics][google.api.Service.metrics] section.
      * 
* * repeated string metrics = 2; - * * @return The count of metrics. */ public int getMetricsCount() { return metrics_.size(); } /** - * - * *
      * Types of the metrics to report to this monitoring destination.
      * Each type must be defined in [Service.metrics][google.api.Service.metrics] section.
      * 
* * repeated string metrics = 2; - * * @param index The index of the element to return. * @return The metrics at the given index. */ @@ -352,24 +305,21 @@ public java.lang.String getMetrics(int index) { return metrics_.get(index); } /** - * - * *
      * Types of the metrics to report to this monitoring destination.
      * Each type must be defined in [Service.metrics][google.api.Service.metrics] section.
      * 
* * repeated string metrics = 2; - * * @param index The index of the value to return. * @return The bytes of the metrics at the given index. */ - public com.google.protobuf.ByteString getMetricsBytes(int index) { + public com.google.protobuf.ByteString + getMetricsBytes(int index) { return metrics_.getByteString(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -381,7 +331,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(monitoredResource_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, monitoredResource_); } @@ -416,16 +367,17 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.Monitoring.MonitoringDestination)) { return super.equals(obj); } - com.google.api.Monitoring.MonitoringDestination other = - (com.google.api.Monitoring.MonitoringDestination) obj; + com.google.api.Monitoring.MonitoringDestination other = (com.google.api.Monitoring.MonitoringDestination) obj; - if (!getMonitoredResource().equals(other.getMonitoredResource())) return false; - if (!getMetricsList().equals(other.getMetricsList())) return false; + if (!getMonitoredResource() + .equals(other.getMonitoredResource())) return false; + if (!getMetricsList() + .equals(other.getMetricsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -449,93 +401,87 @@ public int hashCode() { } public static com.google.api.Monitoring.MonitoringDestination parseFrom( - java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Monitoring.MonitoringDestination parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.Monitoring.MonitoringDestination parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Monitoring.MonitoringDestination parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.Monitoring.MonitoringDestination parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Monitoring.MonitoringDestination parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.api.Monitoring.MonitoringDestination parseFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + public static com.google.api.Monitoring.MonitoringDestination parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.Monitoring.MonitoringDestination parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.api.Monitoring.MonitoringDestination parseDelimitedFrom( - java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + public static com.google.api.Monitoring.MonitoringDestination parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.Monitoring.MonitoringDestination parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.Monitoring.MonitoringDestination parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.Monitoring.MonitoringDestination parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.Monitoring.MonitoringDestination prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override @@ -545,8 +491,6 @@ protected Builder newBuilderForType( return builder; } /** - * - * *
      * Configuration of a specific monitoring destination (the producer project
      * or the consumer project).
@@ -554,33 +498,33 @@ protected Builder newBuilderForType(
      *
      * Protobuf type {@code google.api.Monitoring.MonitoringDestination}
      */
-    public static final class Builder
-        extends com.google.protobuf.GeneratedMessageV3.Builder
-        implements
+    public static final class Builder extends
+        com.google.protobuf.GeneratedMessageV3.Builder implements
         // @@protoc_insertion_point(builder_implements:google.api.Monitoring.MonitoringDestination)
         com.google.api.Monitoring.MonitoringDestinationOrBuilder {
-      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
-        return com.google.api.MonitoringProto
-            .internal_static_google_api_Monitoring_MonitoringDestination_descriptor;
+      public static final com.google.protobuf.Descriptors.Descriptor
+          getDescriptor() {
+        return com.google.api.MonitoringProto.internal_static_google_api_Monitoring_MonitoringDestination_descriptor;
       }
 
       @java.lang.Override
       protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return com.google.api.MonitoringProto
-            .internal_static_google_api_Monitoring_MonitoringDestination_fieldAccessorTable
+        return com.google.api.MonitoringProto.internal_static_google_api_Monitoring_MonitoringDestination_fieldAccessorTable
             .ensureFieldAccessorsInitialized(
-                com.google.api.Monitoring.MonitoringDestination.class,
-                com.google.api.Monitoring.MonitoringDestination.Builder.class);
+                com.google.api.Monitoring.MonitoringDestination.class, com.google.api.Monitoring.MonitoringDestination.Builder.class);
       }
 
       // Construct using com.google.api.Monitoring.MonitoringDestination.newBuilder()
-      private Builder() {}
+      private Builder() {
 
-      private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-        super(parent);
       }
 
+      private Builder(
+          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+        super(parent);
+
+      }
       @java.lang.Override
       public Builder clear() {
         super.clear();
@@ -592,9 +536,9 @@ public Builder clear() {
       }
 
       @java.lang.Override
-      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
-        return com.google.api.MonitoringProto
-            .internal_static_google_api_Monitoring_MonitoringDestination_descriptor;
+      public com.google.protobuf.Descriptors.Descriptor
+          getDescriptorForType() {
+        return com.google.api.MonitoringProto.internal_static_google_api_Monitoring_MonitoringDestination_descriptor;
       }
 
       @java.lang.Override
@@ -613,8 +557,7 @@ public com.google.api.Monitoring.MonitoringDestination build() {
 
       @java.lang.Override
       public com.google.api.Monitoring.MonitoringDestination buildPartial() {
-        com.google.api.Monitoring.MonitoringDestination result =
-            new com.google.api.Monitoring.MonitoringDestination(this);
+        com.google.api.Monitoring.MonitoringDestination result = new com.google.api.Monitoring.MonitoringDestination(this);
         int from_bitField0_ = bitField0_;
         result.monitoredResource_ = monitoredResource_;
         if (((bitField0_ & 0x00000001) != 0)) {
@@ -630,41 +573,38 @@ public com.google.api.Monitoring.MonitoringDestination buildPartial() {
       public Builder clone() {
         return super.clone();
       }
-
       @java.lang.Override
       public Builder setField(
-          com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+          com.google.protobuf.Descriptors.FieldDescriptor field,
+          java.lang.Object value) {
         return super.setField(field, value);
       }
-
       @java.lang.Override
-      public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+      public Builder clearField(
+          com.google.protobuf.Descriptors.FieldDescriptor field) {
         return super.clearField(field);
       }
-
       @java.lang.Override
-      public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+      public Builder clearOneof(
+          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
         return super.clearOneof(oneof);
       }
-
       @java.lang.Override
       public Builder setRepeatedField(
           com.google.protobuf.Descriptors.FieldDescriptor field,
-          int index,
-          java.lang.Object value) {
+          int index, java.lang.Object value) {
         return super.setRepeatedField(field, index, value);
       }
-
       @java.lang.Override
       public Builder addRepeatedField(
-          com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+          com.google.protobuf.Descriptors.FieldDescriptor field,
+          java.lang.Object value) {
         return super.addRepeatedField(field, value);
       }
-
       @java.lang.Override
       public Builder mergeFrom(com.google.protobuf.Message other) {
         if (other instanceof com.google.api.Monitoring.MonitoringDestination) {
-          return mergeFrom((com.google.api.Monitoring.MonitoringDestination) other);
+          return mergeFrom((com.google.api.Monitoring.MonitoringDestination)other);
         } else {
           super.mergeFrom(other);
           return this;
@@ -672,8 +612,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
       }
 
       public Builder mergeFrom(com.google.api.Monitoring.MonitoringDestination other) {
-        if (other == com.google.api.Monitoring.MonitoringDestination.getDefaultInstance())
-          return this;
+        if (other == com.google.api.Monitoring.MonitoringDestination.getDefaultInstance()) return this;
         if (!other.getMonitoredResource().isEmpty()) {
           monitoredResource_ = other.monitoredResource_;
           onChanged();
@@ -714,26 +653,23 @@ public Builder mergeFrom(
               case 0:
                 done = true;
                 break;
-              case 10:
-                {
-                  monitoredResource_ = input.readStringRequireUtf8();
-
-                  break;
-                } // case 10
-              case 18:
-                {
-                  java.lang.String s = input.readStringRequireUtf8();
-                  ensureMetricsIsMutable();
-                  metrics_.add(s);
-                  break;
-                } // case 18
-              default:
-                {
-                  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                    done = true; // was an endgroup tag
-                  }
-                  break;
-                } // default:
+              case 10: {
+                monitoredResource_ = input.readStringRequireUtf8();
+
+                break;
+              } // case 10
+              case 18: {
+                java.lang.String s = input.readStringRequireUtf8();
+                ensureMetricsIsMutable();
+                metrics_.add(s);
+                break;
+              } // case 18
+              default: {
+                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                  done = true; // was an endgroup tag
+                }
+                break;
+              } // default:
             } // switch (tag)
           } // while (!done)
         } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -743,26 +679,23 @@ public Builder mergeFrom(
         } // finally
         return this;
       }
-
       private int bitField0_;
 
       private java.lang.Object monitoredResource_ = "";
       /**
-       *
-       *
        * 
        * The monitored resource type. The type must be defined in
        * [Service.monitored_resources][google.api.Service.monitored_resources] section.
        * 
* * string monitored_resource = 1; - * * @return The monitoredResource. */ public java.lang.String getMonitoredResource() { java.lang.Object ref = monitoredResource_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); monitoredResource_ = s; return s; @@ -771,22 +704,21 @@ public java.lang.String getMonitoredResource() { } } /** - * - * *
        * The monitored resource type. The type must be defined in
        * [Service.monitored_resources][google.api.Service.monitored_resources] section.
        * 
* * string monitored_resource = 1; - * * @return The bytes for monitoredResource. */ - public com.google.protobuf.ByteString getMonitoredResourceBytes() { + public com.google.protobuf.ByteString + getMonitoredResourceBytes() { java.lang.Object ref = monitoredResource_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); monitoredResource_ = b; return b; } else { @@ -794,118 +726,101 @@ public com.google.protobuf.ByteString getMonitoredResourceBytes() { } } /** - * - * *
        * The monitored resource type. The type must be defined in
        * [Service.monitored_resources][google.api.Service.monitored_resources] section.
        * 
* * string monitored_resource = 1; - * * @param value The monitoredResource to set. * @return This builder for chaining. */ - public Builder setMonitoredResource(java.lang.String value) { + public Builder setMonitoredResource( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + monitoredResource_ = value; onChanged(); return this; } /** - * - * *
        * The monitored resource type. The type must be defined in
        * [Service.monitored_resources][google.api.Service.monitored_resources] section.
        * 
* * string monitored_resource = 1; - * * @return This builder for chaining. */ public Builder clearMonitoredResource() { - + monitoredResource_ = getDefaultInstance().getMonitoredResource(); onChanged(); return this; } /** - * - * *
        * The monitored resource type. The type must be defined in
        * [Service.monitored_resources][google.api.Service.monitored_resources] section.
        * 
* * string monitored_resource = 1; - * * @param value The bytes for monitoredResource to set. * @return This builder for chaining. */ - public Builder setMonitoredResourceBytes(com.google.protobuf.ByteString value) { + public Builder setMonitoredResourceBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + monitoredResource_ = value; onChanged(); return this; } - private com.google.protobuf.LazyStringList metrics_ = - com.google.protobuf.LazyStringArrayList.EMPTY; - + private com.google.protobuf.LazyStringList metrics_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureMetricsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { metrics_ = new com.google.protobuf.LazyStringArrayList(metrics_); bitField0_ |= 0x00000001; - } + } } /** - * - * *
        * Types of the metrics to report to this monitoring destination.
        * Each type must be defined in [Service.metrics][google.api.Service.metrics] section.
        * 
* * repeated string metrics = 2; - * * @return A list containing the metrics. */ - public com.google.protobuf.ProtocolStringList getMetricsList() { + public com.google.protobuf.ProtocolStringList + getMetricsList() { return metrics_.getUnmodifiableView(); } /** - * - * *
        * Types of the metrics to report to this monitoring destination.
        * Each type must be defined in [Service.metrics][google.api.Service.metrics] section.
        * 
* * repeated string metrics = 2; - * * @return The count of metrics. */ public int getMetricsCount() { return metrics_.size(); } /** - * - * *
        * Types of the metrics to report to this monitoring destination.
        * Each type must be defined in [Service.metrics][google.api.Service.metrics] section.
        * 
* * repeated string metrics = 2; - * * @param index The index of the element to return. * @return The metrics at the given index. */ @@ -913,95 +828,85 @@ public java.lang.String getMetrics(int index) { return metrics_.get(index); } /** - * - * *
        * Types of the metrics to report to this monitoring destination.
        * Each type must be defined in [Service.metrics][google.api.Service.metrics] section.
        * 
* * repeated string metrics = 2; - * * @param index The index of the value to return. * @return The bytes of the metrics at the given index. */ - public com.google.protobuf.ByteString getMetricsBytes(int index) { + public com.google.protobuf.ByteString + getMetricsBytes(int index) { return metrics_.getByteString(index); } /** - * - * *
        * Types of the metrics to report to this monitoring destination.
        * Each type must be defined in [Service.metrics][google.api.Service.metrics] section.
        * 
* * repeated string metrics = 2; - * * @param index The index to set the value at. * @param value The metrics to set. * @return This builder for chaining. */ - public Builder setMetrics(int index, java.lang.String value) { + public Builder setMetrics( + int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureMetricsIsMutable(); + throw new NullPointerException(); + } + ensureMetricsIsMutable(); metrics_.set(index, value); onChanged(); return this; } /** - * - * *
        * Types of the metrics to report to this monitoring destination.
        * Each type must be defined in [Service.metrics][google.api.Service.metrics] section.
        * 
* * repeated string metrics = 2; - * * @param value The metrics to add. * @return This builder for chaining. */ - public Builder addMetrics(java.lang.String value) { + public Builder addMetrics( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureMetricsIsMutable(); + throw new NullPointerException(); + } + ensureMetricsIsMutable(); metrics_.add(value); onChanged(); return this; } /** - * - * *
        * Types of the metrics to report to this monitoring destination.
        * Each type must be defined in [Service.metrics][google.api.Service.metrics] section.
        * 
* * repeated string metrics = 2; - * * @param values The metrics to add. * @return This builder for chaining. */ - public Builder addAllMetrics(java.lang.Iterable values) { + public Builder addAllMetrics( + java.lang.Iterable values) { ensureMetricsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, metrics_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, metrics_); onChanged(); return this; } /** - * - * *
        * Types of the metrics to report to this monitoring destination.
        * Each type must be defined in [Service.metrics][google.api.Service.metrics] section.
        * 
* * repeated string metrics = 2; - * * @return This builder for chaining. */ public Builder clearMetrics() { @@ -1011,29 +916,26 @@ public Builder clearMetrics() { return this; } /** - * - * *
        * Types of the metrics to report to this monitoring destination.
        * Each type must be defined in [Service.metrics][google.api.Service.metrics] section.
        * 
* * repeated string metrics = 2; - * * @param value The bytes of the metrics to add. * @return This builder for chaining. */ - public Builder addMetricsBytes(com.google.protobuf.ByteString value) { + public Builder addMetricsBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensureMetricsIsMutable(); metrics_.add(value); onChanged(); return this; } - @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -1046,12 +948,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.Monitoring.MonitoringDestination) } // @@protoc_insertion_point(class_scope:google.api.Monitoring.MonitoringDestination) private static final com.google.api.Monitoring.MonitoringDestination DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.Monitoring.MonitoringDestination(); } @@ -1060,28 +962,27 @@ public static com.google.api.Monitoring.MonitoringDestination getDefaultInstance return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public MonitoringDestination parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException() - .setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public MonitoringDestination parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1096,13 +997,12 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.Monitoring.MonitoringDestination getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } public static final int PRODUCER_DESTINATIONS_FIELD_NUMBER = 1; private java.util.List producerDestinations_; /** - * - * *
    * Monitoring configurations for sending metrics to the producer project.
    * There can be multiple producer destinations. A monitored resource type may
@@ -1115,13 +1015,10 @@ public com.google.api.Monitoring.MonitoringDestination getDefaultInstanceForType
    * repeated .google.api.Monitoring.MonitoringDestination producer_destinations = 1;
    */
   @java.lang.Override
-  public java.util.List
-      getProducerDestinationsList() {
+  public java.util.List getProducerDestinationsList() {
     return producerDestinations_;
   }
   /**
-   *
-   *
    * 
    * Monitoring configurations for sending metrics to the producer project.
    * There can be multiple producer destinations. A monitored resource type may
@@ -1134,13 +1031,11 @@ public com.google.api.Monitoring.MonitoringDestination getDefaultInstanceForType
    * repeated .google.api.Monitoring.MonitoringDestination producer_destinations = 1;
    */
   @java.lang.Override
-  public java.util.List
+  public java.util.List 
       getProducerDestinationsOrBuilderList() {
     return producerDestinations_;
   }
   /**
-   *
-   *
    * 
    * Monitoring configurations for sending metrics to the producer project.
    * There can be multiple producer destinations. A monitored resource type may
@@ -1157,8 +1052,6 @@ public int getProducerDestinationsCount() {
     return producerDestinations_.size();
   }
   /**
-   *
-   *
    * 
    * Monitoring configurations for sending metrics to the producer project.
    * There can be multiple producer destinations. A monitored resource type may
@@ -1175,8 +1068,6 @@ public com.google.api.Monitoring.MonitoringDestination getProducerDestinations(i
     return producerDestinations_.get(index);
   }
   /**
-   *
-   *
    * 
    * Monitoring configurations for sending metrics to the producer project.
    * There can be multiple producer destinations. A monitored resource type may
@@ -1197,8 +1088,6 @@ public com.google.api.Monitoring.MonitoringDestinationOrBuilder getProducerDesti
   public static final int CONSUMER_DESTINATIONS_FIELD_NUMBER = 2;
   private java.util.List consumerDestinations_;
   /**
-   *
-   *
    * 
    * Monitoring configurations for sending metrics to the consumer project.
    * There can be multiple consumer destinations. A monitored resource type may
@@ -1211,13 +1100,10 @@ public com.google.api.Monitoring.MonitoringDestinationOrBuilder getProducerDesti
    * repeated .google.api.Monitoring.MonitoringDestination consumer_destinations = 2;
    */
   @java.lang.Override
-  public java.util.List
-      getConsumerDestinationsList() {
+  public java.util.List getConsumerDestinationsList() {
     return consumerDestinations_;
   }
   /**
-   *
-   *
    * 
    * Monitoring configurations for sending metrics to the consumer project.
    * There can be multiple consumer destinations. A monitored resource type may
@@ -1230,13 +1116,11 @@ public com.google.api.Monitoring.MonitoringDestinationOrBuilder getProducerDesti
    * repeated .google.api.Monitoring.MonitoringDestination consumer_destinations = 2;
    */
   @java.lang.Override
-  public java.util.List
+  public java.util.List 
       getConsumerDestinationsOrBuilderList() {
     return consumerDestinations_;
   }
   /**
-   *
-   *
    * 
    * Monitoring configurations for sending metrics to the consumer project.
    * There can be multiple consumer destinations. A monitored resource type may
@@ -1253,8 +1137,6 @@ public int getConsumerDestinationsCount() {
     return consumerDestinations_.size();
   }
   /**
-   *
-   *
    * 
    * Monitoring configurations for sending metrics to the consumer project.
    * There can be multiple consumer destinations. A monitored resource type may
@@ -1271,8 +1153,6 @@ public com.google.api.Monitoring.MonitoringDestination getConsumerDestinations(i
     return consumerDestinations_.get(index);
   }
   /**
-   *
-   *
    * 
    * Monitoring configurations for sending metrics to the consumer project.
    * There can be multiple consumer destinations. A monitored resource type may
@@ -1291,7 +1171,6 @@ public com.google.api.Monitoring.MonitoringDestinationOrBuilder getConsumerDesti
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -1303,7 +1182,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     for (int i = 0; i < producerDestinations_.size(); i++) {
       output.writeMessage(1, producerDestinations_.get(i));
     }
@@ -1320,12 +1200,12 @@ public int getSerializedSize() {
 
     size = 0;
     for (int i = 0; i < producerDestinations_.size(); i++) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeMessageSize(1, producerDestinations_.get(i));
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(1, producerDestinations_.get(i));
     }
     for (int i = 0; i < consumerDestinations_.size(); i++) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeMessageSize(2, consumerDestinations_.get(i));
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(2, consumerDestinations_.get(i));
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -1335,15 +1215,17 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.api.Monitoring)) {
       return super.equals(obj);
     }
     com.google.api.Monitoring other = (com.google.api.Monitoring) obj;
 
-    if (!getProducerDestinationsList().equals(other.getProducerDestinationsList())) return false;
-    if (!getConsumerDestinationsList().equals(other.getConsumerDestinationsList())) return false;
+    if (!getProducerDestinationsList()
+        .equals(other.getProducerDestinationsList())) return false;
+    if (!getConsumerDestinationsList()
+        .equals(other.getConsumerDestinationsList())) return false;
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
   }
@@ -1368,103 +1250,97 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.api.Monitoring parseFrom(java.nio.ByteBuffer data)
+  public static com.google.api.Monitoring parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.Monitoring parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.api.Monitoring parseFrom(com.google.protobuf.ByteString data)
+  public static com.google.api.Monitoring parseFrom(
+      com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.Monitoring parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.api.Monitoring parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.Monitoring parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.api.Monitoring parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.api.Monitoring parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.api.Monitoring parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.api.Monitoring parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.api.Monitoring parseFrom(com.google.protobuf.CodedInputStream input)
+  public static com.google.api.Monitoring parseFrom(
+      com.google.protobuf.CodedInputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.api.Monitoring parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.api.Monitoring prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Monitoring configuration of the service.
    * The example below shows how to configure monitored resources and metrics
@@ -1520,11 +1396,12 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.api.Monitoring}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.api.Monitoring)
       com.google.api.MonitoringOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
       return com.google.api.MonitoringProto.internal_static_google_api_Monitoring_descriptor;
     }
 
@@ -1537,12 +1414,15 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
     }
 
     // Construct using com.google.api.Monitoring.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -1564,7 +1444,8 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
       return com.google.api.MonitoringProto.internal_static_google_api_Monitoring_descriptor;
     }
 
@@ -1612,39 +1493,38 @@ public com.google.api.Monitoring buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.api.Monitoring) {
-        return mergeFrom((com.google.api.Monitoring) other);
+        return mergeFrom((com.google.api.Monitoring)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -1671,10 +1551,9 @@ public Builder mergeFrom(com.google.api.Monitoring other) {
             producerDestinationsBuilder_ = null;
             producerDestinations_ = other.producerDestinations_;
             bitField0_ = (bitField0_ & ~0x00000001);
-            producerDestinationsBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getProducerDestinationsFieldBuilder()
-                    : null;
+            producerDestinationsBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getProducerDestinationsFieldBuilder() : null;
           } else {
             producerDestinationsBuilder_.addAllMessages(other.producerDestinations_);
           }
@@ -1698,10 +1577,9 @@ public Builder mergeFrom(com.google.api.Monitoring other) {
             consumerDestinationsBuilder_ = null;
             consumerDestinations_ = other.consumerDestinations_;
             bitField0_ = (bitField0_ & ~0x00000002);
-            consumerDestinationsBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getConsumerDestinationsFieldBuilder()
-                    : null;
+            consumerDestinationsBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getConsumerDestinationsFieldBuilder() : null;
           } else {
             consumerDestinationsBuilder_.addAllMessages(other.consumerDestinations_);
           }
@@ -1733,41 +1611,38 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                com.google.api.Monitoring.MonitoringDestination m =
-                    input.readMessage(
-                        com.google.api.Monitoring.MonitoringDestination.parser(),
-                        extensionRegistry);
-                if (producerDestinationsBuilder_ == null) {
-                  ensureProducerDestinationsIsMutable();
-                  producerDestinations_.add(m);
-                } else {
-                  producerDestinationsBuilder_.addMessage(m);
-                }
-                break;
-              } // case 10
-            case 18:
-              {
-                com.google.api.Monitoring.MonitoringDestination m =
-                    input.readMessage(
-                        com.google.api.Monitoring.MonitoringDestination.parser(),
-                        extensionRegistry);
-                if (consumerDestinationsBuilder_ == null) {
-                  ensureConsumerDestinationsIsMutable();
-                  consumerDestinations_.add(m);
-                } else {
-                  consumerDestinationsBuilder_.addMessage(m);
-                }
-                break;
-              } // case 18
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              com.google.api.Monitoring.MonitoringDestination m =
+                  input.readMessage(
+                      com.google.api.Monitoring.MonitoringDestination.parser(),
+                      extensionRegistry);
+              if (producerDestinationsBuilder_ == null) {
+                ensureProducerDestinationsIsMutable();
+                producerDestinations_.add(m);
+              } else {
+                producerDestinationsBuilder_.addMessage(m);
+              }
+              break;
+            } // case 10
+            case 18: {
+              com.google.api.Monitoring.MonitoringDestination m =
+                  input.readMessage(
+                      com.google.api.Monitoring.MonitoringDestination.parser(),
+                      extensionRegistry);
+              if (consumerDestinationsBuilder_ == null) {
+                ensureConsumerDestinationsIsMutable();
+                consumerDestinations_.add(m);
+              } else {
+                consumerDestinationsBuilder_.addMessage(m);
+              }
+              break;
+            } // case 18
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -1777,30 +1652,21 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.util.List producerDestinations_ =
-        java.util.Collections.emptyList();
-
+      java.util.Collections.emptyList();
     private void ensureProducerDestinationsIsMutable() {
       if (!((bitField0_ & 0x00000001) != 0)) {
-        producerDestinations_ =
-            new java.util.ArrayList(
-                producerDestinations_);
+        producerDestinations_ = new java.util.ArrayList(producerDestinations_);
         bitField0_ |= 0x00000001;
-      }
+       }
     }
 
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.api.Monitoring.MonitoringDestination,
-            com.google.api.Monitoring.MonitoringDestination.Builder,
-            com.google.api.Monitoring.MonitoringDestinationOrBuilder>
-        producerDestinationsBuilder_;
+        com.google.api.Monitoring.MonitoringDestination, com.google.api.Monitoring.MonitoringDestination.Builder, com.google.api.Monitoring.MonitoringDestinationOrBuilder> producerDestinationsBuilder_;
 
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the producer project.
      * There can be multiple producer destinations. A monitored resource type may
@@ -1812,8 +1678,7 @@ private void ensureProducerDestinationsIsMutable() {
      *
      * repeated .google.api.Monitoring.MonitoringDestination producer_destinations = 1;
      */
-    public java.util.List
-        getProducerDestinationsList() {
+    public java.util.List getProducerDestinationsList() {
       if (producerDestinationsBuilder_ == null) {
         return java.util.Collections.unmodifiableList(producerDestinations_);
       } else {
@@ -1821,8 +1686,6 @@ private void ensureProducerDestinationsIsMutable() {
       }
     }
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the producer project.
      * There can be multiple producer destinations. A monitored resource type may
@@ -1842,8 +1705,6 @@ public int getProducerDestinationsCount() {
       }
     }
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the producer project.
      * There can be multiple producer destinations. A monitored resource type may
@@ -1863,8 +1724,6 @@ public com.google.api.Monitoring.MonitoringDestination getProducerDestinations(i
       }
     }
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the producer project.
      * There can be multiple producer destinations. A monitored resource type may
@@ -1891,8 +1750,6 @@ public Builder setProducerDestinations(
       return this;
     }
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the producer project.
      * There can be multiple producer destinations. A monitored resource type may
@@ -1916,8 +1773,6 @@ public Builder setProducerDestinations(
       return this;
     }
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the producer project.
      * There can be multiple producer destinations. A monitored resource type may
@@ -1943,8 +1798,6 @@ public Builder addProducerDestinations(com.google.api.Monitoring.MonitoringDesti
       return this;
     }
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the producer project.
      * There can be multiple producer destinations. A monitored resource type may
@@ -1971,8 +1824,6 @@ public Builder addProducerDestinations(
       return this;
     }
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the producer project.
      * There can be multiple producer destinations. A monitored resource type may
@@ -1996,8 +1847,6 @@ public Builder addProducerDestinations(
       return this;
     }
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the producer project.
      * There can be multiple producer destinations. A monitored resource type may
@@ -2021,8 +1870,6 @@ public Builder addProducerDestinations(
       return this;
     }
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the producer project.
      * There can be multiple producer destinations. A monitored resource type may
@@ -2038,7 +1885,8 @@ public Builder addAllProducerDestinations(
         java.lang.Iterable values) {
       if (producerDestinationsBuilder_ == null) {
         ensureProducerDestinationsIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, producerDestinations_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, producerDestinations_);
         onChanged();
       } else {
         producerDestinationsBuilder_.addAllMessages(values);
@@ -2046,8 +1894,6 @@ public Builder addAllProducerDestinations(
       return this;
     }
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the producer project.
      * There can be multiple producer destinations. A monitored resource type may
@@ -2070,8 +1916,6 @@ public Builder clearProducerDestinations() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the producer project.
      * There can be multiple producer destinations. A monitored resource type may
@@ -2094,8 +1938,6 @@ public Builder removeProducerDestinations(int index) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the producer project.
      * There can be multiple producer destinations. A monitored resource type may
@@ -2112,8 +1954,6 @@ public com.google.api.Monitoring.MonitoringDestination.Builder getProducerDestin
       return getProducerDestinationsFieldBuilder().getBuilder(index);
     }
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the producer project.
      * There can be multiple producer destinations. A monitored resource type may
@@ -2125,17 +1965,14 @@ public com.google.api.Monitoring.MonitoringDestination.Builder getProducerDestin
      *
      * repeated .google.api.Monitoring.MonitoringDestination producer_destinations = 1;
      */
-    public com.google.api.Monitoring.MonitoringDestinationOrBuilder
-        getProducerDestinationsOrBuilder(int index) {
+    public com.google.api.Monitoring.MonitoringDestinationOrBuilder getProducerDestinationsOrBuilder(
+        int index) {
       if (producerDestinationsBuilder_ == null) {
-        return producerDestinations_.get(index);
-      } else {
+        return producerDestinations_.get(index);  } else {
         return producerDestinationsBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the producer project.
      * There can be multiple producer destinations. A monitored resource type may
@@ -2147,8 +1984,8 @@ public com.google.api.Monitoring.MonitoringDestination.Builder getProducerDestin
      *
      * repeated .google.api.Monitoring.MonitoringDestination producer_destinations = 1;
      */
-    public java.util.List
-        getProducerDestinationsOrBuilderList() {
+    public java.util.List 
+         getProducerDestinationsOrBuilderList() {
       if (producerDestinationsBuilder_ != null) {
         return producerDestinationsBuilder_.getMessageOrBuilderList();
       } else {
@@ -2156,8 +1993,6 @@ public com.google.api.Monitoring.MonitoringDestination.Builder getProducerDestin
       }
     }
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the producer project.
      * There can be multiple producer destinations. A monitored resource type may
@@ -2169,14 +2004,11 @@ public com.google.api.Monitoring.MonitoringDestination.Builder getProducerDestin
      *
      * repeated .google.api.Monitoring.MonitoringDestination producer_destinations = 1;
      */
-    public com.google.api.Monitoring.MonitoringDestination.Builder
-        addProducerDestinationsBuilder() {
-      return getProducerDestinationsFieldBuilder()
-          .addBuilder(com.google.api.Monitoring.MonitoringDestination.getDefaultInstance());
+    public com.google.api.Monitoring.MonitoringDestination.Builder addProducerDestinationsBuilder() {
+      return getProducerDestinationsFieldBuilder().addBuilder(
+          com.google.api.Monitoring.MonitoringDestination.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the producer project.
      * There can be multiple producer destinations. A monitored resource type may
@@ -2190,12 +2022,10 @@ public com.google.api.Monitoring.MonitoringDestination.Builder getProducerDestin
      */
     public com.google.api.Monitoring.MonitoringDestination.Builder addProducerDestinationsBuilder(
         int index) {
-      return getProducerDestinationsFieldBuilder()
-          .addBuilder(index, com.google.api.Monitoring.MonitoringDestination.getDefaultInstance());
+      return getProducerDestinationsFieldBuilder().addBuilder(
+          index, com.google.api.Monitoring.MonitoringDestination.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the producer project.
      * There can be multiple producer destinations. A monitored resource type may
@@ -2207,22 +2037,16 @@ public com.google.api.Monitoring.MonitoringDestination.Builder addProducerDestin
      *
      * repeated .google.api.Monitoring.MonitoringDestination producer_destinations = 1;
      */
-    public java.util.List
-        getProducerDestinationsBuilderList() {
+    public java.util.List 
+         getProducerDestinationsBuilderList() {
       return getProducerDestinationsFieldBuilder().getBuilderList();
     }
-
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.api.Monitoring.MonitoringDestination,
-            com.google.api.Monitoring.MonitoringDestination.Builder,
-            com.google.api.Monitoring.MonitoringDestinationOrBuilder>
+        com.google.api.Monitoring.MonitoringDestination, com.google.api.Monitoring.MonitoringDestination.Builder, com.google.api.Monitoring.MonitoringDestinationOrBuilder> 
         getProducerDestinationsFieldBuilder() {
       if (producerDestinationsBuilder_ == null) {
-        producerDestinationsBuilder_ =
-            new com.google.protobuf.RepeatedFieldBuilderV3<
-                com.google.api.Monitoring.MonitoringDestination,
-                com.google.api.Monitoring.MonitoringDestination.Builder,
-                com.google.api.Monitoring.MonitoringDestinationOrBuilder>(
+        producerDestinationsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+            com.google.api.Monitoring.MonitoringDestination, com.google.api.Monitoring.MonitoringDestination.Builder, com.google.api.Monitoring.MonitoringDestinationOrBuilder>(
                 producerDestinations_,
                 ((bitField0_ & 0x00000001) != 0),
                 getParentForChildren(),
@@ -2233,26 +2057,18 @@ public com.google.api.Monitoring.MonitoringDestination.Builder addProducerDestin
     }
 
     private java.util.List consumerDestinations_ =
-        java.util.Collections.emptyList();
-
+      java.util.Collections.emptyList();
     private void ensureConsumerDestinationsIsMutable() {
       if (!((bitField0_ & 0x00000002) != 0)) {
-        consumerDestinations_ =
-            new java.util.ArrayList(
-                consumerDestinations_);
+        consumerDestinations_ = new java.util.ArrayList(consumerDestinations_);
         bitField0_ |= 0x00000002;
-      }
+       }
     }
 
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.api.Monitoring.MonitoringDestination,
-            com.google.api.Monitoring.MonitoringDestination.Builder,
-            com.google.api.Monitoring.MonitoringDestinationOrBuilder>
-        consumerDestinationsBuilder_;
+        com.google.api.Monitoring.MonitoringDestination, com.google.api.Monitoring.MonitoringDestination.Builder, com.google.api.Monitoring.MonitoringDestinationOrBuilder> consumerDestinationsBuilder_;
 
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations. A monitored resource type may
@@ -2264,8 +2080,7 @@ private void ensureConsumerDestinationsIsMutable() {
      *
      * repeated .google.api.Monitoring.MonitoringDestination consumer_destinations = 2;
      */
-    public java.util.List
-        getConsumerDestinationsList() {
+    public java.util.List getConsumerDestinationsList() {
       if (consumerDestinationsBuilder_ == null) {
         return java.util.Collections.unmodifiableList(consumerDestinations_);
       } else {
@@ -2273,8 +2088,6 @@ private void ensureConsumerDestinationsIsMutable() {
       }
     }
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations. A monitored resource type may
@@ -2294,8 +2107,6 @@ public int getConsumerDestinationsCount() {
       }
     }
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations. A monitored resource type may
@@ -2315,8 +2126,6 @@ public com.google.api.Monitoring.MonitoringDestination getConsumerDestinations(i
       }
     }
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations. A monitored resource type may
@@ -2343,8 +2152,6 @@ public Builder setConsumerDestinations(
       return this;
     }
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations. A monitored resource type may
@@ -2368,8 +2175,6 @@ public Builder setConsumerDestinations(
       return this;
     }
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations. A monitored resource type may
@@ -2395,8 +2200,6 @@ public Builder addConsumerDestinations(com.google.api.Monitoring.MonitoringDesti
       return this;
     }
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations. A monitored resource type may
@@ -2423,8 +2226,6 @@ public Builder addConsumerDestinations(
       return this;
     }
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations. A monitored resource type may
@@ -2448,8 +2249,6 @@ public Builder addConsumerDestinations(
       return this;
     }
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations. A monitored resource type may
@@ -2473,8 +2272,6 @@ public Builder addConsumerDestinations(
       return this;
     }
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations. A monitored resource type may
@@ -2490,7 +2287,8 @@ public Builder addAllConsumerDestinations(
         java.lang.Iterable values) {
       if (consumerDestinationsBuilder_ == null) {
         ensureConsumerDestinationsIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, consumerDestinations_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, consumerDestinations_);
         onChanged();
       } else {
         consumerDestinationsBuilder_.addAllMessages(values);
@@ -2498,8 +2296,6 @@ public Builder addAllConsumerDestinations(
       return this;
     }
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations. A monitored resource type may
@@ -2522,8 +2318,6 @@ public Builder clearConsumerDestinations() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations. A monitored resource type may
@@ -2546,8 +2340,6 @@ public Builder removeConsumerDestinations(int index) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations. A monitored resource type may
@@ -2564,8 +2356,6 @@ public com.google.api.Monitoring.MonitoringDestination.Builder getConsumerDestin
       return getConsumerDestinationsFieldBuilder().getBuilder(index);
     }
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations. A monitored resource type may
@@ -2577,17 +2367,14 @@ public com.google.api.Monitoring.MonitoringDestination.Builder getConsumerDestin
      *
      * repeated .google.api.Monitoring.MonitoringDestination consumer_destinations = 2;
      */
-    public com.google.api.Monitoring.MonitoringDestinationOrBuilder
-        getConsumerDestinationsOrBuilder(int index) {
+    public com.google.api.Monitoring.MonitoringDestinationOrBuilder getConsumerDestinationsOrBuilder(
+        int index) {
       if (consumerDestinationsBuilder_ == null) {
-        return consumerDestinations_.get(index);
-      } else {
+        return consumerDestinations_.get(index);  } else {
         return consumerDestinationsBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations. A monitored resource type may
@@ -2599,8 +2386,8 @@ public com.google.api.Monitoring.MonitoringDestination.Builder getConsumerDestin
      *
      * repeated .google.api.Monitoring.MonitoringDestination consumer_destinations = 2;
      */
-    public java.util.List
-        getConsumerDestinationsOrBuilderList() {
+    public java.util.List 
+         getConsumerDestinationsOrBuilderList() {
       if (consumerDestinationsBuilder_ != null) {
         return consumerDestinationsBuilder_.getMessageOrBuilderList();
       } else {
@@ -2608,8 +2395,6 @@ public com.google.api.Monitoring.MonitoringDestination.Builder getConsumerDestin
       }
     }
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations. A monitored resource type may
@@ -2621,14 +2406,11 @@ public com.google.api.Monitoring.MonitoringDestination.Builder getConsumerDestin
      *
      * repeated .google.api.Monitoring.MonitoringDestination consumer_destinations = 2;
      */
-    public com.google.api.Monitoring.MonitoringDestination.Builder
-        addConsumerDestinationsBuilder() {
-      return getConsumerDestinationsFieldBuilder()
-          .addBuilder(com.google.api.Monitoring.MonitoringDestination.getDefaultInstance());
+    public com.google.api.Monitoring.MonitoringDestination.Builder addConsumerDestinationsBuilder() {
+      return getConsumerDestinationsFieldBuilder().addBuilder(
+          com.google.api.Monitoring.MonitoringDestination.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations. A monitored resource type may
@@ -2642,12 +2424,10 @@ public com.google.api.Monitoring.MonitoringDestination.Builder getConsumerDestin
      */
     public com.google.api.Monitoring.MonitoringDestination.Builder addConsumerDestinationsBuilder(
         int index) {
-      return getConsumerDestinationsFieldBuilder()
-          .addBuilder(index, com.google.api.Monitoring.MonitoringDestination.getDefaultInstance());
+      return getConsumerDestinationsFieldBuilder().addBuilder(
+          index, com.google.api.Monitoring.MonitoringDestination.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * Monitoring configurations for sending metrics to the consumer project.
      * There can be multiple consumer destinations. A monitored resource type may
@@ -2659,22 +2439,16 @@ public com.google.api.Monitoring.MonitoringDestination.Builder addConsumerDestin
      *
      * repeated .google.api.Monitoring.MonitoringDestination consumer_destinations = 2;
      */
-    public java.util.List
-        getConsumerDestinationsBuilderList() {
+    public java.util.List 
+         getConsumerDestinationsBuilderList() {
       return getConsumerDestinationsFieldBuilder().getBuilderList();
     }
-
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.api.Monitoring.MonitoringDestination,
-            com.google.api.Monitoring.MonitoringDestination.Builder,
-            com.google.api.Monitoring.MonitoringDestinationOrBuilder>
+        com.google.api.Monitoring.MonitoringDestination, com.google.api.Monitoring.MonitoringDestination.Builder, com.google.api.Monitoring.MonitoringDestinationOrBuilder> 
         getConsumerDestinationsFieldBuilder() {
       if (consumerDestinationsBuilder_ == null) {
-        consumerDestinationsBuilder_ =
-            new com.google.protobuf.RepeatedFieldBuilderV3<
-                com.google.api.Monitoring.MonitoringDestination,
-                com.google.api.Monitoring.MonitoringDestination.Builder,
-                com.google.api.Monitoring.MonitoringDestinationOrBuilder>(
+        consumerDestinationsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+            com.google.api.Monitoring.MonitoringDestination, com.google.api.Monitoring.MonitoringDestination.Builder, com.google.api.Monitoring.MonitoringDestinationOrBuilder>(
                 consumerDestinations_,
                 ((bitField0_ & 0x00000002) != 0),
                 getParentForChildren(),
@@ -2683,9 +2457,9 @@ public com.google.api.Monitoring.MonitoringDestination.Builder addConsumerDestin
       }
       return consumerDestinationsBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -2695,12 +2469,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.api.Monitoring)
   }
 
   // @@protoc_insertion_point(class_scope:google.api.Monitoring)
   private static final com.google.api.Monitoring DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.api.Monitoring();
   }
@@ -2709,27 +2483,27 @@ public static com.google.api.Monitoring getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public Monitoring parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public Monitoring parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -2744,4 +2518,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.api.Monitoring getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MonitoringOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MonitoringOrBuilder.java
similarity index 88%
rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MonitoringOrBuilder.java
rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MonitoringOrBuilder.java
index 4a9cc51ca8..8d11dd27d8 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/MonitoringOrBuilder.java
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MonitoringOrBuilder.java
@@ -1,31 +1,13 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/api/monitoring.proto
 
 package com.google.api;
 
-public interface MonitoringOrBuilder
-    extends
+public interface MonitoringOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.api.Monitoring)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * Monitoring configurations for sending metrics to the producer project.
    * There can be multiple producer destinations. A monitored resource type may
@@ -37,10 +19,9 @@ public interface MonitoringOrBuilder
    *
    * repeated .google.api.Monitoring.MonitoringDestination producer_destinations = 1;
    */
-  java.util.List getProducerDestinationsList();
+  java.util.List 
+      getProducerDestinationsList();
   /**
-   *
-   *
    * 
    * Monitoring configurations for sending metrics to the producer project.
    * There can be multiple producer destinations. A monitored resource type may
@@ -54,8 +35,6 @@ public interface MonitoringOrBuilder
    */
   com.google.api.Monitoring.MonitoringDestination getProducerDestinations(int index);
   /**
-   *
-   *
    * 
    * Monitoring configurations for sending metrics to the producer project.
    * There can be multiple producer destinations. A monitored resource type may
@@ -69,8 +48,6 @@ public interface MonitoringOrBuilder
    */
   int getProducerDestinationsCount();
   /**
-   *
-   *
    * 
    * Monitoring configurations for sending metrics to the producer project.
    * There can be multiple producer destinations. A monitored resource type may
@@ -82,11 +59,9 @@ public interface MonitoringOrBuilder
    *
    * repeated .google.api.Monitoring.MonitoringDestination producer_destinations = 1;
    */
-  java.util.List
+  java.util.List 
       getProducerDestinationsOrBuilderList();
   /**
-   *
-   *
    * 
    * Monitoring configurations for sending metrics to the producer project.
    * There can be multiple producer destinations. A monitored resource type may
@@ -102,8 +77,6 @@ com.google.api.Monitoring.MonitoringDestinationOrBuilder getProducerDestinations
       int index);
 
   /**
-   *
-   *
    * 
    * Monitoring configurations for sending metrics to the consumer project.
    * There can be multiple consumer destinations. A monitored resource type may
@@ -115,10 +88,9 @@ com.google.api.Monitoring.MonitoringDestinationOrBuilder getProducerDestinations
    *
    * repeated .google.api.Monitoring.MonitoringDestination consumer_destinations = 2;
    */
-  java.util.List getConsumerDestinationsList();
+  java.util.List 
+      getConsumerDestinationsList();
   /**
-   *
-   *
    * 
    * Monitoring configurations for sending metrics to the consumer project.
    * There can be multiple consumer destinations. A monitored resource type may
@@ -132,8 +104,6 @@ com.google.api.Monitoring.MonitoringDestinationOrBuilder getProducerDestinations
    */
   com.google.api.Monitoring.MonitoringDestination getConsumerDestinations(int index);
   /**
-   *
-   *
    * 
    * Monitoring configurations for sending metrics to the consumer project.
    * There can be multiple consumer destinations. A monitored resource type may
@@ -147,8 +117,6 @@ com.google.api.Monitoring.MonitoringDestinationOrBuilder getProducerDestinations
    */
   int getConsumerDestinationsCount();
   /**
-   *
-   *
    * 
    * Monitoring configurations for sending metrics to the consumer project.
    * There can be multiple consumer destinations. A monitored resource type may
@@ -160,11 +128,9 @@ com.google.api.Monitoring.MonitoringDestinationOrBuilder getProducerDestinations
    *
    * repeated .google.api.Monitoring.MonitoringDestination consumer_destinations = 2;
    */
-  java.util.List
+  java.util.List 
       getConsumerDestinationsOrBuilderList();
   /**
-   *
-   *
    * 
    * Monitoring configurations for sending metrics to the consumer project.
    * There can be multiple consumer destinations. A monitored resource type may
diff --git a/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MonitoringProto.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MonitoringProto.java
new file mode 100644
index 0000000000..246ff11130
--- /dev/null
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/MonitoringProto.java
@@ -0,0 +1,67 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/api/monitoring.proto
+
+package com.google.api;
+
+public final class MonitoringProto {
+  private MonitoringProto() {}
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistryLite registry) {
+  }
+
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistry registry) {
+    registerAllExtensions(
+        (com.google.protobuf.ExtensionRegistryLite) registry);
+  }
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_api_Monitoring_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_api_Monitoring_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_api_Monitoring_MonitoringDestination_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_api_Monitoring_MonitoringDestination_fieldAccessorTable;
+
+  public static com.google.protobuf.Descriptors.FileDescriptor
+      getDescriptor() {
+    return descriptor;
+  }
+  private static  com.google.protobuf.Descriptors.FileDescriptor
+      descriptor;
+  static {
+    java.lang.String[] descriptorData = {
+      "\n\033google/api/monitoring.proto\022\ngoogle.ap" +
+      "i\"\354\001\n\nMonitoring\022K\n\025producer_destination" +
+      "s\030\001 \003(\0132,.google.api.Monitoring.Monitori" +
+      "ngDestination\022K\n\025consumer_destinations\030\002" +
+      " \003(\0132,.google.api.Monitoring.MonitoringD" +
+      "estination\032D\n\025MonitoringDestination\022\032\n\022m" +
+      "onitored_resource\030\001 \001(\t\022\017\n\007metrics\030\002 \003(\t" +
+      "Bq\n\016com.google.apiB\017MonitoringProtoP\001ZEg" +
+      "oogle.golang.org/genproto/googleapis/api" +
+      "/serviceconfig;serviceconfig\242\002\004GAPIb\006pro" +
+      "to3"
+    };
+    descriptor = com.google.protobuf.Descriptors.FileDescriptor
+      .internalBuildGeneratedFileFrom(descriptorData,
+        new com.google.protobuf.Descriptors.FileDescriptor[] {
+        });
+    internal_static_google_api_Monitoring_descriptor =
+      getDescriptor().getMessageTypes().get(0);
+    internal_static_google_api_Monitoring_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_api_Monitoring_descriptor,
+        new java.lang.String[] { "ProducerDestinations", "ConsumerDestinations", });
+    internal_static_google_api_Monitoring_MonitoringDestination_descriptor =
+      internal_static_google_api_Monitoring_descriptor.getNestedTypes().get(0);
+    internal_static_google_api_Monitoring_MonitoringDestination_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_api_Monitoring_MonitoringDestination_descriptor,
+        new java.lang.String[] { "MonitoredResource", "Metrics", });
+  }
+
+  // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/NodeSettings.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/NodeSettings.java
similarity index 68%
rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/NodeSettings.java
rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/NodeSettings.java
index b98fe56ece..42eb81bacd 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/NodeSettings.java
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/NodeSettings.java
@@ -1,56 +1,41 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/api/client.proto
 
 package com.google.api;
 
 /**
- *
- *
  * 
  * Settings for Node client libraries.
  * 
* * Protobuf type {@code google.api.NodeSettings} */ -public final class NodeSettings extends com.google.protobuf.GeneratedMessageV3 - implements +public final class NodeSettings extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.api.NodeSettings) NodeSettingsOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use NodeSettings.newBuilder() to construct. private NodeSettings(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private NodeSettings() {} + private NodeSettings() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new NodeSettings(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.api.ClientProto.internal_static_google_api_NodeSettings_descriptor; } @@ -65,14 +50,11 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public static final int COMMON_FIELD_NUMBER = 1; private com.google.api.CommonLanguageSettings common_; /** - * - * *
    * Some settings.
    * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return Whether the common field is set. */ @java.lang.Override @@ -80,14 +62,11 @@ public boolean hasCommon() { return common_ != null; } /** - * - * *
    * Some settings.
    * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return The common. */ @java.lang.Override @@ -95,8 +74,6 @@ public com.google.api.CommonLanguageSettings getCommon() { return common_ == null ? com.google.api.CommonLanguageSettings.getDefaultInstance() : common_; } /** - * - * *
    * Some settings.
    * 
@@ -109,7 +86,6 @@ public com.google.api.CommonLanguageSettingsOrBuilder getCommonOrBuilder() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -121,7 +97,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (common_ != null) { output.writeMessage(1, getCommon()); } @@ -135,7 +112,8 @@ public int getSerializedSize() { size = 0; if (common_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getCommon()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getCommon()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -145,7 +123,7 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.NodeSettings)) { return super.equals(obj); @@ -154,7 +132,8 @@ public boolean equals(final java.lang.Object obj) { if (hasCommon() != other.hasCommon()) return false; if (hasCommon()) { - if (!getCommon().equals(other.getCommon())) return false; + if (!getCommon() + .equals(other.getCommon())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -176,114 +155,109 @@ public int hashCode() { return hash; } - public static com.google.api.NodeSettings parseFrom(java.nio.ByteBuffer data) + public static com.google.api.NodeSettings parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.NodeSettings parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.api.NodeSettings parseFrom(com.google.protobuf.ByteString data) + public static com.google.api.NodeSettings parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.NodeSettings parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.NodeSettings parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.NodeSettings parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.NodeSettings parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.NodeSettings parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.NodeSettings parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.NodeSettings parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.api.NodeSettings parseFrom(com.google.protobuf.CodedInputStream input) + public static com.google.api.NodeSettings parseFrom( + com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.NodeSettings parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.NodeSettings prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Settings for Node client libraries.
    * 
* * Protobuf type {@code google.api.NodeSettings} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.api.NodeSettings) com.google.api.NodeSettingsOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.api.ClientProto.internal_static_google_api_NodeSettings_descriptor; } @@ -296,12 +270,15 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { } // Construct using com.google.api.NodeSettings.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -315,7 +292,8 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { return com.google.api.ClientProto.internal_static_google_api_NodeSettings_descriptor; } @@ -349,39 +327,38 @@ public com.google.api.NodeSettings buildPartial() { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.api.NodeSettings) { - return mergeFrom((com.google.api.NodeSettings) other); + return mergeFrom((com.google.api.NodeSettings)other); } else { super.mergeFrom(other); return this; @@ -419,19 +396,19 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - input.readMessage(getCommonFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 10 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + input.readMessage( + getCommonFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 10 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -444,47 +421,34 @@ public Builder mergeFrom( private com.google.api.CommonLanguageSettings common_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.CommonLanguageSettings, - com.google.api.CommonLanguageSettings.Builder, - com.google.api.CommonLanguageSettingsOrBuilder> - commonBuilder_; + com.google.api.CommonLanguageSettings, com.google.api.CommonLanguageSettings.Builder, com.google.api.CommonLanguageSettingsOrBuilder> commonBuilder_; /** - * - * *
      * Some settings.
      * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return Whether the common field is set. */ public boolean hasCommon() { return commonBuilder_ != null || common_ != null; } /** - * - * *
      * Some settings.
      * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return The common. */ public com.google.api.CommonLanguageSettings getCommon() { if (commonBuilder_ == null) { - return common_ == null - ? com.google.api.CommonLanguageSettings.getDefaultInstance() - : common_; + return common_ == null ? com.google.api.CommonLanguageSettings.getDefaultInstance() : common_; } else { return commonBuilder_.getMessage(); } } /** - * - * *
      * Some settings.
      * 
@@ -505,15 +469,14 @@ public Builder setCommon(com.google.api.CommonLanguageSettings value) { return this; } /** - * - * *
      * Some settings.
      * 
* * .google.api.CommonLanguageSettings common = 1; */ - public Builder setCommon(com.google.api.CommonLanguageSettings.Builder builderForValue) { + public Builder setCommon( + com.google.api.CommonLanguageSettings.Builder builderForValue) { if (commonBuilder_ == null) { common_ = builderForValue.build(); onChanged(); @@ -524,8 +487,6 @@ public Builder setCommon(com.google.api.CommonLanguageSettings.Builder builderFo return this; } /** - * - * *
      * Some settings.
      * 
@@ -536,9 +497,7 @@ public Builder mergeCommon(com.google.api.CommonLanguageSettings value) { if (commonBuilder_ == null) { if (common_ != null) { common_ = - com.google.api.CommonLanguageSettings.newBuilder(common_) - .mergeFrom(value) - .buildPartial(); + com.google.api.CommonLanguageSettings.newBuilder(common_).mergeFrom(value).buildPartial(); } else { common_ = value; } @@ -550,8 +509,6 @@ public Builder mergeCommon(com.google.api.CommonLanguageSettings value) { return this; } /** - * - * *
      * Some settings.
      * 
@@ -570,8 +527,6 @@ public Builder clearCommon() { return this; } /** - * - * *
      * Some settings.
      * 
@@ -579,13 +534,11 @@ public Builder clearCommon() { * .google.api.CommonLanguageSettings common = 1; */ public com.google.api.CommonLanguageSettings.Builder getCommonBuilder() { - + onChanged(); return getCommonFieldBuilder().getBuilder(); } /** - * - * *
      * Some settings.
      * 
@@ -596,14 +549,11 @@ public com.google.api.CommonLanguageSettingsOrBuilder getCommonOrBuilder() { if (commonBuilder_ != null) { return commonBuilder_.getMessageOrBuilder(); } else { - return common_ == null - ? com.google.api.CommonLanguageSettings.getDefaultInstance() - : common_; + return common_ == null ? + com.google.api.CommonLanguageSettings.getDefaultInstance() : common_; } } /** - * - * *
      * Some settings.
      * 
@@ -611,24 +561,21 @@ public com.google.api.CommonLanguageSettingsOrBuilder getCommonOrBuilder() { * .google.api.CommonLanguageSettings common = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.CommonLanguageSettings, - com.google.api.CommonLanguageSettings.Builder, - com.google.api.CommonLanguageSettingsOrBuilder> + com.google.api.CommonLanguageSettings, com.google.api.CommonLanguageSettings.Builder, com.google.api.CommonLanguageSettingsOrBuilder> getCommonFieldBuilder() { if (commonBuilder_ == null) { - commonBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.api.CommonLanguageSettings, - com.google.api.CommonLanguageSettings.Builder, - com.google.api.CommonLanguageSettingsOrBuilder>( - getCommon(), getParentForChildren(), isClean()); + commonBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.api.CommonLanguageSettings, com.google.api.CommonLanguageSettings.Builder, com.google.api.CommonLanguageSettingsOrBuilder>( + getCommon(), + getParentForChildren(), + isClean()); common_ = null; } return commonBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -638,12 +585,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.NodeSettings) } // @@protoc_insertion_point(class_scope:google.api.NodeSettings) private static final com.google.api.NodeSettings DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.NodeSettings(); } @@ -652,27 +599,27 @@ public static com.google.api.NodeSettings getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public NodeSettings parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public NodeSettings parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -687,4 +634,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.NodeSettings getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/NodeSettingsOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/NodeSettingsOrBuilder.java similarity index 54% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/NodeSettingsOrBuilder.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/NodeSettingsOrBuilder.java index 4689e7029a..4d94fe6520 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/NodeSettingsOrBuilder.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/NodeSettingsOrBuilder.java @@ -1,55 +1,31 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/client.proto package com.google.api; -public interface NodeSettingsOrBuilder - extends +public interface NodeSettingsOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.NodeSettings) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Some settings.
    * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return Whether the common field is set. */ boolean hasCommon(); /** - * - * *
    * Some settings.
    * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return The common. */ com.google.api.CommonLanguageSettings getCommon(); /** - * - * *
    * Some settings.
    * 
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/OAuthRequirements.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/OAuthRequirements.java similarity index 73% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/OAuthRequirements.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/OAuthRequirements.java index 2991b22c7b..cd3ef56db8 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/OAuthRequirements.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/OAuthRequirements.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/auth.proto package com.google.api; /** - * - * *
  * OAuth scopes are a way to define data and permissions on data. For example,
  * there are scopes defined for "Read-only access to Google Calendar" and
@@ -40,32 +23,33 @@
  *
  * Protobuf type {@code google.api.OAuthRequirements}
  */
-public final class OAuthRequirements extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class OAuthRequirements extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.api.OAuthRequirements)
     OAuthRequirementsOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use OAuthRequirements.newBuilder() to construct.
   private OAuthRequirements(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private OAuthRequirements() {
     canonicalScopes_ = "";
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new OAuthRequirements();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
     return com.google.api.AuthProto.internal_static_google_api_OAuthRequirements_descriptor;
   }
 
@@ -80,8 +64,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
   public static final int CANONICAL_SCOPES_FIELD_NUMBER = 1;
   private volatile java.lang.Object canonicalScopes_;
   /**
-   *
-   *
    * 
    * The list of publicly documented OAuth scopes that are allowed access. An
    * OAuth token containing any of these scopes will be accepted.
@@ -91,7 +73,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    * 
* * string canonical_scopes = 1; - * * @return The canonicalScopes. */ @java.lang.Override @@ -100,15 +81,14 @@ public java.lang.String getCanonicalScopes() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); canonicalScopes_ = s; return s; } } /** - * - * *
    * The list of publicly documented OAuth scopes that are allowed access. An
    * OAuth token containing any of these scopes will be accepted.
@@ -118,15 +98,16 @@ public java.lang.String getCanonicalScopes() {
    * 
* * string canonical_scopes = 1; - * * @return The bytes for canonicalScopes. */ @java.lang.Override - public com.google.protobuf.ByteString getCanonicalScopesBytes() { + public com.google.protobuf.ByteString + getCanonicalScopesBytes() { java.lang.Object ref = canonicalScopes_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); canonicalScopes_ = b; return b; } else { @@ -135,7 +116,6 @@ public com.google.protobuf.ByteString getCanonicalScopesBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -147,7 +127,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(canonicalScopes_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, canonicalScopes_); } @@ -171,14 +152,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.OAuthRequirements)) { return super.equals(obj); } com.google.api.OAuthRequirements other = (com.google.api.OAuthRequirements) obj; - if (!getCanonicalScopes().equals(other.getCanonicalScopes())) return false; + if (!getCanonicalScopes() + .equals(other.getCanonicalScopes())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -197,103 +179,97 @@ public int hashCode() { return hash; } - public static com.google.api.OAuthRequirements parseFrom(java.nio.ByteBuffer data) + public static com.google.api.OAuthRequirements parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.OAuthRequirements parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.api.OAuthRequirements parseFrom(com.google.protobuf.ByteString data) + public static com.google.api.OAuthRequirements parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.OAuthRequirements parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.OAuthRequirements parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.OAuthRequirements parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.OAuthRequirements parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.OAuthRequirements parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.OAuthRequirements parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.OAuthRequirements parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.OAuthRequirements parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.OAuthRequirements parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.OAuthRequirements prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * OAuth scopes are a way to define data and permissions on data. For example,
    * there are scopes defined for "Read-only access to Google Calendar" and
@@ -313,31 +289,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.api.OAuthRequirements}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.api.OAuthRequirements)
       com.google.api.OAuthRequirementsOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
       return com.google.api.AuthProto.internal_static_google_api_OAuthRequirements_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.api.AuthProto
-          .internal_static_google_api_OAuthRequirements_fieldAccessorTable
+      return com.google.api.AuthProto.internal_static_google_api_OAuthRequirements_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.api.OAuthRequirements.class,
-              com.google.api.OAuthRequirements.Builder.class);
+              com.google.api.OAuthRequirements.class, com.google.api.OAuthRequirements.Builder.class);
     }
 
     // Construct using com.google.api.OAuthRequirements.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -347,7 +325,8 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
       return com.google.api.AuthProto.internal_static_google_api_OAuthRequirements_descriptor;
     }
 
@@ -377,39 +356,38 @@ public com.google.api.OAuthRequirements buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.api.OAuthRequirements) {
-        return mergeFrom((com.google.api.OAuthRequirements) other);
+        return mergeFrom((com.google.api.OAuthRequirements)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -448,19 +426,17 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                canonicalScopes_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 10
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              canonicalScopes_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 10
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -473,8 +449,6 @@ public Builder mergeFrom(
 
     private java.lang.Object canonicalScopes_ = "";
     /**
-     *
-     *
      * 
      * The list of publicly documented OAuth scopes that are allowed access. An
      * OAuth token containing any of these scopes will be accepted.
@@ -484,13 +458,13 @@ public Builder mergeFrom(
      * 
* * string canonical_scopes = 1; - * * @return The canonicalScopes. */ public java.lang.String getCanonicalScopes() { java.lang.Object ref = canonicalScopes_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); canonicalScopes_ = s; return s; @@ -499,8 +473,6 @@ public java.lang.String getCanonicalScopes() { } } /** - * - * *
      * The list of publicly documented OAuth scopes that are allowed access. An
      * OAuth token containing any of these scopes will be accepted.
@@ -510,14 +482,15 @@ public java.lang.String getCanonicalScopes() {
      * 
* * string canonical_scopes = 1; - * * @return The bytes for canonicalScopes. */ - public com.google.protobuf.ByteString getCanonicalScopesBytes() { + public com.google.protobuf.ByteString + getCanonicalScopesBytes() { java.lang.Object ref = canonicalScopes_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); canonicalScopes_ = b; return b; } else { @@ -525,8 +498,6 @@ public com.google.protobuf.ByteString getCanonicalScopesBytes() { } } /** - * - * *
      * The list of publicly documented OAuth scopes that are allowed access. An
      * OAuth token containing any of these scopes will be accepted.
@@ -536,22 +507,20 @@ public com.google.protobuf.ByteString getCanonicalScopesBytes() {
      * 
* * string canonical_scopes = 1; - * * @param value The canonicalScopes to set. * @return This builder for chaining. */ - public Builder setCanonicalScopes(java.lang.String value) { + public Builder setCanonicalScopes( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + canonicalScopes_ = value; onChanged(); return this; } /** - * - * *
      * The list of publicly documented OAuth scopes that are allowed access. An
      * OAuth token containing any of these scopes will be accepted.
@@ -561,18 +530,15 @@ public Builder setCanonicalScopes(java.lang.String value) {
      * 
* * string canonical_scopes = 1; - * * @return This builder for chaining. */ public Builder clearCanonicalScopes() { - + canonicalScopes_ = getDefaultInstance().getCanonicalScopes(); onChanged(); return this; } /** - * - * *
      * The list of publicly documented OAuth scopes that are allowed access. An
      * OAuth token containing any of these scopes will be accepted.
@@ -582,23 +548,23 @@ public Builder clearCanonicalScopes() {
      * 
* * string canonical_scopes = 1; - * * @param value The bytes for canonicalScopes to set. * @return This builder for chaining. */ - public Builder setCanonicalScopesBytes(com.google.protobuf.ByteString value) { + public Builder setCanonicalScopesBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + canonicalScopes_ = value; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -608,12 +574,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.OAuthRequirements) } // @@protoc_insertion_point(class_scope:google.api.OAuthRequirements) private static final com.google.api.OAuthRequirements DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.OAuthRequirements(); } @@ -622,27 +588,27 @@ public static com.google.api.OAuthRequirements getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public OAuthRequirements parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public OAuthRequirements parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -657,4 +623,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.OAuthRequirements getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/OAuthRequirementsOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/OAuthRequirementsOrBuilder.java similarity index 60% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/OAuthRequirementsOrBuilder.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/OAuthRequirementsOrBuilder.java index 27a92e367e..ebbfadc79b 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/OAuthRequirementsOrBuilder.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/OAuthRequirementsOrBuilder.java @@ -1,31 +1,13 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/auth.proto package com.google.api; -public interface OAuthRequirementsOrBuilder - extends +public interface OAuthRequirementsOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.OAuthRequirements) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The list of publicly documented OAuth scopes that are allowed access. An
    * OAuth token containing any of these scopes will be accepted.
@@ -35,13 +17,10 @@ public interface OAuthRequirementsOrBuilder
    * 
* * string canonical_scopes = 1; - * * @return The canonicalScopes. */ java.lang.String getCanonicalScopes(); /** - * - * *
    * The list of publicly documented OAuth scopes that are allowed access. An
    * OAuth token containing any of these scopes will be accepted.
@@ -51,8 +30,8 @@ public interface OAuthRequirementsOrBuilder
    * 
* * string canonical_scopes = 1; - * * @return The bytes for canonicalScopes. */ - com.google.protobuf.ByteString getCanonicalScopesBytes(); + com.google.protobuf.ByteString + getCanonicalScopesBytes(); } diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Page.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Page.java similarity index 77% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Page.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Page.java index 5be5ccd592..db03309a41 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Page.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Page.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/documentation.proto package com.google.api; /** - * - * *
  * Represents a documentation page. A page can contain subpages to represent
  * nested documentation set structure.
@@ -28,16 +11,15 @@
  *
  * Protobuf type {@code google.api.Page}
  */
-public final class Page extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class Page extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.api.Page)
     PageOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use Page.newBuilder() to construct.
   private Page(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private Page() {
     name_ = "";
     content_ = "";
@@ -46,16 +28,18 @@ private Page() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new Page();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
     return com.google.api.DocumentationProto.internal_static_google_api_Page_descriptor;
   }
 
@@ -70,8 +54,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
   public static final int NAME_FIELD_NUMBER = 1;
   private volatile java.lang.Object name_;
   /**
-   *
-   *
    * 
    * The name of the page. It will be used as an identity of the page to
    * generate URI of the page, text of the link to this page in navigation,
@@ -90,7 +72,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    * 
* * string name = 1; - * * @return The name. */ @java.lang.Override @@ -99,15 +80,14 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * The name of the page. It will be used as an identity of the page to
    * generate URI of the page, text of the link to this page in navigation,
@@ -126,15 +106,16 @@ public java.lang.String getName() {
    * 
* * string name = 1; - * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -145,8 +126,6 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int CONTENT_FIELD_NUMBER = 2; private volatile java.lang.Object content_; /** - * - * *
    * The Markdown content of the page. You can use <code>&#40;== include {path}
    * ==&#41;</code> to include content from a Markdown file. The content can be
@@ -154,7 +133,6 @@ public com.google.protobuf.ByteString getNameBytes() {
    * 
* * string content = 2; - * * @return The content. */ @java.lang.Override @@ -163,15 +141,14 @@ public java.lang.String getContent() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); content_ = s; return s; } } /** - * - * *
    * The Markdown content of the page. You can use <code>&#40;== include {path}
    * ==&#41;</code> to include content from a Markdown file. The content can be
@@ -179,15 +156,16 @@ public java.lang.String getContent() {
    * 
* * string content = 2; - * * @return The bytes for content. */ @java.lang.Override - public com.google.protobuf.ByteString getContentBytes() { + public com.google.protobuf.ByteString + getContentBytes() { java.lang.Object ref = content_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); content_ = b; return b; } else { @@ -198,8 +176,6 @@ public com.google.protobuf.ByteString getContentBytes() { public static final int SUBPAGES_FIELD_NUMBER = 3; private java.util.List subpages_; /** - * - * *
    * Subpages of this page. The order of subpages specified here will be
    * honored in the generated docset.
@@ -212,8 +188,6 @@ public java.util.List getSubpagesList() {
     return subpages_;
   }
   /**
-   *
-   *
    * 
    * Subpages of this page. The order of subpages specified here will be
    * honored in the generated docset.
@@ -222,12 +196,11 @@ public java.util.List getSubpagesList() {
    * repeated .google.api.Page subpages = 3;
    */
   @java.lang.Override
-  public java.util.List getSubpagesOrBuilderList() {
+  public java.util.List 
+      getSubpagesOrBuilderList() {
     return subpages_;
   }
   /**
-   *
-   *
    * 
    * Subpages of this page. The order of subpages specified here will be
    * honored in the generated docset.
@@ -240,8 +213,6 @@ public int getSubpagesCount() {
     return subpages_.size();
   }
   /**
-   *
-   *
    * 
    * Subpages of this page. The order of subpages specified here will be
    * honored in the generated docset.
@@ -254,8 +225,6 @@ public com.google.api.Page getSubpages(int index) {
     return subpages_.get(index);
   }
   /**
-   *
-   *
    * 
    * Subpages of this page. The order of subpages specified here will be
    * honored in the generated docset.
@@ -264,12 +233,12 @@ public com.google.api.Page getSubpages(int index) {
    * repeated .google.api.Page subpages = 3;
    */
   @java.lang.Override
-  public com.google.api.PageOrBuilder getSubpagesOrBuilder(int index) {
+  public com.google.api.PageOrBuilder getSubpagesOrBuilder(
+      int index) {
     return subpages_.get(index);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -281,7 +250,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
     }
@@ -307,7 +277,8 @@ public int getSerializedSize() {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, content_);
     }
     for (int i = 0; i < subpages_.size(); i++) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, subpages_.get(i));
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(3, subpages_.get(i));
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -317,16 +288,19 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.api.Page)) {
       return super.equals(obj);
     }
     com.google.api.Page other = (com.google.api.Page) obj;
 
-    if (!getName().equals(other.getName())) return false;
-    if (!getContent().equals(other.getContent())) return false;
-    if (!getSubpagesList().equals(other.getSubpagesList())) return false;
+    if (!getName()
+        .equals(other.getName())) return false;
+    if (!getContent()
+        .equals(other.getContent())) return false;
+    if (!getSubpagesList()
+        .equals(other.getSubpagesList())) return false;
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
   }
@@ -351,103 +325,97 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.api.Page parseFrom(java.nio.ByteBuffer data)
+  public static com.google.api.Page parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.Page parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.api.Page parseFrom(com.google.protobuf.ByteString data)
+  public static com.google.api.Page parseFrom(
+      com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.Page parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.api.Page parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.Page parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.api.Page parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.api.Page parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.api.Page parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.api.Page parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.api.Page parseFrom(com.google.protobuf.CodedInputStream input)
+  public static com.google.api.Page parseFrom(
+      com.google.protobuf.CodedInputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.api.Page parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.api.Page prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Represents a documentation page. A page can contain subpages to represent
    * nested documentation set structure.
@@ -455,11 +423,12 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.api.Page}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.api.Page)
       com.google.api.PageOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
       return com.google.api.DocumentationProto.internal_static_google_api_Page_descriptor;
     }
 
@@ -472,12 +441,15 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
     }
 
     // Construct using com.google.api.Page.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -496,7 +468,8 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
       return com.google.api.DocumentationProto.internal_static_google_api_Page_descriptor;
     }
 
@@ -537,39 +510,38 @@ public com.google.api.Page buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.api.Page) {
-        return mergeFrom((com.google.api.Page) other);
+        return mergeFrom((com.google.api.Page)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -604,10 +576,9 @@ public Builder mergeFrom(com.google.api.Page other) {
             subpagesBuilder_ = null;
             subpages_ = other.subpages_;
             bitField0_ = (bitField0_ & ~0x00000001);
-            subpagesBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getSubpagesFieldBuilder()
-                    : null;
+            subpagesBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getSubpagesFieldBuilder() : null;
           } else {
             subpagesBuilder_.addAllMessages(other.subpages_);
           }
@@ -639,37 +610,35 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                name_ = input.readStringRequireUtf8();
+            case 10: {
+              name_ = input.readStringRequireUtf8();
 
-                break;
-              } // case 10
-            case 18:
-              {
-                content_ = input.readStringRequireUtf8();
+              break;
+            } // case 10
+            case 18: {
+              content_ = input.readStringRequireUtf8();
 
-                break;
-              } // case 18
-            case 26:
-              {
-                com.google.api.Page m =
-                    input.readMessage(com.google.api.Page.parser(), extensionRegistry);
-                if (subpagesBuilder_ == null) {
-                  ensureSubpagesIsMutable();
-                  subpages_.add(m);
-                } else {
-                  subpagesBuilder_.addMessage(m);
-                }
-                break;
-              } // case 26
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+              break;
+            } // case 18
+            case 26: {
+              com.google.api.Page m =
+                  input.readMessage(
+                      com.google.api.Page.parser(),
+                      extensionRegistry);
+              if (subpagesBuilder_ == null) {
+                ensureSubpagesIsMutable();
+                subpages_.add(m);
+              } else {
+                subpagesBuilder_.addMessage(m);
+              }
+              break;
+            } // case 26
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -679,13 +648,10 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * The name of the page. It will be used as an identity of the page to
      * generate URI of the page, text of the link to this page in navigation,
@@ -704,13 +670,13 @@ public Builder mergeFrom(
      * 
* * string name = 1; - * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -719,8 +685,6 @@ public java.lang.String getName() { } } /** - * - * *
      * The name of the page. It will be used as an identity of the page to
      * generate URI of the page, text of the link to this page in navigation,
@@ -739,14 +703,15 @@ public java.lang.String getName() {
      * 
* * string name = 1; - * * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -754,8 +719,6 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * The name of the page. It will be used as an identity of the page to
      * generate URI of the page, text of the link to this page in navigation,
@@ -774,22 +737,20 @@ public com.google.protobuf.ByteString getNameBytes() {
      * 
* * string name = 1; - * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { + public Builder setName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** - * - * *
      * The name of the page. It will be used as an identity of the page to
      * generate URI of the page, text of the link to this page in navigation,
@@ -808,18 +769,15 @@ public Builder setName(java.lang.String value) {
      * 
* * string name = 1; - * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** - * - * *
      * The name of the page. It will be used as an identity of the page to
      * generate URI of the page, text of the link to this page in navigation,
@@ -838,16 +796,16 @@ public Builder clearName() {
      * 
* * string name = 1; - * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { + public Builder setNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; @@ -855,8 +813,6 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { private java.lang.Object content_ = ""; /** - * - * *
      * The Markdown content of the page. You can use <code>&#40;== include {path}
      * ==&#41;</code> to include content from a Markdown file. The content can be
@@ -864,13 +820,13 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
      * 
* * string content = 2; - * * @return The content. */ public java.lang.String getContent() { java.lang.Object ref = content_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); content_ = s; return s; @@ -879,8 +835,6 @@ public java.lang.String getContent() { } } /** - * - * *
      * The Markdown content of the page. You can use <code>&#40;== include {path}
      * ==&#41;</code> to include content from a Markdown file. The content can be
@@ -888,14 +842,15 @@ public java.lang.String getContent() {
      * 
* * string content = 2; - * * @return The bytes for content. */ - public com.google.protobuf.ByteString getContentBytes() { + public com.google.protobuf.ByteString + getContentBytes() { java.lang.Object ref = content_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); content_ = b; return b; } else { @@ -903,8 +858,6 @@ public com.google.protobuf.ByteString getContentBytes() { } } /** - * - * *
      * The Markdown content of the page. You can use <code>&#40;== include {path}
      * ==&#41;</code> to include content from a Markdown file. The content can be
@@ -912,22 +865,20 @@ public com.google.protobuf.ByteString getContentBytes() {
      * 
* * string content = 2; - * * @param value The content to set. * @return This builder for chaining. */ - public Builder setContent(java.lang.String value) { + public Builder setContent( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + content_ = value; onChanged(); return this; } /** - * - * *
      * The Markdown content of the page. You can use <code>&#40;== include {path}
      * ==&#41;</code> to include content from a Markdown file. The content can be
@@ -935,18 +886,15 @@ public Builder setContent(java.lang.String value) {
      * 
* * string content = 2; - * * @return This builder for chaining. */ public Builder clearContent() { - + content_ = getDefaultInstance().getContent(); onChanged(); return this; } /** - * - * *
      * The Markdown content of the page. You can use <code>&#40;== include {path}
      * ==&#41;</code> to include content from a Markdown file. The content can be
@@ -954,37 +902,34 @@ public Builder clearContent() {
      * 
* * string content = 2; - * * @param value The bytes for content to set. * @return This builder for chaining. */ - public Builder setContentBytes(com.google.protobuf.ByteString value) { + public Builder setContentBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + content_ = value; onChanged(); return this; } - private java.util.List subpages_ = java.util.Collections.emptyList(); - + private java.util.List subpages_ = + java.util.Collections.emptyList(); private void ensureSubpagesIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { subpages_ = new java.util.ArrayList(subpages_); bitField0_ |= 0x00000001; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.api.Page, com.google.api.Page.Builder, com.google.api.PageOrBuilder> - subpagesBuilder_; + com.google.api.Page, com.google.api.Page.Builder, com.google.api.PageOrBuilder> subpagesBuilder_; /** - * - * *
      * Subpages of this page. The order of subpages specified here will be
      * honored in the generated docset.
@@ -1000,8 +945,6 @@ public java.util.List getSubpagesList() {
       }
     }
     /**
-     *
-     *
      * 
      * Subpages of this page. The order of subpages specified here will be
      * honored in the generated docset.
@@ -1017,8 +960,6 @@ public int getSubpagesCount() {
       }
     }
     /**
-     *
-     *
      * 
      * Subpages of this page. The order of subpages specified here will be
      * honored in the generated docset.
@@ -1034,8 +975,6 @@ public com.google.api.Page getSubpages(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * Subpages of this page. The order of subpages specified here will be
      * honored in the generated docset.
@@ -1043,7 +982,8 @@ public com.google.api.Page getSubpages(int index) {
      *
      * repeated .google.api.Page subpages = 3;
      */
-    public Builder setSubpages(int index, com.google.api.Page value) {
+    public Builder setSubpages(
+        int index, com.google.api.Page value) {
       if (subpagesBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -1057,8 +997,6 @@ public Builder setSubpages(int index, com.google.api.Page value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Subpages of this page. The order of subpages specified here will be
      * honored in the generated docset.
@@ -1066,7 +1004,8 @@ public Builder setSubpages(int index, com.google.api.Page value) {
      *
      * repeated .google.api.Page subpages = 3;
      */
-    public Builder setSubpages(int index, com.google.api.Page.Builder builderForValue) {
+    public Builder setSubpages(
+        int index, com.google.api.Page.Builder builderForValue) {
       if (subpagesBuilder_ == null) {
         ensureSubpagesIsMutable();
         subpages_.set(index, builderForValue.build());
@@ -1077,8 +1016,6 @@ public Builder setSubpages(int index, com.google.api.Page.Builder builderForValu
       return this;
     }
     /**
-     *
-     *
      * 
      * Subpages of this page. The order of subpages specified here will be
      * honored in the generated docset.
@@ -1100,8 +1037,6 @@ public Builder addSubpages(com.google.api.Page value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Subpages of this page. The order of subpages specified here will be
      * honored in the generated docset.
@@ -1109,7 +1044,8 @@ public Builder addSubpages(com.google.api.Page value) {
      *
      * repeated .google.api.Page subpages = 3;
      */
-    public Builder addSubpages(int index, com.google.api.Page value) {
+    public Builder addSubpages(
+        int index, com.google.api.Page value) {
       if (subpagesBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -1123,8 +1059,6 @@ public Builder addSubpages(int index, com.google.api.Page value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Subpages of this page. The order of subpages specified here will be
      * honored in the generated docset.
@@ -1132,7 +1066,8 @@ public Builder addSubpages(int index, com.google.api.Page value) {
      *
      * repeated .google.api.Page subpages = 3;
      */
-    public Builder addSubpages(com.google.api.Page.Builder builderForValue) {
+    public Builder addSubpages(
+        com.google.api.Page.Builder builderForValue) {
       if (subpagesBuilder_ == null) {
         ensureSubpagesIsMutable();
         subpages_.add(builderForValue.build());
@@ -1143,8 +1078,6 @@ public Builder addSubpages(com.google.api.Page.Builder builderForValue) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Subpages of this page. The order of subpages specified here will be
      * honored in the generated docset.
@@ -1152,7 +1085,8 @@ public Builder addSubpages(com.google.api.Page.Builder builderForValue) {
      *
      * repeated .google.api.Page subpages = 3;
      */
-    public Builder addSubpages(int index, com.google.api.Page.Builder builderForValue) {
+    public Builder addSubpages(
+        int index, com.google.api.Page.Builder builderForValue) {
       if (subpagesBuilder_ == null) {
         ensureSubpagesIsMutable();
         subpages_.add(index, builderForValue.build());
@@ -1163,8 +1097,6 @@ public Builder addSubpages(int index, com.google.api.Page.Builder builderForValu
       return this;
     }
     /**
-     *
-     *
      * 
      * Subpages of this page. The order of subpages specified here will be
      * honored in the generated docset.
@@ -1172,10 +1104,12 @@ public Builder addSubpages(int index, com.google.api.Page.Builder builderForValu
      *
      * repeated .google.api.Page subpages = 3;
      */
-    public Builder addAllSubpages(java.lang.Iterable values) {
+    public Builder addAllSubpages(
+        java.lang.Iterable values) {
       if (subpagesBuilder_ == null) {
         ensureSubpagesIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, subpages_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, subpages_);
         onChanged();
       } else {
         subpagesBuilder_.addAllMessages(values);
@@ -1183,8 +1117,6 @@ public Builder addAllSubpages(java.lang.Iterable
       return this;
     }
     /**
-     *
-     *
      * 
      * Subpages of this page. The order of subpages specified here will be
      * honored in the generated docset.
@@ -1203,8 +1135,6 @@ public Builder clearSubpages() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Subpages of this page. The order of subpages specified here will be
      * honored in the generated docset.
@@ -1223,8 +1153,6 @@ public Builder removeSubpages(int index) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Subpages of this page. The order of subpages specified here will be
      * honored in the generated docset.
@@ -1232,12 +1160,11 @@ public Builder removeSubpages(int index) {
      *
      * repeated .google.api.Page subpages = 3;
      */
-    public com.google.api.Page.Builder getSubpagesBuilder(int index) {
+    public com.google.api.Page.Builder getSubpagesBuilder(
+        int index) {
       return getSubpagesFieldBuilder().getBuilder(index);
     }
     /**
-     *
-     *
      * 
      * Subpages of this page. The order of subpages specified here will be
      * honored in the generated docset.
@@ -1245,16 +1172,14 @@ public com.google.api.Page.Builder getSubpagesBuilder(int index) {
      *
      * repeated .google.api.Page subpages = 3;
      */
-    public com.google.api.PageOrBuilder getSubpagesOrBuilder(int index) {
+    public com.google.api.PageOrBuilder getSubpagesOrBuilder(
+        int index) {
       if (subpagesBuilder_ == null) {
-        return subpages_.get(index);
-      } else {
+        return subpages_.get(index);  } else {
         return subpagesBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
-     *
-     *
      * 
      * Subpages of this page. The order of subpages specified here will be
      * honored in the generated docset.
@@ -1262,7 +1187,8 @@ public com.google.api.PageOrBuilder getSubpagesOrBuilder(int index) {
      *
      * repeated .google.api.Page subpages = 3;
      */
-    public java.util.List getSubpagesOrBuilderList() {
+    public java.util.List 
+         getSubpagesOrBuilderList() {
       if (subpagesBuilder_ != null) {
         return subpagesBuilder_.getMessageOrBuilderList();
       } else {
@@ -1270,8 +1196,6 @@ public java.util.List getSubpagesOrBuild
       }
     }
     /**
-     *
-     *
      * 
      * Subpages of this page. The order of subpages specified here will be
      * honored in the generated docset.
@@ -1280,11 +1204,10 @@ public java.util.List getSubpagesOrBuild
      * repeated .google.api.Page subpages = 3;
      */
     public com.google.api.Page.Builder addSubpagesBuilder() {
-      return getSubpagesFieldBuilder().addBuilder(com.google.api.Page.getDefaultInstance());
+      return getSubpagesFieldBuilder().addBuilder(
+          com.google.api.Page.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * Subpages of this page. The order of subpages specified here will be
      * honored in the generated docset.
@@ -1292,12 +1215,12 @@ public com.google.api.Page.Builder addSubpagesBuilder() {
      *
      * repeated .google.api.Page subpages = 3;
      */
-    public com.google.api.Page.Builder addSubpagesBuilder(int index) {
-      return getSubpagesFieldBuilder().addBuilder(index, com.google.api.Page.getDefaultInstance());
+    public com.google.api.Page.Builder addSubpagesBuilder(
+        int index) {
+      return getSubpagesFieldBuilder().addBuilder(
+          index, com.google.api.Page.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * Subpages of this page. The order of subpages specified here will be
      * honored in the generated docset.
@@ -1305,25 +1228,27 @@ public com.google.api.Page.Builder addSubpagesBuilder(int index) {
      *
      * repeated .google.api.Page subpages = 3;
      */
-    public java.util.List getSubpagesBuilderList() {
+    public java.util.List 
+         getSubpagesBuilderList() {
       return getSubpagesFieldBuilder().getBuilderList();
     }
-
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.api.Page, com.google.api.Page.Builder, com.google.api.PageOrBuilder>
+        com.google.api.Page, com.google.api.Page.Builder, com.google.api.PageOrBuilder> 
         getSubpagesFieldBuilder() {
       if (subpagesBuilder_ == null) {
-        subpagesBuilder_ =
-            new com.google.protobuf.RepeatedFieldBuilderV3<
-                com.google.api.Page, com.google.api.Page.Builder, com.google.api.PageOrBuilder>(
-                subpages_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean());
+        subpagesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+            com.google.api.Page, com.google.api.Page.Builder, com.google.api.PageOrBuilder>(
+                subpages_,
+                ((bitField0_ & 0x00000001) != 0),
+                getParentForChildren(),
+                isClean());
         subpages_ = null;
       }
       return subpagesBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1333,12 +1258,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.api.Page)
   }
 
   // @@protoc_insertion_point(class_scope:google.api.Page)
   private static final com.google.api.Page DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.api.Page();
   }
@@ -1347,27 +1272,27 @@ public static com.google.api.Page getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public Page parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public Page parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1382,4 +1307,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.api.Page getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/PageOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/PageOrBuilder.java
similarity index 77%
rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/PageOrBuilder.java
rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/PageOrBuilder.java
index 126503118a..5f470d4715 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/PageOrBuilder.java
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/PageOrBuilder.java
@@ -1,31 +1,13 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/api/documentation.proto
 
 package com.google.api;
 
-public interface PageOrBuilder
-    extends
+public interface PageOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.api.Page)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * The name of the page. It will be used as an identity of the page to
    * generate URI of the page, text of the link to this page in navigation,
@@ -44,13 +26,10 @@ public interface PageOrBuilder
    * 
* * string name = 1; - * * @return The name. */ java.lang.String getName(); /** - * - * *
    * The name of the page. It will be used as an identity of the page to
    * generate URI of the page, text of the link to this page in navigation,
@@ -69,14 +48,12 @@ public interface PageOrBuilder
    * 
* * string name = 1; - * * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
    * The Markdown content of the page. You can use <code>&#40;== include {path}
    * ==&#41;</code> to include content from a Markdown file. The content can be
@@ -84,13 +61,10 @@ public interface PageOrBuilder
    * 
* * string content = 2; - * * @return The content. */ java.lang.String getContent(); /** - * - * *
    * The Markdown content of the page. You can use <code>&#40;== include {path}
    * ==&#41;</code> to include content from a Markdown file. The content can be
@@ -98,14 +72,12 @@ public interface PageOrBuilder
    * 
* * string content = 2; - * * @return The bytes for content. */ - com.google.protobuf.ByteString getContentBytes(); + com.google.protobuf.ByteString + getContentBytes(); /** - * - * *
    * Subpages of this page. The order of subpages specified here will be
    * honored in the generated docset.
@@ -113,10 +85,9 @@ public interface PageOrBuilder
    *
    * repeated .google.api.Page subpages = 3;
    */
-  java.util.List getSubpagesList();
+  java.util.List 
+      getSubpagesList();
   /**
-   *
-   *
    * 
    * Subpages of this page. The order of subpages specified here will be
    * honored in the generated docset.
@@ -126,8 +97,6 @@ public interface PageOrBuilder
    */
   com.google.api.Page getSubpages(int index);
   /**
-   *
-   *
    * 
    * Subpages of this page. The order of subpages specified here will be
    * honored in the generated docset.
@@ -137,8 +106,6 @@ public interface PageOrBuilder
    */
   int getSubpagesCount();
   /**
-   *
-   *
    * 
    * Subpages of this page. The order of subpages specified here will be
    * honored in the generated docset.
@@ -146,10 +113,9 @@ public interface PageOrBuilder
    *
    * repeated .google.api.Page subpages = 3;
    */
-  java.util.List getSubpagesOrBuilderList();
+  java.util.List 
+      getSubpagesOrBuilderList();
   /**
-   *
-   *
    * 
    * Subpages of this page. The order of subpages specified here will be
    * honored in the generated docset.
@@ -157,5 +123,6 @@ public interface PageOrBuilder
    *
    * repeated .google.api.Page subpages = 3;
    */
-  com.google.api.PageOrBuilder getSubpagesOrBuilder(int index);
+  com.google.api.PageOrBuilder getSubpagesOrBuilder(
+      int index);
 }
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/PhpSettings.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/PhpSettings.java
similarity index 68%
rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/PhpSettings.java
rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/PhpSettings.java
index ef4161110c..4dff6fe59e 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/PhpSettings.java
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/PhpSettings.java
@@ -1,56 +1,41 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/api/client.proto
 
 package com.google.api;
 
 /**
- *
- *
  * 
  * Settings for Php client libraries.
  * 
* * Protobuf type {@code google.api.PhpSettings} */ -public final class PhpSettings extends com.google.protobuf.GeneratedMessageV3 - implements +public final class PhpSettings extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.api.PhpSettings) PhpSettingsOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use PhpSettings.newBuilder() to construct. private PhpSettings(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private PhpSettings() {} + private PhpSettings() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new PhpSettings(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.api.ClientProto.internal_static_google_api_PhpSettings_descriptor; } @@ -65,14 +50,11 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public static final int COMMON_FIELD_NUMBER = 1; private com.google.api.CommonLanguageSettings common_; /** - * - * *
    * Some settings.
    * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return Whether the common field is set. */ @java.lang.Override @@ -80,14 +62,11 @@ public boolean hasCommon() { return common_ != null; } /** - * - * *
    * Some settings.
    * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return The common. */ @java.lang.Override @@ -95,8 +74,6 @@ public com.google.api.CommonLanguageSettings getCommon() { return common_ == null ? com.google.api.CommonLanguageSettings.getDefaultInstance() : common_; } /** - * - * *
    * Some settings.
    * 
@@ -109,7 +86,6 @@ public com.google.api.CommonLanguageSettingsOrBuilder getCommonOrBuilder() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -121,7 +97,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (common_ != null) { output.writeMessage(1, getCommon()); } @@ -135,7 +112,8 @@ public int getSerializedSize() { size = 0; if (common_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getCommon()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getCommon()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -145,7 +123,7 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.PhpSettings)) { return super.equals(obj); @@ -154,7 +132,8 @@ public boolean equals(final java.lang.Object obj) { if (hasCommon() != other.hasCommon()) return false; if (hasCommon()) { - if (!getCommon().equals(other.getCommon())) return false; + if (!getCommon() + .equals(other.getCommon())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -176,114 +155,109 @@ public int hashCode() { return hash; } - public static com.google.api.PhpSettings parseFrom(java.nio.ByteBuffer data) + public static com.google.api.PhpSettings parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.PhpSettings parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.api.PhpSettings parseFrom(com.google.protobuf.ByteString data) + public static com.google.api.PhpSettings parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.PhpSettings parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.PhpSettings parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.PhpSettings parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.PhpSettings parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.PhpSettings parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.PhpSettings parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.PhpSettings parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.api.PhpSettings parseFrom(com.google.protobuf.CodedInputStream input) + public static com.google.api.PhpSettings parseFrom( + com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.PhpSettings parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.PhpSettings prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Settings for Php client libraries.
    * 
* * Protobuf type {@code google.api.PhpSettings} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.api.PhpSettings) com.google.api.PhpSettingsOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.api.ClientProto.internal_static_google_api_PhpSettings_descriptor; } @@ -296,12 +270,15 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { } // Construct using com.google.api.PhpSettings.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -315,7 +292,8 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { return com.google.api.ClientProto.internal_static_google_api_PhpSettings_descriptor; } @@ -349,39 +327,38 @@ public com.google.api.PhpSettings buildPartial() { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.api.PhpSettings) { - return mergeFrom((com.google.api.PhpSettings) other); + return mergeFrom((com.google.api.PhpSettings)other); } else { super.mergeFrom(other); return this; @@ -419,19 +396,19 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - input.readMessage(getCommonFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 10 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + input.readMessage( + getCommonFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 10 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -444,47 +421,34 @@ public Builder mergeFrom( private com.google.api.CommonLanguageSettings common_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.CommonLanguageSettings, - com.google.api.CommonLanguageSettings.Builder, - com.google.api.CommonLanguageSettingsOrBuilder> - commonBuilder_; + com.google.api.CommonLanguageSettings, com.google.api.CommonLanguageSettings.Builder, com.google.api.CommonLanguageSettingsOrBuilder> commonBuilder_; /** - * - * *
      * Some settings.
      * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return Whether the common field is set. */ public boolean hasCommon() { return commonBuilder_ != null || common_ != null; } /** - * - * *
      * Some settings.
      * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return The common. */ public com.google.api.CommonLanguageSettings getCommon() { if (commonBuilder_ == null) { - return common_ == null - ? com.google.api.CommonLanguageSettings.getDefaultInstance() - : common_; + return common_ == null ? com.google.api.CommonLanguageSettings.getDefaultInstance() : common_; } else { return commonBuilder_.getMessage(); } } /** - * - * *
      * Some settings.
      * 
@@ -505,15 +469,14 @@ public Builder setCommon(com.google.api.CommonLanguageSettings value) { return this; } /** - * - * *
      * Some settings.
      * 
* * .google.api.CommonLanguageSettings common = 1; */ - public Builder setCommon(com.google.api.CommonLanguageSettings.Builder builderForValue) { + public Builder setCommon( + com.google.api.CommonLanguageSettings.Builder builderForValue) { if (commonBuilder_ == null) { common_ = builderForValue.build(); onChanged(); @@ -524,8 +487,6 @@ public Builder setCommon(com.google.api.CommonLanguageSettings.Builder builderFo return this; } /** - * - * *
      * Some settings.
      * 
@@ -536,9 +497,7 @@ public Builder mergeCommon(com.google.api.CommonLanguageSettings value) { if (commonBuilder_ == null) { if (common_ != null) { common_ = - com.google.api.CommonLanguageSettings.newBuilder(common_) - .mergeFrom(value) - .buildPartial(); + com.google.api.CommonLanguageSettings.newBuilder(common_).mergeFrom(value).buildPartial(); } else { common_ = value; } @@ -550,8 +509,6 @@ public Builder mergeCommon(com.google.api.CommonLanguageSettings value) { return this; } /** - * - * *
      * Some settings.
      * 
@@ -570,8 +527,6 @@ public Builder clearCommon() { return this; } /** - * - * *
      * Some settings.
      * 
@@ -579,13 +534,11 @@ public Builder clearCommon() { * .google.api.CommonLanguageSettings common = 1; */ public com.google.api.CommonLanguageSettings.Builder getCommonBuilder() { - + onChanged(); return getCommonFieldBuilder().getBuilder(); } /** - * - * *
      * Some settings.
      * 
@@ -596,14 +549,11 @@ public com.google.api.CommonLanguageSettingsOrBuilder getCommonOrBuilder() { if (commonBuilder_ != null) { return commonBuilder_.getMessageOrBuilder(); } else { - return common_ == null - ? com.google.api.CommonLanguageSettings.getDefaultInstance() - : common_; + return common_ == null ? + com.google.api.CommonLanguageSettings.getDefaultInstance() : common_; } } /** - * - * *
      * Some settings.
      * 
@@ -611,24 +561,21 @@ public com.google.api.CommonLanguageSettingsOrBuilder getCommonOrBuilder() { * .google.api.CommonLanguageSettings common = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.CommonLanguageSettings, - com.google.api.CommonLanguageSettings.Builder, - com.google.api.CommonLanguageSettingsOrBuilder> + com.google.api.CommonLanguageSettings, com.google.api.CommonLanguageSettings.Builder, com.google.api.CommonLanguageSettingsOrBuilder> getCommonFieldBuilder() { if (commonBuilder_ == null) { - commonBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.api.CommonLanguageSettings, - com.google.api.CommonLanguageSettings.Builder, - com.google.api.CommonLanguageSettingsOrBuilder>( - getCommon(), getParentForChildren(), isClean()); + commonBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.api.CommonLanguageSettings, com.google.api.CommonLanguageSettings.Builder, com.google.api.CommonLanguageSettingsOrBuilder>( + getCommon(), + getParentForChildren(), + isClean()); common_ = null; } return commonBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -638,12 +585,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.PhpSettings) } // @@protoc_insertion_point(class_scope:google.api.PhpSettings) private static final com.google.api.PhpSettings DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.PhpSettings(); } @@ -652,27 +599,27 @@ public static com.google.api.PhpSettings getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public PhpSettings parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public PhpSettings parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -687,4 +634,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.PhpSettings getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/PhpSettingsOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/PhpSettingsOrBuilder.java similarity index 54% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/PhpSettingsOrBuilder.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/PhpSettingsOrBuilder.java index 09fa6be89a..2daf0c4259 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/PhpSettingsOrBuilder.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/PhpSettingsOrBuilder.java @@ -1,55 +1,31 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/client.proto package com.google.api; -public interface PhpSettingsOrBuilder - extends +public interface PhpSettingsOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.PhpSettings) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Some settings.
    * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return Whether the common field is set. */ boolean hasCommon(); /** - * - * *
    * Some settings.
    * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return The common. */ com.google.api.CommonLanguageSettings getCommon(); /** - * - * *
    * Some settings.
    * 
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ProjectProperties.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ProjectProperties.java similarity index 73% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ProjectProperties.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ProjectProperties.java index e15bf00c85..9c96a8c6d1 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ProjectProperties.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ProjectProperties.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/consumer.proto package com.google.api; /** - * - * *
  * A descriptor for defining project properties for a service. One service may
  * have many consumer projects, and the service may want to behave differently
@@ -40,40 +23,40 @@
  *
  * Protobuf type {@code google.api.ProjectProperties}
  */
-public final class ProjectProperties extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class ProjectProperties extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.api.ProjectProperties)
     ProjectPropertiesOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use ProjectProperties.newBuilder() to construct.
   private ProjectProperties(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private ProjectProperties() {
     properties_ = java.util.Collections.emptyList();
   }
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new ProjectProperties();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
     return com.google.api.ConsumerProto.internal_static_google_api_ProjectProperties_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.api.ConsumerProto
-        .internal_static_google_api_ProjectProperties_fieldAccessorTable
+    return com.google.api.ConsumerProto.internal_static_google_api_ProjectProperties_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
             com.google.api.ProjectProperties.class, com.google.api.ProjectProperties.Builder.class);
   }
@@ -81,8 +64,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
   public static final int PROPERTIES_FIELD_NUMBER = 1;
   private java.util.List properties_;
   /**
-   *
-   *
    * 
    * List of per consumer project-specific properties.
    * 
@@ -94,8 +75,6 @@ public java.util.List getPropertiesList() { return properties_; } /** - * - * *
    * List of per consumer project-specific properties.
    * 
@@ -103,12 +82,11 @@ public java.util.List getPropertiesList() { * repeated .google.api.Property properties = 1; */ @java.lang.Override - public java.util.List getPropertiesOrBuilderList() { + public java.util.List + getPropertiesOrBuilderList() { return properties_; } /** - * - * *
    * List of per consumer project-specific properties.
    * 
@@ -120,8 +98,6 @@ public int getPropertiesCount() { return properties_.size(); } /** - * - * *
    * List of per consumer project-specific properties.
    * 
@@ -133,8 +109,6 @@ public com.google.api.Property getProperties(int index) { return properties_.get(index); } /** - * - * *
    * List of per consumer project-specific properties.
    * 
@@ -142,12 +116,12 @@ public com.google.api.Property getProperties(int index) { * repeated .google.api.Property properties = 1; */ @java.lang.Override - public com.google.api.PropertyOrBuilder getPropertiesOrBuilder(int index) { + public com.google.api.PropertyOrBuilder getPropertiesOrBuilder( + int index) { return properties_.get(index); } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -159,7 +133,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { for (int i = 0; i < properties_.size(); i++) { output.writeMessage(1, properties_.get(i)); } @@ -173,7 +148,8 @@ public int getSerializedSize() { size = 0; for (int i = 0; i < properties_.size(); i++) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, properties_.get(i)); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, properties_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -183,14 +159,15 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.ProjectProperties)) { return super.equals(obj); } com.google.api.ProjectProperties other = (com.google.api.ProjectProperties) obj; - if (!getPropertiesList().equals(other.getPropertiesList())) return false; + if (!getPropertiesList() + .equals(other.getPropertiesList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -211,103 +188,97 @@ public int hashCode() { return hash; } - public static com.google.api.ProjectProperties parseFrom(java.nio.ByteBuffer data) + public static com.google.api.ProjectProperties parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.ProjectProperties parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.api.ProjectProperties parseFrom(com.google.protobuf.ByteString data) + public static com.google.api.ProjectProperties parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.ProjectProperties parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.ProjectProperties parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.ProjectProperties parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.ProjectProperties parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.ProjectProperties parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.ProjectProperties parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.ProjectProperties parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.ProjectProperties parseFrom( - com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.ProjectProperties parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.ProjectProperties prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * A descriptor for defining project properties for a service. One service may
    * have many consumer projects, and the service may want to behave differently
@@ -327,31 +298,33 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.api.ProjectProperties}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.api.ProjectProperties)
       com.google.api.ProjectPropertiesOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
       return com.google.api.ConsumerProto.internal_static_google_api_ProjectProperties_descriptor;
     }
 
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return com.google.api.ConsumerProto
-          .internal_static_google_api_ProjectProperties_fieldAccessorTable
+      return com.google.api.ConsumerProto.internal_static_google_api_ProjectProperties_fieldAccessorTable
           .ensureFieldAccessorsInitialized(
-              com.google.api.ProjectProperties.class,
-              com.google.api.ProjectProperties.Builder.class);
+              com.google.api.ProjectProperties.class, com.google.api.ProjectProperties.Builder.class);
     }
 
     // Construct using com.google.api.ProjectProperties.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -366,7 +339,8 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
       return com.google.api.ConsumerProto.internal_static_google_api_ProjectProperties_descriptor;
     }
 
@@ -405,39 +379,38 @@ public com.google.api.ProjectProperties buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.api.ProjectProperties) {
-        return mergeFrom((com.google.api.ProjectProperties) other);
+        return mergeFrom((com.google.api.ProjectProperties)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -464,10 +437,9 @@ public Builder mergeFrom(com.google.api.ProjectProperties other) {
             propertiesBuilder_ = null;
             properties_ = other.properties_;
             bitField0_ = (bitField0_ & ~0x00000001);
-            propertiesBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getPropertiesFieldBuilder()
-                    : null;
+            propertiesBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getPropertiesFieldBuilder() : null;
           } else {
             propertiesBuilder_.addAllMessages(other.properties_);
           }
@@ -499,25 +471,25 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                com.google.api.Property m =
-                    input.readMessage(com.google.api.Property.parser(), extensionRegistry);
-                if (propertiesBuilder_ == null) {
-                  ensurePropertiesIsMutable();
-                  properties_.add(m);
-                } else {
-                  propertiesBuilder_.addMessage(m);
-                }
-                break;
-              } // case 10
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              com.google.api.Property m =
+                  input.readMessage(
+                      com.google.api.Property.parser(),
+                      extensionRegistry);
+              if (propertiesBuilder_ == null) {
+                ensurePropertiesIsMutable();
+                properties_.add(m);
+              } else {
+                propertiesBuilder_.addMessage(m);
+              }
+              break;
+            } // case 10
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -527,27 +499,21 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
-    private java.util.List properties_ = java.util.Collections.emptyList();
-
+    private java.util.List properties_ =
+      java.util.Collections.emptyList();
     private void ensurePropertiesIsMutable() {
       if (!((bitField0_ & 0x00000001) != 0)) {
         properties_ = new java.util.ArrayList(properties_);
         bitField0_ |= 0x00000001;
-      }
+       }
     }
 
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.api.Property,
-            com.google.api.Property.Builder,
-            com.google.api.PropertyOrBuilder>
-        propertiesBuilder_;
+        com.google.api.Property, com.google.api.Property.Builder, com.google.api.PropertyOrBuilder> propertiesBuilder_;
 
     /**
-     *
-     *
      * 
      * List of per consumer project-specific properties.
      * 
@@ -562,8 +528,6 @@ public java.util.List getPropertiesList() { } } /** - * - * *
      * List of per consumer project-specific properties.
      * 
@@ -578,8 +542,6 @@ public int getPropertiesCount() { } } /** - * - * *
      * List of per consumer project-specific properties.
      * 
@@ -594,15 +556,14 @@ public com.google.api.Property getProperties(int index) { } } /** - * - * *
      * List of per consumer project-specific properties.
      * 
* * repeated .google.api.Property properties = 1; */ - public Builder setProperties(int index, com.google.api.Property value) { + public Builder setProperties( + int index, com.google.api.Property value) { if (propertiesBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -616,15 +577,14 @@ public Builder setProperties(int index, com.google.api.Property value) { return this; } /** - * - * *
      * List of per consumer project-specific properties.
      * 
* * repeated .google.api.Property properties = 1; */ - public Builder setProperties(int index, com.google.api.Property.Builder builderForValue) { + public Builder setProperties( + int index, com.google.api.Property.Builder builderForValue) { if (propertiesBuilder_ == null) { ensurePropertiesIsMutable(); properties_.set(index, builderForValue.build()); @@ -635,8 +595,6 @@ public Builder setProperties(int index, com.google.api.Property.Builder builderF return this; } /** - * - * *
      * List of per consumer project-specific properties.
      * 
@@ -657,15 +615,14 @@ public Builder addProperties(com.google.api.Property value) { return this; } /** - * - * *
      * List of per consumer project-specific properties.
      * 
* * repeated .google.api.Property properties = 1; */ - public Builder addProperties(int index, com.google.api.Property value) { + public Builder addProperties( + int index, com.google.api.Property value) { if (propertiesBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -679,15 +636,14 @@ public Builder addProperties(int index, com.google.api.Property value) { return this; } /** - * - * *
      * List of per consumer project-specific properties.
      * 
* * repeated .google.api.Property properties = 1; */ - public Builder addProperties(com.google.api.Property.Builder builderForValue) { + public Builder addProperties( + com.google.api.Property.Builder builderForValue) { if (propertiesBuilder_ == null) { ensurePropertiesIsMutable(); properties_.add(builderForValue.build()); @@ -698,15 +654,14 @@ public Builder addProperties(com.google.api.Property.Builder builderForValue) { return this; } /** - * - * *
      * List of per consumer project-specific properties.
      * 
* * repeated .google.api.Property properties = 1; */ - public Builder addProperties(int index, com.google.api.Property.Builder builderForValue) { + public Builder addProperties( + int index, com.google.api.Property.Builder builderForValue) { if (propertiesBuilder_ == null) { ensurePropertiesIsMutable(); properties_.add(index, builderForValue.build()); @@ -717,18 +672,18 @@ public Builder addProperties(int index, com.google.api.Property.Builder builderF return this; } /** - * - * *
      * List of per consumer project-specific properties.
      * 
* * repeated .google.api.Property properties = 1; */ - public Builder addAllProperties(java.lang.Iterable values) { + public Builder addAllProperties( + java.lang.Iterable values) { if (propertiesBuilder_ == null) { ensurePropertiesIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, properties_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, properties_); onChanged(); } else { propertiesBuilder_.addAllMessages(values); @@ -736,8 +691,6 @@ public Builder addAllProperties(java.lang.Iterable * List of per consumer project-specific properties. *
@@ -755,8 +708,6 @@ public Builder clearProperties() { return this; } /** - * - * *
      * List of per consumer project-specific properties.
      * 
@@ -774,43 +725,39 @@ public Builder removeProperties(int index) { return this; } /** - * - * *
      * List of per consumer project-specific properties.
      * 
* * repeated .google.api.Property properties = 1; */ - public com.google.api.Property.Builder getPropertiesBuilder(int index) { + public com.google.api.Property.Builder getPropertiesBuilder( + int index) { return getPropertiesFieldBuilder().getBuilder(index); } /** - * - * *
      * List of per consumer project-specific properties.
      * 
* * repeated .google.api.Property properties = 1; */ - public com.google.api.PropertyOrBuilder getPropertiesOrBuilder(int index) { + public com.google.api.PropertyOrBuilder getPropertiesOrBuilder( + int index) { if (propertiesBuilder_ == null) { - return properties_.get(index); - } else { + return properties_.get(index); } else { return propertiesBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * List of per consumer project-specific properties.
      * 
* * repeated .google.api.Property properties = 1; */ - public java.util.List getPropertiesOrBuilderList() { + public java.util.List + getPropertiesOrBuilderList() { if (propertiesBuilder_ != null) { return propertiesBuilder_.getMessageOrBuilderList(); } else { @@ -818,8 +765,6 @@ public java.util.List getPropertiesO } } /** - * - * *
      * List of per consumer project-specific properties.
      * 
@@ -827,53 +772,49 @@ public java.util.List getPropertiesO * repeated .google.api.Property properties = 1; */ public com.google.api.Property.Builder addPropertiesBuilder() { - return getPropertiesFieldBuilder().addBuilder(com.google.api.Property.getDefaultInstance()); + return getPropertiesFieldBuilder().addBuilder( + com.google.api.Property.getDefaultInstance()); } /** - * - * *
      * List of per consumer project-specific properties.
      * 
* * repeated .google.api.Property properties = 1; */ - public com.google.api.Property.Builder addPropertiesBuilder(int index) { - return getPropertiesFieldBuilder() - .addBuilder(index, com.google.api.Property.getDefaultInstance()); + public com.google.api.Property.Builder addPropertiesBuilder( + int index) { + return getPropertiesFieldBuilder().addBuilder( + index, com.google.api.Property.getDefaultInstance()); } /** - * - * *
      * List of per consumer project-specific properties.
      * 
* * repeated .google.api.Property properties = 1; */ - public java.util.List getPropertiesBuilderList() { + public java.util.List + getPropertiesBuilderList() { return getPropertiesFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.api.Property, - com.google.api.Property.Builder, - com.google.api.PropertyOrBuilder> + com.google.api.Property, com.google.api.Property.Builder, com.google.api.PropertyOrBuilder> getPropertiesFieldBuilder() { if (propertiesBuilder_ == null) { - propertiesBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.api.Property, - com.google.api.Property.Builder, - com.google.api.PropertyOrBuilder>( - properties_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); + propertiesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.api.Property, com.google.api.Property.Builder, com.google.api.PropertyOrBuilder>( + properties_, + ((bitField0_ & 0x00000001) != 0), + getParentForChildren(), + isClean()); properties_ = null; } return propertiesBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -883,12 +824,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.ProjectProperties) } // @@protoc_insertion_point(class_scope:google.api.ProjectProperties) private static final com.google.api.ProjectProperties DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.ProjectProperties(); } @@ -897,27 +838,27 @@ public static com.google.api.ProjectProperties getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public ProjectProperties parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ProjectProperties parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -932,4 +873,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.ProjectProperties getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ProjectPropertiesOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ProjectPropertiesOrBuilder.java similarity index 54% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ProjectPropertiesOrBuilder.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ProjectPropertiesOrBuilder.java index 7662b29875..39a04984f2 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ProjectPropertiesOrBuilder.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ProjectPropertiesOrBuilder.java @@ -1,41 +1,22 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/consumer.proto package com.google.api; -public interface ProjectPropertiesOrBuilder - extends +public interface ProjectPropertiesOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.ProjectProperties) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * List of per consumer project-specific properties.
    * 
* * repeated .google.api.Property properties = 1; */ - java.util.List getPropertiesList(); + java.util.List + getPropertiesList(); /** - * - * *
    * List of per consumer project-specific properties.
    * 
@@ -44,8 +25,6 @@ public interface ProjectPropertiesOrBuilder */ com.google.api.Property getProperties(int index); /** - * - * *
    * List of per consumer project-specific properties.
    * 
@@ -54,23 +33,21 @@ public interface ProjectPropertiesOrBuilder */ int getPropertiesCount(); /** - * - * *
    * List of per consumer project-specific properties.
    * 
* * repeated .google.api.Property properties = 1; */ - java.util.List getPropertiesOrBuilderList(); + java.util.List + getPropertiesOrBuilderList(); /** - * - * *
    * List of per consumer project-specific properties.
    * 
* * repeated .google.api.Property properties = 1; */ - com.google.api.PropertyOrBuilder getPropertiesOrBuilder(int index); + com.google.api.PropertyOrBuilder getPropertiesOrBuilder( + int index); } diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Property.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Property.java similarity index 72% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Property.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Property.java index 1f6a05e0c0..342252ca8c 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Property.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Property.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/consumer.proto package com.google.api; /** - * - * *
  * Defines project properties.
  * API services can define properties that can be assigned to consumer projects
@@ -34,16 +17,15 @@
  *
  * Protobuf type {@code google.api.Property}
  */
-public final class Property extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class Property extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.api.Property)
     PropertyOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use Property.newBuilder() to construct.
   private Property(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private Property() {
     name_ = "";
     type_ = 0;
@@ -52,16 +34,18 @@ private Property() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new Property();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
     return com.google.api.ConsumerProto.internal_static_google_api_Property_descriptor;
   }
 
@@ -74,18 +58,15 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
   }
 
   /**
-   *
-   *
    * 
    * Supported data type of the property values
    * 
* * Protobuf enum {@code google.api.Property.PropertyType} */ - public enum PropertyType implements com.google.protobuf.ProtocolMessageEnum { + public enum PropertyType + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
      * The type is unspecified, and will result in an error.
      * 
@@ -94,8 +75,6 @@ public enum PropertyType implements com.google.protobuf.ProtocolMessageEnum { */ UNSPECIFIED(0), /** - * - * *
      * The type is `int64`.
      * 
@@ -104,8 +83,6 @@ public enum PropertyType implements com.google.protobuf.ProtocolMessageEnum { */ INT64(1), /** - * - * *
      * The type is `bool`.
      * 
@@ -114,8 +91,6 @@ public enum PropertyType implements com.google.protobuf.ProtocolMessageEnum { */ BOOL(2), /** - * - * *
      * The type is `string`.
      * 
@@ -124,8 +99,6 @@ public enum PropertyType implements com.google.protobuf.ProtocolMessageEnum { */ STRING(3), /** - * - * *
      * The type is 'double'.
      * 
@@ -137,8 +110,6 @@ public enum PropertyType implements com.google.protobuf.ProtocolMessageEnum { ; /** - * - * *
      * The type is unspecified, and will result in an error.
      * 
@@ -147,8 +118,6 @@ public enum PropertyType implements com.google.protobuf.ProtocolMessageEnum { */ public static final int UNSPECIFIED_VALUE = 0; /** - * - * *
      * The type is `int64`.
      * 
@@ -157,8 +126,6 @@ public enum PropertyType implements com.google.protobuf.ProtocolMessageEnum { */ public static final int INT64_VALUE = 1; /** - * - * *
      * The type is `bool`.
      * 
@@ -167,8 +134,6 @@ public enum PropertyType implements com.google.protobuf.ProtocolMessageEnum { */ public static final int BOOL_VALUE = 2; /** - * - * *
      * The type is `string`.
      * 
@@ -177,8 +142,6 @@ public enum PropertyType implements com.google.protobuf.ProtocolMessageEnum { */ public static final int STRING_VALUE = 3; /** - * - * *
      * The type is 'double'.
      * 
@@ -187,6 +150,7 @@ public enum PropertyType implements com.google.protobuf.ProtocolMessageEnum { */ public static final int DOUBLE_VALUE = 4; + public final int getNumber() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalArgumentException( @@ -211,53 +175,51 @@ public static PropertyType valueOf(int value) { */ public static PropertyType forNumber(int value) { switch (value) { - case 0: - return UNSPECIFIED; - case 1: - return INT64; - case 2: - return BOOL; - case 3: - return STRING; - case 4: - return DOUBLE; - default: - return null; + case 0: return UNSPECIFIED; + case 1: return INT64; + case 2: return BOOL; + case 3: return STRING; + case 4: return DOUBLE; + default: return null; } } - public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() { + public static com.google.protobuf.Internal.EnumLiteMap + internalGetValueMap() { return internalValueMap; } - - private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public PropertyType findValueByNumber(int number) { - return PropertyType.forNumber(number); - } - }; - - public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { + private static final com.google.protobuf.Internal.EnumLiteMap< + PropertyType> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public PropertyType findValueByNumber(int number) { + return PropertyType.forNumber(number); + } + }; + + public final com.google.protobuf.Descriptors.EnumValueDescriptor + getValueDescriptor() { if (this == UNRECOGNIZED) { throw new java.lang.IllegalStateException( "Can't get the descriptor of an unrecognized enum value."); } return getDescriptor().getValues().get(ordinal()); } - - public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { + public final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptorForType() { return getDescriptor(); } - - public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { return com.google.api.Property.getDescriptor().getEnumTypes().get(0); } private static final PropertyType[] VALUES = values(); - public static PropertyType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + public static PropertyType valueOf( + com.google.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { - throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type."); + throw new java.lang.IllegalArgumentException( + "EnumValueDescriptor is not for this type."); } if (desc.getIndex() == -1) { return UNRECOGNIZED; @@ -277,14 +239,11 @@ private PropertyType(int value) { public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** - * - * *
    * The name of the property (a.k.a key).
    * 
* * string name = 1; - * * @return The name. */ @java.lang.Override @@ -293,29 +252,29 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * The name of the property (a.k.a key).
    * 
* * string name = 1; - * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -326,50 +285,38 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int TYPE_FIELD_NUMBER = 2; private int type_; /** - * - * *
    * The type of this property.
    * 
* * .google.api.Property.PropertyType type = 2; - * * @return The enum numeric value on the wire for type. */ - @java.lang.Override - public int getTypeValue() { + @java.lang.Override public int getTypeValue() { return type_; } /** - * - * *
    * The type of this property.
    * 
* * .google.api.Property.PropertyType type = 2; - * * @return The type. */ - @java.lang.Override - public com.google.api.Property.PropertyType getType() { + @java.lang.Override public com.google.api.Property.PropertyType getType() { @SuppressWarnings("deprecation") - com.google.api.Property.PropertyType result = - com.google.api.Property.PropertyType.valueOf(type_); + com.google.api.Property.PropertyType result = com.google.api.Property.PropertyType.valueOf(type_); return result == null ? com.google.api.Property.PropertyType.UNRECOGNIZED : result; } public static final int DESCRIPTION_FIELD_NUMBER = 3; private volatile java.lang.Object description_; /** - * - * *
    * The description of the property
    * 
* * string description = 3; - * * @return The description. */ @java.lang.Override @@ -378,29 +325,29 @@ public java.lang.String getDescription() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); description_ = s; return s; } } /** - * - * *
    * The description of the property
    * 
* * string description = 3; - * * @return The bytes for description. */ @java.lang.Override - public com.google.protobuf.ByteString getDescriptionBytes() { + public com.google.protobuf.ByteString + getDescriptionBytes() { java.lang.Object ref = description_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); description_ = b; return b; } else { @@ -409,7 +356,6 @@ public com.google.protobuf.ByteString getDescriptionBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -421,7 +367,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } @@ -444,7 +391,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } if (type_ != com.google.api.Property.PropertyType.UNSPECIFIED.getNumber()) { - size += com.google.protobuf.CodedOutputStream.computeEnumSize(2, type_); + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(2, type_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(description_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, description_); @@ -457,16 +405,18 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.Property)) { return super.equals(obj); } com.google.api.Property other = (com.google.api.Property) obj; - if (!getName().equals(other.getName())) return false; + if (!getName() + .equals(other.getName())) return false; if (type_ != other.type_) return false; - if (!getDescription().equals(other.getDescription())) return false; + if (!getDescription() + .equals(other.getDescription())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -489,103 +439,97 @@ public int hashCode() { return hash; } - public static com.google.api.Property parseFrom(java.nio.ByteBuffer data) + public static com.google.api.Property parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Property parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.api.Property parseFrom(com.google.protobuf.ByteString data) + public static com.google.api.Property parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Property parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.Property parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.Property parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.Property parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.Property parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.Property parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.Property parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.api.Property parseFrom(com.google.protobuf.CodedInputStream input) + public static com.google.api.Property parseFrom( + com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.Property parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.Property prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Defines project properties.
    * API services can define properties that can be assigned to consumer projects
@@ -599,11 +543,12 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.api.Property}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.api.Property)
       com.google.api.PropertyOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
       return com.google.api.ConsumerProto.internal_static_google_api_Property_descriptor;
     }
 
@@ -616,12 +561,15 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
     }
 
     // Construct using com.google.api.Property.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -635,7 +583,8 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
       return com.google.api.ConsumerProto.internal_static_google_api_Property_descriptor;
     }
 
@@ -667,39 +616,38 @@ public com.google.api.Property buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.api.Property) {
-        return mergeFrom((com.google.api.Property) other);
+        return mergeFrom((com.google.api.Property)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -745,31 +693,27 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 10:
-              {
-                name_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 10
-            case 16:
-              {
-                type_ = input.readEnum();
-
-                break;
-              } // case 16
-            case 26:
-              {
-                description_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 26
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 10: {
+              name_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 10
+            case 16: {
+              type_ = input.readEnum();
+
+              break;
+            } // case 16
+            case 26: {
+              description_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 26
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -782,20 +726,18 @@ public Builder mergeFrom(
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * The name of the property (a.k.a key).
      * 
* * string name = 1; - * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -804,21 +746,20 @@ public java.lang.String getName() { } } /** - * - * *
      * The name of the property (a.k.a key).
      * 
* * string name = 1; - * * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -826,61 +767,54 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * The name of the property (a.k.a key).
      * 
* * string name = 1; - * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { + public Builder setName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** - * - * *
      * The name of the property (a.k.a key).
      * 
* * string name = 1; - * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** - * - * *
      * The name of the property (a.k.a key).
      * 
* * string name = 1; - * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { + public Builder setNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; @@ -888,65 +822,51 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { private int type_ = 0; /** - * - * *
      * The type of this property.
      * 
* * .google.api.Property.PropertyType type = 2; - * * @return The enum numeric value on the wire for type. */ - @java.lang.Override - public int getTypeValue() { + @java.lang.Override public int getTypeValue() { return type_; } /** - * - * *
      * The type of this property.
      * 
* * .google.api.Property.PropertyType type = 2; - * * @param value The enum numeric value on the wire for type to set. * @return This builder for chaining. */ public Builder setTypeValue(int value) { - + type_ = value; onChanged(); return this; } /** - * - * *
      * The type of this property.
      * 
* * .google.api.Property.PropertyType type = 2; - * * @return The type. */ @java.lang.Override public com.google.api.Property.PropertyType getType() { @SuppressWarnings("deprecation") - com.google.api.Property.PropertyType result = - com.google.api.Property.PropertyType.valueOf(type_); + com.google.api.Property.PropertyType result = com.google.api.Property.PropertyType.valueOf(type_); return result == null ? com.google.api.Property.PropertyType.UNRECOGNIZED : result; } /** - * - * *
      * The type of this property.
      * 
* * .google.api.Property.PropertyType type = 2; - * * @param value The type to set. * @return This builder for chaining. */ @@ -954,24 +874,21 @@ public Builder setType(com.google.api.Property.PropertyType value) { if (value == null) { throw new NullPointerException(); } - + type_ = value.getNumber(); onChanged(); return this; } /** - * - * *
      * The type of this property.
      * 
* * .google.api.Property.PropertyType type = 2; - * * @return This builder for chaining. */ public Builder clearType() { - + type_ = 0; onChanged(); return this; @@ -979,20 +896,18 @@ public Builder clearType() { private java.lang.Object description_ = ""; /** - * - * *
      * The description of the property
      * 
* * string description = 3; - * * @return The description. */ public java.lang.String getDescription() { java.lang.Object ref = description_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); description_ = s; return s; @@ -1001,21 +916,20 @@ public java.lang.String getDescription() { } } /** - * - * *
      * The description of the property
      * 
* * string description = 3; - * * @return The bytes for description. */ - public com.google.protobuf.ByteString getDescriptionBytes() { + public com.google.protobuf.ByteString + getDescriptionBytes() { java.lang.Object ref = description_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); description_ = b; return b; } else { @@ -1023,68 +937,61 @@ public com.google.protobuf.ByteString getDescriptionBytes() { } } /** - * - * *
      * The description of the property
      * 
* * string description = 3; - * * @param value The description to set. * @return This builder for chaining. */ - public Builder setDescription(java.lang.String value) { + public Builder setDescription( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + description_ = value; onChanged(); return this; } /** - * - * *
      * The description of the property
      * 
* * string description = 3; - * * @return This builder for chaining. */ public Builder clearDescription() { - + description_ = getDefaultInstance().getDescription(); onChanged(); return this; } /** - * - * *
      * The description of the property
      * 
* * string description = 3; - * * @param value The bytes for description to set. * @return This builder for chaining. */ - public Builder setDescriptionBytes(com.google.protobuf.ByteString value) { + public Builder setDescriptionBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + description_ = value; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -1094,12 +1001,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.Property) } // @@protoc_insertion_point(class_scope:google.api.Property) private static final com.google.api.Property DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.Property(); } @@ -1108,27 +1015,27 @@ public static com.google.api.Property getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Property parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Property parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -1143,4 +1050,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.Property getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/PropertyOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/PropertyOrBuilder.java similarity index 61% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/PropertyOrBuilder.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/PropertyOrBuilder.java index c537871c93..fe17c3d56f 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/PropertyOrBuilder.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/PropertyOrBuilder.java @@ -1,100 +1,68 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/consumer.proto package com.google.api; -public interface PropertyOrBuilder - extends +public interface PropertyOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.Property) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * The name of the property (a.k.a key).
    * 
* * string name = 1; - * * @return The name. */ java.lang.String getName(); /** - * - * *
    * The name of the property (a.k.a key).
    * 
* * string name = 1; - * * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
    * The type of this property.
    * 
* * .google.api.Property.PropertyType type = 2; - * * @return The enum numeric value on the wire for type. */ int getTypeValue(); /** - * - * *
    * The type of this property.
    * 
* * .google.api.Property.PropertyType type = 2; - * * @return The type. */ com.google.api.Property.PropertyType getType(); /** - * - * *
    * The description of the property
    * 
* * string description = 3; - * * @return The description. */ java.lang.String getDescription(); /** - * - * *
    * The description of the property
    * 
* * string description = 3; - * * @return The bytes for description. */ - com.google.protobuf.ByteString getDescriptionBytes(); + com.google.protobuf.ByteString + getDescriptionBytes(); } diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Publishing.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Publishing.java similarity index 78% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Publishing.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Publishing.java index 99562de3c4..fdc846b068 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Publishing.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Publishing.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/client.proto package com.google.api; /** - * - * *
  * This message configures the settings for publishing [Google Cloud Client
  * libraries](https://cloud.google.com/apis/docs/cloud-client-libraries)
@@ -29,16 +12,15 @@
  *
  * Protobuf type {@code google.api.Publishing}
  */
-public final class Publishing extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class Publishing extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.api.Publishing)
     PublishingOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use Publishing.newBuilder() to construct.
   private Publishing(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private Publishing() {
     methodSettings_ = java.util.Collections.emptyList();
     newIssueUri_ = "";
@@ -53,16 +35,18 @@ private Publishing() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new Publishing();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
     return com.google.api.ClientProto.internal_static_google_api_Publishing_descriptor;
   }
 
@@ -77,8 +61,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
   public static final int METHOD_SETTINGS_FIELD_NUMBER = 2;
   private java.util.List methodSettings_;
   /**
-   *
-   *
    * 
    * A list of API method settings, e.g. the behavior for methods that use the
    * long-running operation pattern.
@@ -91,8 +73,6 @@ public java.util.List getMethodSettingsList() {
     return methodSettings_;
   }
   /**
-   *
-   *
    * 
    * A list of API method settings, e.g. the behavior for methods that use the
    * long-running operation pattern.
@@ -101,13 +81,11 @@ public java.util.List getMethodSettingsList() {
    * repeated .google.api.MethodSettings method_settings = 2;
    */
   @java.lang.Override
-  public java.util.List
+  public java.util.List 
       getMethodSettingsOrBuilderList() {
     return methodSettings_;
   }
   /**
-   *
-   *
    * 
    * A list of API method settings, e.g. the behavior for methods that use the
    * long-running operation pattern.
@@ -120,8 +98,6 @@ public int getMethodSettingsCount() {
     return methodSettings_.size();
   }
   /**
-   *
-   *
    * 
    * A list of API method settings, e.g. the behavior for methods that use the
    * long-running operation pattern.
@@ -134,8 +110,6 @@ public com.google.api.MethodSettings getMethodSettings(int index) {
     return methodSettings_.get(index);
   }
   /**
-   *
-   *
    * 
    * A list of API method settings, e.g. the behavior for methods that use the
    * long-running operation pattern.
@@ -144,22 +118,20 @@ public com.google.api.MethodSettings getMethodSettings(int index) {
    * repeated .google.api.MethodSettings method_settings = 2;
    */
   @java.lang.Override
-  public com.google.api.MethodSettingsOrBuilder getMethodSettingsOrBuilder(int index) {
+  public com.google.api.MethodSettingsOrBuilder getMethodSettingsOrBuilder(
+      int index) {
     return methodSettings_.get(index);
   }
 
   public static final int NEW_ISSUE_URI_FIELD_NUMBER = 101;
   private volatile java.lang.Object newIssueUri_;
   /**
-   *
-   *
    * 
    * Link to a place that API users can report issues.  Example:
    * https://issuetracker.google.com/issues/new?component=190865&template=1161103
    * 
* * string new_issue_uri = 101; - * * @return The newIssueUri. */ @java.lang.Override @@ -168,30 +140,30 @@ public java.lang.String getNewIssueUri() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); newIssueUri_ = s; return s; } } /** - * - * *
    * Link to a place that API users can report issues.  Example:
    * https://issuetracker.google.com/issues/new?component=190865&template=1161103
    * 
* * string new_issue_uri = 101; - * * @return The bytes for newIssueUri. */ @java.lang.Override - public com.google.protobuf.ByteString getNewIssueUriBytes() { + public com.google.protobuf.ByteString + getNewIssueUriBytes() { java.lang.Object ref = newIssueUri_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); newIssueUri_ = b; return b; } else { @@ -202,15 +174,12 @@ public com.google.protobuf.ByteString getNewIssueUriBytes() { public static final int DOCUMENTATION_URI_FIELD_NUMBER = 102; private volatile java.lang.Object documentationUri_; /** - * - * *
    * Link to product home page.  Example:
    * https://cloud.google.com/asset-inventory/docs/overview
    * 
* * string documentation_uri = 102; - * * @return The documentationUri. */ @java.lang.Override @@ -219,30 +188,30 @@ public java.lang.String getDocumentationUri() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); documentationUri_ = s; return s; } } /** - * - * *
    * Link to product home page.  Example:
    * https://cloud.google.com/asset-inventory/docs/overview
    * 
* * string documentation_uri = 102; - * * @return The bytes for documentationUri. */ @java.lang.Override - public com.google.protobuf.ByteString getDocumentationUriBytes() { + public com.google.protobuf.ByteString + getDocumentationUriBytes() { java.lang.Object ref = documentationUri_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); documentationUri_ = b; return b; } else { @@ -253,8 +222,6 @@ public com.google.protobuf.ByteString getDocumentationUriBytes() { public static final int API_SHORT_NAME_FIELD_NUMBER = 103; private volatile java.lang.Object apiShortName_; /** - * - * *
    * Used as a tracking tag when collecting data about the APIs developer
    * relations artifacts like docs, packages delivered to package managers,
@@ -262,7 +229,6 @@ public com.google.protobuf.ByteString getDocumentationUriBytes() {
    * 
* * string api_short_name = 103; - * * @return The apiShortName. */ @java.lang.Override @@ -271,15 +237,14 @@ public java.lang.String getApiShortName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); apiShortName_ = s; return s; } } /** - * - * *
    * Used as a tracking tag when collecting data about the APIs developer
    * relations artifacts like docs, packages delivered to package managers,
@@ -287,15 +252,16 @@ public java.lang.String getApiShortName() {
    * 
* * string api_short_name = 103; - * * @return The bytes for apiShortName. */ @java.lang.Override - public com.google.protobuf.ByteString getApiShortNameBytes() { + public com.google.protobuf.ByteString + getApiShortNameBytes() { java.lang.Object ref = apiShortName_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); apiShortName_ = b; return b; } else { @@ -306,14 +272,11 @@ public com.google.protobuf.ByteString getApiShortNameBytes() { public static final int GITHUB_LABEL_FIELD_NUMBER = 104; private volatile java.lang.Object githubLabel_; /** - * - * *
    * GitHub label to apply to issues and pull requests opened for this API.
    * 
* * string github_label = 104; - * * @return The githubLabel. */ @java.lang.Override @@ -322,29 +285,29 @@ public java.lang.String getGithubLabel() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); githubLabel_ = s; return s; } } /** - * - * *
    * GitHub label to apply to issues and pull requests opened for this API.
    * 
* * string github_label = 104; - * * @return The bytes for githubLabel. */ @java.lang.Override - public com.google.protobuf.ByteString getGithubLabelBytes() { + public com.google.protobuf.ByteString + getGithubLabelBytes() { java.lang.Object ref = githubLabel_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); githubLabel_ = b; return b; } else { @@ -355,45 +318,37 @@ public com.google.protobuf.ByteString getGithubLabelBytes() { public static final int CODEOWNER_GITHUB_TEAMS_FIELD_NUMBER = 105; private com.google.protobuf.LazyStringList codeownerGithubTeams_; /** - * - * *
    * GitHub teams to be added to CODEOWNERS in the directory in GitHub
    * containing source code for the client libraries for this API.
    * 
* * repeated string codeowner_github_teams = 105; - * * @return A list containing the codeownerGithubTeams. */ - public com.google.protobuf.ProtocolStringList getCodeownerGithubTeamsList() { + public com.google.protobuf.ProtocolStringList + getCodeownerGithubTeamsList() { return codeownerGithubTeams_; } /** - * - * *
    * GitHub teams to be added to CODEOWNERS in the directory in GitHub
    * containing source code for the client libraries for this API.
    * 
* * repeated string codeowner_github_teams = 105; - * * @return The count of codeownerGithubTeams. */ public int getCodeownerGithubTeamsCount() { return codeownerGithubTeams_.size(); } /** - * - * *
    * GitHub teams to be added to CODEOWNERS in the directory in GitHub
    * containing source code for the client libraries for this API.
    * 
* * repeated string codeowner_github_teams = 105; - * * @param index The index of the element to return. * @return The codeownerGithubTeams at the given index. */ @@ -401,34 +356,29 @@ public java.lang.String getCodeownerGithubTeams(int index) { return codeownerGithubTeams_.get(index); } /** - * - * *
    * GitHub teams to be added to CODEOWNERS in the directory in GitHub
    * containing source code for the client libraries for this API.
    * 
* * repeated string codeowner_github_teams = 105; - * * @param index The index of the value to return. * @return The bytes of the codeownerGithubTeams at the given index. */ - public com.google.protobuf.ByteString getCodeownerGithubTeamsBytes(int index) { + public com.google.protobuf.ByteString + getCodeownerGithubTeamsBytes(int index) { return codeownerGithubTeams_.getByteString(index); } public static final int DOC_TAG_PREFIX_FIELD_NUMBER = 106; private volatile java.lang.Object docTagPrefix_; /** - * - * *
    * A prefix used in sample code when demarking regions to be included in
    * documentation.
    * 
* * string doc_tag_prefix = 106; - * * @return The docTagPrefix. */ @java.lang.Override @@ -437,30 +387,30 @@ public java.lang.String getDocTagPrefix() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); docTagPrefix_ = s; return s; } } /** - * - * *
    * A prefix used in sample code when demarking regions to be included in
    * documentation.
    * 
* * string doc_tag_prefix = 106; - * * @return The bytes for docTagPrefix. */ @java.lang.Override - public com.google.protobuf.ByteString getDocTagPrefixBytes() { + public com.google.protobuf.ByteString + getDocTagPrefixBytes() { java.lang.Object ref = docTagPrefix_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); docTagPrefix_ = b; return b; } else { @@ -471,44 +421,33 @@ public com.google.protobuf.ByteString getDocTagPrefixBytes() { public static final int ORGANIZATION_FIELD_NUMBER = 107; private int organization_; /** - * - * *
    * For whom the client library is being published.
    * 
* * .google.api.ClientLibraryOrganization organization = 107; - * * @return The enum numeric value on the wire for organization. */ - @java.lang.Override - public int getOrganizationValue() { + @java.lang.Override public int getOrganizationValue() { return organization_; } /** - * - * *
    * For whom the client library is being published.
    * 
* * .google.api.ClientLibraryOrganization organization = 107; - * * @return The organization. */ - @java.lang.Override - public com.google.api.ClientLibraryOrganization getOrganization() { + @java.lang.Override public com.google.api.ClientLibraryOrganization getOrganization() { @SuppressWarnings("deprecation") - com.google.api.ClientLibraryOrganization result = - com.google.api.ClientLibraryOrganization.valueOf(organization_); + com.google.api.ClientLibraryOrganization result = com.google.api.ClientLibraryOrganization.valueOf(organization_); return result == null ? com.google.api.ClientLibraryOrganization.UNRECOGNIZED : result; } public static final int LIBRARY_SETTINGS_FIELD_NUMBER = 109; private java.util.List librarySettings_; /** - * - * *
    * Client library settings.  If the same version string appears multiple
    * times in this list, then the last one wins.  Settings from earlier
@@ -522,8 +461,6 @@ public java.util.List getLibrarySettingsLi
     return librarySettings_;
   }
   /**
-   *
-   *
    * 
    * Client library settings.  If the same version string appears multiple
    * times in this list, then the last one wins.  Settings from earlier
@@ -533,13 +470,11 @@ public java.util.List getLibrarySettingsLi
    * repeated .google.api.ClientLibrarySettings library_settings = 109;
    */
   @java.lang.Override
-  public java.util.List
+  public java.util.List 
       getLibrarySettingsOrBuilderList() {
     return librarySettings_;
   }
   /**
-   *
-   *
    * 
    * Client library settings.  If the same version string appears multiple
    * times in this list, then the last one wins.  Settings from earlier
@@ -553,8 +488,6 @@ public int getLibrarySettingsCount() {
     return librarySettings_.size();
   }
   /**
-   *
-   *
    * 
    * Client library settings.  If the same version string appears multiple
    * times in this list, then the last one wins.  Settings from earlier
@@ -568,8 +501,6 @@ public com.google.api.ClientLibrarySettings getLibrarySettings(int index) {
     return librarySettings_.get(index);
   }
   /**
-   *
-   *
    * 
    * Client library settings.  If the same version string appears multiple
    * times in this list, then the last one wins.  Settings from earlier
@@ -579,12 +510,12 @@ public com.google.api.ClientLibrarySettings getLibrarySettings(int index) {
    * repeated .google.api.ClientLibrarySettings library_settings = 109;
    */
   @java.lang.Override
-  public com.google.api.ClientLibrarySettingsOrBuilder getLibrarySettingsOrBuilder(int index) {
+  public com.google.api.ClientLibrarySettingsOrBuilder getLibrarySettingsOrBuilder(
+      int index) {
     return librarySettings_.get(index);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -596,7 +527,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     for (int i = 0; i < methodSettings_.size(); i++) {
       output.writeMessage(2, methodSettings_.get(i));
     }
@@ -613,15 +545,12 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
       com.google.protobuf.GeneratedMessageV3.writeString(output, 104, githubLabel_);
     }
     for (int i = 0; i < codeownerGithubTeams_.size(); i++) {
-      com.google.protobuf.GeneratedMessageV3.writeString(
-          output, 105, codeownerGithubTeams_.getRaw(i));
+      com.google.protobuf.GeneratedMessageV3.writeString(output, 105, codeownerGithubTeams_.getRaw(i));
     }
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(docTagPrefix_)) {
       com.google.protobuf.GeneratedMessageV3.writeString(output, 106, docTagPrefix_);
     }
-    if (organization_
-        != com.google.api.ClientLibraryOrganization.CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED
-            .getNumber()) {
+    if (organization_ != com.google.api.ClientLibraryOrganization.CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED.getNumber()) {
       output.writeEnum(107, organization_);
     }
     for (int i = 0; i < librarySettings_.size(); i++) {
@@ -637,7 +566,8 @@ public int getSerializedSize() {
 
     size = 0;
     for (int i = 0; i < methodSettings_.size(); i++) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, methodSettings_.get(i));
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(2, methodSettings_.get(i));
     }
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(newIssueUri_)) {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(101, newIssueUri_);
@@ -662,14 +592,13 @@ public int getSerializedSize() {
     if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(docTagPrefix_)) {
       size += com.google.protobuf.GeneratedMessageV3.computeStringSize(106, docTagPrefix_);
     }
-    if (organization_
-        != com.google.api.ClientLibraryOrganization.CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED
-            .getNumber()) {
-      size += com.google.protobuf.CodedOutputStream.computeEnumSize(107, organization_);
+    if (organization_ != com.google.api.ClientLibraryOrganization.CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED.getNumber()) {
+      size += com.google.protobuf.CodedOutputStream
+        .computeEnumSize(107, organization_);
     }
     for (int i = 0; i < librarySettings_.size(); i++) {
-      size +=
-          com.google.protobuf.CodedOutputStream.computeMessageSize(109, librarySettings_.get(i));
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(109, librarySettings_.get(i));
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -679,22 +608,30 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.api.Publishing)) {
       return super.equals(obj);
     }
     com.google.api.Publishing other = (com.google.api.Publishing) obj;
 
-    if (!getMethodSettingsList().equals(other.getMethodSettingsList())) return false;
-    if (!getNewIssueUri().equals(other.getNewIssueUri())) return false;
-    if (!getDocumentationUri().equals(other.getDocumentationUri())) return false;
-    if (!getApiShortName().equals(other.getApiShortName())) return false;
-    if (!getGithubLabel().equals(other.getGithubLabel())) return false;
-    if (!getCodeownerGithubTeamsList().equals(other.getCodeownerGithubTeamsList())) return false;
-    if (!getDocTagPrefix().equals(other.getDocTagPrefix())) return false;
+    if (!getMethodSettingsList()
+        .equals(other.getMethodSettingsList())) return false;
+    if (!getNewIssueUri()
+        .equals(other.getNewIssueUri())) return false;
+    if (!getDocumentationUri()
+        .equals(other.getDocumentationUri())) return false;
+    if (!getApiShortName()
+        .equals(other.getApiShortName())) return false;
+    if (!getGithubLabel()
+        .equals(other.getGithubLabel())) return false;
+    if (!getCodeownerGithubTeamsList()
+        .equals(other.getCodeownerGithubTeamsList())) return false;
+    if (!getDocTagPrefix()
+        .equals(other.getDocTagPrefix())) return false;
     if (organization_ != other.organization_) return false;
-    if (!getLibrarySettingsList().equals(other.getLibrarySettingsList())) return false;
+    if (!getLibrarySettingsList()
+        .equals(other.getLibrarySettingsList())) return false;
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
   }
@@ -735,103 +672,97 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.api.Publishing parseFrom(java.nio.ByteBuffer data)
+  public static com.google.api.Publishing parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.Publishing parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.api.Publishing parseFrom(com.google.protobuf.ByteString data)
+  public static com.google.api.Publishing parseFrom(
+      com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.Publishing parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.api.Publishing parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.Publishing parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.api.Publishing parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.api.Publishing parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.api.Publishing parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.api.Publishing parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.api.Publishing parseFrom(com.google.protobuf.CodedInputStream input)
+  public static com.google.api.Publishing parseFrom(
+      com.google.protobuf.CodedInputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.api.Publishing parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.api.Publishing prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * This message configures the settings for publishing [Google Cloud Client
    * libraries](https://cloud.google.com/apis/docs/cloud-client-libraries)
@@ -840,11 +771,12 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.api.Publishing}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.api.Publishing)
       com.google.api.PublishingOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
       return com.google.api.ClientProto.internal_static_google_api_Publishing_descriptor;
     }
 
@@ -857,12 +789,15 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
     }
 
     // Construct using com.google.api.Publishing.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -898,7 +833,8 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
       return com.google.api.ClientProto.internal_static_google_api_Publishing_descriptor;
     }
 
@@ -957,39 +893,38 @@ public com.google.api.Publishing buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.api.Publishing) {
-        return mergeFrom((com.google.api.Publishing) other);
+        return mergeFrom((com.google.api.Publishing)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -1016,10 +951,9 @@ public Builder mergeFrom(com.google.api.Publishing other) {
             methodSettingsBuilder_ = null;
             methodSettings_ = other.methodSettings_;
             bitField0_ = (bitField0_ & ~0x00000001);
-            methodSettingsBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getMethodSettingsFieldBuilder()
-                    : null;
+            methodSettingsBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getMethodSettingsFieldBuilder() : null;
           } else {
             methodSettingsBuilder_.addAllMessages(other.methodSettings_);
           }
@@ -1076,10 +1010,9 @@ public Builder mergeFrom(com.google.api.Publishing other) {
             librarySettingsBuilder_ = null;
             librarySettings_ = other.librarySettings_;
             bitField0_ = (bitField0_ & ~0x00000004);
-            librarySettingsBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getLibrarySettingsFieldBuilder()
-                    : null;
+            librarySettingsBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getLibrarySettingsFieldBuilder() : null;
           } else {
             librarySettingsBuilder_.addAllMessages(other.librarySettings_);
           }
@@ -1111,81 +1044,74 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 18:
-              {
-                com.google.api.MethodSettings m =
-                    input.readMessage(com.google.api.MethodSettings.parser(), extensionRegistry);
-                if (methodSettingsBuilder_ == null) {
-                  ensureMethodSettingsIsMutable();
-                  methodSettings_.add(m);
-                } else {
-                  methodSettingsBuilder_.addMessage(m);
-                }
-                break;
-              } // case 18
-            case 810:
-              {
-                newIssueUri_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 810
-            case 818:
-              {
-                documentationUri_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 818
-            case 826:
-              {
-                apiShortName_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 826
-            case 834:
-              {
-                githubLabel_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 834
-            case 842:
-              {
-                java.lang.String s = input.readStringRequireUtf8();
-                ensureCodeownerGithubTeamsIsMutable();
-                codeownerGithubTeams_.add(s);
-                break;
-              } // case 842
-            case 850:
-              {
-                docTagPrefix_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 850
-            case 856:
-              {
-                organization_ = input.readEnum();
-
-                break;
-              } // case 856
-            case 874:
-              {
-                com.google.api.ClientLibrarySettings m =
-                    input.readMessage(
-                        com.google.api.ClientLibrarySettings.parser(), extensionRegistry);
-                if (librarySettingsBuilder_ == null) {
-                  ensureLibrarySettingsIsMutable();
-                  librarySettings_.add(m);
-                } else {
-                  librarySettingsBuilder_.addMessage(m);
-                }
-                break;
-              } // case 874
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 18: {
+              com.google.api.MethodSettings m =
+                  input.readMessage(
+                      com.google.api.MethodSettings.parser(),
+                      extensionRegistry);
+              if (methodSettingsBuilder_ == null) {
+                ensureMethodSettingsIsMutable();
+                methodSettings_.add(m);
+              } else {
+                methodSettingsBuilder_.addMessage(m);
+              }
+              break;
+            } // case 18
+            case 810: {
+              newIssueUri_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 810
+            case 818: {
+              documentationUri_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 818
+            case 826: {
+              apiShortName_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 826
+            case 834: {
+              githubLabel_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 834
+            case 842: {
+              java.lang.String s = input.readStringRequireUtf8();
+              ensureCodeownerGithubTeamsIsMutable();
+              codeownerGithubTeams_.add(s);
+              break;
+            } // case 842
+            case 850: {
+              docTagPrefix_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 850
+            case 856: {
+              organization_ = input.readEnum();
+
+              break;
+            } // case 856
+            case 874: {
+              com.google.api.ClientLibrarySettings m =
+                  input.readMessage(
+                      com.google.api.ClientLibrarySettings.parser(),
+                      extensionRegistry);
+              if (librarySettingsBuilder_ == null) {
+                ensureLibrarySettingsIsMutable();
+                librarySettings_.add(m);
+              } else {
+                librarySettingsBuilder_.addMessage(m);
+              }
+              break;
+            } // case 874
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -1195,28 +1121,21 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.util.List methodSettings_ =
-        java.util.Collections.emptyList();
-
+      java.util.Collections.emptyList();
     private void ensureMethodSettingsIsMutable() {
       if (!((bitField0_ & 0x00000001) != 0)) {
         methodSettings_ = new java.util.ArrayList(methodSettings_);
         bitField0_ |= 0x00000001;
-      }
+       }
     }
 
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.api.MethodSettings,
-            com.google.api.MethodSettings.Builder,
-            com.google.api.MethodSettingsOrBuilder>
-        methodSettingsBuilder_;
+        com.google.api.MethodSettings, com.google.api.MethodSettings.Builder, com.google.api.MethodSettingsOrBuilder> methodSettingsBuilder_;
 
     /**
-     *
-     *
      * 
      * A list of API method settings, e.g. the behavior for methods that use the
      * long-running operation pattern.
@@ -1232,8 +1151,6 @@ public java.util.List getMethodSettingsList() {
       }
     }
     /**
-     *
-     *
      * 
      * A list of API method settings, e.g. the behavior for methods that use the
      * long-running operation pattern.
@@ -1249,8 +1166,6 @@ public int getMethodSettingsCount() {
       }
     }
     /**
-     *
-     *
      * 
      * A list of API method settings, e.g. the behavior for methods that use the
      * long-running operation pattern.
@@ -1266,8 +1181,6 @@ public com.google.api.MethodSettings getMethodSettings(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * A list of API method settings, e.g. the behavior for methods that use the
      * long-running operation pattern.
@@ -1275,7 +1188,8 @@ public com.google.api.MethodSettings getMethodSettings(int index) {
      *
      * repeated .google.api.MethodSettings method_settings = 2;
      */
-    public Builder setMethodSettings(int index, com.google.api.MethodSettings value) {
+    public Builder setMethodSettings(
+        int index, com.google.api.MethodSettings value) {
       if (methodSettingsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -1289,8 +1203,6 @@ public Builder setMethodSettings(int index, com.google.api.MethodSettings value)
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of API method settings, e.g. the behavior for methods that use the
      * long-running operation pattern.
@@ -1310,8 +1222,6 @@ public Builder setMethodSettings(
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of API method settings, e.g. the behavior for methods that use the
      * long-running operation pattern.
@@ -1333,8 +1243,6 @@ public Builder addMethodSettings(com.google.api.MethodSettings value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of API method settings, e.g. the behavior for methods that use the
      * long-running operation pattern.
@@ -1342,7 +1250,8 @@ public Builder addMethodSettings(com.google.api.MethodSettings value) {
      *
      * repeated .google.api.MethodSettings method_settings = 2;
      */
-    public Builder addMethodSettings(int index, com.google.api.MethodSettings value) {
+    public Builder addMethodSettings(
+        int index, com.google.api.MethodSettings value) {
       if (methodSettingsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -1356,8 +1265,6 @@ public Builder addMethodSettings(int index, com.google.api.MethodSettings value)
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of API method settings, e.g. the behavior for methods that use the
      * long-running operation pattern.
@@ -1365,7 +1272,8 @@ public Builder addMethodSettings(int index, com.google.api.MethodSettings value)
      *
      * repeated .google.api.MethodSettings method_settings = 2;
      */
-    public Builder addMethodSettings(com.google.api.MethodSettings.Builder builderForValue) {
+    public Builder addMethodSettings(
+        com.google.api.MethodSettings.Builder builderForValue) {
       if (methodSettingsBuilder_ == null) {
         ensureMethodSettingsIsMutable();
         methodSettings_.add(builderForValue.build());
@@ -1376,8 +1284,6 @@ public Builder addMethodSettings(com.google.api.MethodSettings.Builder builderFo
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of API method settings, e.g. the behavior for methods that use the
      * long-running operation pattern.
@@ -1397,8 +1303,6 @@ public Builder addMethodSettings(
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of API method settings, e.g. the behavior for methods that use the
      * long-running operation pattern.
@@ -1410,7 +1314,8 @@ public Builder addAllMethodSettings(
         java.lang.Iterable values) {
       if (methodSettingsBuilder_ == null) {
         ensureMethodSettingsIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, methodSettings_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, methodSettings_);
         onChanged();
       } else {
         methodSettingsBuilder_.addAllMessages(values);
@@ -1418,8 +1323,6 @@ public Builder addAllMethodSettings(
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of API method settings, e.g. the behavior for methods that use the
      * long-running operation pattern.
@@ -1438,8 +1341,6 @@ public Builder clearMethodSettings() {
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of API method settings, e.g. the behavior for methods that use the
      * long-running operation pattern.
@@ -1458,8 +1359,6 @@ public Builder removeMethodSettings(int index) {
       return this;
     }
     /**
-     *
-     *
      * 
      * A list of API method settings, e.g. the behavior for methods that use the
      * long-running operation pattern.
@@ -1467,12 +1366,11 @@ public Builder removeMethodSettings(int index) {
      *
      * repeated .google.api.MethodSettings method_settings = 2;
      */
-    public com.google.api.MethodSettings.Builder getMethodSettingsBuilder(int index) {
+    public com.google.api.MethodSettings.Builder getMethodSettingsBuilder(
+        int index) {
       return getMethodSettingsFieldBuilder().getBuilder(index);
     }
     /**
-     *
-     *
      * 
      * A list of API method settings, e.g. the behavior for methods that use the
      * long-running operation pattern.
@@ -1480,16 +1378,14 @@ public com.google.api.MethodSettings.Builder getMethodSettingsBuilder(int index)
      *
      * repeated .google.api.MethodSettings method_settings = 2;
      */
-    public com.google.api.MethodSettingsOrBuilder getMethodSettingsOrBuilder(int index) {
+    public com.google.api.MethodSettingsOrBuilder getMethodSettingsOrBuilder(
+        int index) {
       if (methodSettingsBuilder_ == null) {
-        return methodSettings_.get(index);
-      } else {
+        return methodSettings_.get(index);  } else {
         return methodSettingsBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
-     *
-     *
      * 
      * A list of API method settings, e.g. the behavior for methods that use the
      * long-running operation pattern.
@@ -1497,8 +1393,8 @@ public com.google.api.MethodSettingsOrBuilder getMethodSettingsOrBuilder(int ind
      *
      * repeated .google.api.MethodSettings method_settings = 2;
      */
-    public java.util.List
-        getMethodSettingsOrBuilderList() {
+    public java.util.List 
+         getMethodSettingsOrBuilderList() {
       if (methodSettingsBuilder_ != null) {
         return methodSettingsBuilder_.getMessageOrBuilderList();
       } else {
@@ -1506,8 +1402,6 @@ public com.google.api.MethodSettingsOrBuilder getMethodSettingsOrBuilder(int ind
       }
     }
     /**
-     *
-     *
      * 
      * A list of API method settings, e.g. the behavior for methods that use the
      * long-running operation pattern.
@@ -1516,12 +1410,10 @@ public com.google.api.MethodSettingsOrBuilder getMethodSettingsOrBuilder(int ind
      * repeated .google.api.MethodSettings method_settings = 2;
      */
     public com.google.api.MethodSettings.Builder addMethodSettingsBuilder() {
-      return getMethodSettingsFieldBuilder()
-          .addBuilder(com.google.api.MethodSettings.getDefaultInstance());
+      return getMethodSettingsFieldBuilder().addBuilder(
+          com.google.api.MethodSettings.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * A list of API method settings, e.g. the behavior for methods that use the
      * long-running operation pattern.
@@ -1529,13 +1421,12 @@ public com.google.api.MethodSettings.Builder addMethodSettingsBuilder() {
      *
      * repeated .google.api.MethodSettings method_settings = 2;
      */
-    public com.google.api.MethodSettings.Builder addMethodSettingsBuilder(int index) {
-      return getMethodSettingsFieldBuilder()
-          .addBuilder(index, com.google.api.MethodSettings.getDefaultInstance());
+    public com.google.api.MethodSettings.Builder addMethodSettingsBuilder(
+        int index) {
+      return getMethodSettingsFieldBuilder().addBuilder(
+          index, com.google.api.MethodSettings.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * A list of API method settings, e.g. the behavior for methods that use the
      * long-running operation pattern.
@@ -1543,21 +1434,16 @@ public com.google.api.MethodSettings.Builder addMethodSettingsBuilder(int index)
      *
      * repeated .google.api.MethodSettings method_settings = 2;
      */
-    public java.util.List getMethodSettingsBuilderList() {
+    public java.util.List 
+         getMethodSettingsBuilderList() {
       return getMethodSettingsFieldBuilder().getBuilderList();
     }
-
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.api.MethodSettings,
-            com.google.api.MethodSettings.Builder,
-            com.google.api.MethodSettingsOrBuilder>
+        com.google.api.MethodSettings, com.google.api.MethodSettings.Builder, com.google.api.MethodSettingsOrBuilder> 
         getMethodSettingsFieldBuilder() {
       if (methodSettingsBuilder_ == null) {
-        methodSettingsBuilder_ =
-            new com.google.protobuf.RepeatedFieldBuilderV3<
-                com.google.api.MethodSettings,
-                com.google.api.MethodSettings.Builder,
-                com.google.api.MethodSettingsOrBuilder>(
+        methodSettingsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+            com.google.api.MethodSettings, com.google.api.MethodSettings.Builder, com.google.api.MethodSettingsOrBuilder>(
                 methodSettings_,
                 ((bitField0_ & 0x00000001) != 0),
                 getParentForChildren(),
@@ -1569,21 +1455,19 @@ public java.util.List getMethodSettingsBu
 
     private java.lang.Object newIssueUri_ = "";
     /**
-     *
-     *
      * 
      * Link to a place that API users can report issues.  Example:
      * https://issuetracker.google.com/issues/new?component=190865&template=1161103
      * 
* * string new_issue_uri = 101; - * * @return The newIssueUri. */ public java.lang.String getNewIssueUri() { java.lang.Object ref = newIssueUri_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); newIssueUri_ = s; return s; @@ -1592,22 +1476,21 @@ public java.lang.String getNewIssueUri() { } } /** - * - * *
      * Link to a place that API users can report issues.  Example:
      * https://issuetracker.google.com/issues/new?component=190865&template=1161103
      * 
* * string new_issue_uri = 101; - * * @return The bytes for newIssueUri. */ - public com.google.protobuf.ByteString getNewIssueUriBytes() { + public com.google.protobuf.ByteString + getNewIssueUriBytes() { java.lang.Object ref = newIssueUri_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); newIssueUri_ = b; return b; } else { @@ -1615,64 +1498,57 @@ public com.google.protobuf.ByteString getNewIssueUriBytes() { } } /** - * - * *
      * Link to a place that API users can report issues.  Example:
      * https://issuetracker.google.com/issues/new?component=190865&template=1161103
      * 
* * string new_issue_uri = 101; - * * @param value The newIssueUri to set. * @return This builder for chaining. */ - public Builder setNewIssueUri(java.lang.String value) { + public Builder setNewIssueUri( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + newIssueUri_ = value; onChanged(); return this; } /** - * - * *
      * Link to a place that API users can report issues.  Example:
      * https://issuetracker.google.com/issues/new?component=190865&template=1161103
      * 
* * string new_issue_uri = 101; - * * @return This builder for chaining. */ public Builder clearNewIssueUri() { - + newIssueUri_ = getDefaultInstance().getNewIssueUri(); onChanged(); return this; } /** - * - * *
      * Link to a place that API users can report issues.  Example:
      * https://issuetracker.google.com/issues/new?component=190865&template=1161103
      * 
* * string new_issue_uri = 101; - * * @param value The bytes for newIssueUri to set. * @return This builder for chaining. */ - public Builder setNewIssueUriBytes(com.google.protobuf.ByteString value) { + public Builder setNewIssueUriBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + newIssueUri_ = value; onChanged(); return this; @@ -1680,21 +1556,19 @@ public Builder setNewIssueUriBytes(com.google.protobuf.ByteString value) { private java.lang.Object documentationUri_ = ""; /** - * - * *
      * Link to product home page.  Example:
      * https://cloud.google.com/asset-inventory/docs/overview
      * 
* * string documentation_uri = 102; - * * @return The documentationUri. */ public java.lang.String getDocumentationUri() { java.lang.Object ref = documentationUri_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); documentationUri_ = s; return s; @@ -1703,22 +1577,21 @@ public java.lang.String getDocumentationUri() { } } /** - * - * *
      * Link to product home page.  Example:
      * https://cloud.google.com/asset-inventory/docs/overview
      * 
* * string documentation_uri = 102; - * * @return The bytes for documentationUri. */ - public com.google.protobuf.ByteString getDocumentationUriBytes() { + public com.google.protobuf.ByteString + getDocumentationUriBytes() { java.lang.Object ref = documentationUri_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); documentationUri_ = b; return b; } else { @@ -1726,64 +1599,57 @@ public com.google.protobuf.ByteString getDocumentationUriBytes() { } } /** - * - * *
      * Link to product home page.  Example:
      * https://cloud.google.com/asset-inventory/docs/overview
      * 
* * string documentation_uri = 102; - * * @param value The documentationUri to set. * @return This builder for chaining. */ - public Builder setDocumentationUri(java.lang.String value) { + public Builder setDocumentationUri( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + documentationUri_ = value; onChanged(); return this; } /** - * - * *
      * Link to product home page.  Example:
      * https://cloud.google.com/asset-inventory/docs/overview
      * 
* * string documentation_uri = 102; - * * @return This builder for chaining. */ public Builder clearDocumentationUri() { - + documentationUri_ = getDefaultInstance().getDocumentationUri(); onChanged(); return this; } /** - * - * *
      * Link to product home page.  Example:
      * https://cloud.google.com/asset-inventory/docs/overview
      * 
* * string documentation_uri = 102; - * * @param value The bytes for documentationUri to set. * @return This builder for chaining. */ - public Builder setDocumentationUriBytes(com.google.protobuf.ByteString value) { + public Builder setDocumentationUriBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + documentationUri_ = value; onChanged(); return this; @@ -1791,8 +1657,6 @@ public Builder setDocumentationUriBytes(com.google.protobuf.ByteString value) { private java.lang.Object apiShortName_ = ""; /** - * - * *
      * Used as a tracking tag when collecting data about the APIs developer
      * relations artifacts like docs, packages delivered to package managers,
@@ -1800,13 +1664,13 @@ public Builder setDocumentationUriBytes(com.google.protobuf.ByteString value) {
      * 
* * string api_short_name = 103; - * * @return The apiShortName. */ public java.lang.String getApiShortName() { java.lang.Object ref = apiShortName_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); apiShortName_ = s; return s; @@ -1815,8 +1679,6 @@ public java.lang.String getApiShortName() { } } /** - * - * *
      * Used as a tracking tag when collecting data about the APIs developer
      * relations artifacts like docs, packages delivered to package managers,
@@ -1824,14 +1686,15 @@ public java.lang.String getApiShortName() {
      * 
* * string api_short_name = 103; - * * @return The bytes for apiShortName. */ - public com.google.protobuf.ByteString getApiShortNameBytes() { + public com.google.protobuf.ByteString + getApiShortNameBytes() { java.lang.Object ref = apiShortName_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); apiShortName_ = b; return b; } else { @@ -1839,8 +1702,6 @@ public com.google.protobuf.ByteString getApiShortNameBytes() { } } /** - * - * *
      * Used as a tracking tag when collecting data about the APIs developer
      * relations artifacts like docs, packages delivered to package managers,
@@ -1848,22 +1709,20 @@ public com.google.protobuf.ByteString getApiShortNameBytes() {
      * 
* * string api_short_name = 103; - * * @param value The apiShortName to set. * @return This builder for chaining. */ - public Builder setApiShortName(java.lang.String value) { + public Builder setApiShortName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + apiShortName_ = value; onChanged(); return this; } /** - * - * *
      * Used as a tracking tag when collecting data about the APIs developer
      * relations artifacts like docs, packages delivered to package managers,
@@ -1871,18 +1730,15 @@ public Builder setApiShortName(java.lang.String value) {
      * 
* * string api_short_name = 103; - * * @return This builder for chaining. */ public Builder clearApiShortName() { - + apiShortName_ = getDefaultInstance().getApiShortName(); onChanged(); return this; } /** - * - * *
      * Used as a tracking tag when collecting data about the APIs developer
      * relations artifacts like docs, packages delivered to package managers,
@@ -1890,16 +1746,16 @@ public Builder clearApiShortName() {
      * 
* * string api_short_name = 103; - * * @param value The bytes for apiShortName to set. * @return This builder for chaining. */ - public Builder setApiShortNameBytes(com.google.protobuf.ByteString value) { + public Builder setApiShortNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + apiShortName_ = value; onChanged(); return this; @@ -1907,20 +1763,18 @@ public Builder setApiShortNameBytes(com.google.protobuf.ByteString value) { private java.lang.Object githubLabel_ = ""; /** - * - * *
      * GitHub label to apply to issues and pull requests opened for this API.
      * 
* * string github_label = 104; - * * @return The githubLabel. */ public java.lang.String getGithubLabel() { java.lang.Object ref = githubLabel_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); githubLabel_ = s; return s; @@ -1929,21 +1783,20 @@ public java.lang.String getGithubLabel() { } } /** - * - * *
      * GitHub label to apply to issues and pull requests opened for this API.
      * 
* * string github_label = 104; - * * @return The bytes for githubLabel. */ - public com.google.protobuf.ByteString getGithubLabelBytes() { + public com.google.protobuf.ByteString + getGithubLabelBytes() { java.lang.Object ref = githubLabel_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); githubLabel_ = b; return b; } else { @@ -1951,115 +1804,98 @@ public com.google.protobuf.ByteString getGithubLabelBytes() { } } /** - * - * *
      * GitHub label to apply to issues and pull requests opened for this API.
      * 
* * string github_label = 104; - * * @param value The githubLabel to set. * @return This builder for chaining. */ - public Builder setGithubLabel(java.lang.String value) { + public Builder setGithubLabel( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + githubLabel_ = value; onChanged(); return this; } /** - * - * *
      * GitHub label to apply to issues and pull requests opened for this API.
      * 
* * string github_label = 104; - * * @return This builder for chaining. */ public Builder clearGithubLabel() { - + githubLabel_ = getDefaultInstance().getGithubLabel(); onChanged(); return this; } /** - * - * *
      * GitHub label to apply to issues and pull requests opened for this API.
      * 
* * string github_label = 104; - * * @param value The bytes for githubLabel to set. * @return This builder for chaining. */ - public Builder setGithubLabelBytes(com.google.protobuf.ByteString value) { + public Builder setGithubLabelBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + githubLabel_ = value; onChanged(); return this; } - private com.google.protobuf.LazyStringList codeownerGithubTeams_ = - com.google.protobuf.LazyStringArrayList.EMPTY; - + private com.google.protobuf.LazyStringList codeownerGithubTeams_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureCodeownerGithubTeamsIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { codeownerGithubTeams_ = new com.google.protobuf.LazyStringArrayList(codeownerGithubTeams_); bitField0_ |= 0x00000002; - } + } } /** - * - * *
      * GitHub teams to be added to CODEOWNERS in the directory in GitHub
      * containing source code for the client libraries for this API.
      * 
* * repeated string codeowner_github_teams = 105; - * * @return A list containing the codeownerGithubTeams. */ - public com.google.protobuf.ProtocolStringList getCodeownerGithubTeamsList() { + public com.google.protobuf.ProtocolStringList + getCodeownerGithubTeamsList() { return codeownerGithubTeams_.getUnmodifiableView(); } /** - * - * *
      * GitHub teams to be added to CODEOWNERS in the directory in GitHub
      * containing source code for the client libraries for this API.
      * 
* * repeated string codeowner_github_teams = 105; - * * @return The count of codeownerGithubTeams. */ public int getCodeownerGithubTeamsCount() { return codeownerGithubTeams_.size(); } /** - * - * *
      * GitHub teams to be added to CODEOWNERS in the directory in GitHub
      * containing source code for the client libraries for this API.
      * 
* * repeated string codeowner_github_teams = 105; - * * @param index The index of the element to return. * @return The codeownerGithubTeams at the given index. */ @@ -2067,95 +1903,85 @@ public java.lang.String getCodeownerGithubTeams(int index) { return codeownerGithubTeams_.get(index); } /** - * - * *
      * GitHub teams to be added to CODEOWNERS in the directory in GitHub
      * containing source code for the client libraries for this API.
      * 
* * repeated string codeowner_github_teams = 105; - * * @param index The index of the value to return. * @return The bytes of the codeownerGithubTeams at the given index. */ - public com.google.protobuf.ByteString getCodeownerGithubTeamsBytes(int index) { + public com.google.protobuf.ByteString + getCodeownerGithubTeamsBytes(int index) { return codeownerGithubTeams_.getByteString(index); } /** - * - * *
      * GitHub teams to be added to CODEOWNERS in the directory in GitHub
      * containing source code for the client libraries for this API.
      * 
* * repeated string codeowner_github_teams = 105; - * * @param index The index to set the value at. * @param value The codeownerGithubTeams to set. * @return This builder for chaining. */ - public Builder setCodeownerGithubTeams(int index, java.lang.String value) { + public Builder setCodeownerGithubTeams( + int index, java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureCodeownerGithubTeamsIsMutable(); + throw new NullPointerException(); + } + ensureCodeownerGithubTeamsIsMutable(); codeownerGithubTeams_.set(index, value); onChanged(); return this; } /** - * - * *
      * GitHub teams to be added to CODEOWNERS in the directory in GitHub
      * containing source code for the client libraries for this API.
      * 
* * repeated string codeowner_github_teams = 105; - * * @param value The codeownerGithubTeams to add. * @return This builder for chaining. */ - public Builder addCodeownerGithubTeams(java.lang.String value) { + public Builder addCodeownerGithubTeams( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - ensureCodeownerGithubTeamsIsMutable(); + throw new NullPointerException(); + } + ensureCodeownerGithubTeamsIsMutable(); codeownerGithubTeams_.add(value); onChanged(); return this; } /** - * - * *
      * GitHub teams to be added to CODEOWNERS in the directory in GitHub
      * containing source code for the client libraries for this API.
      * 
* * repeated string codeowner_github_teams = 105; - * * @param values The codeownerGithubTeams to add. * @return This builder for chaining. */ - public Builder addAllCodeownerGithubTeams(java.lang.Iterable values) { + public Builder addAllCodeownerGithubTeams( + java.lang.Iterable values) { ensureCodeownerGithubTeamsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, codeownerGithubTeams_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, codeownerGithubTeams_); onChanged(); return this; } /** - * - * *
      * GitHub teams to be added to CODEOWNERS in the directory in GitHub
      * containing source code for the client libraries for this API.
      * 
* * repeated string codeowner_github_teams = 105; - * * @return This builder for chaining. */ public Builder clearCodeownerGithubTeams() { @@ -2165,23 +1991,21 @@ public Builder clearCodeownerGithubTeams() { return this; } /** - * - * *
      * GitHub teams to be added to CODEOWNERS in the directory in GitHub
      * containing source code for the client libraries for this API.
      * 
* * repeated string codeowner_github_teams = 105; - * * @param value The bytes of the codeownerGithubTeams to add. * @return This builder for chaining. */ - public Builder addCodeownerGithubTeamsBytes(com.google.protobuf.ByteString value) { + public Builder addCodeownerGithubTeamsBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); ensureCodeownerGithubTeamsIsMutable(); codeownerGithubTeams_.add(value); onChanged(); @@ -2190,21 +2014,19 @@ public Builder addCodeownerGithubTeamsBytes(com.google.protobuf.ByteString value private java.lang.Object docTagPrefix_ = ""; /** - * - * *
      * A prefix used in sample code when demarking regions to be included in
      * documentation.
      * 
* * string doc_tag_prefix = 106; - * * @return The docTagPrefix. */ public java.lang.String getDocTagPrefix() { java.lang.Object ref = docTagPrefix_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); docTagPrefix_ = s; return s; @@ -2213,22 +2035,21 @@ public java.lang.String getDocTagPrefix() { } } /** - * - * *
      * A prefix used in sample code when demarking regions to be included in
      * documentation.
      * 
* * string doc_tag_prefix = 106; - * * @return The bytes for docTagPrefix. */ - public com.google.protobuf.ByteString getDocTagPrefixBytes() { + public com.google.protobuf.ByteString + getDocTagPrefixBytes() { java.lang.Object ref = docTagPrefix_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); docTagPrefix_ = b; return b; } else { @@ -2236,64 +2057,57 @@ public com.google.protobuf.ByteString getDocTagPrefixBytes() { } } /** - * - * *
      * A prefix used in sample code when demarking regions to be included in
      * documentation.
      * 
* * string doc_tag_prefix = 106; - * * @param value The docTagPrefix to set. * @return This builder for chaining. */ - public Builder setDocTagPrefix(java.lang.String value) { + public Builder setDocTagPrefix( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + docTagPrefix_ = value; onChanged(); return this; } /** - * - * *
      * A prefix used in sample code when demarking regions to be included in
      * documentation.
      * 
* * string doc_tag_prefix = 106; - * * @return This builder for chaining. */ public Builder clearDocTagPrefix() { - + docTagPrefix_ = getDefaultInstance().getDocTagPrefix(); onChanged(); return this; } /** - * - * *
      * A prefix used in sample code when demarking regions to be included in
      * documentation.
      * 
* * string doc_tag_prefix = 106; - * * @param value The bytes for docTagPrefix to set. * @return This builder for chaining. */ - public Builder setDocTagPrefixBytes(com.google.protobuf.ByteString value) { + public Builder setDocTagPrefixBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + docTagPrefix_ = value; onChanged(); return this; @@ -2301,65 +2115,51 @@ public Builder setDocTagPrefixBytes(com.google.protobuf.ByteString value) { private int organization_ = 0; /** - * - * *
      * For whom the client library is being published.
      * 
* * .google.api.ClientLibraryOrganization organization = 107; - * * @return The enum numeric value on the wire for organization. */ - @java.lang.Override - public int getOrganizationValue() { + @java.lang.Override public int getOrganizationValue() { return organization_; } /** - * - * *
      * For whom the client library is being published.
      * 
* * .google.api.ClientLibraryOrganization organization = 107; - * * @param value The enum numeric value on the wire for organization to set. * @return This builder for chaining. */ public Builder setOrganizationValue(int value) { - + organization_ = value; onChanged(); return this; } /** - * - * *
      * For whom the client library is being published.
      * 
* * .google.api.ClientLibraryOrganization organization = 107; - * * @return The organization. */ @java.lang.Override public com.google.api.ClientLibraryOrganization getOrganization() { @SuppressWarnings("deprecation") - com.google.api.ClientLibraryOrganization result = - com.google.api.ClientLibraryOrganization.valueOf(organization_); + com.google.api.ClientLibraryOrganization result = com.google.api.ClientLibraryOrganization.valueOf(organization_); return result == null ? com.google.api.ClientLibraryOrganization.UNRECOGNIZED : result; } /** - * - * *
      * For whom the client library is being published.
      * 
* * .google.api.ClientLibraryOrganization organization = 107; - * * @param value The organization to set. * @return This builder for chaining. */ @@ -2367,49 +2167,39 @@ public Builder setOrganization(com.google.api.ClientLibraryOrganization value) { if (value == null) { throw new NullPointerException(); } - + organization_ = value.getNumber(); onChanged(); return this; } /** - * - * *
      * For whom the client library is being published.
      * 
* * .google.api.ClientLibraryOrganization organization = 107; - * * @return This builder for chaining. */ public Builder clearOrganization() { - + organization_ = 0; onChanged(); return this; } private java.util.List librarySettings_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureLibrarySettingsIsMutable() { if (!((bitField0_ & 0x00000004) != 0)) { - librarySettings_ = - new java.util.ArrayList(librarySettings_); + librarySettings_ = new java.util.ArrayList(librarySettings_); bitField0_ |= 0x00000004; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.api.ClientLibrarySettings, - com.google.api.ClientLibrarySettings.Builder, - com.google.api.ClientLibrarySettingsOrBuilder> - librarySettingsBuilder_; + com.google.api.ClientLibrarySettings, com.google.api.ClientLibrarySettings.Builder, com.google.api.ClientLibrarySettingsOrBuilder> librarySettingsBuilder_; /** - * - * *
      * Client library settings.  If the same version string appears multiple
      * times in this list, then the last one wins.  Settings from earlier
@@ -2426,8 +2216,6 @@ public java.util.List getLibrarySettingsLi
       }
     }
     /**
-     *
-     *
      * 
      * Client library settings.  If the same version string appears multiple
      * times in this list, then the last one wins.  Settings from earlier
@@ -2444,8 +2232,6 @@ public int getLibrarySettingsCount() {
       }
     }
     /**
-     *
-     *
      * 
      * Client library settings.  If the same version string appears multiple
      * times in this list, then the last one wins.  Settings from earlier
@@ -2462,8 +2248,6 @@ public com.google.api.ClientLibrarySettings getLibrarySettings(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * Client library settings.  If the same version string appears multiple
      * times in this list, then the last one wins.  Settings from earlier
@@ -2472,7 +2256,8 @@ public com.google.api.ClientLibrarySettings getLibrarySettings(int index) {
      *
      * repeated .google.api.ClientLibrarySettings library_settings = 109;
      */
-    public Builder setLibrarySettings(int index, com.google.api.ClientLibrarySettings value) {
+    public Builder setLibrarySettings(
+        int index, com.google.api.ClientLibrarySettings value) {
       if (librarySettingsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -2486,8 +2271,6 @@ public Builder setLibrarySettings(int index, com.google.api.ClientLibrarySetting
       return this;
     }
     /**
-     *
-     *
      * 
      * Client library settings.  If the same version string appears multiple
      * times in this list, then the last one wins.  Settings from earlier
@@ -2508,8 +2291,6 @@ public Builder setLibrarySettings(
       return this;
     }
     /**
-     *
-     *
      * 
      * Client library settings.  If the same version string appears multiple
      * times in this list, then the last one wins.  Settings from earlier
@@ -2532,8 +2313,6 @@ public Builder addLibrarySettings(com.google.api.ClientLibrarySettings value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Client library settings.  If the same version string appears multiple
      * times in this list, then the last one wins.  Settings from earlier
@@ -2542,7 +2321,8 @@ public Builder addLibrarySettings(com.google.api.ClientLibrarySettings value) {
      *
      * repeated .google.api.ClientLibrarySettings library_settings = 109;
      */
-    public Builder addLibrarySettings(int index, com.google.api.ClientLibrarySettings value) {
+    public Builder addLibrarySettings(
+        int index, com.google.api.ClientLibrarySettings value) {
       if (librarySettingsBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -2556,8 +2336,6 @@ public Builder addLibrarySettings(int index, com.google.api.ClientLibrarySetting
       return this;
     }
     /**
-     *
-     *
      * 
      * Client library settings.  If the same version string appears multiple
      * times in this list, then the last one wins.  Settings from earlier
@@ -2578,8 +2356,6 @@ public Builder addLibrarySettings(
       return this;
     }
     /**
-     *
-     *
      * 
      * Client library settings.  If the same version string appears multiple
      * times in this list, then the last one wins.  Settings from earlier
@@ -2600,8 +2376,6 @@ public Builder addLibrarySettings(
       return this;
     }
     /**
-     *
-     *
      * 
      * Client library settings.  If the same version string appears multiple
      * times in this list, then the last one wins.  Settings from earlier
@@ -2614,7 +2388,8 @@ public Builder addAllLibrarySettings(
         java.lang.Iterable values) {
       if (librarySettingsBuilder_ == null) {
         ensureLibrarySettingsIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, librarySettings_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, librarySettings_);
         onChanged();
       } else {
         librarySettingsBuilder_.addAllMessages(values);
@@ -2622,8 +2397,6 @@ public Builder addAllLibrarySettings(
       return this;
     }
     /**
-     *
-     *
      * 
      * Client library settings.  If the same version string appears multiple
      * times in this list, then the last one wins.  Settings from earlier
@@ -2643,8 +2416,6 @@ public Builder clearLibrarySettings() {
       return this;
     }
     /**
-     *
-     *
      * 
      * Client library settings.  If the same version string appears multiple
      * times in this list, then the last one wins.  Settings from earlier
@@ -2664,8 +2435,6 @@ public Builder removeLibrarySettings(int index) {
       return this;
     }
     /**
-     *
-     *
      * 
      * Client library settings.  If the same version string appears multiple
      * times in this list, then the last one wins.  Settings from earlier
@@ -2674,12 +2443,11 @@ public Builder removeLibrarySettings(int index) {
      *
      * repeated .google.api.ClientLibrarySettings library_settings = 109;
      */
-    public com.google.api.ClientLibrarySettings.Builder getLibrarySettingsBuilder(int index) {
+    public com.google.api.ClientLibrarySettings.Builder getLibrarySettingsBuilder(
+        int index) {
       return getLibrarySettingsFieldBuilder().getBuilder(index);
     }
     /**
-     *
-     *
      * 
      * Client library settings.  If the same version string appears multiple
      * times in this list, then the last one wins.  Settings from earlier
@@ -2688,16 +2456,14 @@ public com.google.api.ClientLibrarySettings.Builder getLibrarySettingsBuilder(in
      *
      * repeated .google.api.ClientLibrarySettings library_settings = 109;
      */
-    public com.google.api.ClientLibrarySettingsOrBuilder getLibrarySettingsOrBuilder(int index) {
+    public com.google.api.ClientLibrarySettingsOrBuilder getLibrarySettingsOrBuilder(
+        int index) {
       if (librarySettingsBuilder_ == null) {
-        return librarySettings_.get(index);
-      } else {
+        return librarySettings_.get(index);  } else {
         return librarySettingsBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
-     *
-     *
      * 
      * Client library settings.  If the same version string appears multiple
      * times in this list, then the last one wins.  Settings from earlier
@@ -2706,8 +2472,8 @@ public com.google.api.ClientLibrarySettingsOrBuilder getLibrarySettingsOrBuilder
      *
      * repeated .google.api.ClientLibrarySettings library_settings = 109;
      */
-    public java.util.List
-        getLibrarySettingsOrBuilderList() {
+    public java.util.List 
+         getLibrarySettingsOrBuilderList() {
       if (librarySettingsBuilder_ != null) {
         return librarySettingsBuilder_.getMessageOrBuilderList();
       } else {
@@ -2715,8 +2481,6 @@ public com.google.api.ClientLibrarySettingsOrBuilder getLibrarySettingsOrBuilder
       }
     }
     /**
-     *
-     *
      * 
      * Client library settings.  If the same version string appears multiple
      * times in this list, then the last one wins.  Settings from earlier
@@ -2726,12 +2490,10 @@ public com.google.api.ClientLibrarySettingsOrBuilder getLibrarySettingsOrBuilder
      * repeated .google.api.ClientLibrarySettings library_settings = 109;
      */
     public com.google.api.ClientLibrarySettings.Builder addLibrarySettingsBuilder() {
-      return getLibrarySettingsFieldBuilder()
-          .addBuilder(com.google.api.ClientLibrarySettings.getDefaultInstance());
+      return getLibrarySettingsFieldBuilder().addBuilder(
+          com.google.api.ClientLibrarySettings.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * Client library settings.  If the same version string appears multiple
      * times in this list, then the last one wins.  Settings from earlier
@@ -2740,13 +2502,12 @@ public com.google.api.ClientLibrarySettings.Builder addLibrarySettingsBuilder()
      *
      * repeated .google.api.ClientLibrarySettings library_settings = 109;
      */
-    public com.google.api.ClientLibrarySettings.Builder addLibrarySettingsBuilder(int index) {
-      return getLibrarySettingsFieldBuilder()
-          .addBuilder(index, com.google.api.ClientLibrarySettings.getDefaultInstance());
+    public com.google.api.ClientLibrarySettings.Builder addLibrarySettingsBuilder(
+        int index) {
+      return getLibrarySettingsFieldBuilder().addBuilder(
+          index, com.google.api.ClientLibrarySettings.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * Client library settings.  If the same version string appears multiple
      * times in this list, then the last one wins.  Settings from earlier
@@ -2755,22 +2516,16 @@ public com.google.api.ClientLibrarySettings.Builder addLibrarySettingsBuilder(in
      *
      * repeated .google.api.ClientLibrarySettings library_settings = 109;
      */
-    public java.util.List
-        getLibrarySettingsBuilderList() {
+    public java.util.List 
+         getLibrarySettingsBuilderList() {
       return getLibrarySettingsFieldBuilder().getBuilderList();
     }
-
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.api.ClientLibrarySettings,
-            com.google.api.ClientLibrarySettings.Builder,
-            com.google.api.ClientLibrarySettingsOrBuilder>
+        com.google.api.ClientLibrarySettings, com.google.api.ClientLibrarySettings.Builder, com.google.api.ClientLibrarySettingsOrBuilder> 
         getLibrarySettingsFieldBuilder() {
       if (librarySettingsBuilder_ == null) {
-        librarySettingsBuilder_ =
-            new com.google.protobuf.RepeatedFieldBuilderV3<
-                com.google.api.ClientLibrarySettings,
-                com.google.api.ClientLibrarySettings.Builder,
-                com.google.api.ClientLibrarySettingsOrBuilder>(
+        librarySettingsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+            com.google.api.ClientLibrarySettings, com.google.api.ClientLibrarySettings.Builder, com.google.api.ClientLibrarySettingsOrBuilder>(
                 librarySettings_,
                 ((bitField0_ & 0x00000004) != 0),
                 getParentForChildren(),
@@ -2779,9 +2534,9 @@ public com.google.api.ClientLibrarySettings.Builder addLibrarySettingsBuilder(in
       }
       return librarySettingsBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -2791,12 +2546,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.api.Publishing)
   }
 
   // @@protoc_insertion_point(class_scope:google.api.Publishing)
   private static final com.google.api.Publishing DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.api.Publishing();
   }
@@ -2805,27 +2560,27 @@ public static com.google.api.Publishing getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public Publishing parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public Publishing parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -2840,4 +2595,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.api.Publishing getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/PublishingOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/PublishingOrBuilder.java
similarity index 83%
rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/PublishingOrBuilder.java
rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/PublishingOrBuilder.java
index b6eee072ba..3c4c7b5e30 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/PublishingOrBuilder.java
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/PublishingOrBuilder.java
@@ -1,31 +1,13 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/api/client.proto
 
 package com.google.api;
 
-public interface PublishingOrBuilder
-    extends
+public interface PublishingOrBuilder extends
     // @@protoc_insertion_point(interface_extends:google.api.Publishing)
     com.google.protobuf.MessageOrBuilder {
 
   /**
-   *
-   *
    * 
    * A list of API method settings, e.g. the behavior for methods that use the
    * long-running operation pattern.
@@ -33,10 +15,9 @@ public interface PublishingOrBuilder
    *
    * repeated .google.api.MethodSettings method_settings = 2;
    */
-  java.util.List getMethodSettingsList();
+  java.util.List 
+      getMethodSettingsList();
   /**
-   *
-   *
    * 
    * A list of API method settings, e.g. the behavior for methods that use the
    * long-running operation pattern.
@@ -46,8 +27,6 @@ public interface PublishingOrBuilder
    */
   com.google.api.MethodSettings getMethodSettings(int index);
   /**
-   *
-   *
    * 
    * A list of API method settings, e.g. the behavior for methods that use the
    * long-running operation pattern.
@@ -57,8 +36,6 @@ public interface PublishingOrBuilder
    */
   int getMethodSettingsCount();
   /**
-   *
-   *
    * 
    * A list of API method settings, e.g. the behavior for methods that use the
    * long-running operation pattern.
@@ -66,10 +43,9 @@ public interface PublishingOrBuilder
    *
    * repeated .google.api.MethodSettings method_settings = 2;
    */
-  java.util.List getMethodSettingsOrBuilderList();
+  java.util.List 
+      getMethodSettingsOrBuilderList();
   /**
-   *
-   *
    * 
    * A list of API method settings, e.g. the behavior for methods that use the
    * long-running operation pattern.
@@ -77,65 +53,54 @@ public interface PublishingOrBuilder
    *
    * repeated .google.api.MethodSettings method_settings = 2;
    */
-  com.google.api.MethodSettingsOrBuilder getMethodSettingsOrBuilder(int index);
+  com.google.api.MethodSettingsOrBuilder getMethodSettingsOrBuilder(
+      int index);
 
   /**
-   *
-   *
    * 
    * Link to a place that API users can report issues.  Example:
    * https://issuetracker.google.com/issues/new?component=190865&template=1161103
    * 
* * string new_issue_uri = 101; - * * @return The newIssueUri. */ java.lang.String getNewIssueUri(); /** - * - * *
    * Link to a place that API users can report issues.  Example:
    * https://issuetracker.google.com/issues/new?component=190865&template=1161103
    * 
* * string new_issue_uri = 101; - * * @return The bytes for newIssueUri. */ - com.google.protobuf.ByteString getNewIssueUriBytes(); + com.google.protobuf.ByteString + getNewIssueUriBytes(); /** - * - * *
    * Link to product home page.  Example:
    * https://cloud.google.com/asset-inventory/docs/overview
    * 
* * string documentation_uri = 102; - * * @return The documentationUri. */ java.lang.String getDocumentationUri(); /** - * - * *
    * Link to product home page.  Example:
    * https://cloud.google.com/asset-inventory/docs/overview
    * 
* * string documentation_uri = 102; - * * @return The bytes for documentationUri. */ - com.google.protobuf.ByteString getDocumentationUriBytes(); + com.google.protobuf.ByteString + getDocumentationUriBytes(); /** - * - * *
    * Used as a tracking tag when collecting data about the APIs developer
    * relations artifacts like docs, packages delivered to package managers,
@@ -143,13 +108,10 @@ public interface PublishingOrBuilder
    * 
* * string api_short_name = 103; - * * @return The apiShortName. */ java.lang.String getApiShortName(); /** - * - * *
    * Used as a tracking tag when collecting data about the APIs developer
    * relations artifacts like docs, packages delivered to package managers,
@@ -157,146 +119,118 @@ public interface PublishingOrBuilder
    * 
* * string api_short_name = 103; - * * @return The bytes for apiShortName. */ - com.google.protobuf.ByteString getApiShortNameBytes(); + com.google.protobuf.ByteString + getApiShortNameBytes(); /** - * - * *
    * GitHub label to apply to issues and pull requests opened for this API.
    * 
* * string github_label = 104; - * * @return The githubLabel. */ java.lang.String getGithubLabel(); /** - * - * *
    * GitHub label to apply to issues and pull requests opened for this API.
    * 
* * string github_label = 104; - * * @return The bytes for githubLabel. */ - com.google.protobuf.ByteString getGithubLabelBytes(); + com.google.protobuf.ByteString + getGithubLabelBytes(); /** - * - * *
    * GitHub teams to be added to CODEOWNERS in the directory in GitHub
    * containing source code for the client libraries for this API.
    * 
* * repeated string codeowner_github_teams = 105; - * * @return A list containing the codeownerGithubTeams. */ - java.util.List getCodeownerGithubTeamsList(); + java.util.List + getCodeownerGithubTeamsList(); /** - * - * *
    * GitHub teams to be added to CODEOWNERS in the directory in GitHub
    * containing source code for the client libraries for this API.
    * 
* * repeated string codeowner_github_teams = 105; - * * @return The count of codeownerGithubTeams. */ int getCodeownerGithubTeamsCount(); /** - * - * *
    * GitHub teams to be added to CODEOWNERS in the directory in GitHub
    * containing source code for the client libraries for this API.
    * 
* * repeated string codeowner_github_teams = 105; - * * @param index The index of the element to return. * @return The codeownerGithubTeams at the given index. */ java.lang.String getCodeownerGithubTeams(int index); /** - * - * *
    * GitHub teams to be added to CODEOWNERS in the directory in GitHub
    * containing source code for the client libraries for this API.
    * 
* * repeated string codeowner_github_teams = 105; - * * @param index The index of the value to return. * @return The bytes of the codeownerGithubTeams at the given index. */ - com.google.protobuf.ByteString getCodeownerGithubTeamsBytes(int index); + com.google.protobuf.ByteString + getCodeownerGithubTeamsBytes(int index); /** - * - * *
    * A prefix used in sample code when demarking regions to be included in
    * documentation.
    * 
* * string doc_tag_prefix = 106; - * * @return The docTagPrefix. */ java.lang.String getDocTagPrefix(); /** - * - * *
    * A prefix used in sample code when demarking regions to be included in
    * documentation.
    * 
* * string doc_tag_prefix = 106; - * * @return The bytes for docTagPrefix. */ - com.google.protobuf.ByteString getDocTagPrefixBytes(); + com.google.protobuf.ByteString + getDocTagPrefixBytes(); /** - * - * *
    * For whom the client library is being published.
    * 
* * .google.api.ClientLibraryOrganization organization = 107; - * * @return The enum numeric value on the wire for organization. */ int getOrganizationValue(); /** - * - * *
    * For whom the client library is being published.
    * 
* * .google.api.ClientLibraryOrganization organization = 107; - * * @return The organization. */ com.google.api.ClientLibraryOrganization getOrganization(); /** - * - * *
    * Client library settings.  If the same version string appears multiple
    * times in this list, then the last one wins.  Settings from earlier
@@ -305,10 +239,9 @@ public interface PublishingOrBuilder
    *
    * repeated .google.api.ClientLibrarySettings library_settings = 109;
    */
-  java.util.List getLibrarySettingsList();
+  java.util.List 
+      getLibrarySettingsList();
   /**
-   *
-   *
    * 
    * Client library settings.  If the same version string appears multiple
    * times in this list, then the last one wins.  Settings from earlier
@@ -319,8 +252,6 @@ public interface PublishingOrBuilder
    */
   com.google.api.ClientLibrarySettings getLibrarySettings(int index);
   /**
-   *
-   *
    * 
    * Client library settings.  If the same version string appears multiple
    * times in this list, then the last one wins.  Settings from earlier
@@ -331,8 +262,6 @@ public interface PublishingOrBuilder
    */
   int getLibrarySettingsCount();
   /**
-   *
-   *
    * 
    * Client library settings.  If the same version string appears multiple
    * times in this list, then the last one wins.  Settings from earlier
@@ -341,11 +270,9 @@ public interface PublishingOrBuilder
    *
    * repeated .google.api.ClientLibrarySettings library_settings = 109;
    */
-  java.util.List
+  java.util.List 
       getLibrarySettingsOrBuilderList();
   /**
-   *
-   *
    * 
    * Client library settings.  If the same version string appears multiple
    * times in this list, then the last one wins.  Settings from earlier
@@ -354,5 +281,6 @@ public interface PublishingOrBuilder
    *
    * repeated .google.api.ClientLibrarySettings library_settings = 109;
    */
-  com.google.api.ClientLibrarySettingsOrBuilder getLibrarySettingsOrBuilder(int index);
+  com.google.api.ClientLibrarySettingsOrBuilder getLibrarySettingsOrBuilder(
+      int index);
 }
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/PythonSettings.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/PythonSettings.java
similarity index 69%
rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/PythonSettings.java
rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/PythonSettings.java
index 02e3cc045f..fb9d6e68da 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/PythonSettings.java
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/PythonSettings.java
@@ -1,56 +1,41 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/api/client.proto
 
 package com.google.api;
 
 /**
- *
- *
  * 
  * Settings for Python client libraries.
  * 
* * Protobuf type {@code google.api.PythonSettings} */ -public final class PythonSettings extends com.google.protobuf.GeneratedMessageV3 - implements +public final class PythonSettings extends + com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.api.PythonSettings) PythonSettingsOrBuilder { - private static final long serialVersionUID = 0L; +private static final long serialVersionUID = 0L; // Use PythonSettings.newBuilder() to construct. private PythonSettings(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - - private PythonSettings() {} + private PythonSettings() { + } @java.lang.Override @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + protected java.lang.Object newInstance( + UnusedPrivateParameter unused) { return new PythonSettings(); } @java.lang.Override - public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { return this.unknownFields; } - - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.api.ClientProto.internal_static_google_api_PythonSettings_descriptor; } @@ -65,14 +50,11 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { public static final int COMMON_FIELD_NUMBER = 1; private com.google.api.CommonLanguageSettings common_; /** - * - * *
    * Some settings.
    * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return Whether the common field is set. */ @java.lang.Override @@ -80,14 +62,11 @@ public boolean hasCommon() { return common_ != null; } /** - * - * *
    * Some settings.
    * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return The common. */ @java.lang.Override @@ -95,8 +74,6 @@ public com.google.api.CommonLanguageSettings getCommon() { return common_ == null ? com.google.api.CommonLanguageSettings.getDefaultInstance() : common_; } /** - * - * *
    * Some settings.
    * 
@@ -109,7 +86,6 @@ public com.google.api.CommonLanguageSettingsOrBuilder getCommonOrBuilder() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -121,7 +97,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (common_ != null) { output.writeMessage(1, getCommon()); } @@ -135,7 +112,8 @@ public int getSerializedSize() { size = 0; if (common_ != null) { - size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getCommon()); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getCommon()); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -145,7 +123,7 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.PythonSettings)) { return super.equals(obj); @@ -154,7 +132,8 @@ public boolean equals(final java.lang.Object obj) { if (hasCommon() != other.hasCommon()) return false; if (hasCommon()) { - if (!getCommon().equals(other.getCommon())) return false; + if (!getCommon() + .equals(other.getCommon())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -176,114 +155,109 @@ public int hashCode() { return hash; } - public static com.google.api.PythonSettings parseFrom(java.nio.ByteBuffer data) + public static com.google.api.PythonSettings parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.PythonSettings parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.api.PythonSettings parseFrom(com.google.protobuf.ByteString data) + public static com.google.api.PythonSettings parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.PythonSettings parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.PythonSettings parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.PythonSettings parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.PythonSettings parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.PythonSettings parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.PythonSettings parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.PythonSettings parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.api.PythonSettings parseFrom(com.google.protobuf.CodedInputStream input) + public static com.google.api.PythonSettings parseFrom( + com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.PythonSettings parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.PythonSettings prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * Settings for Python client libraries.
    * 
* * Protobuf type {@code google.api.PythonSettings} */ - public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder - implements + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.api.PythonSettings) com.google.api.PythonSettingsOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { return com.google.api.ClientProto.internal_static_google_api_PythonSettings_descriptor; } @@ -296,12 +270,15 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { } // Construct using com.google.api.PythonSettings.newBuilder() - private Builder() {} + private Builder() { - private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); } + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + + } @java.lang.Override public Builder clear() { super.clear(); @@ -315,7 +292,8 @@ public Builder clear() { } @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { return com.google.api.ClientProto.internal_static_google_api_PythonSettings_descriptor; } @@ -349,39 +327,38 @@ public com.google.api.PythonSettings buildPartial() { public Builder clone() { return super.clone(); } - @java.lang.Override public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.setField(field, value); } - @java.lang.Override - public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } - @java.lang.Override - public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } - @java.lang.Override public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } - @java.lang.Override public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { return super.addRepeatedField(field, value); } - @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.api.PythonSettings) { - return mergeFrom((com.google.api.PythonSettings) other); + return mergeFrom((com.google.api.PythonSettings)other); } else { super.mergeFrom(other); return this; @@ -419,19 +396,19 @@ public Builder mergeFrom( case 0: done = true; break; - case 10: - { - input.readMessage(getCommonFieldBuilder().getBuilder(), extensionRegistry); - - break; - } // case 10 - default: - { - if (!super.parseUnknownField(input, extensionRegistry, tag)) { - done = true; // was an endgroup tag - } - break; - } // default: + case 10: { + input.readMessage( + getCommonFieldBuilder().getBuilder(), + extensionRegistry); + + break; + } // case 10 + default: { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { @@ -444,47 +421,34 @@ public Builder mergeFrom( private com.google.api.CommonLanguageSettings common_; private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.CommonLanguageSettings, - com.google.api.CommonLanguageSettings.Builder, - com.google.api.CommonLanguageSettingsOrBuilder> - commonBuilder_; + com.google.api.CommonLanguageSettings, com.google.api.CommonLanguageSettings.Builder, com.google.api.CommonLanguageSettingsOrBuilder> commonBuilder_; /** - * - * *
      * Some settings.
      * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return Whether the common field is set. */ public boolean hasCommon() { return commonBuilder_ != null || common_ != null; } /** - * - * *
      * Some settings.
      * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return The common. */ public com.google.api.CommonLanguageSettings getCommon() { if (commonBuilder_ == null) { - return common_ == null - ? com.google.api.CommonLanguageSettings.getDefaultInstance() - : common_; + return common_ == null ? com.google.api.CommonLanguageSettings.getDefaultInstance() : common_; } else { return commonBuilder_.getMessage(); } } /** - * - * *
      * Some settings.
      * 
@@ -505,15 +469,14 @@ public Builder setCommon(com.google.api.CommonLanguageSettings value) { return this; } /** - * - * *
      * Some settings.
      * 
* * .google.api.CommonLanguageSettings common = 1; */ - public Builder setCommon(com.google.api.CommonLanguageSettings.Builder builderForValue) { + public Builder setCommon( + com.google.api.CommonLanguageSettings.Builder builderForValue) { if (commonBuilder_ == null) { common_ = builderForValue.build(); onChanged(); @@ -524,8 +487,6 @@ public Builder setCommon(com.google.api.CommonLanguageSettings.Builder builderFo return this; } /** - * - * *
      * Some settings.
      * 
@@ -536,9 +497,7 @@ public Builder mergeCommon(com.google.api.CommonLanguageSettings value) { if (commonBuilder_ == null) { if (common_ != null) { common_ = - com.google.api.CommonLanguageSettings.newBuilder(common_) - .mergeFrom(value) - .buildPartial(); + com.google.api.CommonLanguageSettings.newBuilder(common_).mergeFrom(value).buildPartial(); } else { common_ = value; } @@ -550,8 +509,6 @@ public Builder mergeCommon(com.google.api.CommonLanguageSettings value) { return this; } /** - * - * *
      * Some settings.
      * 
@@ -570,8 +527,6 @@ public Builder clearCommon() { return this; } /** - * - * *
      * Some settings.
      * 
@@ -579,13 +534,11 @@ public Builder clearCommon() { * .google.api.CommonLanguageSettings common = 1; */ public com.google.api.CommonLanguageSettings.Builder getCommonBuilder() { - + onChanged(); return getCommonFieldBuilder().getBuilder(); } /** - * - * *
      * Some settings.
      * 
@@ -596,14 +549,11 @@ public com.google.api.CommonLanguageSettingsOrBuilder getCommonOrBuilder() { if (commonBuilder_ != null) { return commonBuilder_.getMessageOrBuilder(); } else { - return common_ == null - ? com.google.api.CommonLanguageSettings.getDefaultInstance() - : common_; + return common_ == null ? + com.google.api.CommonLanguageSettings.getDefaultInstance() : common_; } } /** - * - * *
      * Some settings.
      * 
@@ -611,24 +561,21 @@ public com.google.api.CommonLanguageSettingsOrBuilder getCommonOrBuilder() { * .google.api.CommonLanguageSettings common = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - com.google.api.CommonLanguageSettings, - com.google.api.CommonLanguageSettings.Builder, - com.google.api.CommonLanguageSettingsOrBuilder> + com.google.api.CommonLanguageSettings, com.google.api.CommonLanguageSettings.Builder, com.google.api.CommonLanguageSettingsOrBuilder> getCommonFieldBuilder() { if (commonBuilder_ == null) { - commonBuilder_ = - new com.google.protobuf.SingleFieldBuilderV3< - com.google.api.CommonLanguageSettings, - com.google.api.CommonLanguageSettings.Builder, - com.google.api.CommonLanguageSettingsOrBuilder>( - getCommon(), getParentForChildren(), isClean()); + commonBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.api.CommonLanguageSettings, com.google.api.CommonLanguageSettings.Builder, com.google.api.CommonLanguageSettingsOrBuilder>( + getCommon(), + getParentForChildren(), + isClean()); common_ = null; } return commonBuilder_; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -638,12 +585,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.PythonSettings) } // @@protoc_insertion_point(class_scope:google.api.PythonSettings) private static final com.google.api.PythonSettings DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.PythonSettings(); } @@ -652,27 +599,27 @@ public static com.google.api.PythonSettings getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public PythonSettings parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public PythonSettings parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -687,4 +634,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.PythonSettings getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/PythonSettingsOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/PythonSettingsOrBuilder.java similarity index 54% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/PythonSettingsOrBuilder.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/PythonSettingsOrBuilder.java index 9880ed0bfe..5641e81648 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/PythonSettingsOrBuilder.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/PythonSettingsOrBuilder.java @@ -1,55 +1,31 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/client.proto package com.google.api; -public interface PythonSettingsOrBuilder - extends +public interface PythonSettingsOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.PythonSettings) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Some settings.
    * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return Whether the common field is set. */ boolean hasCommon(); /** - * - * *
    * Some settings.
    * 
* * .google.api.CommonLanguageSettings common = 1; - * * @return The common. */ com.google.api.CommonLanguageSettings getCommon(); /** - * - * *
    * Some settings.
    * 
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Quota.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Quota.java similarity index 76% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Quota.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Quota.java index f77fb009c4..28abe079a0 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/Quota.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/Quota.java @@ -1,26 +1,9 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/quota.proto package com.google.api; /** - * - * *
  * Quota configuration helps to achieve fairness and budgeting in service
  * usage.
@@ -66,16 +49,15 @@
  *
  * Protobuf type {@code google.api.Quota}
  */
-public final class Quota extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class Quota extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.api.Quota)
     QuotaOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use Quota.newBuilder() to construct.
   private Quota(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private Quota() {
     limits_ = java.util.Collections.emptyList();
     metricRules_ = java.util.Collections.emptyList();
@@ -83,16 +65,18 @@ private Quota() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new Quota();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
     return com.google.api.QuotaProto.internal_static_google_api_Quota_descriptor;
   }
 
@@ -107,8 +91,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
   public static final int LIMITS_FIELD_NUMBER = 3;
   private java.util.List limits_;
   /**
-   *
-   *
    * 
    * List of QuotaLimit definitions for the service.
    * 
@@ -120,8 +102,6 @@ public java.util.List getLimitsList() { return limits_; } /** - * - * *
    * List of QuotaLimit definitions for the service.
    * 
@@ -129,12 +109,11 @@ public java.util.List getLimitsList() { * repeated .google.api.QuotaLimit limits = 3; */ @java.lang.Override - public java.util.List getLimitsOrBuilderList() { + public java.util.List + getLimitsOrBuilderList() { return limits_; } /** - * - * *
    * List of QuotaLimit definitions for the service.
    * 
@@ -146,8 +125,6 @@ public int getLimitsCount() { return limits_.size(); } /** - * - * *
    * List of QuotaLimit definitions for the service.
    * 
@@ -159,8 +136,6 @@ public com.google.api.QuotaLimit getLimits(int index) { return limits_.get(index); } /** - * - * *
    * List of QuotaLimit definitions for the service.
    * 
@@ -168,15 +143,14 @@ public com.google.api.QuotaLimit getLimits(int index) { * repeated .google.api.QuotaLimit limits = 3; */ @java.lang.Override - public com.google.api.QuotaLimitOrBuilder getLimitsOrBuilder(int index) { + public com.google.api.QuotaLimitOrBuilder getLimitsOrBuilder( + int index) { return limits_.get(index); } public static final int METRIC_RULES_FIELD_NUMBER = 4; private java.util.List metricRules_; /** - * - * *
    * List of MetricRule definitions, each one mapping a selected method to one
    * or more metrics.
@@ -189,8 +163,6 @@ public java.util.List getMetricRulesList() {
     return metricRules_;
   }
   /**
-   *
-   *
    * 
    * List of MetricRule definitions, each one mapping a selected method to one
    * or more metrics.
@@ -199,13 +171,11 @@ public java.util.List getMetricRulesList() {
    * repeated .google.api.MetricRule metric_rules = 4;
    */
   @java.lang.Override
-  public java.util.List
+  public java.util.List 
       getMetricRulesOrBuilderList() {
     return metricRules_;
   }
   /**
-   *
-   *
    * 
    * List of MetricRule definitions, each one mapping a selected method to one
    * or more metrics.
@@ -218,8 +188,6 @@ public int getMetricRulesCount() {
     return metricRules_.size();
   }
   /**
-   *
-   *
    * 
    * List of MetricRule definitions, each one mapping a selected method to one
    * or more metrics.
@@ -232,8 +200,6 @@ public com.google.api.MetricRule getMetricRules(int index) {
     return metricRules_.get(index);
   }
   /**
-   *
-   *
    * 
    * List of MetricRule definitions, each one mapping a selected method to one
    * or more metrics.
@@ -242,12 +208,12 @@ public com.google.api.MetricRule getMetricRules(int index) {
    * repeated .google.api.MetricRule metric_rules = 4;
    */
   @java.lang.Override
-  public com.google.api.MetricRuleOrBuilder getMetricRulesOrBuilder(int index) {
+  public com.google.api.MetricRuleOrBuilder getMetricRulesOrBuilder(
+      int index) {
     return metricRules_.get(index);
   }
 
   private byte memoizedIsInitialized = -1;
-
   @java.lang.Override
   public final boolean isInitialized() {
     byte isInitialized = memoizedIsInitialized;
@@ -259,7 +225,8 @@ public final boolean isInitialized() {
   }
 
   @java.lang.Override
-  public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+  public void writeTo(com.google.protobuf.CodedOutputStream output)
+                      throws java.io.IOException {
     for (int i = 0; i < limits_.size(); i++) {
       output.writeMessage(3, limits_.get(i));
     }
@@ -276,10 +243,12 @@ public int getSerializedSize() {
 
     size = 0;
     for (int i = 0; i < limits_.size(); i++) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, limits_.get(i));
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(3, limits_.get(i));
     }
     for (int i = 0; i < metricRules_.size(); i++) {
-      size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, metricRules_.get(i));
+      size += com.google.protobuf.CodedOutputStream
+        .computeMessageSize(4, metricRules_.get(i));
     }
     size += getUnknownFields().getSerializedSize();
     memoizedSize = size;
@@ -289,15 +258,17 @@ public int getSerializedSize() {
   @java.lang.Override
   public boolean equals(final java.lang.Object obj) {
     if (obj == this) {
-      return true;
+     return true;
     }
     if (!(obj instanceof com.google.api.Quota)) {
       return super.equals(obj);
     }
     com.google.api.Quota other = (com.google.api.Quota) obj;
 
-    if (!getLimitsList().equals(other.getLimitsList())) return false;
-    if (!getMetricRulesList().equals(other.getMetricRulesList())) return false;
+    if (!getLimitsList()
+        .equals(other.getLimitsList())) return false;
+    if (!getMetricRulesList()
+        .equals(other.getMetricRulesList())) return false;
     if (!getUnknownFields().equals(other.getUnknownFields())) return false;
     return true;
   }
@@ -322,103 +293,97 @@ public int hashCode() {
     return hash;
   }
 
-  public static com.google.api.Quota parseFrom(java.nio.ByteBuffer data)
+  public static com.google.api.Quota parseFrom(
+      java.nio.ByteBuffer data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.Quota parseFrom(
-      java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.nio.ByteBuffer data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
-  public static com.google.api.Quota parseFrom(com.google.protobuf.ByteString data)
+  public static com.google.api.Quota parseFrom(
+      com.google.protobuf.ByteString data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.Quota parseFrom(
       com.google.protobuf.ByteString data,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.api.Quota parseFrom(byte[] data)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data);
   }
-
   public static com.google.api.Quota parseFrom(
-      byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      byte[] data,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws com.google.protobuf.InvalidProtocolBufferException {
     return PARSER.parseFrom(data, extensionRegistry);
   }
-
   public static com.google.api.Quota parseFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.api.Quota parseFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
-
   public static com.google.api.Quota parseDelimitedFrom(java.io.InputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input);
   }
-
   public static com.google.api.Quota parseDelimitedFrom(
-      java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+      java.io.InputStream input,
+      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
   }
-
-  public static com.google.api.Quota parseFrom(com.google.protobuf.CodedInputStream input)
+  public static com.google.api.Quota parseFrom(
+      com.google.protobuf.CodedInputStream input)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input);
   }
-
   public static com.google.api.Quota parseFrom(
       com.google.protobuf.CodedInputStream input,
       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
       throws java.io.IOException {
-    return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
-        PARSER, input, extensionRegistry);
+    return com.google.protobuf.GeneratedMessageV3
+        .parseWithIOException(PARSER, input, extensionRegistry);
   }
 
   @java.lang.Override
-  public Builder newBuilderForType() {
-    return newBuilder();
-  }
-
+  public Builder newBuilderForType() { return newBuilder(); }
   public static Builder newBuilder() {
     return DEFAULT_INSTANCE.toBuilder();
   }
-
   public static Builder newBuilder(com.google.api.Quota prototype) {
     return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
   }
-
   @java.lang.Override
   public Builder toBuilder() {
-    return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+    return this == DEFAULT_INSTANCE
+        ? new Builder() : new Builder().mergeFrom(this);
   }
 
   @java.lang.Override
-  protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+  protected Builder newBuilderForType(
+      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
     Builder builder = new Builder(parent);
     return builder;
   }
   /**
-   *
-   *
    * 
    * Quota configuration helps to achieve fairness and budgeting in service
    * usage.
@@ -464,11 +429,12 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.api.Quota}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.api.Quota)
       com.google.api.QuotaOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
       return com.google.api.QuotaProto.internal_static_google_api_Quota_descriptor;
     }
 
@@ -481,12 +447,15 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
     }
 
     // Construct using com.google.api.Quota.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -508,7 +477,8 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
       return com.google.api.QuotaProto.internal_static_google_api_Quota_descriptor;
     }
 
@@ -556,39 +526,38 @@ public com.google.api.Quota buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.api.Quota) {
-        return mergeFrom((com.google.api.Quota) other);
+        return mergeFrom((com.google.api.Quota)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -615,10 +584,9 @@ public Builder mergeFrom(com.google.api.Quota other) {
             limitsBuilder_ = null;
             limits_ = other.limits_;
             bitField0_ = (bitField0_ & ~0x00000001);
-            limitsBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getLimitsFieldBuilder()
-                    : null;
+            limitsBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getLimitsFieldBuilder() : null;
           } else {
             limitsBuilder_.addAllMessages(other.limits_);
           }
@@ -642,10 +610,9 @@ public Builder mergeFrom(com.google.api.Quota other) {
             metricRulesBuilder_ = null;
             metricRules_ = other.metricRules_;
             bitField0_ = (bitField0_ & ~0x00000002);
-            metricRulesBuilder_ =
-                com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
-                    ? getMetricRulesFieldBuilder()
-                    : null;
+            metricRulesBuilder_ = 
+              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
+                 getMetricRulesFieldBuilder() : null;
           } else {
             metricRulesBuilder_.addAllMessages(other.metricRules_);
           }
@@ -677,37 +644,38 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 26:
-              {
-                com.google.api.QuotaLimit m =
-                    input.readMessage(com.google.api.QuotaLimit.parser(), extensionRegistry);
-                if (limitsBuilder_ == null) {
-                  ensureLimitsIsMutable();
-                  limits_.add(m);
-                } else {
-                  limitsBuilder_.addMessage(m);
-                }
-                break;
-              } // case 26
-            case 34:
-              {
-                com.google.api.MetricRule m =
-                    input.readMessage(com.google.api.MetricRule.parser(), extensionRegistry);
-                if (metricRulesBuilder_ == null) {
-                  ensureMetricRulesIsMutable();
-                  metricRules_.add(m);
-                } else {
-                  metricRulesBuilder_.addMessage(m);
-                }
-                break;
-              } // case 34
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 26: {
+              com.google.api.QuotaLimit m =
+                  input.readMessage(
+                      com.google.api.QuotaLimit.parser(),
+                      extensionRegistry);
+              if (limitsBuilder_ == null) {
+                ensureLimitsIsMutable();
+                limits_.add(m);
+              } else {
+                limitsBuilder_.addMessage(m);
+              }
+              break;
+            } // case 26
+            case 34: {
+              com.google.api.MetricRule m =
+                  input.readMessage(
+                      com.google.api.MetricRule.parser(),
+                      extensionRegistry);
+              if (metricRulesBuilder_ == null) {
+                ensureMetricRulesIsMutable();
+                metricRules_.add(m);
+              } else {
+                metricRulesBuilder_.addMessage(m);
+              }
+              break;
+            } // case 34
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -717,27 +685,21 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
-    private java.util.List limits_ = java.util.Collections.emptyList();
-
+    private java.util.List limits_ =
+      java.util.Collections.emptyList();
     private void ensureLimitsIsMutable() {
       if (!((bitField0_ & 0x00000001) != 0)) {
         limits_ = new java.util.ArrayList(limits_);
         bitField0_ |= 0x00000001;
-      }
+       }
     }
 
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.api.QuotaLimit,
-            com.google.api.QuotaLimit.Builder,
-            com.google.api.QuotaLimitOrBuilder>
-        limitsBuilder_;
+        com.google.api.QuotaLimit, com.google.api.QuotaLimit.Builder, com.google.api.QuotaLimitOrBuilder> limitsBuilder_;
 
     /**
-     *
-     *
      * 
      * List of QuotaLimit definitions for the service.
      * 
@@ -752,8 +714,6 @@ public java.util.List getLimitsList() { } } /** - * - * *
      * List of QuotaLimit definitions for the service.
      * 
@@ -768,8 +728,6 @@ public int getLimitsCount() { } } /** - * - * *
      * List of QuotaLimit definitions for the service.
      * 
@@ -784,15 +742,14 @@ public com.google.api.QuotaLimit getLimits(int index) { } } /** - * - * *
      * List of QuotaLimit definitions for the service.
      * 
* * repeated .google.api.QuotaLimit limits = 3; */ - public Builder setLimits(int index, com.google.api.QuotaLimit value) { + public Builder setLimits( + int index, com.google.api.QuotaLimit value) { if (limitsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -806,15 +763,14 @@ public Builder setLimits(int index, com.google.api.QuotaLimit value) { return this; } /** - * - * *
      * List of QuotaLimit definitions for the service.
      * 
* * repeated .google.api.QuotaLimit limits = 3; */ - public Builder setLimits(int index, com.google.api.QuotaLimit.Builder builderForValue) { + public Builder setLimits( + int index, com.google.api.QuotaLimit.Builder builderForValue) { if (limitsBuilder_ == null) { ensureLimitsIsMutable(); limits_.set(index, builderForValue.build()); @@ -825,8 +781,6 @@ public Builder setLimits(int index, com.google.api.QuotaLimit.Builder builderFor return this; } /** - * - * *
      * List of QuotaLimit definitions for the service.
      * 
@@ -847,15 +801,14 @@ public Builder addLimits(com.google.api.QuotaLimit value) { return this; } /** - * - * *
      * List of QuotaLimit definitions for the service.
      * 
* * repeated .google.api.QuotaLimit limits = 3; */ - public Builder addLimits(int index, com.google.api.QuotaLimit value) { + public Builder addLimits( + int index, com.google.api.QuotaLimit value) { if (limitsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -869,15 +822,14 @@ public Builder addLimits(int index, com.google.api.QuotaLimit value) { return this; } /** - * - * *
      * List of QuotaLimit definitions for the service.
      * 
* * repeated .google.api.QuotaLimit limits = 3; */ - public Builder addLimits(com.google.api.QuotaLimit.Builder builderForValue) { + public Builder addLimits( + com.google.api.QuotaLimit.Builder builderForValue) { if (limitsBuilder_ == null) { ensureLimitsIsMutable(); limits_.add(builderForValue.build()); @@ -888,15 +840,14 @@ public Builder addLimits(com.google.api.QuotaLimit.Builder builderForValue) { return this; } /** - * - * *
      * List of QuotaLimit definitions for the service.
      * 
* * repeated .google.api.QuotaLimit limits = 3; */ - public Builder addLimits(int index, com.google.api.QuotaLimit.Builder builderForValue) { + public Builder addLimits( + int index, com.google.api.QuotaLimit.Builder builderForValue) { if (limitsBuilder_ == null) { ensureLimitsIsMutable(); limits_.add(index, builderForValue.build()); @@ -907,18 +858,18 @@ public Builder addLimits(int index, com.google.api.QuotaLimit.Builder builderFor return this; } /** - * - * *
      * List of QuotaLimit definitions for the service.
      * 
* * repeated .google.api.QuotaLimit limits = 3; */ - public Builder addAllLimits(java.lang.Iterable values) { + public Builder addAllLimits( + java.lang.Iterable values) { if (limitsBuilder_ == null) { ensureLimitsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll(values, limits_); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, limits_); onChanged(); } else { limitsBuilder_.addAllMessages(values); @@ -926,8 +877,6 @@ public Builder addAllLimits(java.lang.Iterable * List of QuotaLimit definitions for the service. *
@@ -945,8 +894,6 @@ public Builder clearLimits() { return this; } /** - * - * *
      * List of QuotaLimit definitions for the service.
      * 
@@ -964,43 +911,39 @@ public Builder removeLimits(int index) { return this; } /** - * - * *
      * List of QuotaLimit definitions for the service.
      * 
* * repeated .google.api.QuotaLimit limits = 3; */ - public com.google.api.QuotaLimit.Builder getLimitsBuilder(int index) { + public com.google.api.QuotaLimit.Builder getLimitsBuilder( + int index) { return getLimitsFieldBuilder().getBuilder(index); } /** - * - * *
      * List of QuotaLimit definitions for the service.
      * 
* * repeated .google.api.QuotaLimit limits = 3; */ - public com.google.api.QuotaLimitOrBuilder getLimitsOrBuilder(int index) { + public com.google.api.QuotaLimitOrBuilder getLimitsOrBuilder( + int index) { if (limitsBuilder_ == null) { - return limits_.get(index); - } else { + return limits_.get(index); } else { return limitsBuilder_.getMessageOrBuilder(index); } } /** - * - * *
      * List of QuotaLimit definitions for the service.
      * 
* * repeated .google.api.QuotaLimit limits = 3; */ - public java.util.List getLimitsOrBuilderList() { + public java.util.List + getLimitsOrBuilderList() { if (limitsBuilder_ != null) { return limitsBuilder_.getMessageOrBuilderList(); } else { @@ -1008,8 +951,6 @@ public java.util.List getLimitsOrB } } /** - * - * *
      * List of QuotaLimit definitions for the service.
      * 
@@ -1017,70 +958,60 @@ public java.util.List getLimitsOrB * repeated .google.api.QuotaLimit limits = 3; */ public com.google.api.QuotaLimit.Builder addLimitsBuilder() { - return getLimitsFieldBuilder().addBuilder(com.google.api.QuotaLimit.getDefaultInstance()); + return getLimitsFieldBuilder().addBuilder( + com.google.api.QuotaLimit.getDefaultInstance()); } /** - * - * *
      * List of QuotaLimit definitions for the service.
      * 
* * repeated .google.api.QuotaLimit limits = 3; */ - public com.google.api.QuotaLimit.Builder addLimitsBuilder(int index) { - return getLimitsFieldBuilder() - .addBuilder(index, com.google.api.QuotaLimit.getDefaultInstance()); + public com.google.api.QuotaLimit.Builder addLimitsBuilder( + int index) { + return getLimitsFieldBuilder().addBuilder( + index, com.google.api.QuotaLimit.getDefaultInstance()); } /** - * - * *
      * List of QuotaLimit definitions for the service.
      * 
* * repeated .google.api.QuotaLimit limits = 3; */ - public java.util.List getLimitsBuilderList() { + public java.util.List + getLimitsBuilderList() { return getLimitsFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.api.QuotaLimit, - com.google.api.QuotaLimit.Builder, - com.google.api.QuotaLimitOrBuilder> + com.google.api.QuotaLimit, com.google.api.QuotaLimit.Builder, com.google.api.QuotaLimitOrBuilder> getLimitsFieldBuilder() { if (limitsBuilder_ == null) { - limitsBuilder_ = - new com.google.protobuf.RepeatedFieldBuilderV3< - com.google.api.QuotaLimit, - com.google.api.QuotaLimit.Builder, - com.google.api.QuotaLimitOrBuilder>( - limits_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); + limitsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + com.google.api.QuotaLimit, com.google.api.QuotaLimit.Builder, com.google.api.QuotaLimitOrBuilder>( + limits_, + ((bitField0_ & 0x00000001) != 0), + getParentForChildren(), + isClean()); limits_ = null; } return limitsBuilder_; } private java.util.List metricRules_ = - java.util.Collections.emptyList(); - + java.util.Collections.emptyList(); private void ensureMetricRulesIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { metricRules_ = new java.util.ArrayList(metricRules_); bitField0_ |= 0x00000002; - } + } } private com.google.protobuf.RepeatedFieldBuilderV3< - com.google.api.MetricRule, - com.google.api.MetricRule.Builder, - com.google.api.MetricRuleOrBuilder> - metricRulesBuilder_; + com.google.api.MetricRule, com.google.api.MetricRule.Builder, com.google.api.MetricRuleOrBuilder> metricRulesBuilder_; /** - * - * *
      * List of MetricRule definitions, each one mapping a selected method to one
      * or more metrics.
@@ -1096,8 +1027,6 @@ public java.util.List getMetricRulesList() {
       }
     }
     /**
-     *
-     *
      * 
      * List of MetricRule definitions, each one mapping a selected method to one
      * or more metrics.
@@ -1113,8 +1042,6 @@ public int getMetricRulesCount() {
       }
     }
     /**
-     *
-     *
      * 
      * List of MetricRule definitions, each one mapping a selected method to one
      * or more metrics.
@@ -1130,8 +1057,6 @@ public com.google.api.MetricRule getMetricRules(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * List of MetricRule definitions, each one mapping a selected method to one
      * or more metrics.
@@ -1139,7 +1064,8 @@ public com.google.api.MetricRule getMetricRules(int index) {
      *
      * repeated .google.api.MetricRule metric_rules = 4;
      */
-    public Builder setMetricRules(int index, com.google.api.MetricRule value) {
+    public Builder setMetricRules(
+        int index, com.google.api.MetricRule value) {
       if (metricRulesBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -1153,8 +1079,6 @@ public Builder setMetricRules(int index, com.google.api.MetricRule value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * List of MetricRule definitions, each one mapping a selected method to one
      * or more metrics.
@@ -1162,7 +1086,8 @@ public Builder setMetricRules(int index, com.google.api.MetricRule value) {
      *
      * repeated .google.api.MetricRule metric_rules = 4;
      */
-    public Builder setMetricRules(int index, com.google.api.MetricRule.Builder builderForValue) {
+    public Builder setMetricRules(
+        int index, com.google.api.MetricRule.Builder builderForValue) {
       if (metricRulesBuilder_ == null) {
         ensureMetricRulesIsMutable();
         metricRules_.set(index, builderForValue.build());
@@ -1173,8 +1098,6 @@ public Builder setMetricRules(int index, com.google.api.MetricRule.Builder build
       return this;
     }
     /**
-     *
-     *
      * 
      * List of MetricRule definitions, each one mapping a selected method to one
      * or more metrics.
@@ -1196,8 +1119,6 @@ public Builder addMetricRules(com.google.api.MetricRule value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * List of MetricRule definitions, each one mapping a selected method to one
      * or more metrics.
@@ -1205,7 +1126,8 @@ public Builder addMetricRules(com.google.api.MetricRule value) {
      *
      * repeated .google.api.MetricRule metric_rules = 4;
      */
-    public Builder addMetricRules(int index, com.google.api.MetricRule value) {
+    public Builder addMetricRules(
+        int index, com.google.api.MetricRule value) {
       if (metricRulesBuilder_ == null) {
         if (value == null) {
           throw new NullPointerException();
@@ -1219,8 +1141,6 @@ public Builder addMetricRules(int index, com.google.api.MetricRule value) {
       return this;
     }
     /**
-     *
-     *
      * 
      * List of MetricRule definitions, each one mapping a selected method to one
      * or more metrics.
@@ -1228,7 +1148,8 @@ public Builder addMetricRules(int index, com.google.api.MetricRule value) {
      *
      * repeated .google.api.MetricRule metric_rules = 4;
      */
-    public Builder addMetricRules(com.google.api.MetricRule.Builder builderForValue) {
+    public Builder addMetricRules(
+        com.google.api.MetricRule.Builder builderForValue) {
       if (metricRulesBuilder_ == null) {
         ensureMetricRulesIsMutable();
         metricRules_.add(builderForValue.build());
@@ -1239,8 +1160,6 @@ public Builder addMetricRules(com.google.api.MetricRule.Builder builderForValue)
       return this;
     }
     /**
-     *
-     *
      * 
      * List of MetricRule definitions, each one mapping a selected method to one
      * or more metrics.
@@ -1248,7 +1167,8 @@ public Builder addMetricRules(com.google.api.MetricRule.Builder builderForValue)
      *
      * repeated .google.api.MetricRule metric_rules = 4;
      */
-    public Builder addMetricRules(int index, com.google.api.MetricRule.Builder builderForValue) {
+    public Builder addMetricRules(
+        int index, com.google.api.MetricRule.Builder builderForValue) {
       if (metricRulesBuilder_ == null) {
         ensureMetricRulesIsMutable();
         metricRules_.add(index, builderForValue.build());
@@ -1259,8 +1179,6 @@ public Builder addMetricRules(int index, com.google.api.MetricRule.Builder build
       return this;
     }
     /**
-     *
-     *
      * 
      * List of MetricRule definitions, each one mapping a selected method to one
      * or more metrics.
@@ -1272,7 +1190,8 @@ public Builder addAllMetricRules(
         java.lang.Iterable values) {
       if (metricRulesBuilder_ == null) {
         ensureMetricRulesIsMutable();
-        com.google.protobuf.AbstractMessageLite.Builder.addAll(values, metricRules_);
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, metricRules_);
         onChanged();
       } else {
         metricRulesBuilder_.addAllMessages(values);
@@ -1280,8 +1199,6 @@ public Builder addAllMetricRules(
       return this;
     }
     /**
-     *
-     *
      * 
      * List of MetricRule definitions, each one mapping a selected method to one
      * or more metrics.
@@ -1300,8 +1217,6 @@ public Builder clearMetricRules() {
       return this;
     }
     /**
-     *
-     *
      * 
      * List of MetricRule definitions, each one mapping a selected method to one
      * or more metrics.
@@ -1320,8 +1235,6 @@ public Builder removeMetricRules(int index) {
       return this;
     }
     /**
-     *
-     *
      * 
      * List of MetricRule definitions, each one mapping a selected method to one
      * or more metrics.
@@ -1329,12 +1242,11 @@ public Builder removeMetricRules(int index) {
      *
      * repeated .google.api.MetricRule metric_rules = 4;
      */
-    public com.google.api.MetricRule.Builder getMetricRulesBuilder(int index) {
+    public com.google.api.MetricRule.Builder getMetricRulesBuilder(
+        int index) {
       return getMetricRulesFieldBuilder().getBuilder(index);
     }
     /**
-     *
-     *
      * 
      * List of MetricRule definitions, each one mapping a selected method to one
      * or more metrics.
@@ -1342,16 +1254,14 @@ public com.google.api.MetricRule.Builder getMetricRulesBuilder(int index) {
      *
      * repeated .google.api.MetricRule metric_rules = 4;
      */
-    public com.google.api.MetricRuleOrBuilder getMetricRulesOrBuilder(int index) {
+    public com.google.api.MetricRuleOrBuilder getMetricRulesOrBuilder(
+        int index) {
       if (metricRulesBuilder_ == null) {
-        return metricRules_.get(index);
-      } else {
+        return metricRules_.get(index);  } else {
         return metricRulesBuilder_.getMessageOrBuilder(index);
       }
     }
     /**
-     *
-     *
      * 
      * List of MetricRule definitions, each one mapping a selected method to one
      * or more metrics.
@@ -1359,8 +1269,8 @@ public com.google.api.MetricRuleOrBuilder getMetricRulesOrBuilder(int index) {
      *
      * repeated .google.api.MetricRule metric_rules = 4;
      */
-    public java.util.List
-        getMetricRulesOrBuilderList() {
+    public java.util.List 
+         getMetricRulesOrBuilderList() {
       if (metricRulesBuilder_ != null) {
         return metricRulesBuilder_.getMessageOrBuilderList();
       } else {
@@ -1368,8 +1278,6 @@ public com.google.api.MetricRuleOrBuilder getMetricRulesOrBuilder(int index) {
       }
     }
     /**
-     *
-     *
      * 
      * List of MetricRule definitions, each one mapping a selected method to one
      * or more metrics.
@@ -1378,12 +1286,10 @@ public com.google.api.MetricRuleOrBuilder getMetricRulesOrBuilder(int index) {
      * repeated .google.api.MetricRule metric_rules = 4;
      */
     public com.google.api.MetricRule.Builder addMetricRulesBuilder() {
-      return getMetricRulesFieldBuilder()
-          .addBuilder(com.google.api.MetricRule.getDefaultInstance());
+      return getMetricRulesFieldBuilder().addBuilder(
+          com.google.api.MetricRule.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * List of MetricRule definitions, each one mapping a selected method to one
      * or more metrics.
@@ -1391,13 +1297,12 @@ public com.google.api.MetricRule.Builder addMetricRulesBuilder() {
      *
      * repeated .google.api.MetricRule metric_rules = 4;
      */
-    public com.google.api.MetricRule.Builder addMetricRulesBuilder(int index) {
-      return getMetricRulesFieldBuilder()
-          .addBuilder(index, com.google.api.MetricRule.getDefaultInstance());
+    public com.google.api.MetricRule.Builder addMetricRulesBuilder(
+        int index) {
+      return getMetricRulesFieldBuilder().addBuilder(
+          index, com.google.api.MetricRule.getDefaultInstance());
     }
     /**
-     *
-     *
      * 
      * List of MetricRule definitions, each one mapping a selected method to one
      * or more metrics.
@@ -1405,29 +1310,27 @@ public com.google.api.MetricRule.Builder addMetricRulesBuilder(int index) {
      *
      * repeated .google.api.MetricRule metric_rules = 4;
      */
-    public java.util.List getMetricRulesBuilderList() {
+    public java.util.List 
+         getMetricRulesBuilderList() {
       return getMetricRulesFieldBuilder().getBuilderList();
     }
-
     private com.google.protobuf.RepeatedFieldBuilderV3<
-            com.google.api.MetricRule,
-            com.google.api.MetricRule.Builder,
-            com.google.api.MetricRuleOrBuilder>
+        com.google.api.MetricRule, com.google.api.MetricRule.Builder, com.google.api.MetricRuleOrBuilder> 
         getMetricRulesFieldBuilder() {
       if (metricRulesBuilder_ == null) {
-        metricRulesBuilder_ =
-            new com.google.protobuf.RepeatedFieldBuilderV3<
-                com.google.api.MetricRule,
-                com.google.api.MetricRule.Builder,
-                com.google.api.MetricRuleOrBuilder>(
-                metricRules_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean());
+        metricRulesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+            com.google.api.MetricRule, com.google.api.MetricRule.Builder, com.google.api.MetricRuleOrBuilder>(
+                metricRules_,
+                ((bitField0_ & 0x00000002) != 0),
+                getParentForChildren(),
+                isClean());
         metricRules_ = null;
       }
       return metricRulesBuilder_;
     }
-
     @java.lang.Override
-    public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
+    public final Builder setUnknownFields(
+        final com.google.protobuf.UnknownFieldSet unknownFields) {
       return super.setUnknownFields(unknownFields);
     }
 
@@ -1437,12 +1340,12 @@ public final Builder mergeUnknownFields(
       return super.mergeUnknownFields(unknownFields);
     }
 
+
     // @@protoc_insertion_point(builder_scope:google.api.Quota)
   }
 
   // @@protoc_insertion_point(class_scope:google.api.Quota)
   private static final com.google.api.Quota DEFAULT_INSTANCE;
-
   static {
     DEFAULT_INSTANCE = new com.google.api.Quota();
   }
@@ -1451,27 +1354,27 @@ public static com.google.api.Quota getDefaultInstance() {
     return DEFAULT_INSTANCE;
   }
 
-  private static final com.google.protobuf.Parser PARSER =
-      new com.google.protobuf.AbstractParser() {
-        @java.lang.Override
-        public Quota parsePartialFrom(
-            com.google.protobuf.CodedInputStream input,
-            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-            throws com.google.protobuf.InvalidProtocolBufferException {
-          Builder builder = newBuilder();
-          try {
-            builder.mergeFrom(input, extensionRegistry);
-          } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-            throw e.setUnfinishedMessage(builder.buildPartial());
-          } catch (com.google.protobuf.UninitializedMessageException e) {
-            throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
-          } catch (java.io.IOException e) {
-            throw new com.google.protobuf.InvalidProtocolBufferException(e)
-                .setUnfinishedMessage(builder.buildPartial());
-          }
-          return builder.buildPartial();
-        }
-      };
+  private static final com.google.protobuf.Parser
+      PARSER = new com.google.protobuf.AbstractParser() {
+    @java.lang.Override
+    public Quota parsePartialFrom(
+        com.google.protobuf.CodedInputStream input,
+        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+        throws com.google.protobuf.InvalidProtocolBufferException {
+      Builder builder = newBuilder();
+      try {
+        builder.mergeFrom(input, extensionRegistry);
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(builder.buildPartial());
+      } catch (com.google.protobuf.UninitializedMessageException e) {
+        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(e)
+            .setUnfinishedMessage(builder.buildPartial());
+      }
+      return builder.buildPartial();
+    }
+  };
 
   public static com.google.protobuf.Parser parser() {
     return PARSER;
@@ -1486,4 +1389,6 @@ public com.google.protobuf.Parser getParserForType() {
   public com.google.api.Quota getDefaultInstanceForType() {
     return DEFAULT_INSTANCE;
   }
+
 }
+
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/QuotaLimit.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/QuotaLimit.java
similarity index 75%
rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/QuotaLimit.java
rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/QuotaLimit.java
index 50ebf11627..3858b1e282 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/QuotaLimit.java
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/QuotaLimit.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/api/quota.proto
 
 package com.google.api;
 
 /**
- *
- *
  * 
  * `QuotaLimit` defines a specific limit that applies over a specified duration
  * for a limit type. There can be at most one limit for a duration and limit
@@ -29,16 +12,15 @@
  *
  * Protobuf type {@code google.api.QuotaLimit}
  */
-public final class QuotaLimit extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class QuotaLimit extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.api.QuotaLimit)
     QuotaLimitOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use QuotaLimit.newBuilder() to construct.
   private QuotaLimit(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private QuotaLimit() {
     name_ = "";
     description_ = "";
@@ -50,30 +32,33 @@ private QuotaLimit() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new QuotaLimit();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
     return com.google.api.QuotaProto.internal_static_google_api_QuotaLimit_descriptor;
   }
 
   @SuppressWarnings({"rawtypes"})
   @java.lang.Override
-  protected com.google.protobuf.MapField internalGetMapField(int number) {
+  protected com.google.protobuf.MapField internalGetMapField(
+      int number) {
     switch (number) {
       case 10:
         return internalGetValues();
       default:
-        throw new RuntimeException("Invalid map field number: " + number);
+        throw new RuntimeException(
+            "Invalid map field number: " + number);
     }
   }
-
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
@@ -85,8 +70,6 @@ protected com.google.protobuf.MapField internalGetMapField(int number) {
   public static final int NAME_FIELD_NUMBER = 6;
   private volatile java.lang.Object name_;
   /**
-   *
-   *
    * 
    * Name of the quota limit.
    * The name must be provided, and it must be unique within the service. The
@@ -95,7 +78,6 @@ protected com.google.protobuf.MapField internalGetMapField(int number) {
    * 
* * string name = 6; - * * @return The name. */ @java.lang.Override @@ -104,15 +86,14 @@ public java.lang.String getName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** - * - * *
    * Name of the quota limit.
    * The name must be provided, and it must be unique within the service. The
@@ -121,15 +102,16 @@ public java.lang.String getName() {
    * 
* * string name = 6; - * * @return The bytes for name. */ @java.lang.Override - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -140,8 +122,6 @@ public com.google.protobuf.ByteString getNameBytes() { public static final int DESCRIPTION_FIELD_NUMBER = 2; private volatile java.lang.Object description_; /** - * - * *
    * Optional. User-visible, extended description for this quota limit.
    * Should be used only when more context is needed to understand this limit
@@ -149,7 +129,6 @@ public com.google.protobuf.ByteString getNameBytes() {
    * 
* * string description = 2; - * * @return The description. */ @java.lang.Override @@ -158,15 +137,14 @@ public java.lang.String getDescription() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); description_ = s; return s; } } /** - * - * *
    * Optional. User-visible, extended description for this quota limit.
    * Should be used only when more context is needed to understand this limit
@@ -174,15 +152,16 @@ public java.lang.String getDescription() {
    * 
* * string description = 2; - * * @return The bytes for description. */ @java.lang.Override - public com.google.protobuf.ByteString getDescriptionBytes() { + public com.google.protobuf.ByteString + getDescriptionBytes() { java.lang.Object ref = description_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); description_ = b; return b; } else { @@ -193,8 +172,6 @@ public com.google.protobuf.ByteString getDescriptionBytes() { public static final int DEFAULT_LIMIT_FIELD_NUMBER = 3; private long defaultLimit_; /** - * - * *
    * Default number of tokens that can be consumed during the specified
    * duration. This is the number of tokens assigned when a client
@@ -207,7 +184,6 @@ public com.google.protobuf.ByteString getDescriptionBytes() {
    * 
* * int64 default_limit = 3; - * * @return The defaultLimit. */ @java.lang.Override @@ -218,8 +194,6 @@ public long getDefaultLimit() { public static final int MAX_LIMIT_FIELD_NUMBER = 4; private long maxLimit_; /** - * - * *
    * Maximum number of tokens that can be consumed during the specified
    * duration. Client application developers can override the default limit up
@@ -231,7 +205,6 @@ public long getDefaultLimit() {
    * 
* * int64 max_limit = 4; - * * @return The maxLimit. */ @java.lang.Override @@ -242,8 +215,6 @@ public long getMaxLimit() { public static final int FREE_TIER_FIELD_NUMBER = 7; private long freeTier_; /** - * - * *
    * Free tier value displayed in the Developers Console for this limit.
    * The free tier is the number of tokens that will be subtracted from the
@@ -255,7 +226,6 @@ public long getMaxLimit() {
    * 
* * int64 free_tier = 7; - * * @return The freeTier. */ @java.lang.Override @@ -266,15 +236,12 @@ public long getFreeTier() { public static final int DURATION_FIELD_NUMBER = 5; private volatile java.lang.Object duration_; /** - * - * *
    * Duration of this limit in textual notation. Must be "100s" or "1d".
    * Used by group-based quotas only.
    * 
* * string duration = 5; - * * @return The duration. */ @java.lang.Override @@ -283,30 +250,30 @@ public java.lang.String getDuration() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); duration_ = s; return s; } } /** - * - * *
    * Duration of this limit in textual notation. Must be "100s" or "1d".
    * Used by group-based quotas only.
    * 
* * string duration = 5; - * * @return The bytes for duration. */ @java.lang.Override - public com.google.protobuf.ByteString getDurationBytes() { + public com.google.protobuf.ByteString + getDurationBytes() { java.lang.Object ref = duration_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); duration_ = b; return b; } else { @@ -317,8 +284,6 @@ public com.google.protobuf.ByteString getDurationBytes() { public static final int METRIC_FIELD_NUMBER = 8; private volatile java.lang.Object metric_; /** - * - * *
    * The name of the metric this quota limit applies to. The quota limits with
    * the same metric will be checked together during runtime. The metric must be
@@ -326,7 +291,6 @@ public com.google.protobuf.ByteString getDurationBytes() {
    * 
* * string metric = 8; - * * @return The metric. */ @java.lang.Override @@ -335,15 +299,14 @@ public java.lang.String getMetric() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); metric_ = s; return s; } } /** - * - * *
    * The name of the metric this quota limit applies to. The quota limits with
    * the same metric will be checked together during runtime. The metric must be
@@ -351,15 +314,16 @@ public java.lang.String getMetric() {
    * 
* * string metric = 8; - * * @return The bytes for metric. */ @java.lang.Override - public com.google.protobuf.ByteString getMetricBytes() { + public com.google.protobuf.ByteString + getMetricBytes() { java.lang.Object ref = metric_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); metric_ = b; return b; } else { @@ -370,8 +334,6 @@ public com.google.protobuf.ByteString getMetricBytes() { public static final int UNIT_FIELD_NUMBER = 9; private volatile java.lang.Object unit_; /** - * - * *
    * Specify the unit of the quota limit. It uses the same syntax as
    * [Metric.unit][]. The supported unit kinds are determined by the quota
@@ -383,7 +345,6 @@ public com.google.protobuf.ByteString getMetricBytes() {
    * 
* * string unit = 9; - * * @return The unit. */ @java.lang.Override @@ -392,15 +353,14 @@ public java.lang.String getUnit() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); unit_ = s; return s; } } /** - * - * *
    * Specify the unit of the quota limit. It uses the same syntax as
    * [Metric.unit][]. The supported unit kinds are determined by the quota
@@ -412,15 +372,16 @@ public java.lang.String getUnit() {
    * 
* * string unit = 9; - * * @return The bytes for unit. */ @java.lang.Override - public com.google.protobuf.ByteString getUnitBytes() { + public com.google.protobuf.ByteString + getUnitBytes() { java.lang.Object ref = unit_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); unit_ = b; return b; } else { @@ -429,22 +390,24 @@ public com.google.protobuf.ByteString getUnitBytes() { } public static final int VALUES_FIELD_NUMBER = 10; - private static final class ValuesDefaultEntryHolder { - static final com.google.protobuf.MapEntry defaultEntry = - com.google.protobuf.MapEntry.newDefaultInstance( - com.google.api.QuotaProto.internal_static_google_api_QuotaLimit_ValuesEntry_descriptor, - com.google.protobuf.WireFormat.FieldType.STRING, - "", - com.google.protobuf.WireFormat.FieldType.INT64, - 0L); + static final com.google.protobuf.MapEntry< + java.lang.String, java.lang.Long> defaultEntry = + com.google.protobuf.MapEntry + .newDefaultInstance( + com.google.api.QuotaProto.internal_static_google_api_QuotaLimit_ValuesEntry_descriptor, + com.google.protobuf.WireFormat.FieldType.STRING, + "", + com.google.protobuf.WireFormat.FieldType.INT64, + 0L); } - - private com.google.protobuf.MapField values_; - - private com.google.protobuf.MapField internalGetValues() { + private com.google.protobuf.MapField< + java.lang.String, java.lang.Long> values_; + private com.google.protobuf.MapField + internalGetValues() { if (values_ == null) { - return com.google.protobuf.MapField.emptyMapField(ValuesDefaultEntryHolder.defaultEntry); + return com.google.protobuf.MapField.emptyMapField( + ValuesDefaultEntryHolder.defaultEntry); } return values_; } @@ -453,8 +416,6 @@ public int getValuesCount() { return internalGetValues().getMap().size(); } /** - * - * *
    * Tiered limit values. You must specify this as a key:value pair, with an
    * integer value that is the maximum number of requests allowed for the
@@ -463,22 +424,22 @@ public int getValuesCount() {
    *
    * map<string, int64> values = 10;
    */
+
   @java.lang.Override
-  public boolean containsValues(java.lang.String key) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
+  public boolean containsValues(
+      java.lang.String key) {
+    if (key == null) { throw new NullPointerException("map key"); }
     return internalGetValues().getMap().containsKey(key);
   }
-  /** Use {@link #getValuesMap()} instead. */
+  /**
+   * Use {@link #getValuesMap()} instead.
+   */
   @java.lang.Override
   @java.lang.Deprecated
   public java.util.Map getValues() {
     return getValuesMap();
   }
   /**
-   *
-   *
    * 
    * Tiered limit values. You must specify this as a key:value pair, with an
    * integer value that is the maximum number of requests allowed for the
@@ -488,12 +449,11 @@ public java.util.Map getValues() {
    * map<string, int64> values = 10;
    */
   @java.lang.Override
+
   public java.util.Map getValuesMap() {
     return internalGetValues().getMap();
   }
   /**
-   *
-   *
    * 
    * Tiered limit values. You must specify this as a key:value pair, with an
    * integer value that is the maximum number of requests allowed for the
@@ -503,16 +463,16 @@ public java.util.Map getValuesMap() {
    * map<string, int64> values = 10;
    */
   @java.lang.Override
-  public long getValuesOrDefault(java.lang.String key, long defaultValue) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
-    java.util.Map map = internalGetValues().getMap();
+
+  public long getValuesOrDefault(
+      java.lang.String key,
+      long defaultValue) {
+    if (key == null) { throw new NullPointerException("map key"); }
+    java.util.Map map =
+        internalGetValues().getMap();
     return map.containsKey(key) ? map.get(key) : defaultValue;
   }
   /**
-   *
-   *
    * 
    * Tiered limit values. You must specify this as a key:value pair, with an
    * integer value that is the maximum number of requests allowed for the
@@ -522,11 +482,12 @@ public long getValuesOrDefault(java.lang.String key, long defaultValue) {
    * map<string, int64> values = 10;
    */
   @java.lang.Override
-  public long getValuesOrThrow(java.lang.String key) {
-    if (key == null) {
-      throw new NullPointerException("map key");
-    }
-    java.util.Map map = internalGetValues().getMap();
+
+  public long getValuesOrThrow(
+      java.lang.String key) {
+    if (key == null) { throw new NullPointerException("map key"); }
+    java.util.Map map =
+        internalGetValues().getMap();
     if (!map.containsKey(key)) {
       throw new java.lang.IllegalArgumentException();
     }
@@ -536,8 +497,6 @@ public long getValuesOrThrow(java.lang.String key) {
   public static final int DISPLAY_NAME_FIELD_NUMBER = 12;
   private volatile java.lang.Object displayName_;
   /**
-   *
-   *
    * 
    * User-visible display name for this limit.
    * Optional. If not set, the UI will provide a default display name based on
@@ -546,7 +505,6 @@ public long getValuesOrThrow(java.lang.String key) {
    * 
* * string display_name = 12; - * * @return The displayName. */ @java.lang.Override @@ -555,15 +513,14 @@ public java.lang.String getDisplayName() { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); displayName_ = s; return s; } } /** - * - * *
    * User-visible display name for this limit.
    * Optional. If not set, the UI will provide a default display name based on
@@ -572,15 +529,16 @@ public java.lang.String getDisplayName() {
    * 
* * string display_name = 12; - * * @return The bytes for displayName. */ @java.lang.Override - public com.google.protobuf.ByteString getDisplayNameBytes() { + public com.google.protobuf.ByteString + getDisplayNameBytes() { java.lang.Object ref = displayName_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); displayName_ = b; return b; } else { @@ -589,7 +547,6 @@ public com.google.protobuf.ByteString getDisplayNameBytes() { } private byte memoizedIsInitialized = -1; - @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -601,7 +558,8 @@ public final boolean isInitialized() { } @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(description_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, description_); } @@ -626,8 +584,12 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(unit_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 9, unit_); } - com.google.protobuf.GeneratedMessageV3.serializeStringMapTo( - output, internalGetValues(), ValuesDefaultEntryHolder.defaultEntry, 10); + com.google.protobuf.GeneratedMessageV3 + .serializeStringMapTo( + output, + internalGetValues(), + ValuesDefaultEntryHolder.defaultEntry, + 10); if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayName_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 12, displayName_); } @@ -644,10 +606,12 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, description_); } if (defaultLimit_ != 0L) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(3, defaultLimit_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(3, defaultLimit_); } if (maxLimit_ != 0L) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(4, maxLimit_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(4, maxLimit_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(duration_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, duration_); @@ -656,7 +620,8 @@ public int getSerializedSize() { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, name_); } if (freeTier_ != 0L) { - size += com.google.protobuf.CodedOutputStream.computeInt64Size(7, freeTier_); + size += com.google.protobuf.CodedOutputStream + .computeInt64Size(7, freeTier_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(metric_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, metric_); @@ -664,15 +629,15 @@ public int getSerializedSize() { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(unit_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, unit_); } - for (java.util.Map.Entry entry : - internalGetValues().getMap().entrySet()) { - com.google.protobuf.MapEntry values__ = - ValuesDefaultEntryHolder.defaultEntry - .newBuilderForType() - .setKey(entry.getKey()) - .setValue(entry.getValue()) - .build(); - size += com.google.protobuf.CodedOutputStream.computeMessageSize(10, values__); + for (java.util.Map.Entry entry + : internalGetValues().getMap().entrySet()) { + com.google.protobuf.MapEntry + values__ = ValuesDefaultEntryHolder.defaultEntry.newBuilderForType() + .setKey(entry.getKey()) + .setValue(entry.getValue()) + .build(); + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(10, values__); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayName_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(12, displayName_); @@ -685,23 +650,33 @@ public int getSerializedSize() { @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { - return true; + return true; } if (!(obj instanceof com.google.api.QuotaLimit)) { return super.equals(obj); } com.google.api.QuotaLimit other = (com.google.api.QuotaLimit) obj; - if (!getName().equals(other.getName())) return false; - if (!getDescription().equals(other.getDescription())) return false; - if (getDefaultLimit() != other.getDefaultLimit()) return false; - if (getMaxLimit() != other.getMaxLimit()) return false; - if (getFreeTier() != other.getFreeTier()) return false; - if (!getDuration().equals(other.getDuration())) return false; - if (!getMetric().equals(other.getMetric())) return false; - if (!getUnit().equals(other.getUnit())) return false; - if (!internalGetValues().equals(other.internalGetValues())) return false; - if (!getDisplayName().equals(other.getDisplayName())) return false; + if (!getName() + .equals(other.getName())) return false; + if (!getDescription() + .equals(other.getDescription())) return false; + if (getDefaultLimit() + != other.getDefaultLimit()) return false; + if (getMaxLimit() + != other.getMaxLimit()) return false; + if (getFreeTier() + != other.getFreeTier()) return false; + if (!getDuration() + .equals(other.getDuration())) return false; + if (!getMetric() + .equals(other.getMetric())) return false; + if (!getUnit() + .equals(other.getUnit())) return false; + if (!internalGetValues().equals( + other.internalGetValues())) return false; + if (!getDisplayName() + .equals(other.getDisplayName())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @@ -718,11 +693,14 @@ public int hashCode() { hash = (37 * hash) + DESCRIPTION_FIELD_NUMBER; hash = (53 * hash) + getDescription().hashCode(); hash = (37 * hash) + DEFAULT_LIMIT_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getDefaultLimit()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getDefaultLimit()); hash = (37 * hash) + MAX_LIMIT_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getMaxLimit()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getMaxLimit()); hash = (37 * hash) + FREE_TIER_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashLong(getFreeTier()); + hash = (53 * hash) + com.google.protobuf.Internal.hashLong( + getFreeTier()); hash = (37 * hash) + DURATION_FIELD_NUMBER; hash = (53 * hash) + getDuration().hashCode(); hash = (37 * hash) + METRIC_FIELD_NUMBER; @@ -740,103 +718,97 @@ public int hashCode() { return hash; } - public static com.google.api.QuotaLimit parseFrom(java.nio.ByteBuffer data) + public static com.google.api.QuotaLimit parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.QuotaLimit parseFrom( - java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - - public static com.google.api.QuotaLimit parseFrom(com.google.protobuf.ByteString data) + public static com.google.api.QuotaLimit parseFrom( + com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.QuotaLimit parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.QuotaLimit parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static com.google.api.QuotaLimit parseFrom( - byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static com.google.api.QuotaLimit parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.QuotaLimit parseFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } - public static com.google.api.QuotaLimit parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); } - public static com.google.api.QuotaLimit parseDelimitedFrom( - java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - - public static com.google.api.QuotaLimit parseFrom(com.google.protobuf.CodedInputStream input) + public static com.google.api.QuotaLimit parseFrom( + com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); } - public static com.google.api.QuotaLimit parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3.parseWithIOException( - PARSER, input, extensionRegistry); + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override - public Builder newBuilderForType() { - return newBuilder(); - } - + public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(com.google.api.QuotaLimit prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } - @java.lang.Override public Builder toBuilder() { - return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override - protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** - * - * *
    * `QuotaLimit` defines a specific limit that applies over a specified duration
    * for a limit type. There can be at most one limit for a duration and limit
@@ -845,34 +817,37 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    * Protobuf type {@code google.api.QuotaLimit}
    */
-  public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
-      implements
+  public static final class Builder extends
+      com.google.protobuf.GeneratedMessageV3.Builder implements
       // @@protoc_insertion_point(builder_implements:google.api.QuotaLimit)
       com.google.api.QuotaLimitOrBuilder {
-    public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.Descriptor
+        getDescriptor() {
       return com.google.api.QuotaProto.internal_static_google_api_QuotaLimit_descriptor;
     }
 
     @SuppressWarnings({"rawtypes"})
-    protected com.google.protobuf.MapField internalGetMapField(int number) {
+    protected com.google.protobuf.MapField internalGetMapField(
+        int number) {
       switch (number) {
         case 10:
           return internalGetValues();
         default:
-          throw new RuntimeException("Invalid map field number: " + number);
+          throw new RuntimeException(
+              "Invalid map field number: " + number);
       }
     }
-
     @SuppressWarnings({"rawtypes"})
-    protected com.google.protobuf.MapField internalGetMutableMapField(int number) {
+    protected com.google.protobuf.MapField internalGetMutableMapField(
+        int number) {
       switch (number) {
         case 10:
           return internalGetMutableValues();
         default:
-          throw new RuntimeException("Invalid map field number: " + number);
+          throw new RuntimeException(
+              "Invalid map field number: " + number);
       }
     }
-
     @java.lang.Override
     protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
         internalGetFieldAccessorTable() {
@@ -882,12 +857,15 @@ protected com.google.protobuf.MapField internalGetMutableMapField(int number) {
     }
 
     // Construct using com.google.api.QuotaLimit.newBuilder()
-    private Builder() {}
+    private Builder() {
 
-    private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-      super(parent);
     }
 
+    private Builder(
+        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+      super(parent);
+
+    }
     @java.lang.Override
     public Builder clear() {
       super.clear();
@@ -914,7 +892,8 @@ public Builder clear() {
     }
 
     @java.lang.Override
-    public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
+    public com.google.protobuf.Descriptors.Descriptor
+        getDescriptorForType() {
       return com.google.api.QuotaProto.internal_static_google_api_QuotaLimit_descriptor;
     }
 
@@ -955,39 +934,38 @@ public com.google.api.QuotaLimit buildPartial() {
     public Builder clone() {
       return super.clone();
     }
-
     @java.lang.Override
     public Builder setField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.setField(field, value);
     }
-
     @java.lang.Override
-    public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+    public Builder clearField(
+        com.google.protobuf.Descriptors.FieldDescriptor field) {
       return super.clearField(field);
     }
-
     @java.lang.Override
-    public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+    public Builder clearOneof(
+        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
       return super.clearOneof(oneof);
     }
-
     @java.lang.Override
     public Builder setRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        int index, java.lang.Object value) {
       return super.setRepeatedField(field, index, value);
     }
-
     @java.lang.Override
     public Builder addRepeatedField(
-        com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+        com.google.protobuf.Descriptors.FieldDescriptor field,
+        java.lang.Object value) {
       return super.addRepeatedField(field, value);
     }
-
     @java.lang.Override
     public Builder mergeFrom(com.google.protobuf.Message other) {
       if (other instanceof com.google.api.QuotaLimit) {
-        return mergeFrom((com.google.api.QuotaLimit) other);
+        return mergeFrom((com.google.api.QuotaLimit)other);
       } else {
         super.mergeFrom(other);
         return this;
@@ -1025,7 +1003,8 @@ public Builder mergeFrom(com.google.api.QuotaLimit other) {
         unit_ = other.unit_;
         onChanged();
       }
-      internalGetMutableValues().mergeFrom(other.internalGetValues());
+      internalGetMutableValues().mergeFrom(
+          other.internalGetValues());
       if (!other.getDisplayName().isEmpty()) {
         displayName_ = other.displayName_;
         onChanged();
@@ -1056,78 +1035,65 @@ public Builder mergeFrom(
             case 0:
               done = true;
               break;
-            case 18:
-              {
-                description_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 18
-            case 24:
-              {
-                defaultLimit_ = input.readInt64();
-
-                break;
-              } // case 24
-            case 32:
-              {
-                maxLimit_ = input.readInt64();
-
-                break;
-              } // case 32
-            case 42:
-              {
-                duration_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 42
-            case 50:
-              {
-                name_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 50
-            case 56:
-              {
-                freeTier_ = input.readInt64();
-
-                break;
-              } // case 56
-            case 66:
-              {
-                metric_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 66
-            case 74:
-              {
-                unit_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 74
-            case 82:
-              {
-                com.google.protobuf.MapEntry values__ =
-                    input.readMessage(
-                        ValuesDefaultEntryHolder.defaultEntry.getParserForType(),
-                        extensionRegistry);
-                internalGetMutableValues()
-                    .getMutableMap()
-                    .put(values__.getKey(), values__.getValue());
-                break;
-              } // case 82
-            case 98:
-              {
-                displayName_ = input.readStringRequireUtf8();
-
-                break;
-              } // case 98
-            default:
-              {
-                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
-                  done = true; // was an endgroup tag
-                }
-                break;
-              } // default:
+            case 18: {
+              description_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 18
+            case 24: {
+              defaultLimit_ = input.readInt64();
+
+              break;
+            } // case 24
+            case 32: {
+              maxLimit_ = input.readInt64();
+
+              break;
+            } // case 32
+            case 42: {
+              duration_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 42
+            case 50: {
+              name_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 50
+            case 56: {
+              freeTier_ = input.readInt64();
+
+              break;
+            } // case 56
+            case 66: {
+              metric_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 66
+            case 74: {
+              unit_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 74
+            case 82: {
+              com.google.protobuf.MapEntry
+              values__ = input.readMessage(
+                  ValuesDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
+              internalGetMutableValues().getMutableMap().put(
+                  values__.getKey(), values__.getValue());
+              break;
+            } // case 82
+            case 98: {
+              displayName_ = input.readStringRequireUtf8();
+
+              break;
+            } // case 98
+            default: {
+              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+                done = true; // was an endgroup tag
+              }
+              break;
+            } // default:
           } // switch (tag)
         } // while (!done)
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -1137,13 +1103,10 @@ public Builder mergeFrom(
       } // finally
       return this;
     }
-
     private int bitField0_;
 
     private java.lang.Object name_ = "";
     /**
-     *
-     *
      * 
      * Name of the quota limit.
      * The name must be provided, and it must be unique within the service. The
@@ -1152,13 +1115,13 @@ public Builder mergeFrom(
      * 
* * string name = 6; - * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; @@ -1167,8 +1130,6 @@ public java.lang.String getName() { } } /** - * - * *
      * Name of the quota limit.
      * The name must be provided, and it must be unique within the service. The
@@ -1177,14 +1138,15 @@ public java.lang.String getName() {
      * 
* * string name = 6; - * * @return The bytes for name. */ - public com.google.protobuf.ByteString getNameBytes() { + public com.google.protobuf.ByteString + getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); name_ = b; return b; } else { @@ -1192,8 +1154,6 @@ public com.google.protobuf.ByteString getNameBytes() { } } /** - * - * *
      * Name of the quota limit.
      * The name must be provided, and it must be unique within the service. The
@@ -1202,22 +1162,20 @@ public com.google.protobuf.ByteString getNameBytes() {
      * 
* * string name = 6; - * * @param value The name to set. * @return This builder for chaining. */ - public Builder setName(java.lang.String value) { + public Builder setName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + name_ = value; onChanged(); return this; } /** - * - * *
      * Name of the quota limit.
      * The name must be provided, and it must be unique within the service. The
@@ -1226,18 +1184,15 @@ public Builder setName(java.lang.String value) {
      * 
* * string name = 6; - * * @return This builder for chaining. */ public Builder clearName() { - + name_ = getDefaultInstance().getName(); onChanged(); return this; } /** - * - * *
      * Name of the quota limit.
      * The name must be provided, and it must be unique within the service. The
@@ -1246,16 +1201,16 @@ public Builder clearName() {
      * 
* * string name = 6; - * * @param value The bytes for name to set. * @return This builder for chaining. */ - public Builder setNameBytes(com.google.protobuf.ByteString value) { + public Builder setNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + name_ = value; onChanged(); return this; @@ -1263,8 +1218,6 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { private java.lang.Object description_ = ""; /** - * - * *
      * Optional. User-visible, extended description for this quota limit.
      * Should be used only when more context is needed to understand this limit
@@ -1272,13 +1225,13 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
      * 
* * string description = 2; - * * @return The description. */ public java.lang.String getDescription() { java.lang.Object ref = description_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); description_ = s; return s; @@ -1287,8 +1240,6 @@ public java.lang.String getDescription() { } } /** - * - * *
      * Optional. User-visible, extended description for this quota limit.
      * Should be used only when more context is needed to understand this limit
@@ -1296,14 +1247,15 @@ public java.lang.String getDescription() {
      * 
* * string description = 2; - * * @return The bytes for description. */ - public com.google.protobuf.ByteString getDescriptionBytes() { + public com.google.protobuf.ByteString + getDescriptionBytes() { java.lang.Object ref = description_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); description_ = b; return b; } else { @@ -1311,8 +1263,6 @@ public com.google.protobuf.ByteString getDescriptionBytes() { } } /** - * - * *
      * Optional. User-visible, extended description for this quota limit.
      * Should be used only when more context is needed to understand this limit
@@ -1320,22 +1270,20 @@ public com.google.protobuf.ByteString getDescriptionBytes() {
      * 
* * string description = 2; - * * @param value The description to set. * @return This builder for chaining. */ - public Builder setDescription(java.lang.String value) { + public Builder setDescription( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + description_ = value; onChanged(); return this; } /** - * - * *
      * Optional. User-visible, extended description for this quota limit.
      * Should be used only when more context is needed to understand this limit
@@ -1343,18 +1291,15 @@ public Builder setDescription(java.lang.String value) {
      * 
* * string description = 2; - * * @return This builder for chaining. */ public Builder clearDescription() { - + description_ = getDefaultInstance().getDescription(); onChanged(); return this; } /** - * - * *
      * Optional. User-visible, extended description for this quota limit.
      * Should be used only when more context is needed to understand this limit
@@ -1362,25 +1307,23 @@ public Builder clearDescription() {
      * 
* * string description = 2; - * * @param value The bytes for description to set. * @return This builder for chaining. */ - public Builder setDescriptionBytes(com.google.protobuf.ByteString value) { + public Builder setDescriptionBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + description_ = value; onChanged(); return this; } - private long defaultLimit_; + private long defaultLimit_ ; /** - * - * *
      * Default number of tokens that can be consumed during the specified
      * duration. This is the number of tokens assigned when a client
@@ -1393,7 +1336,6 @@ public Builder setDescriptionBytes(com.google.protobuf.ByteString value) {
      * 
* * int64 default_limit = 3; - * * @return The defaultLimit. */ @java.lang.Override @@ -1401,8 +1343,6 @@ public long getDefaultLimit() { return defaultLimit_; } /** - * - * *
      * Default number of tokens that can be consumed during the specified
      * duration. This is the number of tokens assigned when a client
@@ -1415,19 +1355,16 @@ public long getDefaultLimit() {
      * 
* * int64 default_limit = 3; - * * @param value The defaultLimit to set. * @return This builder for chaining. */ public Builder setDefaultLimit(long value) { - + defaultLimit_ = value; onChanged(); return this; } /** - * - * *
      * Default number of tokens that can be consumed during the specified
      * duration. This is the number of tokens assigned when a client
@@ -1440,20 +1377,17 @@ public Builder setDefaultLimit(long value) {
      * 
* * int64 default_limit = 3; - * * @return This builder for chaining. */ public Builder clearDefaultLimit() { - + defaultLimit_ = 0L; onChanged(); return this; } - private long maxLimit_; + private long maxLimit_ ; /** - * - * *
      * Maximum number of tokens that can be consumed during the specified
      * duration. Client application developers can override the default limit up
@@ -1465,7 +1399,6 @@ public Builder clearDefaultLimit() {
      * 
* * int64 max_limit = 4; - * * @return The maxLimit. */ @java.lang.Override @@ -1473,8 +1406,6 @@ public long getMaxLimit() { return maxLimit_; } /** - * - * *
      * Maximum number of tokens that can be consumed during the specified
      * duration. Client application developers can override the default limit up
@@ -1486,19 +1417,16 @@ public long getMaxLimit() {
      * 
* * int64 max_limit = 4; - * * @param value The maxLimit to set. * @return This builder for chaining. */ public Builder setMaxLimit(long value) { - + maxLimit_ = value; onChanged(); return this; } /** - * - * *
      * Maximum number of tokens that can be consumed during the specified
      * duration. Client application developers can override the default limit up
@@ -1510,20 +1438,17 @@ public Builder setMaxLimit(long value) {
      * 
* * int64 max_limit = 4; - * * @return This builder for chaining. */ public Builder clearMaxLimit() { - + maxLimit_ = 0L; onChanged(); return this; } - private long freeTier_; + private long freeTier_ ; /** - * - * *
      * Free tier value displayed in the Developers Console for this limit.
      * The free tier is the number of tokens that will be subtracted from the
@@ -1535,7 +1460,6 @@ public Builder clearMaxLimit() {
      * 
* * int64 free_tier = 7; - * * @return The freeTier. */ @java.lang.Override @@ -1543,8 +1467,6 @@ public long getFreeTier() { return freeTier_; } /** - * - * *
      * Free tier value displayed in the Developers Console for this limit.
      * The free tier is the number of tokens that will be subtracted from the
@@ -1556,19 +1478,16 @@ public long getFreeTier() {
      * 
* * int64 free_tier = 7; - * * @param value The freeTier to set. * @return This builder for chaining. */ public Builder setFreeTier(long value) { - + freeTier_ = value; onChanged(); return this; } /** - * - * *
      * Free tier value displayed in the Developers Console for this limit.
      * The free tier is the number of tokens that will be subtracted from the
@@ -1580,11 +1499,10 @@ public Builder setFreeTier(long value) {
      * 
* * int64 free_tier = 7; - * * @return This builder for chaining. */ public Builder clearFreeTier() { - + freeTier_ = 0L; onChanged(); return this; @@ -1592,21 +1510,19 @@ public Builder clearFreeTier() { private java.lang.Object duration_ = ""; /** - * - * *
      * Duration of this limit in textual notation. Must be "100s" or "1d".
      * Used by group-based quotas only.
      * 
* * string duration = 5; - * * @return The duration. */ public java.lang.String getDuration() { java.lang.Object ref = duration_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); duration_ = s; return s; @@ -1615,22 +1531,21 @@ public java.lang.String getDuration() { } } /** - * - * *
      * Duration of this limit in textual notation. Must be "100s" or "1d".
      * Used by group-based quotas only.
      * 
* * string duration = 5; - * * @return The bytes for duration. */ - public com.google.protobuf.ByteString getDurationBytes() { + public com.google.protobuf.ByteString + getDurationBytes() { java.lang.Object ref = duration_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); duration_ = b; return b; } else { @@ -1638,64 +1553,57 @@ public com.google.protobuf.ByteString getDurationBytes() { } } /** - * - * *
      * Duration of this limit in textual notation. Must be "100s" or "1d".
      * Used by group-based quotas only.
      * 
* * string duration = 5; - * * @param value The duration to set. * @return This builder for chaining. */ - public Builder setDuration(java.lang.String value) { + public Builder setDuration( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + duration_ = value; onChanged(); return this; } /** - * - * *
      * Duration of this limit in textual notation. Must be "100s" or "1d".
      * Used by group-based quotas only.
      * 
* * string duration = 5; - * * @return This builder for chaining. */ public Builder clearDuration() { - + duration_ = getDefaultInstance().getDuration(); onChanged(); return this; } /** - * - * *
      * Duration of this limit in textual notation. Must be "100s" or "1d".
      * Used by group-based quotas only.
      * 
* * string duration = 5; - * * @param value The bytes for duration to set. * @return This builder for chaining. */ - public Builder setDurationBytes(com.google.protobuf.ByteString value) { + public Builder setDurationBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + duration_ = value; onChanged(); return this; @@ -1703,8 +1611,6 @@ public Builder setDurationBytes(com.google.protobuf.ByteString value) { private java.lang.Object metric_ = ""; /** - * - * *
      * The name of the metric this quota limit applies to. The quota limits with
      * the same metric will be checked together during runtime. The metric must be
@@ -1712,13 +1618,13 @@ public Builder setDurationBytes(com.google.protobuf.ByteString value) {
      * 
* * string metric = 8; - * * @return The metric. */ public java.lang.String getMetric() { java.lang.Object ref = metric_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); metric_ = s; return s; @@ -1727,8 +1633,6 @@ public java.lang.String getMetric() { } } /** - * - * *
      * The name of the metric this quota limit applies to. The quota limits with
      * the same metric will be checked together during runtime. The metric must be
@@ -1736,14 +1640,15 @@ public java.lang.String getMetric() {
      * 
* * string metric = 8; - * * @return The bytes for metric. */ - public com.google.protobuf.ByteString getMetricBytes() { + public com.google.protobuf.ByteString + getMetricBytes() { java.lang.Object ref = metric_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); metric_ = b; return b; } else { @@ -1751,8 +1656,6 @@ public com.google.protobuf.ByteString getMetricBytes() { } } /** - * - * *
      * The name of the metric this quota limit applies to. The quota limits with
      * the same metric will be checked together during runtime. The metric must be
@@ -1760,22 +1663,20 @@ public com.google.protobuf.ByteString getMetricBytes() {
      * 
* * string metric = 8; - * * @param value The metric to set. * @return This builder for chaining. */ - public Builder setMetric(java.lang.String value) { + public Builder setMetric( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + metric_ = value; onChanged(); return this; } /** - * - * *
      * The name of the metric this quota limit applies to. The quota limits with
      * the same metric will be checked together during runtime. The metric must be
@@ -1783,18 +1684,15 @@ public Builder setMetric(java.lang.String value) {
      * 
* * string metric = 8; - * * @return This builder for chaining. */ public Builder clearMetric() { - + metric_ = getDefaultInstance().getMetric(); onChanged(); return this; } /** - * - * *
      * The name of the metric this quota limit applies to. The quota limits with
      * the same metric will be checked together during runtime. The metric must be
@@ -1802,16 +1700,16 @@ public Builder clearMetric() {
      * 
* * string metric = 8; - * * @param value The bytes for metric to set. * @return This builder for chaining. */ - public Builder setMetricBytes(com.google.protobuf.ByteString value) { + public Builder setMetricBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + metric_ = value; onChanged(); return this; @@ -1819,8 +1717,6 @@ public Builder setMetricBytes(com.google.protobuf.ByteString value) { private java.lang.Object unit_ = ""; /** - * - * *
      * Specify the unit of the quota limit. It uses the same syntax as
      * [Metric.unit][]. The supported unit kinds are determined by the quota
@@ -1832,13 +1728,13 @@ public Builder setMetricBytes(com.google.protobuf.ByteString value) {
      * 
* * string unit = 9; - * * @return The unit. */ public java.lang.String getUnit() { java.lang.Object ref = unit_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); unit_ = s; return s; @@ -1847,8 +1743,6 @@ public java.lang.String getUnit() { } } /** - * - * *
      * Specify the unit of the quota limit. It uses the same syntax as
      * [Metric.unit][]. The supported unit kinds are determined by the quota
@@ -1860,14 +1754,15 @@ public java.lang.String getUnit() {
      * 
* * string unit = 9; - * * @return The bytes for unit. */ - public com.google.protobuf.ByteString getUnitBytes() { + public com.google.protobuf.ByteString + getUnitBytes() { java.lang.Object ref = unit_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); unit_ = b; return b; } else { @@ -1875,8 +1770,6 @@ public com.google.protobuf.ByteString getUnitBytes() { } } /** - * - * *
      * Specify the unit of the quota limit. It uses the same syntax as
      * [Metric.unit][]. The supported unit kinds are determined by the quota
@@ -1888,22 +1781,20 @@ public com.google.protobuf.ByteString getUnitBytes() {
      * 
* * string unit = 9; - * * @param value The unit to set. * @return This builder for chaining. */ - public Builder setUnit(java.lang.String value) { + public Builder setUnit( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + unit_ = value; onChanged(); return this; } /** - * - * *
      * Specify the unit of the quota limit. It uses the same syntax as
      * [Metric.unit][]. The supported unit kinds are determined by the quota
@@ -1915,18 +1806,15 @@ public Builder setUnit(java.lang.String value) {
      * 
* * string unit = 9; - * * @return This builder for chaining. */ public Builder clearUnit() { - + unit_ = getDefaultInstance().getUnit(); onChanged(); return this; } /** - * - * *
      * Specify the unit of the quota limit. It uses the same syntax as
      * [Metric.unit][]. The supported unit kinds are determined by the quota
@@ -1938,36 +1826,37 @@ public Builder clearUnit() {
      * 
* * string unit = 9; - * * @param value The bytes for unit to set. * @return This builder for chaining. */ - public Builder setUnitBytes(com.google.protobuf.ByteString value) { + public Builder setUnitBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + unit_ = value; onChanged(); return this; } - private com.google.protobuf.MapField values_; - - private com.google.protobuf.MapField internalGetValues() { + private com.google.protobuf.MapField< + java.lang.String, java.lang.Long> values_; + private com.google.protobuf.MapField + internalGetValues() { if (values_ == null) { - return com.google.protobuf.MapField.emptyMapField(ValuesDefaultEntryHolder.defaultEntry); + return com.google.protobuf.MapField.emptyMapField( + ValuesDefaultEntryHolder.defaultEntry); } return values_; } - private com.google.protobuf.MapField - internalGetMutableValues() { - onChanged(); - ; + internalGetMutableValues() { + onChanged();; if (values_ == null) { - values_ = com.google.protobuf.MapField.newMapField(ValuesDefaultEntryHolder.defaultEntry); + values_ = com.google.protobuf.MapField.newMapField( + ValuesDefaultEntryHolder.defaultEntry); } if (!values_.isMutable()) { values_ = values_.copy(); @@ -1979,8 +1868,6 @@ public int getValuesCount() { return internalGetValues().getMap().size(); } /** - * - * *
      * Tiered limit values. You must specify this as a key:value pair, with an
      * integer value that is the maximum number of requests allowed for the
@@ -1989,22 +1876,22 @@ public int getValuesCount() {
      *
      * map<string, int64> values = 10;
      */
+
     @java.lang.Override
-    public boolean containsValues(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
+    public boolean containsValues(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
       return internalGetValues().getMap().containsKey(key);
     }
-    /** Use {@link #getValuesMap()} instead. */
+    /**
+     * Use {@link #getValuesMap()} instead.
+     */
     @java.lang.Override
     @java.lang.Deprecated
     public java.util.Map getValues() {
       return getValuesMap();
     }
     /**
-     *
-     *
      * 
      * Tiered limit values. You must specify this as a key:value pair, with an
      * integer value that is the maximum number of requests allowed for the
@@ -2014,12 +1901,11 @@ public java.util.Map getValues() {
      * map<string, int64> values = 10;
      */
     @java.lang.Override
+
     public java.util.Map getValuesMap() {
       return internalGetValues().getMap();
     }
     /**
-     *
-     *
      * 
      * Tiered limit values. You must specify this as a key:value pair, with an
      * integer value that is the maximum number of requests allowed for the
@@ -2029,16 +1915,16 @@ public java.util.Map getValuesMap() {
      * map<string, int64> values = 10;
      */
     @java.lang.Override
-    public long getValuesOrDefault(java.lang.String key, long defaultValue) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      java.util.Map map = internalGetValues().getMap();
+
+    public long getValuesOrDefault(
+        java.lang.String key,
+        long defaultValue) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      java.util.Map map =
+          internalGetValues().getMap();
       return map.containsKey(key) ? map.get(key) : defaultValue;
     }
     /**
-     *
-     *
      * 
      * Tiered limit values. You must specify this as a key:value pair, with an
      * integer value that is the maximum number of requests allowed for the
@@ -2048,11 +1934,12 @@ public long getValuesOrDefault(java.lang.String key, long defaultValue) {
      * map<string, int64> values = 10;
      */
     @java.lang.Override
-    public long getValuesOrThrow(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      java.util.Map map = internalGetValues().getMap();
+
+    public long getValuesOrThrow(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      java.util.Map map =
+          internalGetValues().getMap();
       if (!map.containsKey(key)) {
         throw new java.lang.IllegalArgumentException();
       }
@@ -2060,12 +1947,11 @@ public long getValuesOrThrow(java.lang.String key) {
     }
 
     public Builder clearValues() {
-      internalGetMutableValues().getMutableMap().clear();
+      internalGetMutableValues().getMutableMap()
+          .clear();
       return this;
     }
     /**
-     *
-     *
      * 
      * Tiered limit values. You must specify this as a key:value pair, with an
      * integer value that is the maximum number of requests allowed for the
@@ -2074,21 +1960,23 @@ public Builder clearValues() {
      *
      * map<string, int64> values = 10;
      */
-    public Builder removeValues(java.lang.String key) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-      internalGetMutableValues().getMutableMap().remove(key);
+
+    public Builder removeValues(
+        java.lang.String key) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      internalGetMutableValues().getMutableMap()
+          .remove(key);
       return this;
     }
-    /** Use alternate mutation accessors instead. */
+    /**
+     * Use alternate mutation accessors instead.
+     */
     @java.lang.Deprecated
-    public java.util.Map getMutableValues() {
+    public java.util.Map
+    getMutableValues() {
       return internalGetMutableValues().getMutableMap();
     }
     /**
-     *
-     *
      * 
      * Tiered limit values. You must specify this as a key:value pair, with an
      * integer value that is the maximum number of requests allowed for the
@@ -2097,17 +1985,16 @@ public java.util.Map getMutableValues() {
      *
      * map<string, int64> values = 10;
      */
-    public Builder putValues(java.lang.String key, long value) {
-      if (key == null) {
-        throw new NullPointerException("map key");
-      }
-
-      internalGetMutableValues().getMutableMap().put(key, value);
+    public Builder putValues(
+        java.lang.String key,
+        long value) {
+      if (key == null) { throw new NullPointerException("map key"); }
+      
+      internalGetMutableValues().getMutableMap()
+          .put(key, value);
       return this;
     }
     /**
-     *
-     *
      * 
      * Tiered limit values. You must specify this as a key:value pair, with an
      * integer value that is the maximum number of requests allowed for the
@@ -2116,15 +2003,16 @@ public Builder putValues(java.lang.String key, long value) {
      *
      * map<string, int64> values = 10;
      */
-    public Builder putAllValues(java.util.Map values) {
-      internalGetMutableValues().getMutableMap().putAll(values);
+
+    public Builder putAllValues(
+        java.util.Map values) {
+      internalGetMutableValues().getMutableMap()
+          .putAll(values);
       return this;
     }
 
     private java.lang.Object displayName_ = "";
     /**
-     *
-     *
      * 
      * User-visible display name for this limit.
      * Optional. If not set, the UI will provide a default display name based on
@@ -2133,13 +2021,13 @@ public Builder putAllValues(java.util.Map valu
      * 
* * string display_name = 12; - * * @return The displayName. */ public java.lang.String getDisplayName() { java.lang.Object ref = displayName_; if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); displayName_ = s; return s; @@ -2148,8 +2036,6 @@ public java.lang.String getDisplayName() { } } /** - * - * *
      * User-visible display name for this limit.
      * Optional. If not set, the UI will provide a default display name based on
@@ -2158,14 +2044,15 @@ public java.lang.String getDisplayName() {
      * 
* * string display_name = 12; - * * @return The bytes for displayName. */ - public com.google.protobuf.ByteString getDisplayNameBytes() { + public com.google.protobuf.ByteString + getDisplayNameBytes() { java.lang.Object ref = displayName_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); displayName_ = b; return b; } else { @@ -2173,8 +2060,6 @@ public com.google.protobuf.ByteString getDisplayNameBytes() { } } /** - * - * *
      * User-visible display name for this limit.
      * Optional. If not set, the UI will provide a default display name based on
@@ -2183,22 +2068,20 @@ public com.google.protobuf.ByteString getDisplayNameBytes() {
      * 
* * string display_name = 12; - * * @param value The displayName to set. * @return This builder for chaining. */ - public Builder setDisplayName(java.lang.String value) { + public Builder setDisplayName( + java.lang.String value) { if (value == null) { - throw new NullPointerException(); - } - + throw new NullPointerException(); + } + displayName_ = value; onChanged(); return this; } /** - * - * *
      * User-visible display name for this limit.
      * Optional. If not set, the UI will provide a default display name based on
@@ -2207,18 +2090,15 @@ public Builder setDisplayName(java.lang.String value) {
      * 
* * string display_name = 12; - * * @return This builder for chaining. */ public Builder clearDisplayName() { - + displayName_ = getDefaultInstance().getDisplayName(); onChanged(); return this; } /** - * - * *
      * User-visible display name for this limit.
      * Optional. If not set, the UI will provide a default display name based on
@@ -2227,23 +2107,23 @@ public Builder clearDisplayName() {
      * 
* * string display_name = 12; - * * @param value The bytes for displayName to set. * @return This builder for chaining. */ - public Builder setDisplayNameBytes(com.google.protobuf.ByteString value) { + public Builder setDisplayNameBytes( + com.google.protobuf.ByteString value) { if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + displayName_ = value; onChanged(); return this; } - @java.lang.Override - public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @@ -2253,12 +2133,12 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } + // @@protoc_insertion_point(builder_scope:google.api.QuotaLimit) } // @@protoc_insertion_point(class_scope:google.api.QuotaLimit) private static final com.google.api.QuotaLimit DEFAULT_INSTANCE; - static { DEFAULT_INSTANCE = new com.google.api.QuotaLimit(); } @@ -2267,27 +2147,27 @@ public static com.google.api.QuotaLimit getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { - @java.lang.Override - public QuotaLimit parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - Builder builder = newBuilder(); - try { - builder.mergeFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(builder.buildPartial()); - } catch (com.google.protobuf.UninitializedMessageException e) { - throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException(e) - .setUnfinishedMessage(builder.buildPartial()); - } - return builder.buildPartial(); - } - }; + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public QuotaLimit parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; public static com.google.protobuf.Parser parser() { return PARSER; @@ -2302,4 +2182,6 @@ public com.google.protobuf.Parser getParserForType() { public com.google.api.QuotaLimit getDefaultInstanceForType() { return DEFAULT_INSTANCE; } + } + diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/QuotaLimitOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/QuotaLimitOrBuilder.java similarity index 83% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/QuotaLimitOrBuilder.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/QuotaLimitOrBuilder.java index 5f0a4d43db..ff21e80e37 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/QuotaLimitOrBuilder.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/QuotaLimitOrBuilder.java @@ -1,31 +1,13 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/quota.proto package com.google.api; -public interface QuotaLimitOrBuilder - extends +public interface QuotaLimitOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.QuotaLimit) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * Name of the quota limit.
    * The name must be provided, and it must be unique within the service. The
@@ -34,13 +16,10 @@ public interface QuotaLimitOrBuilder
    * 
* * string name = 6; - * * @return The name. */ java.lang.String getName(); /** - * - * *
    * Name of the quota limit.
    * The name must be provided, and it must be unique within the service. The
@@ -49,14 +28,12 @@ public interface QuotaLimitOrBuilder
    * 
* * string name = 6; - * * @return The bytes for name. */ - com.google.protobuf.ByteString getNameBytes(); + com.google.protobuf.ByteString + getNameBytes(); /** - * - * *
    * Optional. User-visible, extended description for this quota limit.
    * Should be used only when more context is needed to understand this limit
@@ -64,13 +41,10 @@ public interface QuotaLimitOrBuilder
    * 
* * string description = 2; - * * @return The description. */ java.lang.String getDescription(); /** - * - * *
    * Optional. User-visible, extended description for this quota limit.
    * Should be used only when more context is needed to understand this limit
@@ -78,14 +52,12 @@ public interface QuotaLimitOrBuilder
    * 
* * string description = 2; - * * @return The bytes for description. */ - com.google.protobuf.ByteString getDescriptionBytes(); + com.google.protobuf.ByteString + getDescriptionBytes(); /** - * - * *
    * Default number of tokens that can be consumed during the specified
    * duration. This is the number of tokens assigned when a client
@@ -98,14 +70,11 @@ public interface QuotaLimitOrBuilder
    * 
* * int64 default_limit = 3; - * * @return The defaultLimit. */ long getDefaultLimit(); /** - * - * *
    * Maximum number of tokens that can be consumed during the specified
    * duration. Client application developers can override the default limit up
@@ -117,14 +86,11 @@ public interface QuotaLimitOrBuilder
    * 
* * int64 max_limit = 4; - * * @return The maxLimit. */ long getMaxLimit(); /** - * - * *
    * Free tier value displayed in the Developers Console for this limit.
    * The free tier is the number of tokens that will be subtracted from the
@@ -136,41 +102,33 @@ public interface QuotaLimitOrBuilder
    * 
* * int64 free_tier = 7; - * * @return The freeTier. */ long getFreeTier(); /** - * - * *
    * Duration of this limit in textual notation. Must be "100s" or "1d".
    * Used by group-based quotas only.
    * 
* * string duration = 5; - * * @return The duration. */ java.lang.String getDuration(); /** - * - * *
    * Duration of this limit in textual notation. Must be "100s" or "1d".
    * Used by group-based quotas only.
    * 
* * string duration = 5; - * * @return The bytes for duration. */ - com.google.protobuf.ByteString getDurationBytes(); + com.google.protobuf.ByteString + getDurationBytes(); /** - * - * *
    * The name of the metric this quota limit applies to. The quota limits with
    * the same metric will be checked together during runtime. The metric must be
@@ -178,13 +136,10 @@ public interface QuotaLimitOrBuilder
    * 
* * string metric = 8; - * * @return The metric. */ java.lang.String getMetric(); /** - * - * *
    * The name of the metric this quota limit applies to. The quota limits with
    * the same metric will be checked together during runtime. The metric must be
@@ -192,14 +147,12 @@ public interface QuotaLimitOrBuilder
    * 
* * string metric = 8; - * * @return The bytes for metric. */ - com.google.protobuf.ByteString getMetricBytes(); + com.google.protobuf.ByteString + getMetricBytes(); /** - * - * *
    * Specify the unit of the quota limit. It uses the same syntax as
    * [Metric.unit][]. The supported unit kinds are determined by the quota
@@ -211,13 +164,10 @@ public interface QuotaLimitOrBuilder
    * 
* * string unit = 9; - * * @return The unit. */ java.lang.String getUnit(); /** - * - * *
    * Specify the unit of the quota limit. It uses the same syntax as
    * [Metric.unit][]. The supported unit kinds are determined by the quota
@@ -229,14 +179,12 @@ public interface QuotaLimitOrBuilder
    * 
* * string unit = 9; - * * @return The bytes for unit. */ - com.google.protobuf.ByteString getUnitBytes(); + com.google.protobuf.ByteString + getUnitBytes(); /** - * - * *
    * Tiered limit values. You must specify this as a key:value pair, with an
    * integer value that is the maximum number of requests allowed for the
@@ -247,8 +195,6 @@ public interface QuotaLimitOrBuilder
    */
   int getValuesCount();
   /**
-   *
-   *
    * 
    * Tiered limit values. You must specify this as a key:value pair, with an
    * integer value that is the maximum number of requests allowed for the
@@ -257,13 +203,15 @@ public interface QuotaLimitOrBuilder
    *
    * map<string, int64> values = 10;
    */
-  boolean containsValues(java.lang.String key);
-  /** Use {@link #getValuesMap()} instead. */
+  boolean containsValues(
+      java.lang.String key);
+  /**
+   * Use {@link #getValuesMap()} instead.
+   */
   @java.lang.Deprecated
-  java.util.Map getValues();
+  java.util.Map
+  getValues();
   /**
-   *
-   *
    * 
    * Tiered limit values. You must specify this as a key:value pair, with an
    * integer value that is the maximum number of requests allowed for the
@@ -272,10 +220,9 @@ public interface QuotaLimitOrBuilder
    *
    * map<string, int64> values = 10;
    */
-  java.util.Map getValuesMap();
+  java.util.Map
+  getValuesMap();
   /**
-   *
-   *
    * 
    * Tiered limit values. You must specify this as a key:value pair, with an
    * integer value that is the maximum number of requests allowed for the
@@ -284,10 +231,11 @@ public interface QuotaLimitOrBuilder
    *
    * map<string, int64> values = 10;
    */
-  long getValuesOrDefault(java.lang.String key, long defaultValue);
+
+  long getValuesOrDefault(
+      java.lang.String key,
+      long defaultValue);
   /**
-   *
-   *
    * 
    * Tiered limit values. You must specify this as a key:value pair, with an
    * integer value that is the maximum number of requests allowed for the
@@ -296,11 +244,11 @@ public interface QuotaLimitOrBuilder
    *
    * map<string, int64> values = 10;
    */
-  long getValuesOrThrow(java.lang.String key);
+
+  long getValuesOrThrow(
+      java.lang.String key);
 
   /**
-   *
-   *
    * 
    * User-visible display name for this limit.
    * Optional. If not set, the UI will provide a default display name based on
@@ -309,13 +257,10 @@ public interface QuotaLimitOrBuilder
    * 
* * string display_name = 12; - * * @return The displayName. */ java.lang.String getDisplayName(); /** - * - * *
    * User-visible display name for this limit.
    * Optional. If not set, the UI will provide a default display name based on
@@ -324,8 +269,8 @@ public interface QuotaLimitOrBuilder
    * 
* * string display_name = 12; - * * @return The bytes for displayName. */ - com.google.protobuf.ByteString getDisplayNameBytes(); + com.google.protobuf.ByteString + getDisplayNameBytes(); } diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/QuotaOrBuilder.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/QuotaOrBuilder.java similarity index 65% rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/QuotaOrBuilder.java rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/QuotaOrBuilder.java index e54a0c5fd3..dfe7eda37c 100644 --- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/QuotaOrBuilder.java +++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/QuotaOrBuilder.java @@ -1,41 +1,22 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/quota.proto package com.google.api; -public interface QuotaOrBuilder - extends +public interface QuotaOrBuilder extends // @@protoc_insertion_point(interface_extends:google.api.Quota) com.google.protobuf.MessageOrBuilder { /** - * - * *
    * List of QuotaLimit definitions for the service.
    * 
* * repeated .google.api.QuotaLimit limits = 3; */ - java.util.List getLimitsList(); + java.util.List + getLimitsList(); /** - * - * *
    * List of QuotaLimit definitions for the service.
    * 
@@ -44,8 +25,6 @@ public interface QuotaOrBuilder */ com.google.api.QuotaLimit getLimits(int index); /** - * - * *
    * List of QuotaLimit definitions for the service.
    * 
@@ -54,29 +33,25 @@ public interface QuotaOrBuilder */ int getLimitsCount(); /** - * - * *
    * List of QuotaLimit definitions for the service.
    * 
* * repeated .google.api.QuotaLimit limits = 3; */ - java.util.List getLimitsOrBuilderList(); + java.util.List + getLimitsOrBuilderList(); /** - * - * *
    * List of QuotaLimit definitions for the service.
    * 
* * repeated .google.api.QuotaLimit limits = 3; */ - com.google.api.QuotaLimitOrBuilder getLimitsOrBuilder(int index); + com.google.api.QuotaLimitOrBuilder getLimitsOrBuilder( + int index); /** - * - * *
    * List of MetricRule definitions, each one mapping a selected method to one
    * or more metrics.
@@ -84,10 +59,9 @@ public interface QuotaOrBuilder
    *
    * repeated .google.api.MetricRule metric_rules = 4;
    */
-  java.util.List getMetricRulesList();
+  java.util.List 
+      getMetricRulesList();
   /**
-   *
-   *
    * 
    * List of MetricRule definitions, each one mapping a selected method to one
    * or more metrics.
@@ -97,8 +71,6 @@ public interface QuotaOrBuilder
    */
   com.google.api.MetricRule getMetricRules(int index);
   /**
-   *
-   *
    * 
    * List of MetricRule definitions, each one mapping a selected method to one
    * or more metrics.
@@ -108,8 +80,6 @@ public interface QuotaOrBuilder
    */
   int getMetricRulesCount();
   /**
-   *
-   *
    * 
    * List of MetricRule definitions, each one mapping a selected method to one
    * or more metrics.
@@ -117,10 +87,9 @@ public interface QuotaOrBuilder
    *
    * repeated .google.api.MetricRule metric_rules = 4;
    */
-  java.util.List getMetricRulesOrBuilderList();
+  java.util.List 
+      getMetricRulesOrBuilderList();
   /**
-   *
-   *
    * 
    * List of MetricRule definitions, each one mapping a selected method to one
    * or more metrics.
@@ -128,5 +97,6 @@ public interface QuotaOrBuilder
    *
    * repeated .google.api.MetricRule metric_rules = 4;
    */
-  com.google.api.MetricRuleOrBuilder getMetricRulesOrBuilder(int index);
+  com.google.api.MetricRuleOrBuilder getMetricRulesOrBuilder(
+      int index);
 }
diff --git a/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/QuotaProto.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/QuotaProto.java
new file mode 100644
index 0000000000..f0611c0bf6
--- /dev/null
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/QuotaProto.java
@@ -0,0 +1,106 @@
+// Generated by the protocol buffer compiler.  DO NOT EDIT!
+// source: google/api/quota.proto
+
+package com.google.api;
+
+public final class QuotaProto {
+  private QuotaProto() {}
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistryLite registry) {
+  }
+
+  public static void registerAllExtensions(
+      com.google.protobuf.ExtensionRegistry registry) {
+    registerAllExtensions(
+        (com.google.protobuf.ExtensionRegistryLite) registry);
+  }
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_api_Quota_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_api_Quota_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_api_MetricRule_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_api_MetricRule_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_api_MetricRule_MetricCostsEntry_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_api_MetricRule_MetricCostsEntry_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_api_QuotaLimit_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_api_QuotaLimit_fieldAccessorTable;
+  static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_google_api_QuotaLimit_ValuesEntry_descriptor;
+  static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_google_api_QuotaLimit_ValuesEntry_fieldAccessorTable;
+
+  public static com.google.protobuf.Descriptors.FileDescriptor
+      getDescriptor() {
+    return descriptor;
+  }
+  private static  com.google.protobuf.Descriptors.FileDescriptor
+      descriptor;
+  static {
+    java.lang.String[] descriptorData = {
+      "\n\026google/api/quota.proto\022\ngoogle.api\"]\n\005" +
+      "Quota\022&\n\006limits\030\003 \003(\0132\026.google.api.Quota" +
+      "Limit\022,\n\014metric_rules\030\004 \003(\0132\026.google.api" +
+      ".MetricRule\"\221\001\n\nMetricRule\022\020\n\010selector\030\001" +
+      " \001(\t\022=\n\014metric_costs\030\002 \003(\0132\'.google.api." +
+      "MetricRule.MetricCostsEntry\0322\n\020MetricCos" +
+      "tsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\003:\0028\001\"" +
+      "\225\002\n\nQuotaLimit\022\014\n\004name\030\006 \001(\t\022\023\n\013descript" +
+      "ion\030\002 \001(\t\022\025\n\rdefault_limit\030\003 \001(\003\022\021\n\tmax_" +
+      "limit\030\004 \001(\003\022\021\n\tfree_tier\030\007 \001(\003\022\020\n\010durati" +
+      "on\030\005 \001(\t\022\016\n\006metric\030\010 \001(\t\022\014\n\004unit\030\t \001(\t\0222" +
+      "\n\006values\030\n \003(\0132\".google.api.QuotaLimit.V" +
+      "aluesEntry\022\024\n\014display_name\030\014 \001(\t\032-\n\013Valu" +
+      "esEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\003:\0028\001B" +
+      "l\n\016com.google.apiB\nQuotaProtoP\001ZEgoogle." +
+      "golang.org/genproto/googleapis/api/servi" +
+      "ceconfig;serviceconfig\242\002\004GAPIb\006proto3"
+    };
+    descriptor = com.google.protobuf.Descriptors.FileDescriptor
+      .internalBuildGeneratedFileFrom(descriptorData,
+        new com.google.protobuf.Descriptors.FileDescriptor[] {
+        });
+    internal_static_google_api_Quota_descriptor =
+      getDescriptor().getMessageTypes().get(0);
+    internal_static_google_api_Quota_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_api_Quota_descriptor,
+        new java.lang.String[] { "Limits", "MetricRules", });
+    internal_static_google_api_MetricRule_descriptor =
+      getDescriptor().getMessageTypes().get(1);
+    internal_static_google_api_MetricRule_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_api_MetricRule_descriptor,
+        new java.lang.String[] { "Selector", "MetricCosts", });
+    internal_static_google_api_MetricRule_MetricCostsEntry_descriptor =
+      internal_static_google_api_MetricRule_descriptor.getNestedTypes().get(0);
+    internal_static_google_api_MetricRule_MetricCostsEntry_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_api_MetricRule_MetricCostsEntry_descriptor,
+        new java.lang.String[] { "Key", "Value", });
+    internal_static_google_api_QuotaLimit_descriptor =
+      getDescriptor().getMessageTypes().get(2);
+    internal_static_google_api_QuotaLimit_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_api_QuotaLimit_descriptor,
+        new java.lang.String[] { "Name", "Description", "DefaultLimit", "MaxLimit", "FreeTier", "Duration", "Metric", "Unit", "Values", "DisplayName", });
+    internal_static_google_api_QuotaLimit_ValuesEntry_descriptor =
+      internal_static_google_api_QuotaLimit_descriptor.getNestedTypes().get(0);
+    internal_static_google_api_QuotaLimit_ValuesEntry_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_google_api_QuotaLimit_ValuesEntry_descriptor,
+        new java.lang.String[] { "Key", "Value", });
+  }
+
+  // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ResourceDescriptor.java b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ResourceDescriptor.java
similarity index 82%
rename from java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ResourceDescriptor.java
rename to owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ResourceDescriptor.java
index 8c1653283f..10f7b9ae85 100644
--- a/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ResourceDescriptor.java
+++ b/owl-bot-staging/java-common-protos/v1/proto-google-common-protos/src/main/java/com/google/api/ResourceDescriptor.java
@@ -1,26 +1,9 @@
-/*
- * Copyright 2020 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/api/resource.proto
 
 package com.google.api;
 
 /**
- *
- *
  * 
  * A simple descriptor of a resource type.
  * ResourceDescriptor annotates a resource message (either by means of a
@@ -63,16 +46,15 @@
  *
  * Protobuf type {@code google.api.ResourceDescriptor}
  */
-public final class ResourceDescriptor extends com.google.protobuf.GeneratedMessageV3
-    implements
+public final class ResourceDescriptor extends
+    com.google.protobuf.GeneratedMessageV3 implements
     // @@protoc_insertion_point(message_implements:google.api.ResourceDescriptor)
     ResourceDescriptorOrBuilder {
-  private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
   // Use ResourceDescriptor.newBuilder() to construct.
   private ResourceDescriptor(com.google.protobuf.GeneratedMessageV3.Builder builder) {
     super(builder);
   }
-
   private ResourceDescriptor() {
     type_ = "";
     pattern_ = com.google.protobuf.LazyStringArrayList.EMPTY;
@@ -85,32 +67,30 @@ private ResourceDescriptor() {
 
   @java.lang.Override
   @SuppressWarnings({"unused"})
-  protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+  protected java.lang.Object newInstance(
+      UnusedPrivateParameter unused) {
     return new ResourceDescriptor();
   }
 
   @java.lang.Override
-  public final com.google.protobuf.UnknownFieldSet getUnknownFields() {
+  public final com.google.protobuf.UnknownFieldSet
+  getUnknownFields() {
     return this.unknownFields;
   }
-
-  public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
+  public static final com.google.protobuf.Descriptors.Descriptor
+      getDescriptor() {
     return com.google.api.ResourceProto.internal_static_google_api_ResourceDescriptor_descriptor;
   }
 
   @java.lang.Override
   protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internalGetFieldAccessorTable() {
-    return com.google.api.ResourceProto
-        .internal_static_google_api_ResourceDescriptor_fieldAccessorTable
+    return com.google.api.ResourceProto.internal_static_google_api_ResourceDescriptor_fieldAccessorTable
         .ensureFieldAccessorsInitialized(
-            com.google.api.ResourceDescriptor.class,
-            com.google.api.ResourceDescriptor.Builder.class);
+            com.google.api.ResourceDescriptor.class, com.google.api.ResourceDescriptor.Builder.class);
   }
 
   /**
-   *
-   *
    * 
    * A description of the historical or future-looking state of the
    * resource pattern.
@@ -118,10 +98,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    *
    * Protobuf enum {@code google.api.ResourceDescriptor.History}
    */
-  public enum History implements com.google.protobuf.ProtocolMessageEnum {
+  public enum History
+      implements com.google.protobuf.ProtocolMessageEnum {
     /**
-     *
-     *
      * 
      * The "unset" value.
      * 
@@ -130,8 +109,6 @@ public enum History implements com.google.protobuf.ProtocolMessageEnum { */ HISTORY_UNSPECIFIED(0), /** - * - * *
      * The resource originally had one pattern and launched as such, and
      * additional patterns were added later.
@@ -141,8 +118,6 @@ public enum History implements com.google.protobuf.ProtocolMessageEnum {
      */
     ORIGINALLY_SINGLE_PATTERN(1),
     /**
-     *
-     *
      * 
      * The resource has one pattern, but the API owner expects to add more
      * later. (This is the inverse of ORIGINALLY_SINGLE_PATTERN, and prevents
@@ -156,8 +131,6 @@ public enum History implements com.google.protobuf.ProtocolMessageEnum {
     ;
 
     /**
-     *
-     *
      * 
      * The "unset" value.
      * 
@@ -166,8 +139,6 @@ public enum History implements com.google.protobuf.ProtocolMessageEnum { */ public static final int HISTORY_UNSPECIFIED_VALUE = 0; /** - * - * *
      * The resource originally had one pattern and launched as such, and
      * additional patterns were added later.
@@ -177,8 +148,6 @@ public enum History implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int ORIGINALLY_SINGLE_PATTERN_VALUE = 1;
     /**
-     *
-     *
      * 
      * The resource has one pattern, but the API owner expects to add more
      * later. (This is the inverse of ORIGINALLY_SINGLE_PATTERN, and prevents
@@ -189,6 +158,7 @@ public enum History implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int FUTURE_MULTI_PATTERN_VALUE = 2;
 
+
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -213,49 +183,49 @@ public static History valueOf(int value) {
      */
     public static History forNumber(int value) {
       switch (value) {
-        case 0:
-          return HISTORY_UNSPECIFIED;
-        case 1:
-          return ORIGINALLY_SINGLE_PATTERN;
-        case 2:
-          return FUTURE_MULTI_PATTERN;
-        default:
-          return null;
+        case 0: return HISTORY_UNSPECIFIED;
+        case 1: return ORIGINALLY_SINGLE_PATTERN;
+        case 2: return FUTURE_MULTI_PATTERN;
+        default: return null;
       }
     }
 
-    public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
+    public static com.google.protobuf.Internal.EnumLiteMap
+        internalGetValueMap() {
       return internalValueMap;
     }
+    private static final com.google.protobuf.Internal.EnumLiteMap<
+        History> internalValueMap =
+          new com.google.protobuf.Internal.EnumLiteMap() {
+            public History findValueByNumber(int number) {
+              return History.forNumber(number);
+            }
+          };
 
-    private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
-        new com.google.protobuf.Internal.EnumLiteMap() {
-          public History findValueByNumber(int number) {
-            return History.forNumber(number);
-          }
-        };
-
-    public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+    public final com.google.protobuf.Descriptors.EnumValueDescriptor
+        getValueDescriptor() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalStateException(
             "Can't get the descriptor of an unrecognized enum value.");
       }
       return getDescriptor().getValues().get(ordinal());
     }
-
-    public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
+    public final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptorForType() {
       return getDescriptor();
     }
-
-    public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
+    public static final com.google.protobuf.Descriptors.EnumDescriptor
+        getDescriptor() {
       return com.google.api.ResourceDescriptor.getDescriptor().getEnumTypes().get(0);
     }
 
     private static final History[] VALUES = values();
 
-    public static History valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+    public static History valueOf(
+        com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
       if (desc.getType() != getDescriptor()) {
-        throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
+        throw new java.lang.IllegalArgumentException(
+          "EnumValueDescriptor is not for this type.");
       }
       if (desc.getIndex() == -1) {
         return UNRECOGNIZED;
@@ -273,18 +243,15 @@ private History(int value) {
   }
 
   /**
-   *
-   *
    * 
    * A flag representing a specific style that a resource claims to conform to.
    * 
* * Protobuf enum {@code google.api.ResourceDescriptor.Style} */ - public enum Style implements com.google.protobuf.ProtocolMessageEnum { + public enum Style + implements com.google.protobuf.ProtocolMessageEnum { /** - * - * *
      * The unspecified value. Do not use.
      * 
@@ -293,8 +260,6 @@ public enum Style implements com.google.protobuf.ProtocolMessageEnum { */ STYLE_UNSPECIFIED(0), /** - * - * *
      * This resource is intended to be "declarative-friendly".
      * Declarative-friendly resources must be more strictly consistent, and
@@ -311,8 +276,6 @@ public enum Style implements com.google.protobuf.ProtocolMessageEnum {
     ;
 
     /**
-     *
-     *
      * 
      * The unspecified value. Do not use.
      * 
@@ -321,8 +284,6 @@ public enum Style implements com.google.protobuf.ProtocolMessageEnum { */ public static final int STYLE_UNSPECIFIED_VALUE = 0; /** - * - * *
      * This resource is intended to be "declarative-friendly".
      * Declarative-friendly resources must be more strictly consistent, and
@@ -336,6 +297,7 @@ public enum Style implements com.google.protobuf.ProtocolMessageEnum {
      */
     public static final int DECLARATIVE_FRIENDLY_VALUE = 1;
 
+
     public final int getNumber() {
       if (this == UNRECOGNIZED) {
         throw new java.lang.IllegalArgumentException(
@@ -360,47 +322,48 @@ public static Style valueOf(int value) {
      */
     public static Style forNumber(int value) {
       switch (value) {
-        case 0:
-          return STYLE_UNSPECIFIED;
-        case 1:
-          return DECLARATIVE_FRIENDLY;
-        default:
-          return null;
+        case 0: return STYLE_UNSPECIFIED;
+        case 1: return DECLARATIVE_FRIENDLY;
+        default: return null;
       }
     }
 
-    public static com.google.protobuf.Internal.EnumLiteMap